/*!
 * Start Bootstrap - Custom Theme

    DOCUMENT INFORMATION
    - Document: ProSites
    - Version:  1.0
    - Client:   All Members
    - Author:   ProSites  
*/

/* =================
   Common Elements
   =================================================== */
 html,
 body {
    width: 100%;
    height: 100%;
}
[id*="QCForm"] {
	display: none !important;
}
body {
    font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

hr {
    border-color: #fff;
    border-width: 1px;
}

hr.light {
    max-width: 50px;
    border-color: #fff;
    border-width: 3px;
}

.content a {
    color: #a41e3a;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: bold;
}

a:hover,
a:focus {
    color: #7e162c;
	cursor: pointer !important;
	text-decoration: none !important;
}

p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 27px;
    color: #261f28;
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.border {
    border-top: 1px solid #e9e9e9;
    background-color: transparent;
}

/* StyleColorPallet*/
.bg-color { background: #fff; } 
.color { color: #a41e3a; }
.border-color { color: rgba(0,0,0,0.2); }

h2.section-heading {
    margin-bottom: 10px;
    text-align: left;
}
section.testimonials-plugin h2.section-heading {
    color: #fff;
}
.home h2.section-heading {
    margin-bottom: 10px;
}
section.address-plugin h2.section-heading,
section.testimonials-plugin h2.section-heading,
section.contact-plugin h2.section-heading,
section.contact-plugin .intro {
    text-align: center;
}
section.address-plugin h2.section-heading {
    padding-bottom: 10px;
}
section.contact-plugin .heading::after,
section.contact-plugin .intro
 {
    padding: 0;
    border-bottom: 0;
}
@media (max-width: 768px) {
body {
    border-top: none;
}
}
/* add spacer between col stack */
@media (max-width: 992px) {
.page-team .colmargin,
.page-contact .colmargin {
    margin-top: 20px;
    }

}

/* Hide Captcha */
.captcha,
.RadCaptcha {
    display: none;
}



/* =================
   Main Section Layouts
   =================================================== */
#wrapper {
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 0  ;
    position: relative;
}
section.content {
    background-color: #fff;
    color: #000000;
}
section.contact-plugin {
    background-color: #F0F0F0;
    padding: 0px;
}
section.contact-plugin .container-inner {
    padding: 60px 0;
}
section.address-plugin {
    padding: 0px;
    background: #fff;
/*    color: #fff;*/
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
}
section.address-plugin .container-inner {
    padding: 100px 0;
}
section.testimonials-plugin  {
    padding: 0px;
    background: #ededed;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/cover-testimonial.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section.footer {
    padding: 30px 0;
}

/*remove boostrap col min-height*/
.contact-plugin> div>div,
.testimonials-plugin>div>div,
.address-plugin>div>div {
    min-height: 0!important;
}

/*Responsive*/
@media(max-width:768px) {
section.content,
section.container-inner {
    padding: 25px 0;
    }

}

#page-404-box  {
    text-align: center;
}

/* =================
   *Button UI
   =================================================== */
/*default styling*/
a.btn,
a.viewmore, 
input.Button, 
input.ButtonSm, 
input.ButtonHover {
/*    border-radius: 4px;*/
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} 

/*large*/
a.btn,
a.viewmore,
input.Button,
input.ButtonHover,
button {
    padding: 16px 40px;
} 

/*small*/  
input.ButtonSm
 {
    padding: 10px 5%;
} 

/*default solid color*/
a.btn,
a.viewmore,
input.Button,
input.ButtonSm
 {
    border: none;
    background-color: #a41e3a;
    color: #fff;
}
/*:hover*/
a.btn:hover,
a.btn:focus,
a.viewmore:hover,
input.Button:hover,
input.ButtonSm:hover,
input.ButtonHover {
    border: none;
    background-color: #000;
    color: #fff;
}
/*color ghost*/
a.viewmore {
    border: 1px solid rgba(255,255,255,1);
    background-color: transparent;
    color: #fff;
    border-radius: 0;
}
/*:hover*/
a.viewmore:hover {
    border: 1px solid rgba(255,255,255,1);
    background-color: #fff;
    color: #7e162c;
    border-radius: 0;
}
/*color inverted*/
input.Button
 {
    border: none;
    background-color: #a41e3a;
    color: #fff;
}
/*:hover*/
input.Button:hover {
    border: none;
    background-color: #7e162c;
    color: #fff;
}
/*simple chevrons*/
a.viewmore:after {
    font: 20px FontAwesome;
    display: inline-block;
    content: '\f105';
    color: #fff;
    padding: 0 0 0 12px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
a.viewmore:hover:after {
    color: #000;
    }



/* =================
   *Header - Company Name Widget
   =================================================== */

.header {
    padding: 30px 0; 
    background: #fff;
    text-align: left;
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    max-width: 1200px;
    margin: 0 auto;
}
.logo {
    margin: 0 auto;
}
/*Small Text*/
.compTitle1Small,
.compTitle2Small {
    font-size: 175%;
    font-weight: 300;
}
.compTitle3Small {
    font-size: 150%;
}

/*Medium Text*/
.compTitle1Medium,
.compTitle2Medium  {
    font-size: 225%;
    font-weight: 300;
}
.compTitle3Medium {
    font-size: 200%;
}

/*Large Text*/
.compTitle1Large,
.compTitle2Large {
    font-size: 300%;
    font-weight: 300;
}
.compTitle3Large {
    font-size: 250%;
}

/*line-height adjustments*/
.compTitle1Small,
.compTitle2Small,
.compTitle3Small {
    line-height: 30px;
}
.compTitle1Medium,
.compTitle2Medium,
.compTitle3Medium {
    line-height: 35px;
}
.compTitle1Large,
.compTitle2Large,
.compTitle3Large {
    line-height: 40px;
}
a.homelink {
    display: inline-block;
}
a:hover.homelink {
    text-decoration: inherit;
}

/*colors*/
.compTitle1Small,
.compTitle2Small,
.compTitle1Medium,
.compTitle2Medium,
.compTitle1Large,
.compTitle2Large
 {
    color: #222;
}
.compTitle3Small,
.compTitle3Medium,
.compTitle3Large {
    color: #a41e3a;
}

a.homelink {
    display: block;
}
a:hover.homelink,
a:focus.homelink,
a:active.homelink
 {
    text-decoration: none;
}

/*Responsive*/
@media(max-width:480px) {
.header {
    padding: 20px 0;
}
.compTitle1Large,
.compTitle1Medium,
.compTitle1Small
 {
    font-size: 200%;
    line-height: 32px;
}
.compTitle3Large,
.compTitle3Medium,
.compTitle3Small
 {
    font-size: 150%;
    line-height: 27px;
    }
}


/* =================
   *Phone
   =================================================== */
.phone-bg {
    font-size:18px;
    background: #a41e3a;
    color: #fff;
    overflow-y: hidden;
    max-height: 30px; /* approximate max height */
    text-align: right;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5 )
}
.phone .span1 { 
    padding: 0 5px 0;
    color: #fff; 
} 
.phone .span2 { 
    color: #fff; 
}
#phone .officenumber {
    display: inline-block;
    padding: 2px 0;
}
#phone .officenumber a {
    color: #fff;
}
#phone .officenumber:first-child a {
    display: inline-block;
}
#phone .officenumber a:hover {
    text-decoration: none;
}
#phone .officenumber:before {
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    content: '\f095';
    color: rgba(255,255,255,.8);
    text-shadow: none;
    line-height: 30px;
}

