@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Lato:400,300,700);
@import url(font-awesome.min.css);
@import url(animation.css);
a,
a.grey,
a.grey:hover,
a:hover {
    text-decoration: none
}
a.grey:hover,
a.white:hover,
a:hover {
    transition: all .2s linear 0s
}
a.grey:focus,
a.white:focus,
a:focus {
    outline: 0
}
.carousel .fill,
.headerWide,
.wrapper {
    width: 100%
}
.cloudSlide,
.navigation,
.socialMedia {
    list-style-type: none
}
.clear,
.google-maps {
    overflow: hidden
}
body {
    background-color: #f9f9f9;
    margin: 0 auto;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px
}
a {
    color: #ef3d31
}
a.grey {
    color: #464646
}
.navigation li a:hover,
a.white,
a.white:hover {
    text-decoration: underline
}
a img {
    border: 0
}
a.white {
    color: #fff
}
h1,
h1 a,
h2,
h2 a {
    color: #636363;
    font-family: Lato, sans-serif;
    font-weight: 400
}
::-moz-selection {
    color: #fff;
    background: #428bca
}
::selection {
    color: #fff;
    background: #428bca
}
h1,
h1 a {
    font-size: 55px;
    margin: 0
}
h2,
h2 a {
    font-size: 34px;
    margin: 0
}
h3,
h3 a,
h4,
h4 a,
h5,
h5 a {
    font-family: 'Open Sans', sans-serif;
    color: #636363;
    margin: 0
}
h3,
h3 a {
    font-size: 36px;
    font-weight: 400
}
h4,
h4 a {
    font-size: 30px;
    font-weight: 400;
	padding-bottom: 10px;
}
h5,
h5 a {
    font-size: 23px;
    font-weight: 400;
	padding-bottom:10px;
}
h6,
h6 a,
ol,
p,
ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
h6,
h6 a {
    color: #636363;
    margin: 0;
}
ol,
p,
ul {
    color: #464646;
    margin: 0 0 20px;
    line-height: 27px;
}
ol,
ul {
    padding-left: 18px;
}
ul li{font-size: 16px; padding-bottom: 2px;}
ul li a.discrete { color: #fff; }
ul li::marker{ color: #ef4136; }
.caps { text-transform: uppercase; }
.btnGrayTranparent,
.btnRed,
.btnWhiteTranparent {
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 34px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: none
}
hr {
    border-bottom: 1px solid #ef3d31;
    margin-bottom: 5%;
    height: 1px
}
.whiteBg {
    background-color: #fff
}
.redBg {
    background-color: #ef3d31
}
.grayBg {
    background-color: #666
}
.blackBg {
    background-color: #000
}
.blueBg {
    background-color: #0055a5
}
.btnWhiteTranparent {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fefefe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.btnWhiteTranparent:focus,
.btnWhiteTranparent:hover {
    background-color: #fff;
    color: #000
}
.btnGrayTranparent {
    border: 2px solid #666;
    background-color: transparent;
    color: #666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.btnGrayTranparent:focus,
.btnGrayTranparent:hover {
    background-color: #666;
    color: #fff
}
.btnRed {
    border: none;
    background-color: #ef3d31!important;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.btnRed:focus,
.btnRed:hover {
    background-color: #ef3d31;
    color: #fff
}
.colRed {
    color: #ef3d31
}
.formStyle label {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #9c9b9b;
    font-weight: 400;
    margin: 0
}
.formStyle button[type=submit],
.formStyle button[type=reset],
.formStyle input[type=submit],
.formStyle input[type=button],
.formStyle input[type=reset] {
    background-color: #428bca;
    border: none;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 15px;
    padding: 6px 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase
}
.formStyle button[type=submit]:hover,
.formStyle button[type=reset]:hover,
.formStyle input[type=submit]:hover,
.formStyle input[type=button]:hover,
.formStyle input[type=reset]:hover {
    color: #fff;
    cursor: pointer;
    background-color: #499ae0
}
.formStyle input[type=text],
.formStyle input[type=email],
.formStyle input[type=number],
.formStyle input[type=tel],
.formStyle input[type=password],
.formStyle select,
.formStyle textarea {
    background-color: #fff;
    border: 1px solid #b6bbc1;
    padding: 8px 10px;
    height: auto;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #727171;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}
.formStyle textarea {
    resize: none
}
.header {
    padding-top: 15px;
    padding-bottom: 15px
}
.logo {
    display: inline-block
}
.navigation {
    margin: 0;
    padding: 36px 0 36px 80px
}
.navigation>li {
    display: inline-block;
    padding: 7px 0
}
.navigation>li>a {
    border-right: 1px solid #ccc;
    color: #555;
    font-family: Lato, sans-serif;
    font-size: 18px;
    padding: 0 15px;
    font-weight: 400;
    word-spacing: 1px;
    text-transform: lowercase
}
.navigation>li:last-child>a {
    border-right: none
}
.navigation li a:hover {
    background-color: transparent;
    color: #ef3d31
}
.navbar-collapse {
    padding: 0
}
.current-menu-item>a {
    color: #ef3d31!important
}
.sliderWide .carousel {
    height: 514px
}
.carousel .carousel-inner,
.carousel .item,
.carousel .item.active {
    height: 100%
}
.carousel .fill {
    height: 100%;
    background-position: center;
    background-size: cover
}
.infoSectionWide,
.typographyWide,
.webelieveWide {
    background-repeat: no-repeat;
    background-position: center center;
}
.typographyWide ul li::marker{color: #fff;}

/*** DITTY TICKER  ***/
#mtphr-dnt-4225 ul li{font-size: 22px!important;}
#mtphr-dnt-4225 ul {padding-left: 24px;}
#mtphr-dnt-4225 ul .two{ opacity: 0.8!important;}
#mtphr-dnt-4225 ul .three{ opacity: 0.6!important;}
#mtphr-dnt-4225 ul .four{opacity: 0.4!important;}
/*** ENDS  ***/

/*** HOME PAGE THREE PANELS  ***/
.container-usp { 
	background-color: red; 
	border-radius: 22px;   
	width: 100%;
  	padding-top: 100%; /* 1:1 Aspect Ratio */
  	position: relative; /* For text inside  */}
.container-usp h4 {
	color: #fff; 
	font-size: 28px;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute; 
	top: 0; 
	left: 0; 
	bottom:0; 
	right: 0; 
	text-align: center; 
	display: flex;  
	justify-content: center; 
	align-content: center;
  	flex-direction: column; }
.box-one { background-image: url(https://mipela.com.au/wp-content/uploads/2021/08/usp-left.png); }
.box-two { background-image: url(https://mipela.com.au/wp-content/uploads/2021/08/usp-center.png); }
.box-three { background-image: url(https://mipela.com.au/wp-content/uploads/2021/08/usp-right.png); }
.box-one, .box-two, .box-three{ background-repeat: no-repeat; background-size: contain; margin-bottom: 10px; }
/*** ENDS  ***/

/*** FADE IN EFFECT? ***/
.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
/*** ENDS ***/
blockquote.testimonial {
    background-color: #ef3d31;
    border-left: none !important;
    border-radius: 20px;
    margin: 30px 0 40px 0;
    max-width: 70%;
}
blockquote p.quote, blockquote p.client {
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 26px;
    margin-bottom: 6px;
    padding: 20px 16px 9px 6px;
    text-decoration: none;
}
blockquote p.client {
    display: block;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.035em;
    line-height: 19px;
    padding: 0 52px 9px 6px;
    text-align: right;
}
.carousel-caption:before {
    background-color: #000 transparent;
    background-color: rgba(0, 0, 0, .2);
    background-image: url(../img/pattern.png);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 65%
}
.carousel-caption {
    left: 0;
    right: 0;
    top: 50%;
    padding: 43px 0;
    position: relative;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    text-align: left
}
.carousel-caption h2 {
    background-color: #ef3d31;
    color: #fff;
    display: inline-flex;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 12px;
    padding: 4px 12px;
    text-decoration: none;
	text-transform: uppercase;
    text-shadow: none;
    line-height: 1.2;
    max-width: 79%;
}
.footerBottom p a,
.newsContent a,
.newsContent a:hover,
.newsRow a {
    text-decoration: underline
}
.carousel-caption h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 23px;
    text-shadow: none
}
.carousel-caption h3 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-top: 13px;
    padding-bottom: 35px;
}
.sliderWide .carousel-control {
    top: 50%;
    margin-top: -44px;
    width: 88px;
    z-index: 99
}
.webelieveWide {
    background-image: url(../img/mipela-logoWatermark2.png);
	background-size: cover;
}
.webelieve {
    color: #fff;
    padding-top: 83px;
    padding-bottom: 83px
}
.webelieve h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 46px;
    position: relative
}
.webelieve h4:after {
    border-bottom: 3px solid #ccc;
    content: '';
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -28px;
    width: 56px
}
.webelieve .btnWhiteTranparent {
    margin-top: 43px
}
.cloudSlide {
    margin: 0;
    padding: 0
}
.caseStudies h5:after,
.infoSection h5:after,
.solution h4:after {
    content: '';
    height: 3px;
    left: 50%;
    margin-left: -28px;
    width: 56px
}
.cloudSlide li:nth-child(1) {
    opacity: 1
}
.cloudSlide li:nth-child(2) {
    opacity: .3
}
.cloudSlide li:nth-child(3) {
    opacity: .1
}
.cloudSlide li h3 {
    color: #fff;
    margin-bottom: 9px
}
.caseStudies,
.solution {
    padding-top: 76px;
    padding-bottom: 0;
}
.caseStudies h2 {
	color:#ccc;
	font-size:20px;
	font-weight:normal;
    margin-bottom:14px;
	padding-left:30px;
}
.caseStudies h4 {
    color: #ef3d31;
    position: relative;
    margin-bottom: 10px
}
.caseStudies h5 {
    font-weight: 700;
    position: relative;
    margin-bottom: 46px
}
.caseStudies h5 span {
    color: #ef3d31
}
.caseStudies h5:after {
    border-bottom: 3px solid #ef3d31;
    position: absolute;
    bottom: -9px
}
.caseStudies h6.subtitle,
.caseStudies h6.title {
    color: #999;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    margin-bottom: 46px
}
.caseStudies h6.subtitle {
    margin-bottom: 12px
}
.caseStudies .btnRed {
    margin-top: 76px
}
.caseStudies .img-responsive {
    display: inherit
}
.typographyWide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.typography {
    padding-top: 43px;
    padding-bottom: 43px
}
.typography h4 {
    margin-bottom: 23px
}
.typography h4,
.typography p {
    color: #fff
}
.typography ul {
    color: #fff;
    padding-left: 18px
}
.typography p {
    line-height: 28px
}
.solution h4 {
    color: #ef3d31;
    font-weight: 700;
    position: relative;
    margin-bottom: 26px
}
.solution h4:after {
    border-bottom: 3px solid #ccc;
    position: absolute;
    bottom: -9px
}
.logoHolder {
    padding-top: 16px;
    padding-bottom: 16px
}
.infoSection {
    padding-top: 86px;
    padding-bottom: 73px
}
.infoSection h5 {
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 36px
}
.infoSection h5:after {
    border-bottom: 3px solid #cfcbcc;
    position: absolute;
    bottom: -16px
}
.clear,
.clearfix:after {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0
}
.infoSection p {
    color: #fff;
    line-height: 27px
}
.infoSection h4 {
    color: #fff;
    margin-bottom: 23px
}
.tabLinkWide {
    background-color: #e1e1e1
}
.tabLink .nav>li>a {
    color: #636363;
    font-size: 18px;
    font-weight: 700;
    padding-left: 103px;
    padding-right: 103px
}
.tabLink .nav-tabs>li.active>a,
.tabLink .nav-tabs>li.active>a:focus,
.tabLink .nav-tabs>li.active>a:hover {
    color: #ef4136;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}
.tabContentWide {
    padding-top: 60px;
    padding-bottom: 60px
}
.tab-content h6 {
    color: #ef4136;
    font-weight: 700;
    margin-bottom: 13px
}
.singleCaseStudie,
.singleProduct {
    border-bottom: 1px dashed #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 36px
}
.singleProduct {
    margin-bottom: 6px
}
.caseImage {
    display: inline-block;
    float: left;
}
.caseImage,
.caseText {
    position: relative;
    min-height: 90px
}
.caseImage img,
.caseText h6 {
    color: #ef4136;
    font-size: 20px;
    left: 0;
    right: 0;
    top: 50%;
    font-weight: 700;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    text-align: left
}
.casePanel {
    border-right: 1px solid #ccc;
    padding-right: 10px
}
.singleCaseStudie .more {
    float: right;
    padding-top: 19px
}
.newsWideSection {
    padding-top: 50px;
    padding-bottom: 50px
}
.newsRow {
    margin-bottom: 23px
}
.newsContent {
    border-bottom: 1px solid #ef3d31;
    padding-bottom: 23px
}
.newsRow h4 {
    color: #ef3d31;
    margin-bottom: 33px
}
.newsRow h5 {
    color: #565656;
    margin-bottom: 13px
}
.newsRow h6 {
    color: #8a8989
}
.newsRow ol,
.newsRow p,
.newsRow ul {
    font-size: 17px
}
.newsRow a {
    color: #ef3d31
}
.newsImage img {
    display: block;
    margin: 0 0 23px
}
.newsContent .blueBg {
    padding: 20px;
    margin-bottom: 23px
}
.newsContent .blueBg h1,
.newsContent .blueBg h2,
.newsContent .blueBg h3,
.newsContent .blueBg h4,
.newsContent .blueBg h5,
.newsContent .blueBg h6,
.newsContent .blueBg ol,
.newsContent .blueBg p,
.newsContent .blueBg ul {
    color: #fff
}
.newsContent a {
    color: #ef3d31
}
.newsContent a:hover {
    color: #464646
}
.newsRow .btnRed {
    color: #fff;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 25px;
    text-align: left
}
.newsRow .btnRed span {
    margin-right: 13px
}
.tab-pane .row,
.tab-pane h5 {
    margin-bottom: 16px
}
.footerWide {
    background-color: #212121;
    border-top: 3px solid #ef3d31
}
.footerTopWide {
    background-image: url(../img/pattern.png);
    background-repeat: repeat
}
.footerTop {
    padding-top: 43px;
    padding-bottom: 43px
}
.footerTop h3,
.footerTop h5 {
    margin-bottom: 23px
}
.footerTop h5 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 700
}
.footerTop h3 {
    color: #ef3d31;
    font-family: Lato, sans-serif;
    font-size: 38px;
    font-weight: 400
}
.footerTop h4,
.footerTop h6 {
    color: #959595
}
.footerTop h4 {
    font-family: Lato, sans-serif;
    font-size: 32px;
    margin-bottom: 9px
}
.footerMid h3,
.footerTop p {
    color: #fff;
    font-family: Lato, sans-serif
}
.footerTop p {
    font-size: 15px
}
.socialMedia {
    margin: 0;
    padding: 0
}
.socialMedia li {
    display: inline-block
}
.clear,
.clearfix {
    display: block
}
.footerMid {
    padding-top: 23px;
    padding-bottom: 23px
}
.footerMid h3 {
    font-size: 36px;
    letter-spacing: 2px
}
.footerBottom {
    padding-top: 11px;
    padding-bottom: 11px
}
.footerBottom p {
    color: #d7d7d7;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0
}
.footerBottom p a {
    color: #d7d7d7
}
.footerBottom p span a {
    color: #fcb316;
    text-decoration: none
}
.designBy {
    text-align: right
}
.clearfix:after {
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0
}
* html .clearfix {
    height: 1%
}
iframe.aligncenter,
img.aligncenter {
    display: block!important;
    text-align: center
}
.btnGrayTranparent,
.btnRed,
.btnWhiteTranparent {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: 0 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.btnWhiteTranparent:before {
    background: #fff
}
.btnGrayTranparent:before {
    background: #666
}
.btnRed:before {
    background: #000
}
.btnGrayTranparent:before,
.btnRed:before,
.btnWhiteTranparent:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.btnGrayTranparent:active:before,
.btnGrayTranparent:focus:before,
.btnGrayTranparent:hover:before,
.btnRed:active:before,
.btnRed:focus:before,
.btnRed:hover:before,
.btnWhiteTranparent:active:before,
.btnWhiteTranparent:focus:before,
.btnWhiteTranparent:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.google-maps {
    margin-bottom: 5%;
    position: relative;
    padding-bottom: 75%; /* This is the aspect ratio */
    height: 0
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}
img.alignleft {
    float: left;
    border: none
}
img.alignright {
    float: right;
    margin-left: 24px;
    border: none
}
img.aligncenter {
    margin: 0 auto 20px!important
}
iframe.alignleft {
    float: left;
    border: none
}
iframe.alignright {
    float: right;
    margin-left: 24px;
    border: none
}
iframe.aligncenter {
    margin: 0 auto 20px!important
}



/******************************* css additions ***************************/
.popular{
    color: #ef3d31;
    margin-bottom: 13px;
    border-bottom: 1px dotted #464646;
    text-transform: uppercase;
    font-weight: bold;
	line-height: 200%;
}
.cat-item ul, .cat-item li{ list-style-type: none;
}

.popular-anchor{
    font-size:14px;
    color: #666;
    line-height: 100%;
}
.popular-anchor:hover{
    cursor: pointer;
    text-decoration: underline;
}

p.clickable-post-titles { 
    margin: 0px 0 10px;
}
p.clickable-post-titles, p.clickable-post-titles a.popular-anchor{
    line-height: 15px;
}
a.isDisabled {
    color: currentColor;
    text-decoration: none !important;
    color: #ef3d31;
    margin-bottom: 13px;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: bold;
	line-height: 250%;
    top: 4px;
    position: relative;
  }
  .newsRow h4:has(a.isDisabled) { margin-bottom: -4px !important; }
  .newsRow a.isDisabled {
    color: #666;
	line-height: 100%;
    top: 15px;
  }
.season_archives{
    margin: 0px;
    padding: 0px;
}
ul.season_archives {
    line-height: 22px;
}
.season_archives li{
    color:#000;
    list-style: none !important;
}

.season_archives li a{
    color: #666;
    font-size: 14px;
}

.season_archives li a:hover{
color: #23527c;
 text-decoration: underline;
}

.no-hover a:hover {
    color: #555;
    text-decoration: none;
}

/******************************* FIXES ***************************/

a.fix {
	display: block; 
  	position: relative; 
 	padding-top: -190px; 
 	visibility: hidden;
}
.jumptarget::before {
  content:"";
  display:block;
  height:150px; /* fixed header height*/
  margin:-150px 0 0; /* negative fixed header height */
}

/******************************* SEARCH AND FILTER PLUGIN ***************************/

.caseSection h5:after {
	left: 0;
	margin-left: 0;
}

.searchandfilter p
{
	margin-top: 1em;
	display:inline-block;
}
.searchandfilter ul
{
	display:inline-block;
	font-size: 14px;
	padding: 0 0 0 0;
}
.searchandfilter li
{
	list-style: none;
	display:inline-block;
	margin-bottom: 0px;
	padding: 0 0 12px 0px;
	width: 100%;
}

/******************************* MAILCHIMP ***************************/

#mc_embed_signup form {
    margin-left: 0 !important;
}

#mc_embed_signup_scroll h2 {
    padding-bottom: 26px;
}
#mc_embed_signup_scroll .indicates-required {
    color: #777777;
    font-size: 12px;
    margin-bottom: 6px;
}
.mc-field-group label {
    font-size: 16px;
    margin-right: 6px;
}
.mc-field-group input { 
    width: 100%;  /* Set width (e.g., full width of the parent container) */
    max-width: 400px;  /* Set a maximum width */
    height: 45px;  /* Adjust height */
    padding: 10px;  /* Add padding for better readability */
    font-size: 16px;  /* Adjust font size */
    border: 2px solid #ccc;  /* Set border */
    border-radius: 5px;  /* Rounded corners */
    background-color: #fff;  /* Set background color */
    color: #333;  /* Text color */
}
.mc-field-group input:focus {
    border-color: #007bff;  /* Highlight border when focused */
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
input#mc-embedded-subscribe.btnRed { 
    margin-top: 16px;
    margin-left: 0 !important;
}
input#mc-embedded-subscribe.btnRed:hover,
input#mc-embedded-subscribe.btnRed:focus {
    background-color: #000 !important;
} 
hr.before-form { 
    margin-bottom: 80px;
}
hr.after-form { 
    margin-top: 0px;
}