
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.greay-bar {} .greay-header {
    /*background-color: #f7f7f7;*/
    
    background-color: #002d71;
}
.btn-location {
    height: 30px;
    width: 31px;
    padding: 2px !important;
}
.btn-location-img {} .grea-header-title {
    color: #464646;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}
.greay-header-dynamic-title {
    color: #009fdf;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}
.greay-header-blue-btn {
    height: 30px;
    /*padding: 4px 12px !important;*/
    
    padding: 4px 25px !important;
}
.header-mid-section {
    height: 102px;
}
.header-mid-section-title {
    width: 50%;
    margin-top: 10px;
    text-align: left;
}
.header-mid-section-title h3,
.header-mid-section-title .h3 {
    display: block;
    font-family: Roboto;
    font-size: 23px;
    /* font-size: 25px;line-height: 18px;*/
    
    color: #252525;
    font-weight: 400;
    margin-top: 27px;
}
.header-mid-section-title h3 > span, 
.header-mid-section-title .h3 > span {
    color: #009fdf;
    font-weight: 700;
}
.header-mid-section-sub-text {
    width: 50%;
    margin-top: 20px;
    text-align: right;
}
.header-mid-section-sub-text h5 {
    margin-top: 10px;
}
.header-mid-section-sub-text h5 > span {
    color: #009fdf;
    font-size: 14px;
    font-weight: 400;
}
.header-mid-section-sub-text span.icon-bar {
    background-color: #009fdf !Important;
    height: 4px !important;
}
.header-mid-section-sub-text button {
    border: solid 1px #c0c0c0 !important;
    height: 45px;
    color: #d0cfcf;
}
.x-button {
    border: none;
    color: #fff;
    font-size: 25px;
}
.slider-container {
    position: relative;
    background: #252525;
    text-align: center;
}
.slider-container.other img {} .slider-containt .btn-grp {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    bottom: 0;
    z-index: 2;
}
.slider-containt {
    position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    text-align: center;
}
.btn-grp .col-md-4{
    padding: 0;
}
/* Text style for "Welcome to" */

.slider-containt .title {
    color: #fff;
    
    font-size: 36px;
    font-weight: 700;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 38%;
    transform: translateY(-30%);
    margin-left: 15px;
}
.slider-containt .btn-rectangle {

    
    width: 100%;
 
}
.slider-containt .btn-rectangle:focus,
.slider-containt .btn-rectangle:hover {
    
}
#loginModel .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#loginModel h2 {
    color: #009fdf;
    font-size: 31px;
    font-weight: 700;
}
#loginModel.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
#loginModel.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#termModel .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
}
#termModel.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
#termModel.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#termModel h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #009fdf;
    margin-top: 20px;
    margin-bottom: 15px;
}
#termModel p {
    margin-bottom: 30px;
}
.statelink {
    position: relative;
    display: inline-block;
}

ul#ContentPagesPlaceholder_LeftNavigationPlaceholder_T16932312003_ctl00_ctl00_navigationUl {
    padding-left: 0px;
}
aside.col-sm-3.hidden-xs {
    padding-right: 0px;
}
/*About-Us Page*/

.body-copy {
    margin-bottom: 20px;
    /*margin-top: -20px;*/
}
.body-copy h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #002d72;
    font-weight: 600;
    margin-top: 20px;
}
.body-copy h3 {
    font-size: 22px;  
    color: #002d72;
    font-weight: 600;
    margin: 24px 0 10px;
    
}