@media(min-width:768px) {
#phone .officenumber:first-child a {
    margin-right: 20px;
    }
}
@media(max-width:766px) {
.phone-bg  {
   max-height: 0;
    }
}

/* =================
   *Carousel - FlexSlider
   =================================================== */

@media (min-width: 1200px) {
.flexslider-container {
    width: 1200px;
    margin: auto;
    }
}
.flexslider {
    border: none;
    margin: 0;
    overflow: hidden;
    border-radius: 0px;
}
.flexslider .slides li {
    position:relative;
}
.flexslider .slides li div { 
    text-align: center;
    width: 250px;
    height: 578px;
    line-height: 578px;
    text-align: center;
    position: absolute;
    top: 0;
    display: table;
}
.flex-caption {
    text-align: center;
    vertical-align: middle;
    font-family: Merriweather, serif;
    text-align: center;
    padding: 21px;
    color: #fff;
    font-weight: 300;
    z-index: 1;
    letter-spacing: -2px;
    background: rgba(0, 0 ,0,.9);
    display: table;
    width: 250px;
}

.flex-control-nav {
    bottom: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: auto;
    z-index: 10;
    display: none;
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 40px;
    display: inline-block;
    content: '\f104';
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    text-shadow: none;
    line-height: 40px;
}
.flex-direction-nav a.flex-next:before {
     content: '\f105';
}
.flex-control-nav li {
    margin: 0 4px;
}

