/* Main Styles */
body {
	background: url(/wp-content/uploads/body-bg.jpg) top repeat-x;
    background-color: transparent;
    font-family: 'Open Sans', arial, helvetica;
    font-size: 100%;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}


.justified {
    text-align: justify !important;
}

strong {
    font-weight: 600;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #777777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #777777;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #777777;
}


a {
    color: #555555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.logo {
	float: left;
}

.header-left-region {
    float: left;
    width: 723px;
    text-align: left;
}

.header-right-region {
    float: right;
    width: 248px;
    text-align: right;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrap {
    width: 100%;
	float: left;
}

.wrap img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.wrapper-padding {
    padding: 35px 0px;
}

.inner-wrapper {
    width: 1045px;
    margin: 0 auto;
}

.centerbox {
	width: 1002px;
	background: #ffffff;
	padding: 5px 28px 0px 34px;
    margin: 0 auto;
	box-shadow: 0px 0px 10px 10px #cccccc;
}

/* Header */
header {
    background-color: transparent;
    margin: 0px;
    padding: 0px 0px 0px;
}

header > div.header-wrapper {
    width: 100%;
	float: left;
}

header > div.header-wrapper > h1 > a {
    font-size: 3em;
    text-decoration: none;
    color: #8d8d8d;
    font-weight: 200;
    line-height: 1.5;
}

header > div.header-wrapper > h2 {
    font-size: 1.5em;
    padding: 5px 0px;
}    

/* Navigation */



header nav {
    background-color: #ffffff;
}

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

header nav .menu li {
    position: relative;
}

header nav .menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

header nav .menu > li {
    float: left;
    margin-bottom: 0px;
}

header nav .menu li:hover > ul,
header nav .menu li.sfHover > ul {
    display: block;
}

header nav .menu a {
    display: block;
    position: relative;
}

header nav .menu a:hover {
	color: #ffffff;
}
header nav .menu ul ul {
    top: 0;
    left: 100%;
}

header nav .menu {
    float: left;
}

header nav .menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    margin-bottom: 0px;
}

header nav .menu a {
    padding: 25px 14px;
    text-decoration: none;
    zoom: 1; /* IE7 */
    color: #000000;
    font-size: 0.9em;
    font-weight: 700;
}

header nav .menu .current-menu-item li a {
	border: 0px;
	margin: 0px;
}

header nav .menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-bottom: 0px;
}

header nav .menu li:last-child a {
}

header nav .menu ul li {
    background: #01a9d9;
}

header nav .menu ul ul li {
    background: #01a9d9;
}

header nav .menu ul ul li a {
    font-size: 0.9em;
}

header nav .sub-menu a {
    padding: 11px 14px;
}

header nav .sub-menu li:hover {
	background: #C3BFC0 !important;
}

header nav .sub-menu li a {
	font-size: 0.7em;
	padding: 8px 14px;
}

header nav .sub-menu li:last-child {
	border-bottom: 10px solid #01A9D9;
}

header nav .sub-menu li {
}

header nav .menu li:hover,
header nav .menu li.sfHover {
    background: #01a9d9;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

header nav .menu li:hover a,
header nav .menu li.sfHover a {
	color: #ffffff;
}

header nav .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

header nav .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}

header nav .sf-arrows > li > .sf-with-ul:focus:after,
header nav .sf-arrows > li:hover > .sf-with-ul:after,
header nav .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}

header nav .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
header nav .sf-arrows ul li > .sf-with-ul:focus:after,
header nav .sf-arrows ul li:hover > .sf-with-ul:after,
header nav .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

#navigation-mobile {
    display: none;
    background-color: #e9e8e8;
}

#navigation-mobile .menu {
    float: none;
    display: none;
}

#navigation-mobile i {
    color: #000000;
    font-size: 1.4em;
    display: block;
    padding: 10px 10px;
}

#navigation-mobile .menu ul li > ul {
    float: none;
    background: inherit;
}

#navigation-mobile .menu ul li > ul li a {
    width: 95%;
    padding-left: 5%;
    border: 0px;
    background: #262626;
    display: block;
}
#navigation-mobile .menu ul li > ul li {
    width: 95%;
    padding-left: 5%;
}

#navigation-mobile ul li {
    float: none;
    background: #E9E8E8;
    
}

#navigation-mobile ul li a {
    display: block;
    border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navigation-mobile ul li a:hover {
	color: #01A9D9;
}

#navigation-mobile ul li > ul {
    display: none;
}

#navigation-mobile .sub-menu {
    display: none !important;
}

#navigation-primary {
	border-top: 1px solid #e9e8e8;
	border-bottom: 5px solid #c3bfc0;
	margin-bottom: 40px;
}

/* Footer */

body > footer {
    background-color: #01a9d9;
    padding: 30px 0px;
}

body > footer > div.footer-meta {
    width: 1045px;
    margin: 0 auto;
    color: #ffffff;
}

body > footer > div.footer-meta > div.copyright {
    float: left;
}

body > footer > div.footer-meta > div.designed {
    float: right;
}

body > footer > div.footer-meta > div.designed > a {
    font-weight: 400;
    color: #ffffff;
}

/* Content */

.content {
    float: right;
    width: 775px;
}

.content .wrap:first-child {
	padding-top: 0px !important;
}

.content.full-width {
    width: 1045px;
}

.content > article {
    margin-bottom: 40px;
}

.content > article h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.content > article h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.content > article h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.content > article h1 a {
    color: #8d8d8d;
    text-decoration: none;
}

.content > article > header > p {
    text-align: right;
    margin-bottom: 8px;
    color: #8d8d8d;
}

.content > article > header > p > strong {
    font-weight: 400;
}

.content > article section {
    padding: 6px 0px 20px 0px;
    line-height: 1.2;
}

.content > article section strong {
    font-weight: 400;
}

.content > article > footer {
    line-height: 1.5;
}

.content > article > footer > p.entry-details {
    border-top: 1px solid #dfdfdf;
    padding: 5px 0px;
    margin: 5px 0px;
    color: #666666;
}

.content > article section p {
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: justify;
}

.main-title {
    width: 100%;
	max-width: 1045px;
    margin: 0 auto;
    font-size: 1.7em;
    line-height: 33px;
    margin: 0px auto 8px;
    text-align: left;
}

.main-title h1 {
	font-size: 0.6em;
    font-weight: 700;
    text-align: left;
    color: #262626;
	line-height: 1.2em;
}

.main-title-sub {
    font-size: 1.0em;
    color: #666666;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
}

.text-content {
    line-height: 1.5;
}

.breadcrumbs {
    font-size: 0.9em;
    font-weight: 600;
    color: #767779;
    padding: 25px 0px;
    
}

.breadcrumbs .trail-end {
    color: #89963D;
}

.breadcrumbs .sep {
    padding: 0px 10px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #767779;
}

/* Comments */

section.comments > h3 {
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: 200;
}

section.comments > article {
    padding: 10px 10px;
    line-height: 1.5;
    font-size: 0.9em;
    font-weight: 200;
}

section.comments > article.alt {
    background-color: #dfdfdf;
}

section.comments > article > div.comment-avatar {
    float: left;
    width: 48px;
}

section.comments > article > section {
    float: left;
    width: 90%;
}

section.comments > article > section > h4 {
    color: #8d8d8d;
}

section.comments > article > section > h4 a {
    font-weight: 400;
    color: #8d8d8d;
}

section.comment-form {
    padding: 40px 0px;
}

section.comment-form h3 {
    margin-bottom: 20px;
    font-size: 2em;
}

section.comment-form input[type="text"], section.comment-form textarea {
    width: -moz-calc(100% - 7px);
    width: -webkit-calc(100% - 7px);
    width: calc(100% - 7px);
    padding: 7px;
    border: 1px solid #cfcfcf;
    margin-bottom: 4px;
    font-family: arial, helvetica;
    font-size: 0.9em;
}

section.comment-form input[type="submit"] {
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    padding: 9px 10px;
    color: #666666;
}

/* Sidebar */

.sidebar {
    float: left;
    width: 190px;
}

.sidebar ul {
	width: 100%;
	float: left;
}

.sidebar li {
	width: 100%;
	float: left;
}

.sidebar .widget_categories {
	padding: 0px;
	border-bottom: 4px solid #e1e1e1;
}

.sidebar .widget_categories h3 {
	font-weight: 700;
	padding-bottom: 10px;
}

.sidebar .widget_categories ul li {
	padding: 7px 0px;
	border-top: 1px solid #e1e1e1;
}

.sidebar .widget_categories ul li a {
	width: auto;
	float: left;
	font-size: 0.9em;
	background: url(/wp-content/themes/bridgehouse/css/images/sidebarnav-bg.jpg) left 8px no-repeat;
	padding-left: 15px;
}

