.Notifcation {padding:0px!important;margin:0px!important;}
.clamp-0{-webkit-line-clamp:unset}.clamp-1{-webkit-line-clamp:1}.clamp-2{-webkit-line-clamp:2}.clamp-3{-webkit-line-clamp:3}.clamp-4{-webkit-line-clamp:4}.clamp-5{-webkit-line-clamp:5}.clamp-6{-webkit-line-clamp:6}.clamp-7{-webkit-line-clamp:7}.clamp-8{-webkit-line-clamp:8}.clamp-9{-webkit-line-clamp:9}
img {max-width:100%}
#dnn_dnnLOGO_imgLogo {
    max-height: 110px;
}
body {font-family: 'Poppins', sans-serif;}
#SkinHeader {background:#fff}
a:Link, a:visited{color:#e11b22;transition: all 0.7s ease 0s;}
a:hover {color:#f26522;text-decoration:none;transition: all 0.7s ease 0s;}
.ContentWhite {min-height:300px;background:#fff} 
.Copyright {background:#e11b22} 
.Copyright a:Link, .Copyright a:visited {color:#fff;transition: all 0.7s ease 0s;}
.Copyright a:hover {color:#fff;text-decoration:none;transition: all 0.7s ease 0s;}
.FooterTop {background:#000}
.Footer {color:#fff}
button.navbar-toggle {border:1px solid #fff;padding:1rem;background:transparent;border-radius:4px}
.navbar-collapse {display:none}
.show {display:block}
.nav-pills .nav-link {border-radius: 0px;}
i.fab.fa-facebook {
    font-size: 2rem;
    color: #fff;transition: all 0.7s ease 0s;
}
i.fab.fa-facebook:hover {
    color: #000;transition: all 0.7s ease 0s;
}
section.navMenu {
    background: #e11b22;
}


#toTop {
    padding: 0px 13px 10px;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 0;
    font-size: 2.3rem;
    right: 15px;
    display: none;
    bottom: 50px;
    opacity: .4;
    border-radius: 50%;
    cursor: pointer;
}
#toTop:hover {opacity: 1;}

p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Poppins', sans-serif;
	color:#231f20;
}
h1 {
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    line-height: 1.2em;
    font-weight: bold;
    color: #e11b22;
    margin-bottom: 30px;
}
h2 {
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    line-height: 1.2em;
    font-weight: bold;
    color: #e11b22;
    margin-bottom: 25px;
}
h3 {
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    line-height: 1.1em;
    font-weight: bold;
    color: #e11b22;
}
.gb h3 {
    margin-bottom: 20px;
}
h4 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #e11b22;
    line-height: 2em;
    letter-spacing: 8px;
    font-family: poppins;
    margin-bottom: 4rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #eee;
}
div#dnn_ContactPane {
    display: flex;
    align-content: space-around;
    justify-content: flex-end;
}
.ContactPane p {
    font-size: 1.7rem;
    font-weight: 700;
}
.ContactPane p span {
    font-size: 1.2rem;
}

a.Rbtn {
    background: #e11b22;
    color: #fff;    font-weight: 700;
    font-family: playfair display;
    padding: 0.5rem 1.3rem;
    font-size: 1.5rem;
    border-radius: 9px;
    display: inline-block;
}
.nav {
    margin-left: 2rem;
}

.nav-pills .nav-link {
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    line-height: 1em;
    padding: 0px 1.5rem;
    padding-bottom: 0px;
    font-size: 1.2rem;
}
.nav-pills li.nav-item:last-of-type .nav-link {border-right:0px solid #fff}
.nav-pills .active a.nav-link, .nav-pills a.nav-link:hover {
    color: #f26522;
}
body:not(.dnnEditState) .DNNEmptyPane {
    display: none;
}
.nav .dropdown-menu {
    position: absolute;
    top: 100%!Important;
    left: 0px!Important;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 150px;
    padding: 0;
    margin: 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
}
.nav .dropdown-menu li.nav-item a {
    width: 100%;
	display:block;
	padding:10px;
    border-bottom: 1px solid #000;
    text-align: center;
	transition: all 0.7s ease 0s;
	color:#e11b22;
}

.nav .dropdown-menu li.nav-item:last-of-type a {   
border-bottom: 0px solid #000;transition: all 0.7s ease 0s;
}


/*banner */

.nivo-caption {
    background: transparent!important;
    right: 0px;
    top: 0px;
    text-align: right;
    display: flex!important;
    align-content: center;
justify-content: flex-start;
    flex-direction: column;
    padding: 8rem!important;
	pointer-events:none;
}
.nivo-caption p {
    padding: 5px;
    margin: 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 6rem;
    line-height: 1em;
}

.nivo-caption a.btn:link {
	border-top:3px solid #fff!important;
	border-bottom:3px solid #fff!important;
	text-transform:uppercase;
	font-size:1.5rem;
	line-height:1.5rem;
	color:#fff!important;
	font-family:poppins;
	border-radius:0px!important;	pointer-events:all;transition:0.7s ease;
}

.nivo-caption a.btn:hover {
	
	color:#e11b22!important;
	border-top:3px solid #e11b22!important;
	border-bottom:3px solid #e11b22!important;transition:0.7s ease;
}

/*graphic buttons */
.gb {
    border-right: 1px solid rgba(0,0,0,.33);
    padding: 7rem 1rem;
    position: relative;

}

.gb:last-of-type {border-right:0px solid #fff;}

.gb:before {
	    content: "";
    position: absolute;
    top: -25px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(images/gbover.png);
    background-size: 60%;
    background-repeat: no-repeat;
	 background-position: 50% -40%;
	 transition:0.7s ease;
	
}
.gb:hover:before {

    background-position: 50% 0%;
	 transition:0.7s ease;
}
.overlay {position:absolute;top:0px;bottom:0px;left:0px;right:0px;}
 a.btn:link,  a.btn:visited {
	color:#e11b22;
	border-top:3px solid #e11b22;
	border-bottom:3px solid #e11b22;
	text-transform:uppercase;
	font-size:1.3rem;
	line-height:1.5rem;
	font-weight:700;

	font-family:poppins;
	border-radius:0px;	pointer-events:all;transition:0.7s ease;
}

a.btn:hover, .gb:hover a.btn {
	
	color:#f26522;
	border-top:3px solid #f26522!important;
	border-bottom:3px solid #f26522!important;transition:0.7s ease;
}

/* intro section */
.p-8 {padding:8rem;}
.ContentRed {    background-color: #e11b22;}
.Graphic {

    background-image: url(images/introbg.jpg);
    background-size: cover;
}
.ContentRed.Graphic h1, .ContentRed.Graphic p, .ContentRed.Graphic h2, .ContentRed.Graphic h3 {
color:#fff;
}
.ContentRed.Graphic p {
    font-size: 1.6rem;
}
img.whiteborder {
    border: 1rem solid #fff;
    width: 70%;
}
img.whiteborder.bottomgraphic {
    width: 100%;
    margin-top: -14rem;
}

/*services */

.pt-6 {padding-top:6rem;}
.pb-6 {padding-bottom:6rem;}

.redborder {
    width: 100%;
    border: 1rem solid #e11b22;
}
.redline p  {
    font-size: 1.2rem;
    line-height: 1.3em;
}
.redline {
    position: relative;
	margin-top:4rem;
}
.redline:before {
    content: "";
    height: 5px;
    width: calc(100% + 2rem);
    display: block;
    background: #e11b22;
    left: -2rem;
    position: relative;
    top: -25px;
}
.redline.Rright:before {
	
	left:0rem;
	
}



/* testimonials */
.eds_CarouselGallery_Testimonials .swiper-container::before, .swiper-container h2 {display:none!important}
.eds_CarouselGallery_Testimonials .swiper-slide {
    padding: 1rem 10rem!important;
    margin: 0rem 0rem!important;
}
.eds_CarouselGallery_Testimonials .edsCG_itemDescription, .eds_CarouselGallery_Testimonials .edsCG_itemDescription p {
    font-size: 1.5rem;
    color: #fff;
    text-align: justify;
    font-family: 'Playfair Display', serif;
    font-style: normal!important;
    font-weight: 400;
}

.Graphic2 {
    background-image: url(images/testimonialbg.png);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    border-bottom: 5px solid #fff;
}

img.icon {
    height: 140px;
}
.ContentRed h4 {

    font-weight: 400;
    color: #fff;
    letter-spacing: 16px;
   margin-top:2rem;
    margin-bottom: 0rem;
}
.eds_CarouselGallery_Testimonials .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) {
    margin-top: 0px;
}
.eds_CarouselGallery_Testimonials .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet {
    background-color: transparent!important;
}
.eds_CarouselGallery_Testimonials .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:hover::before, .eds_CarouselGallery_Testimonials .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet-active::before {
    background-color: #fff!important;
}
.eds_CarouselGallery_Testimonials .edsCG_itemTitle {
    margin-top: 0px!important;
}
.eds_CarouselGallery_Testimonials .edsCG_itemTitle {
    margin-top: 0px!important;
    color: #fff;
    text-transform: none!important;
    font-weight: 600;
    overflow: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem!important;
}
.eds_CarouselGallery_Testimonials .edsCG_itemDescription, .eds_CarouselGallery_Testimonials .edsCG_itemDescription p {
    font-size: 1.3rem!important;
}
img.icon {
    height: 110px;
}

/*Footer */
footer#Footerbg {
    position: relative;
    border-bottom: 10px solid #fff;
}
footer#Footerbg:before {
	content:"";
	
}
.footertop h3 {
    color: #000;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
    margin-top: 0rem;
    font-weight: 700;
}
.footertop P,  .Innerpage .footertop P {font-weight: 600;    font-size: 1.2rem;}
.footertop P span {text-transform:uppercase;font-weight:300;}
img.dietitians {
    width: 60%;
}
img.footerlogo {
    filter: drop-shadow(12px 14px 10px rgba(0,0,0,0.3));
}
footer#Footerbg:before {
    content: "";
    background: url(images/footerbg.png);
    background-size: cover;
    position: absolute;
    top: -7rem;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* innerpage */
p svg {
    float: right;
    fill: #f26522;
	transition:0.7s ease;
}
p a:hover svg {
    fill: #e11b22;	transition:0.7s ease;
}
.p-6 {
    padding: 4.5rem;
}
.Innerpage .redline:before {

    width: calc(100% + 4rem);
  
}
.Innerpage section.ContentWhite .col-md-6 {
    padding: 0px 2rem;
}

.Innerpage section.ContentWhite h3 {
    font-size: 2rem;
    font-family: 'Poppins';
    line-height: 1.1em;
    font-weight: 600;
    color: #e11b22;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.Innerpage #MainBanner {
    background: url(images/innerbanner2.jpg);
    background-size: cover;
}
.Innerpage #MainBanner p {
    padding: 2rem 8rem;
    font-size: 3rem;
    color: #fff;
    font-family: 'Playfair Display';
    font-weight: 700;
}
.Innerpage section.ContentWhite p, .Innerpage section.ContentWhite li {
    font-size: 1.2rem;
    line-height: 1.3em;
    margin-bottom: 25px;
}
.Innerpage section.ContentWhite ul {list-style-type:disc; color:#231f20;}

.Innerpage section.ContentWhite li {
    margin-bottom: 7px;
}
.Innerpage section.ContentWhite li p{
    margin-bottom: 0;
}
.mapoverlay {position:relative;}
.mapoverlay:before {position:absolute;content:"";top:0px;bottom:0px;left:0px;right:0px;}

/* containers */
@media (min-width: 1280px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1366px;
}
}
@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
}
}
@media (min-width: 1680px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1600px;
}
}

@media screen and (max-width: 1680px) { 
img.whiteborder {
    width: 75%;
}

.pl-4, .px-4 {
    padding-left: 3.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 3.5rem!important;
}
.Graphic2 {
    border-bottom: 10px solid #fff;
}

footer#Footerbg:before {
    top: -6.9rem;
}
}