@media(min-width:992px) {
.flex-caption {
    width: 463px;
    bottom: 35%;
    z-index: 10;
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15%;
    line-height: 55px;
    }
.flexslider .slides p {
    vertical-align: middle;
    }
}
@media(max-width:992px) {
.flex-caption,
.flexslider .slides li div,
.flexslider .slides p {
    display: none;
}
.flex-direction-nav {
    display: none;
    } 
}

/* =================
   *Carousel Owl 
   =================================================== */

.owl-controls {
    margin: 0 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background-color: rgba(250, 250, 250, .4);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #a41e3a;
}



/* =================
   *Footer
   =================================================== */
#footer br {
    display: none;
}
p.devby  {
    margin: 10px 0 0 0;
}
@media(max-width:1200px) {
#footer,
#footer .text-right  {
    text-align: center;
    }
}

/* =================
   *Scroll to Top
   =================================================== */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgb(164, 30, 57);
    color: rgba(250, 250, 250, 1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    right: 30px;
    padding: 0 !important;
    bottom: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: rgb(208, 53, 85);
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/* =================
   Misc Design
   =================================================== */

/* Ornaments */
.ornament {
    display: block;
    margin: 25px auto 0;
    max-width: 150px;
}
.ornament i {
    background: #fff;
    width: 35px;
    position: relative;
    color: #bb7b9c;
    font-size: 20px;
    z-index: 1;
}
.ornament:after{
    content: "";
    display: block;
    position: relative;
    top: -7px;
    border-top: 1px solid #bb7b9c;
    z-index: 0;
}
.ornament i.color {
    background: #fff;
}
.call-to-action h2 {
    margin: 0 auto 20px;
}
.text-primary {
    color: #47a07b;
}
/* no-gutters Class Rules */
.row.no-gutter {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.contact-icon:last-child {
    padding-top: 20px;
}
.contact-icon > div {
    padding-top: 5px;
}
/* fancybox */
.fancybox-inner {
    overflow: hidden !important;
}  
.fancybox-type-iframe .fancybox-nav {
    width: 10%;
    height: 70%;
    margin: 15% 0;
}
.interior .banner  {
/*    height: 290px;*/
    position: relative;
    width: 100%;
    overflow: hidden;
}
.interior .banner img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media(max-width:768px) {
.interior .banner img  {
    height: auto;
    min-width: 150%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
 }
}

@media(max-width:768px) {
.ornament {
    display: none;
    }
}



/* =================
   *Social Media
   =================================================== */
/*ul.social-icon {
    padding: 0px;
    margin-top: 0;
    margin-bottom: 30px;
}
.social-icon > li {
    background:#fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    vertical-align: top;
    width: 45px;
    height: 45px;
    margin:0 2px;
    cursor:pointer;
}
.social-icon li:hover a {
    color: #fff;
}
.social-icon > li:hover {
    background:#a41e3a;
}
.social-icon a {
    color: #484848;
}

@media(max-width:992px) {
ul.social-icon {
    text-align: center;
    }
}*/




/* =================
   Layout Adjustments
   =================================================== */
.no-padding {
    padding: 0px;
}
.m-padding {
    padding: 30px 0;
}
.no-gutter > [class*='col-md-6'] {
    padding-right:0;
    padding-left:0;
}

@media(min-width:480px) {
.centered {
    text-align: center;
    }
}
@media(min-width:1200px) {
.no-gutters {
    padding: 0px;
    }
}
/*turn off bs menu collapse anima*/
.collapsing {
    -webkit-transition-timing-function:ease;
    -o-transition-timing-function:ease;
    transition-timing-function:ease;
    -webkit-transition-duration:.85s;
    -o-transition-duration:.85s;
    transition-duration:.85s;
    -webkit-transition-property:height,visibility;
    -o-transition-property:height,visibility;
    transition-property:height,visibility
}

/* =================
   Type Adjustments
   =================================================== */
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.sm-line-height {
    line-height: 50%;
}
.med-text {
    font-size: 140%;
}
.sm-text {
    font-size: 90%;
}
.xsm-text {
    font-size: 80%;
}
blockquote {
    font-size: 130%;
    font-style: italic;
}
#content p[align="justify"],
#content div[align="justify"]  {  
    text-align: left;
}
#content p span [font] {
    display: block;  
    padding-top: 20px;
}
fieldset {
    margin: 0;
    border: 1px solid #000;
    padding: 12px;
}
legend {
    padding: 0px 2px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    border: none;
}