.body-copy h4 {
    font-size: 18px;
    color: #5a5f64;
    font-weight: 600;
    margin-bottom: 0;
}
.body-copy h5 {
    font-size: 16px;
    color: #5a5f64;
    font-weight: 600;
    margin-bottom: 0;
}
.body-copy h6 {
    font-size: 16px;
    color: #5a5f64;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}
.body-copy ul li,
.body-copy ol li,
.body-copy p {
    line-height: 1.5;
}
.body-copy a {
    /* word-break: break-word; */
    overflow-wrap: break-word;
}
li.breadcrumb-item a {
    color: black;
    font-size: 14px;
    font-weight: 400;
}
li.breadcrumb-item a.active {
    color: #009fdf;
}
.nav-sidebar {
    width: 100%;
    
}
.nav-sidebar .nav li a {
   font-size: 18px;
   color: #009FDC; 
   font-weight: 500;
   padding: 12px 0 11px;
   text-decoration: none;
   border-bottom: solid 2px #e6e6e6;
}
.nav-sidebar .nav .page-title a {
   font-size: 24px;
   font-weight: 600; 
   color: #00325F;
   text-decoration: none;
   border-bottom: solid 3px #489DD7;
   padding: 0 0 8px;
}
.nav-sidebar .nav .active a {
    color: #002D72;
    text-decoration: none;
}
.nav-sidebar.nav .active a:hover {
    
}
.nav-sidebar .nav .page-title a:hover,
.nav-sidebar .nav .page-title a:focus {
    background: none;
    
}
.nav-sidebar .nav a:hover {
    color: #002D72;
    text-decoration: none; 
    background: none; 
}

.term-of-use {
    margin-top: 35px;
    font-size: 14px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
    /*font-family: OpenSans*/
    
    ;
    color: #009fdf;
    font-weight: 600;
    line-height: 23px;
}
.term-of-use span {
    color: #009fdf;
    font-weight: 600;
}
.copy-right {
    color: #969696;
    line-height: 42px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.fancyBtn .btn-primary{
    font-weight: 500;
    font-size: 24px;
    border:none;
    padding: 24px 0;
    text-decoration: none;
}
.fancyBtn.green-ovl .btn-primary{
    background: rgba(160,207,103,0.8);
}
.fancyBtn.green-ovl .btn-primary:hover{
    background: rgba(160,207,103,1);
}
.fancyBtn.blue-ovl .btn-primary{
    background: rgba(0,159,220,0.8);
}
.fancyBtn.blue-ovl .btn-primary:hover{
    background: rgba(0,159,220,1);
}
.fancyBtn.d-blue-ovl .btn-primary{
    background: rgba(0,45,114,0.8);
}
.fancyBtn.d-blue-ovl .btn-primary:hover{
    background: rgba(0,45,114,1);
}
.fancyBtn:hover {
    opacity: 1;
    cursor: pointer;
}
.media-middle {
    vertical-align: top !important;
}
.middle-section-container {
    position: relative;
}
#ContentPagesPlaceholder_PanelWATERTEXT .middle-section-container {
    position: relative;
    margin-top: 10px;
}
.left-padding-0 {
    padding-left: 0px;
}
.right-padding-0 {
    padding-right: 0px;
}
.text-conatiner {
    /*top: 50px;*/
    
    margin-top: 20px;
    margin-bottom: 20px;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.text-conatiner h1 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 400;
    line-height: 37px;
}
.h1-text-blue {
    color: #009fdf;
    font-weight: 500;
}
.text-conatiner h2 {
    color: black;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
}
.water {
    color: black;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
}
.conservation-tips {
    color: #009fdf;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
}
.text-blue {
    color: #009fdf;
}
.text-white {
    color: #fff !important;
}
.login-model-body {
    height: 292px;
}
.login-model-body p {
    color: #464646;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 26px;
    margin-top: 15px;
}
.model-title {
    color: #009fdf;
    font-size: 31px;
    font-weight: 700;
}
.login-model-body div select {
    width: 265px;
    margin: auto;
    font-family: roboto;
}
/*About US*/

.side-menu {} .about-title {
    width: 100%;
    vertical-align: middle;
    font-family: 'Roboto';
}
/*.page-heading:first-child {
	 margin-top: 10px;
}*/

.page-heading {
    color: #009fdf;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.subheadline {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-text {
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 20px;
    margin-top: 20px;
}
.play-button {
    position: absolute;
    left: 0;
    width: 83px;
    background-repeat: no-repeat !important;
    border: none;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    right: 0;
    top: calc(50% - 2em);
    z-index: 99999;
    text-decoration: none;
}
#util-video,
video {
    width: 100%;
    object-fit: cover;
}
/*Faq's*/

.sub-title {
    color: #010101;
    font-size: 13px;
    font-weight: 700;
}
/*Customer Notices*/

.pdf-links {
    list-style-type: none;
    color: #009fdf;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
ul.pdf-links {
    list-style-type: none;
    color: #009fdf;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.body-copy .media-body ul {
    color: #009fdf;
    background: transparent;
    padding: 0 0 0 5px !important;
}
ul.pdf-links li {
    position: relative;
}
ul.pdf-links li:before {
    content: url('/Sitefinity/WebsiteTemplates/Utilities-Templates/App_Themes/Utilities-Basic/Images/pdf.png');
    position: absolute;
    top: 25%;
    left: 0;
}
ul.pdf-links a ul li:before {
    content: "";
}
/*customer inquiry form*/

.phone-enq {
    margin-top: 34px;
    margin-bottom: 30px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;
    color: black;
    float: right;
}
.form-util-grp {
    margin-top: 20px;
}
.character-remeian {
    color: #a7a7a7;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}
.required-fields {
    height: 13px;
    color: #464646;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 30px;
}
.form-error {
    color: red;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.body-copy p {
    color: #5a5f64;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.body-copy .statename {
    text-transform: capitalize;
}
.body-copy .phone-inqurey {
    text-align: right;
    position: absolute;
    right: 0;
    top: -4.5%;
    padding-top: 0px;
}
.body-copy .phone-inqurey span {
    color: #009fdf;
}
.body-copy ul {
    color: #555555;
    font-size: 18px;
    padding: 0;
    list-style: none;
    margin:0.25em 0 1em 1rem;

}
.body-copy ul li{
    line-height: 24px;
    color: #5a5f64;
    position: relative;
    padding: 0 0 0 15px;
}
 .body-copy ul li:before {
    content: "• ";
    color: #489DD7;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    padding: 0;
} 
.body-copy ul li h4 {
    padding: 0px;
    /*margin-top: 0px;*/
}
.body-copy ul li ul {
    padding: 0px 0 0 20px;
}

.body-copy ol {
    color: #555555;
    font-size: 18px;
    padding: 0;
    margin:0.25em 0 1em 3rem;
}
.body-copy ol li{
    line-height: 24px;
    color: #5a5f64;
}
.body-copy ol li::marker{
    font-weight: bold;
}
.body-copy img.img.img-responsive {
    margin: 20px auto;
}
.body-copy ul.light-gray-item-list {
    background: #f2f2f2;
    color: #464646;
    position: relative;
    padding: 32px;
}
.body-copy ul.light-gray-item-list li {
    color: #464646 !important;
}
.gray-bg-bar {
    font-size: 14px !important;
}
.footer-links {
    color: #009fdf;
    font-weight: 500;
}
/*.body-copy p a[href$= ".pdf?sfvrsn=2"]*/

.body-copy p a[href*=".pdf"] {
    /* background-position: center left;
    background-repeat: no-repeat; */
    /* padding-left: 35px; */
    /* height: 35px;
    display: inline-block;
    padding-top: 5px; */
    /* background-image: url('/Sitefinity/WebsiteTemplates/Utilities-Templates/App_Themes/Utilities-Basic/Images/pdf.png'); */
}
.body-copy p a.externallink[href*=".pdf"] {
    background-image: none !important;
    padding-left: 0px;
	padding-top: 0px;
	height: auto;
}
.body-copy .ol-item-list li {
    font-size: 16px;
    font-family: 'Roboto';
    color: #000000;
    font-weight: bold;
}
.body-copy ol li p {
    font-size: 14px;
    font-family: 'Roboto';
    color: #464646;
    font-weight: 400;
}
.slider-container img {
    margin: 0 auto;
}

.water-content-text,
.industry-content-text,
.waterTips-content-text {
    position: relative;
    top: 5.4em;
}
.body-copy object {
    background: #808080;
    height: auto;
    width: 100%;
}
.body-copy ul.faq-QA-list {
    background: transparent;
    padding-top: 5px;
}
.body-copy ul.faq-QA-list li ul {
    background: transparent;
}
a.break-links{
	word-wrap: normal;
    word-break: break-all;}
.slider-container.home-page-container {
    min-height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#ContentPagesPlaceholder_divBgChildPageDesktop {
    /* min-height: 260px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#SocialIconsDesktop a.btn-social-icon,#SocialIconsMobile a.btn-social-icon {
    color: #019fdf;
    padding: 10px 12px 10px 12px;
    vertical-align: middle;
    font-size: 22px;
}

/************    @media queries    **********/

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    
    .login-model-body {
        height: auto;
    }
}
/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    /* Styles */
    
    .slider-containt .btn-grp {
        /*width: 300px;*/
    }
}

 @media (max-width: 767px) {
    
    ul#NavigationPlaceholder_NavigationPlaceholder_T16932312001_ctl00_ctl00_navigationUl, .nav {
        padding-left: 0px;
    }
    /**mobile menu*/
    a.dropdown-toggle[aria-expanded^="false"] + ul {
		display: none !important;
	}
	.dropdown-menu > li > a {
		white-space: normal !important; 
	}

    .navbar-toggle .icon-bar {
        width: 45px !important;
    }
    .header-mid-section-sub-text button {
        height: auto !important;
    }
    /*.navbar-toggle{ padding: 8px !important; }*/
    
    .header-mid-section-sub-text {
        margin-top: 25px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px !important;
    }
    .navbar {
        position: static !important;
    }
    .navbar-nav {
        margin: 4.0em -15px;
    }
    .navbar-collapse.in {
        height: auto;
        padding-bottom: 20px;
    }
    .navbar-collapse.collapse.navbar-inverse-collapse.in > div.row {
        display: none;
    }
    .navbar-inverse .navbar-toggle.x-button {
        padding:0 10px;
        
        color: #000;
        height: auto;
        font-size: 30px;
    }
    .navbar-inverse .navbar-toggle.x-button:hover{
        background: #002d71;
        color: #fff;
    }
    /* *End mobile menu*/
    
    .header-mid-section-title h3,
    .header-mid-section-title .h3 {
        font-family: Roboto;
        font-size: 21px;
        margin-top: 20px;
    }
    .breadcrumb {
        padding-right: 0 !important;
    }
    .about-title {
        margin-top: 0;
    }
    .slider-container.home-page-container .slider-containt {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .container.slider-containt h1 {
        width: 100% !important;
        margin-left: 0px;
    }
    .pdf-list {
        width: 80%;
        margin: 0 auto;
    }
    .glyphicon-caret-up:before {
        content: url(/Sitefinity/WebsiteTemplates/Utilities-Templates/App_Themes/Utilities-Basic/Images/right-arrow-1.png);
        margin-right: 15px;
        padding: 9px 10px;
    }
    .dropdown.open .glyphicon-caret-up:before {
        content: url(/Sitefinity/WebsiteTemplates/Utilities-Templates/App_Themes/Utilities-Basic/Images/down-arrow.png);
        margin-right: 15px;
        font-size: 14px;
        padding: 9px 10px;
    }
    .dropdown.active.open .glyphicon-caret-up:before {
        filter: brightness(0) saturate(100%) invert(1);
    }
    .slider-containt {
        /*margin-top: 34px;*/
        
        margin-top: 20px;
        top: 0;
        left: 0;
        display: block;
        /* margin-left: 0 !important; */
    }
    .home-page-container .slider-containt {} .header-mid-section-sub-text {
        width: 10% !important;
    }
    .header-mid-section-title {
        width: 80% !important;
        margin-top: 20px !important;
        vertical-align: middle;
    }
    .slider-container.home-page-container img {
        width: 100%;
        /* height: 350px; */
    }
    .other.slider-container img {
        width: 100%;
        min-height: 110px;
    }
    .slider-containt .title {
        color: white;
        font-family: Roboto;
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
        position: relative;
        top: 1em;
    }
	
    .slider-containt .btn-grp {
        position: relative;
    }
    .container.slider-containt .col-md-4 {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        border-bottom: 1px solid #009edb !important;
    }
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        border-color: #363636 !important;
    }
    .login-model-body {
        height: auto;
    }
    .phone-enq {
        float: left;
    }
    .form-util-grp {
        margin-top: 14px;
    }
    .body-copy .phone-inqurey {
        position: relative !important;
        top: -8px !important;
        text-align: left !important;
    }
    .sfimageWrp img {
        max-width: 100%;
        height: auto;
        margin-left: 0px;
    }
    div#ContentPagesPlaceholder_PanelWATERTEXT .container,
    div#ContentPagesPlaceholder_PanelWATERTIPSTEXT .container {
        background-image: url() !important;
        min-height: 100% !important;
    }
    .water-content-text,
    .industry-content-text,
    .waterTips-content-text {
        position: relative;
        top: 0;
        padding-top: 15px;
        padding-bottom: 60px;
    }
    /**form field*/
    
    .row.form-util-grp div:nth-child(odd) {
        margin-bottom: 16px;
    }
    #ContentPagesPlaceholder_PanelMIDDLESECTION .sfContentBlock div:first-child {
        background-position-x: 55% !important;
    }
    .slider-container img {
        /*width: 100%;
        height: 110px;*/
    }
    #stateSelectionDiv a.btn-social-icon {
        
    }
}
@media (max-width: 991px) {
	/*#ContentPagesPlaceholder_BannerImageForDesktop, #ContentPagesPlaceholder_ChildPageDesktop {
	 height: auto;	
	}*/
    
    .slider-container {
        /* height: 320px; */
    }
	
    .about-title {
        color: white;
        font-family: Roboto;
        font-size: 29px;
        font-weight: 700;
        line-height: 50px;
        /*margin-top: 0;*/
    }
    .slider-containt {} .slider-containt .title {} .header-mid-section-sub-text {
        width: 50%;
    }
    .header-mid-section-title {
        width: 50%;
        margin-top: 10px;
        vertical-align: middle;
    }
    .slider-containt .title {
        color: white;
        font-family: Roboto;
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
    }
    .slider-containt .btn-rectangle {

        
       
    }
    .container.slider-containt .col-md-4 {} .side-menu .nav-sidebar .page-title a {
        height: auto !important;
    }
}
/**Nexus 10*/