@media screen and (max-width: 1600px) { 
h1 {
    font-size: 2.6rem;
}
.footertop h3 {
    font-size: 2rem;

}
.ContentRed.Graphic p {
    font-size: 1.4rem;
}
.redline p {
    font-size: 1.48rem;
    line-height: 1.4em;
}
.eds_CarouselGallery_Testimonials .edsCG_itemDescription, .eds_CarouselGallery_Testimonials .edsCG_itemDescription p {
    font-size: 1.1rem!important;
}
.eds_CarouselGallery_Testimonials .swiper-slide {
padding: 1rem 7rem!important;}
img.dietitians {
    width: 65%;
}
.Innerpage section.ContentWhite h3 {
font-size: 1.7rem;}

}

@media screen and (max-width: 1440px) { 
.nivo-caption {
    padding: 5rem!important;
  }
.nivo-caption p {
    font-size: 4.7rem;
}
p {
font-size: 1.1rem;}
h3 {
font-size: 2.5rem;}

.p-8 {
    padding: 6rem;
}
.redline p {
    font-size: 1.38rem;
    line-height: 1.4em;
}
h2 {
font-size: 2.5rem;}
.footertop h3 {
    font-size: 1.9rem;
}
footer#Footerbg:before {
    top: -6.6rem;
}
.Innerpage section.ContentWhite p, .Innerpage section.ContentWhite li {
    font-size: 1.2rem;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.Innerpage section.ContentWhite h3 {
    font-size: 1.6rem;
}

}
@media screen and (max-width: 1366px) { 
h3 {
    font-size: 2.2rem;
}
p {
    font-size: 1rem;
}
.p-8 {
    padding: 5rem;
}
h1 {
    font-size: 2.5rem;
}
.ContentRed.Graphic p {
    font-size: 1.3rem;
}
.redline p {
    font-size: 1.28rem;
    line-height: 1.4em;
}
.ContentRed h4 {
    font-weight: 400;
    color: #fff;
    letter-spacing: 13px;
    margin-top: 2rem;
    font-size: 1.6rem;
    margin-bottom: 0rem;
}
.footertop h3 {
    font-size: 1.8rem;
}
img.dietitians {
    width: 73%;
}
.LiveForm.Foodhabits input, .LiveForm.Foodhabits select, .LiveForm.Foodhabits textarea {

    font-size: 1.1rem!important;
}
.Innerpage section.ContentWhite h3 {
    font-size: 1.5rem;
}

}
@media screen and (max-width: 1281px) { 
a.Rbtn {
    font-size: 1.4rem;
}
#dnn_dnnLOGO_imgLogo {
    max-height: 100px;
}
.ContactPane p {

    font-size: 1.6rem;

    font-weight: 700;
    margin-bottom: 0px;
}
.nivo-caption {
    padding: 3rem!important;
}