/* =================
   Main Menu Device Icons
   =================================================== */
/*.rblMaps,.rblPhones{
    display:none;
}*/

ul.menu-icons {
    padding: 0;
    margin: 0;
    min-width: 200px;
    position: relative;
    float: right;
    height: auto;
    display: inline-block;
    text-align: right;
}
ul.menu-icons li {
    margin: 0;
    list-style-type: none;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
/*    background-color: rgba(255,255,255,.05);*/
    padding: 0;
}
ul.menu-icons [data-icon]:before {
    font-family: FontAwesome;
    content: attr(data-icon);
    font-size: 22px;
}
ul.menu-icons li a.icon {
    cursor: pointer;
    color: rgba(255,255,255,1);
    width: 45px;
    padding: 5px;
    display: block;
    /*    border: 1px solid rgba(255,255,255,.2);*/
    text-align: center;
}
ul.menu-icons li a.icon:hover {
    text-decoration: none;
    color: rgba(255,255,255,.9);
    background-color: rgba(0,0,0,.2);
}
ul.menu-icons li a:visited.icon,
ul.menu-icons li a:focus.icon:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
ul.menu-icons {
    display: none;
    }
}

section.banner-area,
section.cta-area {
    padding: 0;
    background: #f1edea;
}
section.cta-area {
	font-size: 0;
	text-align: center;
	padding: 20px 0 30px 0;
	width: 100%;
}

section.cta-area > *,
section.banner-area > .slides {
	display: none;
}