@media screen and (min-width: 800px) and (max-width: 1280px) {
    .navbar {
        min-height: 40px !important;
    }
    
}
/**2days*/

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .nav {
        padding-left: 15px;
    }
    .navbar {
        border-radius: 0px;
        min-height: 40px !important;
    }
    .about-title {
        width: auto;
    }
    .header-mid-section-sub-text h5 {
        font-size: 13px;
    }
    div#ContentPagesPlaceholder_PanelWATERTEXT .container,
    div#ContentPagesPlaceholder_PanelWATERTIPSTEXT .container {
        background-image: url() !important;
        min-height: 100% !important;
    }
    .water-content-text,
    .industry-content-text,
    .waterTips-content-text {
        position: relative;
        top: 0;
    }
    img.img.img-responsive.visible-xs.hidden-sm.hidden-md.hidden-lg {
        max-width: 140%;
        margin-left: -122px;
        overflow-x: hidden;
		display: block !important;
    }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
    .container.slider-containt h1.about-title.title.text-left {
        /*top: 0em;*/
    }
    .login-model-body div select {
        width: 215px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
  
       .slider-containt .title{font-size: 36px;}

}
/*Nexus 7*/
@media only screen and (min-width: 960px) and (orientation: landscape){
    .navbar-collapse.collapse.navbar-inverse-collapse{ zoom: 1;}
	
	
} 
/* @media only screen and (min-width: 600px) and (max-width: 960px) and (orientation: portrait){ */
	/* .slider-container.home-page-container img{ height: 350px;} */