.nivo-caption p {
    font-size: 4.3rem;
}
.p-8 {
    padding: 5rem 3rem;
}
h1 {
    font-size: 2.4rem;
}
img.whiteborder.bottomgraphic {
    width: 90%;
    margin: auto;
    margin-top: -14rem;
}
.redline p {
    font-size: 1.18rem;
    line-height: 1.4em;
}
.footertop h3 {
    font-size: 1.7rem;
}
.Footer {
    color: #fff;
    font-size: .9rem;
}
.Innerpage section.ContentWhite p, .Innerpage section.ContentWhite li {
    font-size: 1.1rem;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.Innerpage section.ContentWhite h3 {
    font-size: 1.4rem;
}
.Innerpage #MainBanner p {
    font-size: 2.2rem;

}
}
@media screen and (max-width: 1025px) { 
.nav {
    margin-left: 0rem;
}
.ContactPane p {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0px;
}
.ContactPane p span {
    font-size: 0.9rem;
}
a.Rbtn {
    font-size: 1rem;
}
#dnn_dnnLOGO_imgLogo {
    max-height: 70px;
}
.p-6 {
    padding: 2rem 0.5rem;
}
h1 {
    font-size: 2rem;
}
.LiveForm.Foodhabits ul.page-break-section .Field {
    padding: 10px 5px!important;
    margin: 0px!important;
}
.nivo-caption p {
    font-size: 3.4rem;
}
h3 {
    font-size: 2rem;
}
.gb {
    padding: 7rem 0.4rem;
}
.p-4 {
    padding: 0rem!important;
}
.gb p {
    font-size: 0.8rem;
}
h1 {
    font-size: 1.8rem;
}
.ContentRed.Graphic p {
    font-size: 1rem;
}
.p-8 {
    padding: 5rem 1rem;
}
.redline p {
    font-size: 0.98rem;
    line-height: 1.4em;
}
h2 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.pr-4, .px-4 {
    padding-right: 1rem!important;
}
.pl-4, .px-4 {
    padding-left: 1rem!important;
}
.eds_CarouselGallery_Testimonials .edsCG_itemDescription, .eds_CarouselGallery_Testimonials .edsCG_itemDescription p {
    font-size: 1rem!important;
}
footer#Footerbg:before {
    top: -6.2rem;
    background-position: 30%;
}
.Copyright {
    background: #e11b22;
    padding: 1rem 0px;
}
.Footer {
    color: #fff;
    font-size: 0.7rem;
}
.gb {
    padding: 7rem 0.4rem;
    margin: 1rem 0px;
}
.Innerpage #MainBanner p {
    font-size: 1.7rem;
    padding: 2rem 3rem;
}
.Innerpage section.ContentWhite h3 {
    font-size: 1.2rem;
}
.Innerpage section.ContentWhite p, .Innerpage section.ContentWhite li {
    font-size: 1rem;
    line-height: 1.4em;
    margin-bottom: 8px;
}
.Innerpage footer#Footerbg {
    margin-top: 3rem;
}
.LiveForm.Foodhabits ul.page-break-section, .LiveForm.Foodhabits .thank-you {
    padding: 0 0px!important;
    margin: 0px 0px!important;
    margin-bottom: 3rem!important;
}
.g-recaptcha {
    transform: scale(0.8);
    transform-origin: top;
}
.LiveForm.Foodhabits input, .LiveForm.Foodhabits select, .LiveForm.Foodhabits textarea {
    font-size: 1rem!important;
}
.LiveForm.Foodhabits input, .LiveForm.Foodhabits select:not([size]) {
    height: 48px!important;
}
}
.Copyright { color:#fff;}
@media handheld, only screen and (max-width: 769px) {
	
	div#dnn_ContactPane {
    max-width: 40%;
    flex: 40%;
}
.navbar-header.d-flex.justify-content-end.d-lg-none {
    width: 94%;
}
ul.nav.nav-pills.flex-column.flex-sm-row {
    flex-direction: column!important;
}
.nav {
    margin-left: 0px;
    align-content: start;
    align-self: self-start;
    height: auto;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: 100%;
}

div#dnnMenu ul li.nav-item a.nav-link span {
    font-size: 1.8rem;
    line-height: 2em;
}