.sidebar .widget_categories ul .current-cat {
	background-color: #ECECEC;
}

.sidebar .widget_categories ul .current-cat a {
	color: #454545;
	font-weight: 700;
	background-image: url(/wp-content/themes/bridgehouse/css/images/sidebarnavactive-bg.png);
}

.sidebar .widget_archive {
	padding: 0px;
	border-bottom: 4px solid #e1e1e1;
}

.sidebar .widget_archive h3 {
	font-weight: 700;
	padding-bottom: 10px;
}

.sidebar .widget_archive ul li {
	padding: 7px 0px;
	border-top: 1px solid #e1e1e1;
}

.sidebar .widget_archive ul li a {
	width: auto;
	float: left;
	font-size: 0.9em;
	background: url(/wp-content/themes/bridgehouse/css/images/sidebarnav-bg.jpg) left 8px no-repeat;
	padding-left: 15px;
}

/* Search */

form.search {
    margin-bottom: 10px;
}

form.search input[type="text"] {
    width: 245px;
    padding: 10px 10px;
    border: 1px solid #dfdfdf;
}

/* Widgets */

.widget {
    padding: 5px 0px;
    line-height: 1.5;
}

.header-wrapper .widget {
	padding: 0px;
}

.widget > h2 {
    font-size: 1.3em;
    font-weight: 200;
    padding-bottom: 6px;
    color: #8d8d8d;
}

/* Contact */
.contact-map {
    width: 100%;
    height: 250px;
}

a.category-link {
    display: block;
}

a.category-link .category-link-inner {
    margin: 10px;
    height: 250px;
    background-color: #cfcfcf;
    background-position: center center;
    background-size: cover;
    position: relative;
}

a.category-link div.category-link-title {
    display: block;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    padding: 15px 0px;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 500;
    width: 100%;
}

.standard-image-container {
    text-align: center;
}

.standard-image-container img {
    max-width: 100%;
}