/* } */

.error {
    color: #ff0000;
}



.RadSocialShare_Default {
    border: none; 
    background-color: white;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.RadSocialShare_Default .sshContent{
    background: none;
}

.RadMediaPlayer  {
margin: 0 auto;
}



@media (min-width: 960px) {
    .heroBanner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  
    .heroBanner h2 {
      font-size: 2em;
    }
  
    .heroBanner .hero_contentArea {
      font-size: 24px;
      padding: 5% 10% 5% 25%;
      max-width: 943px;
    }
  }
  
  .hero_contentArea {
    text-align: center;
  }
  
  .hero_contentArea {
    padding: 1em;
  }
  
  .hero_contentArea {
    background-color: #fff;
    text-align: center;
    color: #000;
    margin-left: 0%;
    width: 100%;
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    background: transparent;
    background: -o-linear-gradient(
      351deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 35%,
      rgba(255, 255, 255, 1) 63%,
      rgba(255, 255, 255, 1) 71%,
      rgba(255, 255, 255, 0) 82%
    );
    /* background: linear-gradient(99deg, rgba(255,55,255,0) 0%, rgba(255,25,55,0) 35%,rgba(255,25,255,1) 63%,rgba(255,25,255,1) 71%,rgba(255,25,255,0) 82%); */
  }
  
  .hero_details {
    display: block;
    width: 100%;
    background-size: contain;
    height: auto;
    background-position-x: left;
    background: #fff;
      /* url(/Sitefinity/WebsiteTemplates/Framework/App_Themes/Framework/images/layout/interior-header.jpg); */
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 20px;
    padding-top: 0em;
  }
  
  .hero_details h2 {
    margin: 0.5em;
    z-index: 1;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.25em;
  }
  
  .hero_details .imageurl {
    /* background: url(https://mbms-updates.idevdesign.net/images/default-source/header-images/larry-buller-jr.jpg?sfvrsn=2); */
    height: 100%;
    /* width: 43%;
    background-position: right !important; */
    width: 50%;
    background-position: top right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: yellow;
    display: block;
  }
  
  /* @media (min-width: 1200px){
    .hero_details .imageurl{
      width: 50%;
      background-position: top right !important;
    }
  } */
  
  .hero_details h2,
  .hero_details p,
  .hero_details h3 {
    margin: 15px;
  }
  
  .myUtilityConnect {
    text-align: center;
    display: block;
    color: #37a0e1;
    font-size: 1.75em;
    margin-bottom: 0.5em;
  }
  
  .myUtilityConnect:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  
  .hero_contentArea {
    min-height: 41em;
  }
  
  .hero_contentArea .hero-heading {
    font-size: 1.75em;
    color: #008dc5;
    margin-bottom: 0.25em;
    margin: 0% 5%;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    /* margin-top: 4em; */
  }
  
  .hero_contentArea .summary {
    font-size: 1.25em;
    color: #3d4447;
    /* margin: 0% 2px 1% 0%; */
    display: flex;
    flex-direction: column;
  }
  
  .hero_contentArea img {
    margin: auto;
    text-align: center;
    background-color: #fff;
    max-width: 158px;
    width: 100%;
    margin: auto;
  }
  
  .hero_contentArea .ComingSoon {
    font-size: 1.5em;
    color: #828282;
    display: block;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.5em;
  }
  
  .hero_contentArea .btn {
    height: 1em;
    min-width: 90%;
    margin: auto;
    padding: 1em !important;
    line-height: 0em;
    margin-left: auto;
    font-size: 1.5em;
    margin-bottom: 0em;
    margin-top: 0em;
  }
  
  .ComingSoon-Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0em;
  }
  
  @media (min-width: 960px) {
    .imageurl:before {
      content: "";
      width: 8%;
      height: 100%;
      position: absolute;
      background: -webkit-linear-gradient(
        351deg,
        rgba(255, 255, 255, 1) 35%,
        rgba(255, 255, 255, 0) 63%
      );
      background: -o-linear-gradient(
        351deg,
        rgba(255, 255, 255, 1) 35%,
        rgba(255, 255, 255, 0) 63%
      );
      background: linear-gradient(
        99deg,
        rgba(255, 255, 255, 1) 35%,
        rgba(255, 255, 255, 0) 63%
      );
    }
  
    .hero_details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 485px;
      padding-bottom: 0px;
      overflow: hidden;
    }
  
    .hero_details h2,
    .hero_details p,
    .hero_details h3 {
      width: 78%;
      margin: 0px;
    }
  
    .hero_contentArea {
      width: 32%;
      position: absolute;
      margin-left: 15%;
      text-align: left;
      background-color: #fff;
      max-width: 548px;
      padding: 0px;
      max-height: 376px;
      margin-top: 3em;
    }
  
    .hero_contentArea .summary {
      flex-direction: row;
      margin: 2% 5%;
    }
  
    .hero_contentArea .summary img {
      max-width: 86px;
      flex-shrink: 0;
    }
  
    .hero_contentArea {
      min-height: 0;
    }
  
    .hero_contentArea img {
      margin: 0 6px 0px auto;
      align-self: center;
    }
  }
  
  
  .titleArea {
    background-color: #f1f1f1;
    padding: 4%;
    font-size: 1em;
    position: relative;
  }
  
  .titleArea h2,
  .titleArea p {
    margin: 0px;
  }

  
  /**
  ** Banner Hero Restyling
  ** bg color: #133864
  **/

  .ae_banner-hero {
      background-color: #133864;
      background-position: 90% 0;
      background-repeat: no-repeat;
      background-size: 680px;
      color: #FFF;
      overflow: hidden;
      padding-top: 375px;
    }
    .ae_banner-hero a {
        color: inherit;
    }
    .ae_banner-content {
      font-size: 20px;
      text-align: center;
      margin: 30px auto;
      padding: 0 24px;
      max-width: 400px;
    }
        .ae_banner-heading {
            font-size: 24px;
            width: 83%;
            margin: auto auto 20px;
        }
        .ae_banner-subheading {
            font-size: 20px;
            margin: auto auto 20px;
        }
        .ae_banner-cta {
            margin: auto auto 20px;
        }
        .ae_banner-content .btn {
            display: block;
            font-size: 18px;
            margin: auto auto 20px;
            padding: 6px 24px;
            max-width: 300px;
        }
        .ae_download-today {
            font-size: 24px;
            margin: 1em 0;
            transition: .3s;
        }
        .ae_banner-app-links {
            display: flex;
            justify-content: space-between;
            margin: 0 auto;
        }
        .ae_banner-app-links a {
            flex-basis: 46%;
        }
        .ae_banner-app-links a img {
            max-width: 100%;
            height: auto;
        }
    @media (min-width: 30em) {
        .ae_banner-app-links {
            max-width: 480px;
        }
    }
    @media (min-width: 48em) {
        .ae_banner-hero {
            background-color: #133864;
            background-position-x: calc(50% - 400px);
            background-position-y: 0;
            background-repeat: no-repeat;
            background-size: 792px;
            color: #FFF;
            display: flex;
            align-items: center;
            overflow: auto;
            padding-top: 0;
            padding-left: 50%;
        }
        .ae_banner-content {
            margin: 0 auto;
            max-width: 440px;
            padding: 30px 0;      
        }
    }
    @media (min-width: 60em) {
        .ae_banner-hero {
            background-position-x: calc(50% - 480px);
            background-size: auto;
            height: 530px;
        }
        .ae_banner-content {
            text-align: left;  
            margin: 0;   
        }
        .ae_download-today {
            margin: 2em 0;
        }
        .ae_banner-heading {
            width: 100%;
        }
    }
.sfPageEditor .slider-containt .btn-grp{bottom:80px}

.btn-social-icon {

	
	color: #009edb;
	padding: 0;
	margin: 2px 10px 0px;
    font-size: 22px;
}

.btn-social-icon .fa {
padding-top: 7px
}

#imgTopDeskTopLogo {width:100%; max-width: 197px;}