li.nav-item {
    width: 100%;
    border-bottom: 1px solid #e11b22;
    text-align: center;
}

.nav .dropdown-menu li.nav-item {
    width: 100%;
    border-bottom: 1px solid #e11b22;
    text-align: center;
}
.nav-pills .nav-link {
    border-radius: 0px;
    color: #e11b22;
}
li.nav-item .nav-link:hover, li.nav-item.active .nav-link {
    color: #fff;
    background: #e11b22;
}

section.navMenu .container {
    width: 100%;
    max-width: 100%;
}
section.navMenu {
    background: #e11b22;
    position: relative;
}
span.icon-bar {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 30px;
    height: 0px;
    display: block;
    padding: 0px;
    margin: 6px 0px;
    background: #fff;
}
button.navbar-toggle {
    border: 0px solid #fff;
    padding: 0px;
    background: transparent;
    border-radius: 4px;
}
img.whiteborder.bottomgraphic {display:none;}
img.whiteborder {
    width: 95%;
}
.ContentRed.Graphic p {
    font-size: 1.4rem;
}

h1 {
    font-size: 2rem;
}
.eds_CarouselGallery_Testimonials .edsCG_itemDescription, .eds_CarouselGallery_Testimonials .edsCG_linkButton {
    display: block!important;
}
.eds_CarouselGallery_Testimonials .swiper-slide {
    padding: 1rem 3rem!important;
}
div#dnn_FooterPane_1c_4 {
    max-width: 60%;
    flex: 60%;
}
.footertop:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(270deg, white, transparent 60%);
}
.footertop h3 {
    font-size: 1.5rem;
}
img.dietitians {
    width: 93%;
}
.footer_left.col-lg-6 {
    text-align: center;
    margin-bottom: 10px;
}
.gb p {
    font-size: 0.6rem;
}
h3 {
    font-size: 1.5rem;
}
div#GFM {
    justify-content: center!important;
}
.nivo-caption {
    padding: 1rem !important;
}
.nivo-caption p {
    font-size: 2.6rem;
}
.redborder {
    width: 100%;
    border: 0.7rem solid #e11b22;
}
.Innerpage section.ContentWhite .col-md-6 {
    padding: 0px 1rem;
}
.nav-pills .nav-link {
 

    font-weight: 600;
}
}