/* Featured */
.featured-image {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-231 .featured-image {
    width: 100%;
    height: 322px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
}



.blog-post-article-featured {
    height: 350px;
	margin-bottom: 25px;
}

/* Slider */
.slider {
    width: 100%;
    height: 400px;
    background-color: #cfcfcf;
}

/* Text */

h1,h2,h3,h4 {
    padding-bottom: 5px;
}

.widget_fw_contact_widget h4 {
    font-weight: 600;
    padding-top: 10px;
}

p {
    line-height: 1.5;
    text-align: left;
}

/* Layout */
.column-third {
    float: left;
    width: 33%;
}

.column-quarter {
    float: left;
    width: 24.5%;
}

.column-half {
    float: left;
    width: 49.5%;
}

.column-full {
    width: 100%;
    float: none;
}

.no-right-margin {
    margin-right: 0px !important;
}

/* Featured */

.featured {

}

.featured-inner {
    padding: 0px 25px;
}

.featured-title {
    font-size: 2em;
    padding-bottom: 10px;
    color: #555555;
}

.featured-title a {
    color: #555555;
    text-decoration: none;
}

.featured-title a:hover {
    text-decoration: underline;
}

.featured-text {
    font-size: 1.1em;
    line-height: 1.5;
    text-align: justify;
}


/* Promo */

.promo {

}

.promo-inner {
    margin: 10px 10px;
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
}

.promo-content-inner {
    padding: 15px;
}

.promo-image {
    overflow: hidden;
    width: 100%;
}

.promo-image img {
    width: 100%;
}

.promo-title {
    font-size: 1.5em;
    color: #555555;
}

.promo-text {
    font-size: 1.0em;
    line-height: 1.5;
    text-align: left;
}

/* Featured List */
.featured-list-inner {
    padding: 0px 25px;
}

.featured-list-title {
    font-size: 2em;
    padding-bottom: 10px;
    color: #555555;
}

.featured-list-title a {
    color: #555555;
    text-decoration: none;
}

.featured-list-title a:hover {
    text-decoration: underline;
}

.featured-list-text {
    font-size: 1.0em;
    line-height: 1.5;
    text-align: justify;
}

.featured-list-text ul {
    list-style-type: disc;
    padding-left: 18px;
}

.featured-list-text ul li {
    padding-left: 10px;
}

/* Call To Action */

.call-to-action {
    padding: 55px;
}

.call-to-action-inner {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

.call-to-action-title {
    font-size: 3em;
    color: #ffffff;
    padding: 20px 0px;
}

.call-to-action-text {
    font-size: 1.5em;
    color: #ffffff;
    padding: 15px 0px;
}

.call-to-action-button {
    display: inline-block;
    padding: 20px;
    margin: 15px 0px;
    background-color: #ffffff;
    color: #5788E4;
    text-decoration: none;
    font-size: 1.5em;
}

/* Tagline */

.tagline {
    padding: 150px 0px;
}

.tagline-center {
    text-align: center;
}

.tagline-left {
    text-align: left;
}

.tagline-right {
    text-align: left;
}

.tagline-text {
    color: #ffffff;
    font-size: 3.2em;
}

.wide-promo {
    width: 100%;
    margin: 0px 0px;
}

.wide-left {
    float: left;
    width: 49%;
    height: 450px;
    background-position: top right;
}

.wide-right {
    float: left;
    width: 39%;
    height: 450px;
}

.wide-right-inner {
    padding: 0px 25px 0px 50px;
    line-height: 1.5;
}

.sbd {
    background-image: url(/wp-content/uploads/2014/02/sbd.jpg);
}

.wide-title {
    font-size: 3em;
}

.wide-text {
    font-size: 1.2em;
}

.promo-image-container {
    float: left;
	text-align: center;
}

.promo-image-container img {
    border: 1px solid #DDDDDD;
    box-shadow: 2px 2px 3px 1px #CCCCCC;
    max-width: 95%;
}

.sub-title {
    padding: 20px 0px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
}

/* Showcase */
.showcase {
    padding: 0px;
}

.showcase-element {
    margin: 5px 0px;
}

.showcase-element-background {
    background-color: #ffffff;    
}

.showcase-element-left {
    float: left;
    width: 48%;
}

.showcase-element-right {
    float: right;
    width: 48%;
}

.showcase-element-inner {
    padding: 25px;
}

.showcase-element-inner-image {
    padding: 15px;
}

.showcase-element img {
    max-width: 100%;
}

.showcase-title {
    font-size: 1.5em !important;
    text-align: center;
    padding: 20px 0px;
}

.showcase-text {
    font-size: 1.0em;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
}

.wide-title {
    font-size: 1.5em !important;
    text-align: left;
	font-weight: 500;
	text-transform: uppercase;
    padding: 20px 0px;
}

.wide-text {
    font-size: 1.0em;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.5;
}

.showcase-link {
    display: block;
    width: 200px;
	font-weight: 400;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 10px 0px;
    background-color: #9cb319;
    color: #ffffff;
    border-radius: 20px;
}

.showcase-link:hover {
    background-color: #666666;
    color: #efefef;
}

.showcase-element {
    padding: 10px 0px;
}

.showcase-element ul {
    margin: 30px 0px;
}

.showcase-element ul li {
    width: 30%;
    padding-right: 2%;
	padding-bottom: 15px;
    display: inline-block;
}

.showcase-element ul li h3 {
    font-size: 0.9em;
    font-weight: 600;
}

.showcase-element ul li p {
    font-size: 0.8em;
}

.showcase-element ul li .showcase-list-icon {
    width: 40px;
    float: left;
}

.showcase-element ul li .showcase-list-content {
    float: left;
    width: 140px;
}

.showcase-element ul li .showcase-list-content p {
	text-align: left;
}

/* Info Box */

.info-box-inner {
    padding: 10px;
    margin: 25px 0px;
}

.info-icon {
    background-color: #888888;
    width: 40px;
    height: 28px;
    padding-top: 12px;
    color: #ffffff;
    border-radius: 160px;
    text-align: center;
}

.info-icon-container {
    float: left;
    width: 25%;
}

.info-content {
    float: left;
    width: 75%;
}

.into-title {
    font-size: 0.9em;
    font-weight: 400;
    padding-bottom: 4px;
}

.into-text {
    font-size: 0.8em;
    line-height: 1.5;
}

/* Testimonial */

.testimonial {
    padding: 50px 0px;
}

.testimonial-picture {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100px;
    border: 1px solid #aaaaaa;
    float: left;
}

.testimonial-picture img {
    max-width: 300px;
    margin-left: -50px;
}

.testimonial-content {
    float: right;
    width: 700px;
}

.testimonial-title {
    font-size: 3em;
    padding-bottom: 10px;
}

.testimonial-text {
    line-height: 1.5;
    margin-bottom: 15px;
}

.testimonial-author {
    text-align: right;
    font-style: italic;
    color: #666666;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
}

/* Accordion */

.accordion {

}

.accordion h3 {
    background-color: #cfcfcf;
    padding: 9px;
    font-size: 1.1em;
    margin-bottom: 1px;
}

.accordion div {
    padding: 20px;
}

/* Boxed */

.boxed {
    width: 25%;
    height: 200px;
    background-color: #888888;
    color: #ffffff;
    font-size: 0.9em;
}

.boxed-offset {
    background-color: #aaaaaa;
}

.boxed-primary {
    background-color: #444444;
}

.boxed-inner {
    padding: 30px;
    text-align: center;
}

.boxed-primary .boxed-inner {
    padding: 14px;
    text-align: left;
}

.boxed-title {
    font-size: 1.3em;
    padding: 5px 0px 10px 0px;
    font-weight: 600;
}


.boxed-primary .boxed-title {
    font-size: 1.6em;
    padding: 5px 0px;
}

.boxed-primary .boxed-sub-title {
    font-size: 2.2em;
    font-weight: 600;
    padding-bottom: 10px;
}

.boxed-link a {
    color: #ffffff;
    display: block;
    margin: 10px 0px;
    text-decoration: none;
    font-weight: 600;
}

/* Tabs */
div.tabs ul li {
    float: left;
    padding: 6px;
    margin-right: 1px;
    border: 1px solid #cfcfcf;
    border-bottom: 0px;
}

div.tabs ul li a {
    text-decoration: none;
    color: #555555;
    font-size: 0.9em;
}

div.tabs ul li.ui-tabs-active {
    background-color: #dfdfdf;
}

div.tabs div {
    clear: both;
    border: 1px solid #cfcfcf;
    padding: 20px;
}

/* Carousel */

.carousel {
    width: 100%;
    height: 200px;
}

.carousel img {
    padding: 20px;
    max-height: 500px;
}

.carousel div {
    height: 600px;
}

/* Gallery */

.gallery {

}

.gallery a {
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

.gallery a img {
    padding: 0px;
    margin: 0px;
    line-height: 0;
    max-width: 280px;
}

/* Service */

.service-left {
    float: left;
    width: 46%;
	margin-left: 3%;
}

.service-right {
    float: right;
    width: 44%;
}

.service-title {
    font-size: 1.6em;
	font-weight: 400;
    margin-bottom: 15px;
}

.service-text {
    font-size: 1.0em;
	line-height: 1.2em;
    width: 80%;
}

/* Intro Block */

.intro-block-left {
    float: left;
    width: 45%;
    padding-right: 5%;
}

.intro-block-right {
    float: right;
    width: 45%;
    text-align: center;
	background: #f7f7f7;
	padding: 20px 0px 20px 0px;
	border: 1px solid #e5e5e5;
}

.intro-block-title {
    font-size: 1.6em;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.intro-block-text {
    line-height: 1.5;
}

.intro-block-testimonial {
    color: #262626;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.7em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none;
}

.intro-block-author {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #767779;
}

.content .salexis-text h1 {
	font-size: 1.4em;
	color: #c3bfc0;
	font-weight: 900;
	padding: 0px;
	margin: 0px;
}

.content .salexis-text p {
	font-size: 0.8em;
	color: #8d8d8d;
	margin: 15px 0px 0px 0px;
}

.content .salexis-tagline h1 {
	color: #c3bfc0;
	font-size: 1.4em;
	font-weight: 900;
	text-align: left;
	padding-top: 0px;
}

/* Custom */

.wrap .salexis-promo img {
	border: 1px solid #bdbdbe;
	box-shadow: 3px 3px 0px 0px #d4d4d4;
}

.wrap .salexis-promo a:hover img {
	background: #dddddd;
}

.wrap .salexis-promo .salexis-promo-content h1 {
	display: inline-block;
	font-size: 1em;
	color: #454545;
	font-weight: 700;
	padding: 20px 0px 0px;
	clear: both;
}

.wrap .salexis-promo .salexis-promo-content p {
	display: inline-block;
	font-size: 0.8em;
	color: #8d8d8d;
	line-height: 1.4em;
	clear: both;
	padding: 15px 0px 0px;
}

.wrap .salexis-promo .salexis-promo-content .promolink {
	color: #e42455;
	font-weight: 600;
}

.salexis-promo a:hover {
	text-decoration: none;
}

.headersidebar {
	width: 250px;
	float: right;
	text-align: right;
	margin-top: 35px;
}

.headersidebar .header-widget {
	width: 100%;
	float: left;
}

.headersidebar .widget_text {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 5px;
}

.headersidebar .widget_fw_social_widget h3 {
	width: auto;
	font-size: 0.9em;
	color: #b5b5b5;
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
}

.headersidebar .widget_fw_social_widget .social-icons {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.headersidebar .widget_fw_social_widget img {
	width: 36px;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	vertical-align: middle;
	margin-left: 4px;
}

.headersidebar .widget_fw_social_widget img:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.header-right-region div {
	width: 100%;
	float: left;
}

.header-right-region .headdonate {
	width: 248px;
	height: 132px;
	float: right;
	background: url(/wp-content/uploads/2014/04/header-donate.jpg) top;
}

.header-right-region .headdonate:hover {
	background-position: bottom;
}

footer {
	width: 96%;
	color: #ffffff;
	background: #01a9d9;
	padding: 25px 2%;
	margin-top: 25px;
}

footer a {
	color: #ffffff;
}

footer .footernav a {
	font-size: 0.9em;
}

footer .footernav {
	width: 18%;
	float: left;
	font-size: 0.9em;
	margin: 0px 2% 0px 0px;
}

footer .footernav h3 {
	font-weight: 700;
	text-transform: uppercase;
}

.footerbotleft {
	width: 50%;
	float: left;
	margin-top: 25px;
}

.footerbotleft .footer-menu {
	width: 100%;
	float: left;
}

.footerbotleft .footer-menu li {
	width: auto;
	float: left;
	font-size: 0.8em;
	padding: 3px 9px 3px 0px;
	border-right: 1px solid #ffffff;
	margin-right: 9px;
}

.footerbotleft .footer-menu li:last-child {
	padding-right: 0px;
	border: 0px;
	margin-right: 0px;
}

.footerbotleft .footer-meta {
	width: 100%;
	float: left;
	font-size: 0.8em;
}

.footerbotleft .footer-meta div {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.footerbotleft .widget_text {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.footerbotleft .googlelike {
	width: 33.333333333333333333333%;
	float: left;
}

.footerbotleft .facebooklike {
	width: 33.333333333333333333333%;
	float: left;
}

.footerbotleft .twitterlike {
	width: 33.333333333333333333333%;
	float: left;
	margin-top: 2px;
}

.footerbotleft .widget_text .textwidget {
    display: flex;
}

.footerbotleft .widget_text .textwidget .facebooklink {
    margin-right: 10px;
}

.footerbotright {
	width: 50%;
	float: right;
	text-align: right;
	margin-top: 25px;
}

#homecontent {
	width: 100%;
	display: inline-block;
}

.homeleft {
	width: 736px;
	float: left;
}

.homeright {
	width: 248px;
	float: right;
}

.homeright aside {
	padding: 0px;
}

.homebottom {
	width: 100%;
	float: left;
	margin-top: 33px;
}

.homebottom .homebottomleft {
	width: 48%;
	float: left;
}

.homebottom .homebottomright {
	width: 48%;
	float: right;
}

.homebottom .homebotwidget {
	border: 1px solid #b6b6b8;
	border-radius: 5px;
}

.homevideo {
	width: 100%;
	float: left;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 26px;
}

.homevideo .arve-wrapper {
	margin: 0px !important;
}

.homevideo .span1 {
	width: 100%;
	float: left;
	font-size: 1em;
	padding: 5px 0px;
	background: #ead42b;
}

.homevideo .a1 {
	width: 90%;
	float: left;
	font-size: 0.9em;
	color: #ffffff;
	font-size: 1em;
	background: #f89c24;
	padding: 5px 5%;
	border-radius: 0px 0px 5px 5px;
}

.homevideo .a1:hover {
	background: #90c336;
	text-decoration: none;
}

.homehelp {
	width: 100%;
	float: left;
	margin-bottom: 24px;
}

.homehelp .homehelptitle {
	width: 100%;
	float: left;
	font-size: 1.5em;
	color: #ffffff;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	background: #01a9d9;
	padding: 5px 0px;
	border: 1px solid #01a9d9;
	border-radius: 5px 5px 0px 0px;
}

.homehelp .homehelptitle span {
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: normal;
}

.homehelp .homehelpcontent {
	width: 90%;
	float: left;
	padding: 0px 5%;
	border: 1px solid #b6b6b8;
	border-radius: 0px 0px 5px 5px;
}

.homehelp .homehelpbox {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.homehelp .homehelpcontentl {
	width: 45px;
	float: left;
	text-align: center;
}

.homehelp .homehelpcontentr {
	width: 160px;
	float: right;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 5px;
}

.homehelp .homehelpcontentr .span1 {
	display: block;
	color: #393939;
	font-weight: 600;
	padding: 0px;
}

.homehelp .homehelpcontentr .span2 {
	display: block;
	font-size: 0.8em;
	color: #8D8D8D;
	text-align: left;
	line-height: 1.3em;
	margin: 5px 5px 0px 0px;
}

.homehelp .homehelpcontentr .span2 strong {
	color: #393939;
	font-weight: 600;
}

.homehelp .homehelpcontentr .span2 img {
	vertical-align: middle;
}

.homehelp .homehelpcontentr a:hover {
	text-decoration: none;
}

.homehelp .homehelpcontentr a:hover .span1 {
	color: #01A9D9;
}

.homehelp .homehelpcontentr a:hover .span2 strong {
	color: #01A9D9;
}

.homenewsletter {
	width: 90%;
	float: left;
	padding: 15px 5%;
	border: 1px solid #b6b6b8;
	border-radius: 5px;
}

.homenewsletter h3 {
	font-weight: 600;
}

.homenewsletter p {
	font-size: 0.8em;
	color: #8D8D8D;
	margin-bottom: 5px;
}

.homenewsletter .img1 {
	float: right;
}

.homenewsletter .input input {
	width: 151px;
	float: left;
	background: #e4e4e4;
	padding: 8px 10px;
	border-top: 1px solid #dadada;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
}

.homenewsletter .submit input {
	width: 36px;
	height: 34px;
	float: left;
	background: #e4e4e4;
	font-weight: 700;
	border: 1px solid #dadada;
}

.mailerlite-form .mailerlite-form-title,
.mailerlite-form .mailerlite-form-description,
.mailerlite-form .mailerlite-form-field label {
    display: none;
}

.mailerlite-form .mailerlite-form-field {
    margin: 0px;
}

.mailerlite-form input[type=text], .mailerlite-form input[type=email] {
    width: 100%;
    float: left;
    background: #e4e4e4;
    padding: 8px 10px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    margin-bottom: 1px;
}

.mailerlite-form input[type=submit] {
    width: 100%;
    height: 34px;
    float: left;
    color: #ffffff;
    background: #01a9d9;
    font-weight: 700;
    border: 1px solid #01a9d9;
    cursor: pointer;
}

.mailerlite-form input[type=submit]:hover {
    color: #000000;
    background: #e4e4e4;
}

.eight {
	width: 50%;
	float: left;
}

.homebanner {
	margin-bottom: 27px;
}

.homebanner .salexis-tabs {
	margin: 0px;
}

.homebanner .ui-tabs-nav {
	width: 121px;
	float: left;
}

.homebanner .ui-tabs-nav li {
	width: 100%;
	float: left;
	margin: 0px 0px 8px 0px;
}

.homebanner .ui-tabs-nav li:last-child {
	margin: 0px;
}

.homebanner .ui-tabs-nav li a {
	width: 119px;
	height: 118px;
	float: left;
	position: relative;
	padding: 0px;
	border: 1px solid #b6b6b8;
	border-radius: 3px;
}

.homebanner .ui-tabs-nav li a span {
	width: 109px;
	height: 26px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 0.9em;
	color: #000000;
	font-weight: 700;
	padding: 10px 5px 0px;
}

.homebanner .ui-tabs-nav .ui-tabs-active a span {
	width: 135px;
	color: #ffffff;
	background: url(/wp-content/uploads/hometab-active.png);
}

.homebanner .ui-tabs-nav #ui-id-1 {
	background: url(/wp-content/uploads/hometab-whoweare.jpg);
}

.homebanner .ui-tabs-nav #ui-id-2 {
	background: url(/wp-content/uploads/hometab-whatwedo.jpg);
}

.homebanner .ui-tabs-nav #ui-id-3 {
	background: url(/wp-content/uploads/hometab-howtodonate.jpg);
}

.homebanner .ui-tabs-panel {
	width: 603px;
	float: right;
	padding: 0px;
	border: 1px solid #b6b6b8;
	border-radius: 3px;
}

.homebanner .ui-tabs-panel img {
	float: left;
}

.homebuttons {
	margin-bottom: 53px;
}

.homebuttons img {
	max-width: 16%;
}

.homecontent .salexis-tagline {
	width: 100%;
	float: left;
	text-align: left;
}

.homecontent .homevalues {
    width: 100%;
}

.homecontent .homevalues .salexis-tagline {
	border-top: 9px solid #c3bfc0;
    padding: 0px 15px;
    box-sizing: border-box;
}

.homecontent .homenews {
    display: none;
}

.homecontent .homenews .salexis-tagline {
	border-top: 9px solid #01a9d9;
}

.homecontent .salexis-tagline h1 {
	font-size: 1.5em;
	color: #c3bfc0;
	font-weight: 900;
	padding: 15px 0px 0px 0px;
}

.homecontent .salexis-text {
	width: 100%;
	float: left;
    padding: 0px 15px;
	margin-top: 20px;
    box-sizing: border-box;
}

.homecontent .salexis-text p {
	font-family: 'Arimo', sans-serif;
	font-size: 1.5em;
	color: #01a9d9;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-align: left;
}

.homecontent .homenews .homenewsbox {
	width: 95%;
	float: left;
	padding-bottom: 29px;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 26px;
}

.homecontent .homenews .homenewsbox:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.homecontent .homenews .homenewsboximg {
	width: 147px;
	max-height: 101px;
	float: left;
	overflow: hidden;
}

.homecontent .homenews .homenewsboximg img {
	width: 100%;
}

.homecontent .homenews .homenewsboxtxt {
	width: 173px;
	float: right;
}

.homecontent .homenews .homenewsboxtxt .headtxt {
	display: block;
	font-weight: 700;
	padding-bottom: 10px;
	color: #393939;
}

.homecontent .homenews .homenewsboxtxt .excerpt {
	width: 100%;
	float: left;
	font-size: 0.8em;
	color: #8d8d8d;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 10px;
}

.homecontent .homenews .homenewsboxtxt .readmore {
	width: auto;
	float: left;
	font-size: 0.8em;
	color: #393939;
	font-weight: 600;
}

.homecontent .homenews .homenewsboxtxt .readmore img {
	vertical-align: middle;
}

.homecontent .homenews a:hover .homenewsboxtxt .headtxt {
	color: #01A9D9;
}

.homecontent .homenews a:hover .homenewsboxtxt .readmore {
	color: #01A9D9;
}

#contentarea {
	width: 100%;
	color: #878787;
	display: inline-block;
}

.contactpromo {
	margin-bottom: 50px;
}

.contactpromo .salexis-promo-container {
	text-align: center;
	padding: 15px 20px;
	border: 1px solid #b6b6b8;
	border-radius: 5px;
	margin: 0px 10px;
}

.contactpromo .salexis-promo-container .hoverimage {
	width: 100%;
	height: 46px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
}

.contactpromo .salexis-promo {
	margin-top: 0px;
	margin-bottom: 0px;
}

.contactpromo .salexis-promo .salexis-promo-content h1 {
	font-size: 2em;
	color: #03b3f2;
	font-weight: 900;
	padding: 0px;
	margin: 15px 0px 5px 0px;
}

.contactpromo .salexis-promo .salexis-promo-content p {
	font-size: 1em;
	color: #878787;
	text-align: center;
	line-height: 1.3em;
	padding: 0px;
}

.contactpromo .salexis-promo-container:hover {
	background: #40b2f0;
}

.contactpromo .salexis-promo-container:hover .hoverimage {
	background-position: bottom;
}

.contactpromo .salexis-promo-container:hover h1 {
	color: #ffffff;
}

.contactpromo .salexis-promo-container:hover p {
	color: #ffffff;
}

.contactdetails {
	padding-bottom: 30px;
	border-bottom: 9px solid #c3bfc0;
	margin-bottom: 30px;
}

.contactdetails .salexis-text {
	padding-right: 35px;
}

.contactdetails .salexis-text p {
	font-size: 0.9em;
	margin-bottom: 15px;
}

.contactdetails .contacttext p {
	font-size: 1.7em;
	font-weight: 600;
	line-height: 1.2em;
}

.contactdetails .contacttext span {
	color: #03B3F2;
}

.contactdetails .contacttext a {
	color: #878787;
}

.contactdetails .contacttext2 p {
	font-size: 1em;
	font-weight: 600;
}

.contactdetails .facebooklike {
	width: 80%;
	float: right;
	margin-top: 5px;
}

.contactdetails .twitterlike {
	width: 80%;
	float: right;
	margin-top: 15px;
}

.contactdetails .googlelike {
	width: 80%;
	float: right;
	margin-top: 15px;
}

.contactmapbox {
	width: 100%;
	height: 317px;
	float: left;
}

.contactmapbox #contact-map {
	width: 100%;
	height: 100%;
	border: 1px solid #d3d3d3;
}

.contactform .salexis-tagline h1 {
	font-size: 1.5em;
	color: #03b3f2;
	font-weight: 700;
	text-align: left;
	padding: 0px;
}

.contactform .formcontainer {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.contactform .formbox {
	width: 48%;
}

.contactform p {
	font-size: 0.9em;
	font-weight: 700;
}

.contactform .input input {
	width: 96%;
	font-size: 13px;
	color: #777777;
	padding: 10px 2%;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	box-shadow: inset -1px 1px 5px 1px #cccccc;
	margin: 7px 0px 15px;
}

.contactform .textarea textarea {
	width: 96%;
	height: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
	padding: 10px 2%;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	box-shadow: inset -1px 1px 5px 1px #cccccc;
	margin: 7px 0px 15px;
}

.contactform .submit {
	text-align: right;
}

.contactform .submit input {
	width: auto;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	background: #01A9D9;
	padding: 7px 50px;
	border: 1px solid #01A9D9;
	border-radius: 20px;
}

.contactform .submit input:hover {
	background: #666666;
}

.contactform .wpcf7-response-output {
	width: 90%;
	float: left;
	padding: 0.2em 5%;
	text-align: center;
}

.contactform .sent .formcontainer {
	display: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.sidebar .widget {
	width: 100%;
	float: left;
	padding-top: 0px;
	margin-bottom: 45px;
}

.sidebar .widget_nav_menu {
	width: 100%;
	float: left;
	padding: 0px;
	border-bottom: 4px solid #e1e1e1;
}

.sidebar .widget_nav_menu h3 {
	font-weight: 700;
	padding-bottom: 10px;
}

.sidebar .widget_nav_menu .menu {
	width: 100%;
	float: left;
}

.sidebar .widget_nav_menu .menu li {
	width: 100%;
	float: left;
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #e1e1e1;
}

.sidebar .widget_nav_menu .menu li a {
	width: auto;
	float: left;
	font-size: 0.9em;
	background: url(/wp-content/uploads/sidebarnav-bg.jpg) left 8px no-repeat;
	padding-left: 15px;
}

.sidebar .widget_nav_menu .menu .current-menu-item {
	background: #ececec;
}

.sidebar .widget_nav_menu .menu .current-menu-item a {
	color: #454545;
	font-weight: bold;
	background-image: url(/wp-content/uploads/sidebarnavactive-bg.png);
}

.sidebar .homenewsletter h3 {
	color: #454545;
	line-height: 1.1em;
}

.sidebar .homenewsletter p {
	font-size: 0.7em;
	color: #8d8d8d;
	line-height: 1.3em;
}

.sidebar .homenewsletter .input input {
	width: 114px;
	color: #454545;
	border-right: 0px;
}

.sidebar .homenewsletter .submit input {
	font-weight: 700;
}

.mainpagetitle .salexis-text h1 {
	font-size: 1.4em;
	color: #c3bfc0;
	font-weight: 900;
}

.mainpagetitle .salexis-text p {
	font-family: 'Arimo',sans-serif;
	font-size: 1.5em;
	color: #01A9D9;
	font-weight: 700;
	line-height: 1.2em;
	padding-right: 15%;
}

.mainpagevalues {
	margin-top: 22px;
}

.mainpagevalues .salexis-text h1 {
	font-size: 1.4em;
	color: #01a9d9;
	font-weight: 900;
	text-align: right;
	padding-right: 10%;
}

.mainpagevalues .salexis-text p {
	text-align: right;
	padding-right: 10%;
}

.wrapbreak {
	border-bottom: 4px solid #e1e1e1;
}

.wrap .morepromo {
	width: 44%;
	margin: 0px 3% 30px 3%;
}

.wrap .morepromo a:hover {
	text-decoration: none;
}

.wrap .morepromo .salexis-promo-container {
	min-height: 252px;
	background: #f5f6f3;
	padding-bottom: 30px;
	border: 1px solid #d2d2d2;
}

.wrap .morepromo .salexis-promo-container img:first-child {
	width: 100%;
}

.wrap .morepromo .salexis-promo-container .salexis-promo-content {
	width: 90%;
	padding: 0px 5%;
}

.wrap .morepromo .salexis-promo-container .hoverimage {
	width: 100%;
	height: 127px;
	float: left;
	background-position: top;
}

.wrap .morepromo .salexis-promo-container a:hover .hoverimage {
	background-position: bottom;
}

.wrap .morepromo .salexis-promo-container .salexis-promo-content h1 {
	font-size: 1.1em;
	color: #C3BFC0;
	font-weight: 700;
}

.wrap .morepromo .salexis-promo-container .salexis-promo-content p {
	font-size: 0.8em;
	color: #505050;
	line-height: 1.4em;
}

.bluetitle h1 {
	color: #00a9d7 !important;
}

.bluelink .promolink {
	color: #00a9d7 !important;
}

.greentitle h1 {
	color: #90c33d !important;
}

.greenlink .promolink {
	color: #90c33d !important;
}

.yellowtitle h1 {
	color: #e3ca2b !important;
}

.yellowlink .promolink {
	color: #e3ca2b !important;
}

.orangetitle h1 {
	color: #f89624 !important;
}

.orangelink .promolink {
	color: #f89624 !important;
}

.pinktitle h1 {
	color: #e42455 !important;
}

.pinklink .promolink {
	color: #e42455 !important;
}

.greentitle h1 {
	color: #90c33d !important;
}

.greenlink .promolink {
	color: #90c33d !important;
}

.purpletitle h1 {
	color: #96278e !important;
}

.purplelink .promolink {
	color: #96278e !important;
}

.pagebanner {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}

.pagebanner .featured-image {
	height: 242px;
	background-position: left;
	border-radius: 5px;
}

.wrap .howwehelppromo {
	width: 90%;
	margin: 0px;
}

.videobox div {
	margin: 0px;
}

.greyhelpbox {
	text-align: center;
	background: #f0f0f0;
	padding: 0px;
	border: 1px solid #dfdfdf;
}

.greyhelpbox .salexis-tagline {
	width: 100%;
	float: left;
	padding: 30px 0px 25px 0px;
	margin-top: -1px;
}

.greyhelpbox .salexis-tagline:first-child {
	background: url(/wp-content/themes/bridgehouse/css/images/greyhelpbox-bg.jpg) top no-repeat;
}

.greyhelpbox .salexis-tagline h1 {
	color: #a8a8a8;
	text-align: center;
	padding: 0px;
}

.greyhelpbox .salexis-promo {
	width: 29%;
	background: #ffffff;
	border: 1px solid #bcbcbe;
	margin: 0px 2%;
	box-shadow: 3px 3px 0px 0px #c8c8c8;
}

.greyhelpbox .salexis-promo .salexis-promo-content {
	padding-bottom: 9px;
}

.greyhelpbox .salexis-promo .salexis-promo-content h1 {
	width: 100%;
	float: left;
	font-size: 1.5em;
	color: #ffffff;
	line-height: 1.1em;
	font-weight: 400;
	padding: 5px 0px;
}

.greyhelpbox .salexis-promo .salexis-promo-content h1 span {
	font-weight: 700;
}

.greyhelpbox .supportteam .salexis-promo-content h1 {
	background: #01a9d9;
}

.greyhelpbox .emergencykit .salexis-promo-content h1 {
	background: #f89c24;
}

.greyhelpbox .donation .salexis-promo-content h1 {
	background: #85c219;
}

.greyhelpbox .salexis-promo .salexis-promo-content .promotxt {
	width: 90%;
	color: #737373;
	text-align: center;
	padding: 125px 5% 0px;
}

.greyhelpbox .supportteam .salexis-promo-content .promotxt {
	background: url(/wp-content/uploads/supportteambutton.png) top no-repeat;
}

.greyhelpbox .emergencykit .salexis-promo-content .promotxt {
	background: url(/wp-content/uploads/emergencykitbutton.png) top no-repeat;
}

.greyhelpbox .donation .salexis-promo-content .promotxt {
	background: url(/wp-content/uploads/donationbutton.png) top no-repeat;
}

.greyhelpbox .salexis-promo .salexis-promo-content .promolink {
	width: 75%;
	height: 20px;
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	background-position: right;
	background-repeat: no-repeat, repeat-x;
	padding: 5px 5%;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: 2px 2px 3px 1px #cccccc;
}

.greyhelpbox .supportteam .salexis-promo-content .promolink {
	background-color: #02a9d9;
	background-image: url(/wp-content/themes/bridgehouse/css/images/buttonlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/buttonlink-supportteam-bg.jpg);
	border: 1px solid #4dc6e9;
}

.greyhelpbox .emergencykit .salexis-promo-content .promolink {
	background-color: #ef9520;
	background-image: url(/wp-content/themes/bridgehouse/css/images/buttonlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/buttonlink-emergencykit-bg.jpg);
	border: 1px solid #febd67;
}

.greyhelpbox .donation .salexis-promo-content .promolink {
	background-color: #8ac71e;
	background-image: url(/wp-content/themes/bridgehouse/css/images/buttonlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/buttonlink-donation-bg.jpg);
	border: 1px solid #b3e065;
}

.greyhelpbox .salexis-promo .salexis-promo-container a {
	width: 100%;
	float: left;
}

.greyhelpbox .salexis-promo .salexis-promo-container a:hover {
	/*background: #dddddd;*/
}

.content .bigtitle h1 {
	font-size: 2em;
}

.staffbox {
	width: 160px;
	min-height: 252px;
	float: left;
	position: relative;
	border: 1px solid #bcbcbe;
	margin: 0px 26px 30px 0px;
	box-shadow: 3px 3px 0px 0px #cccccc;
	z-index: 1;
}

.staffbox .popup {
	width: 125%;
	display: none;
	position: absolute;
	bottom: 88px;
	left: 0px;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #bcbcbe;
	border-radius: 10px;
	margin: 0px 0px 0px -16%;
	z-index: 2;
}

.staffbox:hover .popup {
	display: inline-block;
}

.staffbox .staffphoto {
	width: 100%;
	height: 158px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.staffbox .staffphoto img {
	width: 100%;
}

.staffbox .staffname {
	width: 90%;
	float: left;
	line-height: 1.1em;
	font-weight: 700;
	margin: 0px 5% 5px;
}

.staffbox .staffrole {
	width: 90%;
	float: left;
	font-size: 0.8em;
	color: #8d8d8d;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin: 0px 5%;
}

.content .stafftitle h1 {
	font-size: 1.2em;
	color: #01a9d9;
	padding-top: 0px;
}

.partnerbox {
	width: 96%;
	float: left;
	padding: 20px 2% 15px;
	margin-bottom: 45px;
	border: 1px solid #b8b8ba;
	box-shadow: 3px 3px 0px 0px #cccccc;
}

.partnerbox .partnerlogo {
	width: 40%;
	float: left;
	text-align: center;
	border: 1px solid #d9d9d9;
}

.partnerbox .partnername {
	width: 55%;
	float: right;
	font-family: 'Arimo',sans-serif;
	font-size: 1.3em;
	color: #01a9d9;
	font-weight: 700;
	margin-bottom: 10px;
}

.partnerbox .partnerlink {
	width: 55%;
	float: right;
	font-size: 0.8em;
	color: #8d8d8d;
	line-height: 1.4em;
	text-align: right;
	font-style: italic;
}

.partnerbox .partnerabout {
	width: 55%;
	float: right;
	font-size: 0.8em;
	color: #8d8d8d;
	line-height: 1.4em;
}

.discovertxt p {
	color: #454545;
	font-weight: 700;
}

.salexis-showcase-content {
	padding: 0px;
}

.salexis-showcase-content h1 {
	font-size: 1.4em;
	color: #c3bfc0;
	font-weight: 900;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.salexis-showcase-content p {
	font-family: 'Arimo',sans-serif;
	font-size: 1.5em;
	color: #01A9D9;
	font-weight: 600;
	line-height: 1.2em;
	padding-right: 15%;
	margin: 15px 0px 0px 0px;
}

img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.contentlist {
}

.contentlist li {
	font-size: 0.8em;
	color: #8d8d8d;
	line-height: 1.5em;
}

.contentul {
	list-style: disc;
	padding-left: 15px;
}

.contentol {
	list-style: decimal;
	padding-left: 25px;
}

.biglist li {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.8em;
}

.otherservices {
	width: 100%;
	float: left;
}

.otherservices a {
	width: 100px;
	height: 130px;
	float: left;
	background-position: top left;
	margin: 0px 40px 15px 0px;
}

.otherservices .active {
	background-position: bottom left;
}

.blog-post {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.content .contenttestimonial {
	margin-bottom: 35px;
}

.content .contenttestimonial h1 {
	font-size: 2em;
	line-height: 1.2em;
}

.content .contenttestimonial p {
	color: #00A9D7;
	text-align: right;
	font-weight: 600;
}









.greyhelpbox .info-content {
    width: 29%;
	float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BCBCBE;
    box-shadow: 3px 3px 0 0 #C8C8C8;
	padding-bottom: 10px;
    margin: 0 2%;
	text-align: center;
}

.greyhelpbox .info-content h1 {
    width: 100%;
    float: left;
	color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.1em;
    padding: 5px 0;
	margin: 0px;
}

.greyhelpbox .info-content h1 span {
	font-weight: 700;
}

.greyhelpbox .info-content .promotxt {
    width: 90%;
	float: left;
	font-size: 0.8em;
	color: #737373;
    text-align: center;
    padding: 125px 5% 0;
	margin: 0px;
}

.greyhelpbox .info-content .promolink {
    width: 75%;
    height: 20px;
    display: inline-block;
	font-size: 0.8em;
    color: #FFFFFF;
	text-align: left;
    font-weight: 700;
    padding: 5px 5%;
	background-position: right center;
    background-repeat: no-repeat, repeat-x;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 1px #CCCCCC;
    margin-top: 10px;
}

.greyhelpbox .supportteam h1 {
    background: none repeat scroll 0 0 #01A9D9;
}

.greyhelpbox .supportteam .promotxt {
    background: url(/wp-content/themes/bridgehouse/css/images/supportteambutton.png) top center  no-repeat;
}

.greyhelpbox .supportteam .promolink {
    background-color: #02A9D9;
    background-image: url(/wp-content/themes/bridgehouse/css/images/buttonlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/buttonlink-supportteam-bg.jpg);
    border: 1px solid #4DC6E9;
}

.greyhelpbox .emergencykit h1 {
    background: none repeat scroll 0 0 #F89C24;
}

.greyhelpbox .emergencykit .promotxt {
    background: url(/wp-content/themes/bridgehouse/css/images/emergencykitbutton.png) top center  no-repeat;
}

.greyhelpbox .emergencykit .promolink {
    background-color: #EF9520;
    background-image: url(/wp-content/themes/bridgehouse/css/images/buttonlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/buttonlink-emergencykit-bg.jpg);
    border: 1px solid #FEBD67;
}

.greyhelpbox .donation h1 {
    background: none repeat scroll 0 0 #85C219;
}

.greyhelpbox .donation .promotxt {
    background: url(/wp-content/themes/bridgehouse/css/images/donationbutton.png) top center no-repeat;
}

.greyhelpbox .donation .promolink {
    background-color: #8AC71E;
    background-image: url(/wp-content/themes/bridgehouse/css/images/buttonlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/buttonlink-donation-bg.jpg);
    border: 1px solid #B3E065;
}

.greyhelpbox .info-overlay {
    width: 100%;
    height: 100%;
    color: #ffffff;
    bottom: -100%;
    position: absolute;
    background: url(/wp-content/themes/bridgehouse/css/images/animatehover-bg.png);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.greyhelpbox .supportteam .info-overlay {
    background: url(/wp-content/themes/bridgehouse/css/images/animatehover-supportteam-bg.png);
}

.greyhelpbox .emergencykit .info-overlay {
    background: url(/wp-content/themes/bridgehouse/css/images/animatehover-emergencykit-bg.png);
}

.greyhelpbox .donation .info-overlay {
    background: url(/wp-content/themes/bridgehouse/css/images/animatehover-donation-bg.png);
}

.greyhelpbox .info-overlay a {
	width: 100%;
	height: 40%;
	display: inline-block;
    color: #ffffff;
    font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
    text-align: center;
    display: block;
    padding-top: 60%;
}

.greyhelpbox .info-overlay a span {
    font-size: 2em;
}

.greyhelpbox .info-overlay a:hover {
	text-decoration: none;
}

.greyhelpbox .info-content:hover .info-overlay {
    bottom: 0%;
}

.emergencykitbox {
	width: 44%;
	height: 405px;
	float: left;
	margin: 0px 3% 55px;
}

.emergencykitbox a {
	width: 100%;
	height: 100%;
	float: left;
	background: #f7f6f3;
	border: 1px solid #d2d2d2;
}

.emergencykitbox .img1 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

.emergencykitbox .title {
	width: 90%;
	float: left;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0px 5% 10px;
}

.emergencykitbox .description {
	width: 90%;
	min-height: 125px;
	float: left;
	font-size: 0.8em;
	color: #898989;
	line-height: 1.4em;
	margin: 0px 5% 25px;
}

.emergencykitbox .emergencykitboxbot {
	width: 90%;
	float: left;
	margin: 0 5%;
}

.emergencykitbox .price {
	width: 90px;
	height: 37px;
	float: left;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 0px 5px;
    background: url(/wp-content/themes/bridgehouse/css/images/donateprice-bg.png);
}

.emergencykitbox .buynow {
    width: 131px;
    height: 21px;
	float: right;
	font-size: 1.1em;
    color: #FFFFFF;
	text-align: left;
    font-weight: 700;
    padding: 7px 14px;
	background-color: #777777;
	background-position: right center;
    background-repeat: no-repeat, repeat-x;
	border: 1px solid #777777;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 1px #CCCCCC;
}

.emergencykitbox a:hover {
	background: #ffffff;
}

.welcomekit .title, .welcomekit .price {
	color: #e78f1c;
}

.welcomekit .buynow {
	background-color: #ef9520;
    background-image: url(/wp-content/themes/bridgehouse/css/images/emergencykitlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/emergencykit-welcomekit-bg.jpg);
	border-color: #d8861a;
}

.hygienekit .title, .hygienekit .price {
	color: #8bbc3b;
}

.hygienekit .buynow {
	background-color: #ef9520;
    background-image: url(/wp-content/themes/bridgehouse/css/images/emergencykitlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/emergencykit-hygienekit-bg.jpg);
	border-color: #82b037;
}

.lifeskillskit .title, .lifeskillskit .price {
	color: #e42455;
}

.lifeskillskit .buynow {
	background-color: #e42455;
    background-image: url(/wp-content/themes/bridgehouse/css/images/emergencykitlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/emergencykit-lifeskillskit-bg.jpg);
	border-color: #d82654;
}

.jobkit .title, .jobkit .price {
	color: #01a9d9;
}

.jobkit .buynow {
	background-color: #0faedb;
    background-image: url(/wp-content/themes/bridgehouse/css/images/emergencykitlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/emergencykit-jobkit-bg.jpg);
	border-color: #0ea3cd;
}

.movingonkit .title, .movingonkit .price {
	color: #ea6c1f;
}

.movingonkit .buynow {
	background-color: #f07428;
    background-image: url(/wp-content/themes/bridgehouse/css/images/emergencykitlink-bg.png), url(/wp-content/themes/bridgehouse/css/images/emergencykit-movingonkit-bg.jpg);
	border-color: #e06c25;
}

.blog-post {
	width: 44%;
	float: left;
	margin: 30px 3% 0px;
}

.blog-post-inner {
	display: inline-block;
	background: #f5f6f3;
	border: 1px solid #d2d2d2;
	box-shadow: 0 0 5px 3px #cccccc;
}

.blog-post-inner:hover {
	background: #ffffff;
}

.blog-post a {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.blog-post .blog-post-thumbnail {
	width: 100%;
	height: 127px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}

.blog-post .blog-post-thumbnail img {
	width: 100%;
}

.blog-post .blog-post-content {
	width: 90%;
	float: left;
	padding: 0px 5%;
}

.blog-post .blog-post-content h2 {
	width: 100%;
	height: 35px;
	float: left;
	font-size: 1.1em;
	color: #00A9D7;
	line-height: 1.1em;
	font-weight: 700;
	overflow: hidden;
}

.blog-post .blog-post-content .blog-post-meta {
	width: 100%;
	float: left;
	font-size: 0.7em;
	padding: 5px 0px 10px;
}

.blog-post .blog-post-content .blogsnippet {
	width: 100%;
	height: 60px;
	float: left;
	font-size: 0.8em;
	color: #505050;
	line-height: 1.4em;
	overflow: hidden;
}

.blog-post-article h1 {
	font-size: 1.6em;
	color: #262626;
}

.blog-post-article p {
	font-size: 0.9em;
	color: #8D8D8D;
	line-height: 1.5em;
	margin: 0px 0px 20px;
}

.blog-post-article a {
	color: #01A9D9;
}

.blog-post-article .blog-post-article-meta {
	font-size: 0.8em;
	color: #8D8D8D;
	margin: 5px 0px 25px;
}

.blog-post-article .blog-post-article-footer {
	width: 100%;
	float: left;
	padding: 25px 0px;
	border-top: 1px dotted #e1e1e1;
	border-bottom: 4px solid #e1e1e1;
	margin-top: 25px;
}

.blog-post-article .blog-post-article-footer .blog-post-tags {
	font-size: 1.2em;
	color: #262626;
}

.blog-post-article .blog-post-article-footer .blog-post-entry-details {
	font-size: 0.8em;
	color: #8D8D8D;
	line-height: 1.6em;
	padding: 5px 0px 15px;
}

.blog-post-article .blog-post-article-footer .article-nav-posts ul {
	width: 100%;
	float: left;
}

.blog-post-article .blog-post-article-footer .article-nav-posts li {
	width: 50%;
	float: left;
	font-size: 0.8em;
	color: #01A9D9;
	line-height: 1.4em;
}

.blog-post-article .blog-post-article-footer .article-nav-posts li:last-child {
	text-align: right;
}

.blog-post-article-content ul {
	font-size: 0.9em;
	color: #8d8d8d;
	padding-left: 15px;
	list-style: disc;
	margin-bottom: 15px;
}

.blog-post-article-content ol {
	font-size: 0.9em;
	color: #8d8d8d;
	padding-left: 25px;
	list-style: decimal;
	margin-bottom: 15px;
}

.blog-post-article-content li {
	line-height: 1.5em;
	margin-bottom: 15px;
}

.blog-post-article-content li ul, .blog-post-article-content li ol {
	font-size: 1em;
	margin-top: 15px;
}








.blog-post-article-content table {
	border: 1px solid #8d8d8d;
	border-collapse: collapse;
}

.blog-post-article-content th {
	font-size: 0.9em;
	color: #8d8d8d;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px;
	border: 1px solid #8d8d8d;
	border-collapse: collapse;
}

.blog-post-article-content td {
	font-size: 0.9em;
	color: #8d8d8d;
	line-height: 1.5em;
	padding: 5px;
	border: 1px solid #8d8d8d;
	border-collapse: collapse;
}

.blog-post-article-content {
}




.blog-post-article-content .vacancytbl {
	width: 100%;
	float: left;
}

.blog-post-article-content .vacancytbl table {
	width: 100%;
	min-width: 700px;
}

.blog-post-article-content .vacancytbl table tr th:first-child {
	width: 20%;
}

.blog-post-article-content .vacancytbl table tr th:last-child {
	width: 20%;
}

.blog-post-article-content .vacancytbl table {
}








.blog-post-article-content .size-thumbnail {
	width: 100px;
	height: 100px;
}

.blog-post-grid {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.blog-post-grid h2 {
    font-size: 1.4em;
	background: #ffffff;
	line-height: 1.3em;
    padding: 20px;
    text-transform: uppercase;
}

.blog-post-grid h2 a {
    text-decoration: none;
    color: #000000;
}

.blog-post-grid .blog-post-thumbnail {
	width: 50%;
	float: left;
	max-height: 350px;
	text-align: center;
	overflow: hidden;
}

.blog-post-grid .blog-post-thumbnail img {
    max-width: 100%;
	display: block;
}

.blog-post-grid .blog-post-content {
    width: 50%;
	float: right;
	background: #ffffff;
}

.blog-post-excerpt {
	color: #8D8D8D;
	line-height: 1.4em;
    padding: 0px 20px;
    font-size: 0.8em;
}

.blog-post-footer {
    padding: 20px;
    border-top: none;
    font-size: 0.8em;
	line-height: 1.4em;
}

.blog-post-footer strong {
    font-weight: 600;
}

.blog-post-grid-primary {
    width: 100%;
    float: none;
	background: #ffffff;
    margin-bottom: 30px;
    height: auto;
	border: 1px solid #DFDFDF;
}

.blog-post-footer-link {
    display: block;
    width: 150px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 7px 0px;
    background-color: #01A9D9;
    color: #ffffff;
    border-radius: 20px;
}

.blog-post-footer-link:hover {
	background: #666666;
}

.blog-post-footer-meta {
	color: #8D8D8D;
    float: left;
}

.blog-post-footer-link {
    float: right;
}

.blog-post-article .blog-post-meta {
    text-align: left;
}

.blog-post-article p {
    margin-bottom: 20px;
}

.blog-post-entry-details {
    padding: 10px 0px;
    font-size: 0.9em;
    line-height: 1.5;
}

.blog-post-article-footer {
    border-top: 1px dotted #dfdfdf;
}

.gallerybox .forspan {
	top: 32%;
}

.gallerybox .emg-pag-holder a {
	padding: 5px 9px;
}

.gallerybox .jp-previous, .gallerybox .jp-next {
	color: #01A9D9;
}

.nav-posts {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.nav-posts li {
	width: auto;
	display: inline-block;
	margin-right: 5px;
}

.nav-posts .active a {
	color: #01A9D9;
	font-weight: 600;
}

.newslist .sidebar {
	margin-top: 0px;
}

.newslist .sidebar .sidebar {
	margin-top: 0px;
}

.givetop p {
	font-size: 1.6em;
	color: #c3bfc0;
	font-weight: 900;
	margin-right: 50px;
}

.donatetype {
	padding: 15px 0px 25px !important;
}

.content .givetitle h1 {
	color: #454545;
	font-weight: 400;
}

.donatetype .donateoption a {
	width: 87%;
	float: left;
	font-size: 1em;
	color: #ffffff;
	font-weight: 700;
	background: #cccccc;
	padding: 25px 5%;
	margin-top: 15px;
}

.donatetype .donateoption a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.donatetype .orangebg a {
	background: #f89c24;
}

.donatetype .greenbg a {
	background: #90c33d;
}

.donatetype .bluebg a {
	background: #00a9d7;
}

.donatetype .pinkbg a {
	background: #e42455;
}

.centertxt {
	text-align: center;
}

.content .donatecontent {
	padding: 0px 0px 25px 0px;
}

.content .donatecontent h1 {
	padding: 0px;
}

.content .donatecontent strong {
	color: #686868;
	font-weight: 700;
}

.content .donatecontent p {
	font-size: 0.9em;
	color: #8d8d8d;
	font-weight: 400;
}

.givelist {
	list-style: disc;
	padding-left: 15px;
}

.givelist li {
	font-size: 0.9em;
	color: #8d8d8d;
	line-height: 1.5em;
	font-weight: 600;
}

.righttxt p {
	text-align: right;
}

.fundraisecontent {
	padding-top: 25px;
}

.content .fundraisecontent h1 {
	font-size: 1.2em;
	padding-bottom: 5px;
}

.content .fundraisecontent p {
	font-size: 0.9em;
	color: #8d8d8d;
	font-weight: 400;
}

.content .fundraisecontent strong {
	font-weight: 700;
}

.partnershiplist {
	list-style: disc;
	padding-left: 15px;
}

.partnershiplist li {
	font-size: 0.9em;
	color: #8d8d8d;
	line-height: 1.5em;
	font-weight: 400;
}

.partnershiplink a {
	width: 90%;
	float: left;
	font-size: 1.3em;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	background: #00a9d7;
	padding: 15px 5%;
}

.partnershiplink a:hover {
	background: #666666;
	text-decoration: none;
}

.giveaccordion h3 {
    width: 96%;
    float: left;
    font-size: 1em;
	color: #FFFFFF;
    font-weight: 700;
    padding: 25px 2%;
}

.giveaccordion .orangebg {
	background: #F89C24;
}

.giveaccordion .greenbg {
	background: #90C33D;
}

.giveaccordion .bluebg {
	background: #00A9D7;
}

.giveaccordion .pinkbg {
	background: #E42455;
}

.giveaccordion .yellowbg {
	background: #e3ca2b;
}

.giveaccordion h3:hover {
	opacity: 0.6;
}

.giveaccordion .ui-accordion-content {
	width: 96%;
	float: left;
	padding: 10px 2% !important;
}

.salexis-showcase-content {
	text-align: left;
	padding: 0px;
}

.salexis-showcase-content h1 {
}

.salexis-showcase-content p {
}

.resultstbl {
	font-size: 0.8em;
	color: #8d8d8d;
	line-height: 1.4em;
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
}

.resultstbl th {
	color: #ffffff;
	font-weight: 600;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-collapse: collapse;
}

.resultstbl td {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
}

.resultstbl .lefttxt {
	text-align: left;
}

.resultstbl .row1 td {
	color: #454545;
	font-weight: 600;
}

.resultstbl .notetxt {
	font-size: 0.85em;
}

.resultstbl .righttxt {
	text-align: right;
}

.resultstbl .data {
	min-width: 60px;
}

.resultstbl .bluebg {
	background: #01a9d9;
}

.resultstbl .greenbg {
	background: #90c33d;
}

.resultstbl .orangebg {
	background: #f89624;
}

.resultstbl .yellowbg {
	background: #e3ca2b;
}

.resultstbl .pinkbg {
	background: #e42455;
}

.resultstbl .mobileonly {
	display: none;
}

.resultspage {
	padding-top: 0px;
}

.resultaccordion h3 {
    width: 96%;
    float: left;
    font-size: 1em;
	color: #FFFFFF;
    font-weight: 700;
    padding: 25px 2%;
}

.resultaccordion .bluebg {
	background: #01a9d9;
}

.resultaccordion .greenbg {
	background: #90c33d;
}

.resultaccordion .orangebg {
	background: #f89624;
}

.resultaccordion .yellowbg {
	background: #e3ca2b;
}

.resultaccordion .pinkbg {
	background: #e42455;
}

.resultaccordion h3:hover {
	opacity: 0.6;
}

.resultaccordion .ui-accordion-content {
	width: 100%;
	float: left;
	padding: 10px 0px !important;
}







.adviceaccordion h3 {
    width: 96%;
    float: left;
    font-size: 1em;
	color: #FFFFFF;
    font-weight: 700;
    padding: 25px 2%;
}

.adviceaccordion .salexis-tagline {
	padding: 15px 0px 0px 0px;
}

.adviceaccordion .salexis-tagline h1 {
	padding: 0px;
}

.adviceaccordion .salexis-text {
	padding: 0px;
}

.adviceaccordion .orangebg {
	background: #F89C24;
}

.adviceaccordion .orangetxt {
	color: #F89C24;
}

.adviceaccordion .greenbg {
	background: #90C33D;
}

.adviceaccordion .greentxt {
	color: #90C33D;
}

.adviceaccordion .bluebg {
	background: #00A9D7;
}

.adviceaccordion .bluetxt {
	color: #00A9D7;
}

.adviceaccordion .pinkbg {
	background: #E42455;
}

.adviceaccordion .pinktxt {
	color: #E42455;
}

.adviceaccordion .yellowbg {
	background: #e3ca2b;
}

.adviceaccordion .yellowtxt {
	color: #e3ca2b;
}

.adviceaccordion h3:hover {
	opacity: 0.6;
}

.adviceaccordion .ui-accordion-content {
	width: 96%;
	float: left;
	padding: 10px 2% !important;
}

.novacancies {
	display: none;
}

body.category-jobs .blog-post-not-found {
	display: none;
}

body.category-jobs .novacancies {
	width: 100%;
	display: inline-block;
}

.cookiebar {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 0.85em;
    background: #ffffff;
    border-top: 7px solid #01a9d9;
    z-index: 10;
    box-sizing: border-box;
}

.cookiebar .wrapper {
    display: grid;
    gap: 45px;
    grid-template-columns: auto 240px;
    padding: 15px;
}

.cookiebar .wrapper > p {
    flex: 2;
    padding: 0px 15px;
    margin: 0px;
}

.cookiebar .wrapper > div {
    width: 240px;
}

.cookiebar .wrapper > div .cookieaccept {
    width: auto;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    background: #01A9D9;
    padding: 7px 50px;
    border: 1px solid #01A9D9;
    border-radius: 20px;
}

.cookiebar .wrapper > div .cookieaccept:hover {
    text-decoration: none;
    background: #333333;
}

.wpcf7 .privacy {
    position: relative;
    font-size: 0.8em;
    font-weight: normal;
    padding-bottom: 20px;
}

.wpcf7 .privacy span {
    position: static;
}

.wpcf7 .privacy .wpcf7-list-item {
    margin: 0px;
}

.wpcf7 .privacy .wpcf7-list-item .wpcf7-list-item-label {
    display: none;
}

.header-new {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.header-new .header-new-left {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.header-new .header-new-left .header-phone .textwidget {
    font-size: 1.4em;
    font-weight: 600;
}

.header-new .header-new-right .headsocial {
    display: flex;
    gap: 10px;
}

.header-new .header-new-right .headsocial a i {
    width: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #01a9d9;
    border-radius: 50%;
}

.header-new .header-new-right .headsocial a i:hover {
    background: #393939;
}