section.cta-area > .owl-loaded,
section.banner-area > .owl-loaded {
	display: block;
}
section.cta-area * {
	font-size: 0;
    position: relative;
}
section.cta-area a {
    margin: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
section.cta-area a:first-child {
    margin-left: 0;
}
section.cta-area a:last-child {
    margin-right: 0;
}
section.cta-area a img {
    width: 100%;
}

.header .header-info {
    float: right;
    width: 100%;
    max-width: 315px;
    text-align: center;
    color: #878787;
}

.header .header-info a:not(.join-btn) {
    font-size: 14px;
    line-height: 1.1em;
    padding: 0 6px 0 3px;
    color: #878787;
    font-weight: 400;
}

.header .header-info a:nth-of-type(4) {
    margin-left: 8px;
}

.header .header-info a:nth-of-type(1n+4):not(.join-btn) {
    color: #616060;
    font-size: 16px;
}

.header .header-info .join-btn {
    display: block;
    padding: 12px 0;
    background: #a41e3a;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    line-height: 1.1em;
	text-decoration: none !important;
    margin: 20px 0 0 0;
}

.header:after {
    content:'';
    clear: both;
    display: block;
}
.interior .header > a {
    display: inline-block;
}
.interior .header > a,
.header > img {
    margin: 15px 0 0 0;
}

@media screen and (max-width: 600px) {
.interior .header > a,
.header > img {
    display: block;
    margin: 0 auto 15px auto;
    text-align: center;
}
.header .header-info {
    float: none;
    margin: 0 auto;
}

.header .header-info a:not(.join-btn) {
    font-size: 13px;
    padding-right: 2px;
}

.header .header-info a:nth-of-type(1n+4):not(.join-btn) {
    font-size: 15px;
    margin-left: 4px;
}
}

body > form > * {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.banner-area .slides {
	max-width: 1200px;
	margin: 0 auto;
}

.waypoint {
	-webkit-transition: opacity 0.2s ease !important;
	transition: opacity 0.2s ease !important;
	opacity: 0;
}

nav,
.header,
.banner-area,
.cta-area {
	transition-delay: 0.3s !important;
}

.waypoint.triggered {
	opacity: 1;
}

h1,h2,h3 {
    font-weight: bold;
}

h2 {
    font-size: 22px;
    line-height: 1.1em;
}

.container-fluid {
	max-width: 1200px;
	padding: 0;
}

.home .content img {
    margin: 8px 0 0 0;
}

.home .welcome-message img {
    float: left;
    margin: 8px 20px 30px 0;
}

.welcome-message p {
    margin-top: 0;
}

.aBlock {
    text-align: right;
}

.wfo,
.find {
    text-align: right;
    padding-right: 0;
}

@media screen and (max-width:1000px) and (min-width:768px) {
    .welcome-message {
        width: 100%;
    }
    .welcome-message + [class*="col"] {
        width: 100%;
    }
    .wfo,
    .find {
        text-align: left;
        padding: 0;
        max-width: 262px !important;
        width: 46%;
        margin: 0 4% 0 0 !important;
    }
}

@media screen and (max-width:768px) {
    .wfo,
    .find {
        text-align: left;
        padding-left: 0;
        padding-right: 20px;
        max-width: 280px;
    }
}

[class*="col"]:after {
    content: '';
    clear: both;
    display: block;
}

.user-content {
    overflow-y: scroll;
}

.show-on-mobile {
    display: none;
}

@media screen and (max-width:991px) {
    
    .show-on-mobile {
        display: block;
    }
    .hide-on-mobile {
        display: none;
    }
    .user-content {
        padding-top: 20px;
        height: auto !important;
        overflow: initial !important;
    }
    .health-day {
        font-size: 0;
        margin-top: 10px;
    }
    .health-day img {
        display: inline-block;
        max-width: 325px !important;
        width: 46%;
        margin: 0 4% 0 0 !important;
    }
}

.footer #main-menu {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.footer #main-menu li {
    display: inline-block;
}

.footer #main-menu li a {
    display: block;
    padding: 0 10px;
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.1em;
    border-right: 1px solid;
    color: #878787;
    text-decoration: none;
    font-weight: 400;
}

.footer #main-menu li:last-child a { 
    border: none;
}
.footer #main-menu ul {
    display: none;
}

.footer .credits {
    font-size: 16px;
    line-height: 1.1em;
    color: #878787;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.footer .credits span {
    font-size: 30px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 0;
}

.footer .social a {
    font-size: 28px;
    line-height: 1.1em;
    color: #a41e3a;
    font-weight: 400;
    margin: 0 8px;
}

.interior #content {
    position: relative;
    /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#f1edea+1,ffffff+100 */