@media screen and (min-width: 740px) and (max-width: 769px) { 

}
@media screen and (min-width: 641px) and (max-width: 739px) { 


}
@media screen and (min-width: 481px) and (max-width: 640px) { 


}
@media handheld, only screen and (max-width: 480px){
	div#dnnMenu ul li.nav-item a.nav-link span {
    font-size: 1.5rem;
    line-height: 2.3em;
}
.p-4 {
    padding: 1rem!important;
}
.redline:before {
    width: calc(100% + 0rem);

}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}

.pl-0, .px-0 {
    padding-left: 1rem!important;
}
.pr-0, .px-0 {
    padding-right: 1rem!important;
}
.gb {
    border-right: 0px solid rgba(0,0,0,.33);
    padding: 0.5rem 0.4rem;
    margin: 1rem 0px;
}
.gb:before {
    background-size: 40%;
}
h3 {
    font-size: 2.2rem;
}
.gb p {
    font-size: 0.9rem;
}
.nivo-caption {
    padding:  0.8rem !important;
}
img.whiteborder {
    width: 100%;
}
div#dnn_ContactPane {
    max-width: 100%;
    flex: 100%;
	justify-content: center;
	margin-top:10px;
}
.nivo-caption p {
    font-size: 1.7rem!important;
    padding: 0px!important;
}
.ContentRed.Graphic p {
    font-size: 0.9rem;
}
h1 {
    font-size: 1.7rem;
}
.redline {
    position: relative;
    margin-top: 0rem;
}
.Homepage .redline {order:2;}
.pb-6 {
    padding-bottom: 2rem;
}
.p-6 {
    padding: 2rem 1.5rem;
}
.Innerpage section.ContentWhite h3 {
    font-size: 1.1rem;
    margin-top: 2rem;
    margin-bottom: 11px;
}
.redline:before {display:none;}
.theme-default .nivo-caption a {
    font-size: 0.8rem!important;
    padding: 0.2rem;
}
.eds_CarouselGallery_Testimonials .edsCG_itemTitle, .eds_CarouselGallery_Testimonials .edsCG_itemDescription{
    display: block!important;
}
.eds_CarouselGallery_Testimonials .swiper-slide {
    padding: 1rem 1rem!important;
}
.ContentRed h4 {
    font-weight: 400;
    color: #fff;
    letter-spacing: 8px;
    margin-top: 2rem;
    font-size: 1.6rem;
    margin-bottom: 0rem;
    line-height: 1em;
}
footer#Footerbg:before {
    top: -6.6rem;
    background-position: 13%;
    left: 0px;
    background-repeat: no-repeat;
}
div#dnn_FooterPane_1c_4 {
    max-width: 100%;
    flex: 100%;
}
.footertop:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(1deg, white, transparent 90%);
}
footer#Footerbg:before {
    top: -0.6rem;
    background-position: 20%;
}
.footertop h3 {
    font-size: 1.2rem;
}
.Footer {
    color: #fff;
    font-size: 0.6rem;
}
.p-8 {
    padding: 5rem 1.5rem;
}
h4 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #e11b22;
    line-height: 2em;
    letter-spacing: 8px;
    font-family: poppins;
    margin-bottom: 1rem;
}
/*--------- Retina Styles ----------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {



}


}

@media screen and (max-width: 410px) { 
.theme-default .nivo-caption a {margin-top:10px!important;display:inline-block!important}
.nivo-caption p {
    font-size: 1.2rem!important;
    padding: 0px!important;
}

.Footer {
    color: #fff;
    font-size: 0.8rem;
}
.footertop P, .Innerpage .footertop P {
    font-weight: 600;
    font-size: 1rem;
}
}
a.Rbtn:hover {
background: #f26522;}