background: rgb(241,237,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YxZWRlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(241,237,234,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(241,237,234,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(241,237,234,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(241,237,234,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(241,237,234,1) 1%,rgba(255,255,255,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(241,237,234,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1edea', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}



.interior #content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image:url('/PrositesStyles/StyleLibrary/6094/images/watermarkLogo.png');
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: right bottom;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(23, 26, 29, 0.9)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-container {
    cursor: url('//styles.prosites.com/themes/_shared/close.png'), -webkit-zoom-out;
    cursor: url('//styles.prosites.com/themes/_shared/close.png'), zoom-out
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    position: fixed;
    overflow: visible;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: inline-block;
    outline: none;
    z-index: 1046;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 3em;
    opacity: .25;
    box-shadow: none!important;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
    opacity: 1;
}

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

.mfp-close {
    display: none!important
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    float: right;
    font-size: .7em;
    line-height: 16px
}

.mfp-close-btn-in .mfp-close:before {
    content: '\f00d';
    font-family: 'FontAwesome'
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    text-align: center
}

.mfp-title,
.mfp-counter {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px 0 5px;
    opacity: .8
}

.mfp-title {
    font-weight: 700;
    opacity: 1;
}

.mfp-title.video-title {
    padding-top: 0;
}

.mfp-counter {
    float: right;
}

.mfp-arrow {
    margin: 0;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:before {
    content: '\f104';
    display: block;
    font-family: 'FontAwesome';
    color: #fff
}

.mfp-arrow-right {
    left: auto!important;
    right: 0
}

.mfp-arrow-right:before {
    content: '\f105';
    display: block;
    font-family: 'FontAwesome';
    color: #fff
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    max-height: 88vh!important;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto
}

img.mfp-img[src*="lg.jpg"] {
    height: auto!important;
    width: 70vw!important;
    max-width: 600px!important
}

.mfp-figure small {
    display: block
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    display: block;
    cursor: auto;
    text-align: left;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    text-align: center;
    padding: 0 25px
}

.mfp-content iframe {
    max-width: 100%;
    max-height: 70vw;
}
.header .mod1 {
    padding-left: 0;
    margin-top: 23px;
}
.header .mod2 .wrap {
    position: relative;
    left: 42px;
    top: 10px;
    overflow: hidden;
}
.header .mod3 {
    padding-right: 0;
}
.header .mod2 .txt {
    float: left;
}
.header .mod2 .badges {
    float: left;
    margin-top: 1px;
}
.header .mod2 h2 {
    color: #730910;
    font-weight: normal;
    font-size: 25px;
    margin: 5px 10px 0 10px;
    text-align: center;
    line-height: 32px;
}
.header .ph-icon {
    float: left;
}

@media (max-width: 1199px) {
    .header .header-info a:not(.join-btn) {
        padding: 0 4px 0 3px;
    }    
}
@media (max-width: 1120px) {
    .header .mod2 .wrap {
        left: 0;
    }
    .header .mod2 h2 {
        font-size: 19px;
        margin: 10px 10px 0 10px;
        line-height: 26px;
    }
}
@media (max-width: 991px) {
    .header .mod2 .badges {
        float: none;
        margin-top: 1px;
        text-align: center;
    }
    .header .mod2 .txt {
        float: none;
    }
    .header .ph-icon {
        float: none;
        text-align: center;
    }
    .header .mod2 .wrap {
        left: 0;
        width: 379px;
        margin: 20px auto;
        overflow: hidden;
    }
    .header .mod2 {
        margin: 0 auto;
    }
    .header .mod1 {
        padding-left: 15px;
        margin-top: 15px;
        text-align: center;
    }
    .header .header-info {
        float: none;
        margin: 0 auto;
    }
    .header .mod2 h2 {
        font-size: 25px;
        margin: 10px 0 10px 0;
    }
}
@media (max-width: 575px) {
    .header .mod2 .wrap {
        left: 0;
        width: 235px;
        margin: 20px auto;
        overflow: hidden;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media screen and (max-width: 900px) {
    .mfp-container {
        padding: 0
    }
}

.mfp-content img,
.mfp-content video {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.25)
}


/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1), transform 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1), transform 0.3s cubic-bezier(0.0, 0.0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: center;
}

#popup-video {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width:840px) {
    #popup-video {
        width: 100%;
    }
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.page-blog.nonrwd .page-item .readmore.btn { padding: 10px 10px !important; }

.page-blog .article-img:not(.full) {
	float: left;
	width: 125px;
	height: 125px;
	margin: 5px 10px 0 0;
	background-size: cover;
	background-position: center;
}
.page-blog .article-img:not(.full) img {
	display: none;
}
.page-blog .article-img:not(.full) ~ .article-btn {
	text-align: right;
}
.page-blog .page-item {
	transition: opacity 0.3s ease;
	opacity: 0;
}
.page-blog .page-item.loaded {
	opacity: 1;
}
@media screen and (max-width:500px) {
	.page-blog .article-img:not(.full) {
		float: none;
		width: 100%;
		height: auto;
		background-image: none !important;
		margin: 5px 0 0 0;
	}
	.page-blog .article-img:not(.full) img {
		display: block;
	}
}

table#left,
table#right {
    margin: 20px 0;
}
@media screen and (min-width: 600px) {
    table#left {
        display: inline-block;
        width: auto !important;
        float: left !important;
        margin: 0 20px 20px 0;
    }
    table#right {
        display: inline-block;
        width: auto !important;
        float: right;
        margin: 0 0 20px 20px;
    }
}