html {
	font: 16px/18px "proxima_nova_altregular", Arial;
	letter-spacing: 0.2px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	width: 100%;
	/*max-width: 1200px;*/
	background-color: #44045a;
	margin: 0 auto;
	min-width: 320px;
}

.main {
	background-color: #fff;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.hero {
	display: table;
	position: relative;
	width: 100%;
	height: 230px;
    /*min-height: 230px;
    position: relative;*/;
}
.heroSubTitleHalfwidth{
  	width: 60%;  
}

ul {
	margin: 0px;
	padding: 0px;
}

img { 
    border: none;
    outline: none;
    }

/*Web Fonts new ---------------------------------------------------*/




@font-face {
    font-family: 'proxima_novalight';
    src: url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_light-webfont.eot');
    src: url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_light-webfont.woff2') format('woff2'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_light-webfont.woff') format('woff'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_light-webfont.ttf') format('truetype'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_light-webfont.svg#proxima_nova_altlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_altregular';
    src: url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_regular-webfont.eot');
    src: url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_regular-webfont.woff2') format('woff2'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_regular-webfont.woff') format('woff'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_regular-webfont.ttf') format('truetype'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_regular-webfont.svg#proxima_nova_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_bold';
    src: url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_semibold-webfont.eot');
    src: url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_semibold-webfont.woff2') format('woff2'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_semibold-webfont.woff') format('woff'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_semibold-webfont.ttf') format('truetype'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_semibold-webfont.svg#proxima_nova_semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_bolder';
    src: url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_bold-webfont.eot');
    src: url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_bold-webfont.woff2') format('woff2'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_bold-webfont.woff') format('woff'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_bold-webfont.ttf') format('truetype'),
         url('/bundles/utilitywarehouseresidential/fonts/proxima_nova_alt_bold-webfont.svg#proxima_nova_bolder') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sebastian';
    src: url('/bundles/utilitywarehouseresidential/fonts/sebastian_informal-webfont.eot');
    src: url('/bundles/utilitywarehouseresidential/fonts/sebastian_informal-webfont.eot?#iefix') format('embedded-opentype'),
        url('/bundles/utilitywarehouseresidential/fonts/sebastian_informal-webfont.woff2') format('woff2'),
        url('/bundles/utilitywarehouseresidential/fonts/sebastian_informal-webfont.woff') format('woff'),
        url('/bundles/utilitywarehouseresidential/fonts/sebastian_informal-webfont.ttf') format('truetype'),
        url('/bundles/utilitywarehouseresidential/fonts/sebastian_informal-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and ( min-device-pixel-ratio: 1.25),
    only screen and ( min-resolution: 200dpi),
    only screen and ( min-resolution: 1.25dppx)
    {
    -webkit-font-smoothing: subpixel-antialiased;
}





/*Web Fonts END------------------------------------------------*/


::selection {
  color: #ffffff;
  background: #9c278f; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #ffffff;
  background:  #9c278f /* Gecko Browsers */
}



/*Clearfix ---------------------------------------------------*/
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.nowrap {
    white-space: nowrap;
}

.fll {
	float: left;
	width: 100%;
}
/*Clearfix END------------------------------------------------*/

/* Heading Styles --------------------------------------------*/
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
        letter-spacing: -1px;
}

h1 {
	font: 52px/48px "proxima_nova_altregular", arial;
        transition: font-size 0.05s  ease-in-out;
	-webkit-transition: font-size 0.05s ease-in-out;
	-moz-transition: font-size 0.05s ease-in-out;
	-o-transition: font-size 0.05s ease-in-out;
}

.pageTitle {
	margin: 30px 0px 30px;
}

.pageTitleSmall {
	margin: 30px 0px 25px;
}


h2 {
        margin: 30px 0px;
	font: 36px/40px "proxima_nova_altregular", arial;
	text-align: center;
        transition: font-size 0.05s  ease-in-out;
	-webkit-transition: font-size 0.05s ease-in-out;
	-moz-transition: font-size 0.05s ease-in-out;
	-o-transition: font-size 0.05s ease-in-out;
}

h3 {
	font: 30px/34px "proxima_nova_altregular", arial;
        transition: font-size 0.05s  ease-in-out;
	-webkit-transition: font-size 0.05s ease-in-out;
	-moz-transition: font-size 0.05s ease-in-out;
	-o-transition: font-size 0.05s ease-in-out;
}

h4 {
	font: 28px/32px "proxima_nova_altregular", arial;
	letter-spacing: -0.2px;
}

h5 {
	font: 22px/25px "proxima_nova_altregular", arial;
}

.h5 {
	margin: 30px 0px;
}
/* Heading Styles End----------------------------------------*/

/* Paragraph Styles -----------------------------------------*/
.p1 {
	font: 22px/26px "proxima_nova_altregular", arial;
}

.p2 {
	font: 18px/24px "proxima_nova_altregular", arial;
        margin: 0px;
}

.p3 {
	font: 16px/20px "proxima_nova_altregular", arial;
}
/* paragraph Styles End--------------------------------------*/

/* Floats ---------------------------------------------------*/
.floatLeft{
    float: left!important;
}
.floatRight {
    float: right;
}

/* Font styles & Colours ------------------------------------*/
.light{
    	font-family: 'proxima_novalight', arial;
}
b {
	font-family: 'proxima_nova_bold', arial;
}

.bold {
	font-family: 'proxima_nova_bold', arial!important;
}

.bolder {
	font-family: 'proxima_nova_bolder', arial!important;
}
button{
    cursor: pointer;
}
.noMargin{
    margin: 0px!important;
}

.noMarginBottom{
    margin-bottom: 0px!important;
}
.noMarginTop{
    margin-top: 0px!important;
}

.textCenter {
	text-align: center!important;
}

.darkPurple {
	color: #440459;
}

.lightPurple {
	color: #9c278f;
}

.white {
	color: #ffffff;
}

.yellow {
	color: #fed100;
}
.grey{
        color: #808285;
}

.purpleBar {
	background-color: #44045a;
	text-align: left;
	padding: 0.5em 1em;
	margin-bottom: 25px;
}

.DarkpurpleBar {
	background-color: #44045a;
	text-align: left;
	padding: 0.5em 1em;
}

.lightPurpleBar {
	background-color: #9c278f;
	text-align: left;
	padding: 0.5em 1em;
}
/* Font styles & Colours END---------------------------------*/


#content {
	/*padding-bottom: 2%;*/
	background-color: #ffffff;
	overflow: hidden;
}

.container, .Lcontainer {
    /*transition: 0.3s ease-in-out;*/
	width: 80%;
	margin: 0 auto;
	position: relative;
        max-width: 1100px;
}

.container.white {
	background-color: #ffffff;
}

/* header -----------------------------------------------------*/
.homeIcon{
    margin-right: 0px!important;
}
.HeaderHolder {
	width: 100%;
	position: relative;
	color: #999;
	background-color: #fff;
    /*min-height: 141px;*/;
}

.HeaderHolder.withBoxShadow {
	box-shadow: 1px 2px 12px 0 rgba(0,0,0,0.30);
}

header {
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
        max-width: 1100px;
}

#topNav > nav {
	display: block;
}

#topNav {
	width: 100%;
	display: block;
}

#topNav > nav {
	float: right;
}

#topNav > nav  div {
	float: left;
	display: block;
	position: relative;
	margin-right: 20px;
        font: 17px/18px "proxima_nova_altregular", arial;
}

/*.TopexistingMember{
    color: #440459!important;
}*/

#topNav > nav  div a {
	color: #808285;
	text-decoration: none;
	white-space: nowrap;
}
#topNav > nav  div img{
        margin-right: 7px;
        position: relative;
        top: 0px;
        border: 0px;
        outline: none;
}
.TopexistingMember > img{
        height: 14px;
        width: 10px;  
        display: block;
        float: left;
}
.homeIcon{
        height: 13px;
        width: 15px;    
}



#topNav > nav  div:last-child {
	margin-right: 0%;
}

#topNav > nav  div:after {
	position: absolute;
	content: "";
	height: 60%;
        right: -20px;
	margin: 0px 10px;
	top: 2px;
        bottom: 0px;
	border-right: 1px solid #97999b;
}

#topNav > nav  div:last-child:after {
	content: none;
}

.search {
	background-image: url(/bundles/utilitywarehouseresidential/images/icons/searchIcon.png);
	display: block;
        border: 0px;
        outline: none;
        background-repeat: no-repeat;
	text-indent: -99999px;
	height: 18px;
	width: 18px;
}

.logo {
	display: block;
	float: left;
	max-width: 220px;
	width: 20%;
}

.logo img {
	width: 100%;
        border: 0px;
        max-width: 192px;
        min-width: 192px;
        outline: none;
}

.mainNav {
	float: right;
	min-height: 147px;
	position: relative;
	width: 80%;
        max-width: 1100px;
}

.firstNav {
	margin-left: 0px!important;
}

.mainNav  ul  li  .mainLink, .switchLink {
	float: left;
	font-size: 22px;
    /*font-size:1.7vw;*/
	white-space: nowrap;
	line-height: 40px;
	font-family:  "proxima_nova_altregular", arial;
	margin-left: 15px;
	letter-spacing: -0.12px;
	padding: 0% 0.5em;
	min-height: 80px;
	border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -o-border-radius: 5px 5px 0px 0px;
	box-sizing: border-box;
	transition: font-size 0.05s  ease-in-out;
	-webkit-transition: font-size 0.05s ease-in-out;
	-moz-transition: font-size 0.05s ease-in-out;
	-o-transition: font-size 0.05s ease-in-out;
}

.mainNav  ul  li  .mainLink:hover {
	background-color: #440459;
	color: #ffffff;
}

.hover {
	background-color: #440459;
	color: #ffffff;
}

.MenudropDown {
	position: relative;
	width: 100%;
	z-index: 1;
	/*max-width: 1200px;*/
        background-color: #F5F7F7;
}

.MenuTopText {
	background-color: #440459;
	line-height: 20px;
        padding: 12px 0px;
	border-bottom: 3px solid #9c278f;
}

/*#MenuMainContent {
	background-color: #F5F7F7;
}*/
.OurServicesLink{
        margin-top: 5%;
        text-align: center;
        display: block;
}
.OurBundlesLink{
        text-align: center;
        display: block;
}
.DDSeeAll{
        color: #9c278f;
        display: block;
        margin: 30px 0px 10px 0px;
        white-space: nowrap;
        position: relative;
}
.DDSeeAll:after{
        position: absolute;
        content: "";
        background-image: url(/bundles/utilitywarehouseresidential/images/buttonElements/MainDropdownArrowHover.png);
        border: 0px;
        outline: none;
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        margin: 0px 10px;
        bottom: 0px;
        top: 0px;
        margin: auto;
        right: -25px;  
}
.DDSeeAll:hover{
       color: #440459;
}
.DDSeeAll:hover:after{
         background-image: url(/bundles/utilitywarehouseresidential/images/buttonElements/MainDropdownArrow.png);
         background-repeat: no-repeat;
}
.BundlesLinks {
	margin-top: 10%;
}

.BundlesLinks > ul > li {
	list-style: none;
	float: left;
	width: 25%;
	line-height: 40px;
	position: relative;
	font-size: 16px;
	text-align: left;
	max-width: 120px;
}
.BundlesLinks > ul > li:first-child > a {
    border-bottom: 1px solid #440459;
}
.BundlesLinks > ul > li:first-child > a:hover {
    border-bottom: 1px solid #9b278f;
    color: #9b278f;
}

.BundlesLinks > ul > li + li {
	max-width: none;
        text-align: center;
}

.BundlesLinks  ul li + li a {
	display: inline-block;
	position: relative;
	background-color: #9b278f;
	padding-left: 15px;
	padding-right: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
        white-space: nowrap;
}

.BundlesLinks  ul li + li a:after {
	position: absolute;
	content: "";
	background-image: url(/bundles/utilitywarehouseresidential/images/buttonElements/smallButtonArrowRight.png);
        border: 0px;
        outline: none;
        background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	margin: 0px 10px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 10px;
        transition: 0.09s ease-in-out;
            -webkit-transition: 0.09s ease-in-out;
            -moz-transition: 0.09s ease-in-out;
            -o-transition: 0.09s ease-in-out;
}

.BundlesLinks  ul li + li a:hover:after {
	background-image: url(/bundles/utilitywarehouseresidential/images/buttonElements/smallButtonArrowRightHover.png);
}

.additionalServicesHolder {
    margin-top: 2%;
	position: relative;
}

.Menushade {
	background-image: url(/bundles/utilitywarehouseresidential/images/general/gradient.png);
	width: 100%;
	height: 12px;
	background-repeat: no-repeat;
	background-size: 100% 25px;
        -webkit-background-size: 100% 25px;
        -moz-background-size: 100% 25px;
        -o-background-size: 100% 25px;
	background-position: 0px 1px;
	opacity: 0.17;
	position: absolute;
	top: -12px;
	z-index: 1;
}

.additionalservicesContent ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
	display: block;
	line-height: 60px;
	position: relative;
        white-space: nowrap;
}

.additionalservicesContent ul li + li:after {
	position: absolute;
	content: "";
	height: 30%;
	margin: 0px 10px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: -10px;
	border-right: 1px solid #808285;
}
.additionalservicesContent ul li + li:after a {
    color: #9b278f!important;
    border-bottom: 3px solid #000;
}

.additionalservicesContent ul li + li:last-child:after {
	content: none;
}

.MenudropDownContentBoxes {
	display: block;
	width: 100%;
	/*margin-bottom: 3%;*/
}

.MenudropDownMainLinksHolder {
	width: 70%;
	float: left;
	position: relative;
}

.MenudropDownMainLink {
	position: relative;
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	z-index: 2;
}
.reviewsMenudropDown{
    margin: 30px 0px 0px 0px;
}
.reviewsMenudropDown img{
    width: 90%;
    border: 0px;
    outline: none;
    margin: 0 auto;
    display: block;
}
.MenudropDownMainLink > a > img:hover {
	opacity: 0.8;
}

.MenudropDownMainLink a:hover  .menufont{
            color: #9c278f!important;
}

.hwd > a > img {
   	width: 100%;
	max-width: 160px!important; 
        border: 0px;
        outline: none;
}

.MenudropDownMainLink > a > img {
	width: 100%;
	max-width: 84px;
        border: 0px;
        outline: none;
}
.GoldBundles > a > img {
   	width: 100%;
	max-width: 198px; 
        max-height: 70px;
        border: 0px;
        outline: none;
}
.GoldTalk > a > img{
       	width: 100%;
	max-width: 141px; 
        max-height: 70px;
                border: 0px;
        outline: none;
    
}
.GoldEnergy > a > img{
       	width: 100%;
	max-width: 149px; 
        max-height: 71px;
                border: 0px;
        outline: none;
    
}

.MenudropDownCashback {
	float: right;
	width: 25%;

}

.MenudropDownContentBoxes > div > a > img {
	width: 100%;
	max-width: 170px;
                border: 0px;
        outline: none;
}

.MenudropDownCashback img {
	width: 67%;
        display: block;
        margin: 0 auto;
        border: 0px;
        outline: none;
}

.MenudropDownCashback {
	background-color: #9b278f;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

.MenudropDownCashback ul {
	margin: 10px;
	padding: 0px;
}

.MenudropDownCashback ul li {
	list-style: none;
	margin-bottom: 5%;
}

.MenudropDownCashback > a + a {
	//line-height: 40px;
	background-color: #440459;
	display: block;
	font-size: 15px;
	text-align: center;
	position: relative;
        padding: 12px 5px;
	/*padding-right: 21px;*/
}
.MenudropDownCashback > a + a:hover{
    color: #dfbadb;
}


.MenudropDownMainLink {
	margin-top: 2.5%;
	position: relative;
}

.MenudropDownMainLink p {
	position: relative;
	font-size: 18px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	display: block;
        /*white-space: nowrap;*/
	/*left: -12.5px;*/
}



.switch {
	background-color: #fed100;
        display: inline-block;
	box-sizing: border-box;
	float: right;
	font-family: arial;
	color: #440459;
	min-height: 40px!important;
	padding: 0% 20% 0% 6%!important;
	border-radius: 5px!important;
        position: relative;
        min-width: 144px;     
}

.switch > span {
	position: relative;
	display: block;
}

.switch:after {
	background-image: url(/bundles/utilitywarehouseresidential/images/buttonElements/MainDropdownArrowunhit.png);
        border: 0px;
        outline: none;
        background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 12px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: block;
	content: "";
                transition: 0.09s ease-in-out;
-webkit-transition: 0.09s ease-in-out;
-moz-transition: 0.09s ease-in-out;
-o-transition: 0.09s ease-in-out;
}

.switch:hover {
	background-color: #feda33!important;
	color: #440459!important;
}
.switch:hover:after {
    	background-image: url(/bundles/utilitywarehouseresidential/images/buttonElements/MainDropdownArrow.png);
}

.mainNav ul li {
    float: right;
    list-style: none;
    padding-left: 1%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* new code below */
    display: block;
}

.mainNav ul li:last-child {
    padding-left: 0%;
    }
    
.mainNav ul li:focus {
    outline: none;
    }     


.mainNav  ul {
    bottom: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    }

.otherLinks {
    display: none;
    }

.mobileNavTriggers {
	display: none;
	position: relative;
	top: 30px;
	float: right;
}

.mobileNav {
	display: none;
}
#mobiletopNav{
    display: none;
}
/* header END -----------------------------------------------------*/



/* footer ---------------------------------------------------------*/
footer {
	border-bottom: 5px solid #881386;
	width: 80%;
	margin: 0 auto;
	color: #ffffff;
        max-width: 1100px;
}

footer > nav {
	width: 100%;
}

footer a:hover{
    cursor: pointer;    
}

footer > nav > div {
	width: 25%;
	float: left;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	padding: 33px 0px;
}

.ServicesColumn{
    padding-left: 5%;
}
.menuShow{display: block!important;}
.corporateInvesters {
	background-color: #881386;
	float: right!important;
	border-radius: 0px 0px 20px 20px;
        -webkit-border-radius: 0px 0px 20px 20px;
        -moz-border-radius: 0px 0px 20px 20px;
        -o-border-radius: 0px 0px 20px 20px;
	max-width: 215px;
	overflow: hidden;
	padding: 33px 25px!important;
}

.corporateInvesters > .subNav > .subNavList {
	position: relative;
	list-style: none;
}

.corporateInvesters > .subNav > .subNavList > a:hover {
	color: #ffffff!important;
}

.corporateInvesters > .subNav > .subNavList:after {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background-image: url(/bundles/utilitywarehouseresidential/images/icons/small/lightPurpleFooterArrow.png);
        border: 0px;
        outline: none;
        background-repeat: no-repeat;
	height: 16px;
	width: 16px;
        transition: 0.09s ease-in-out;
            -webkit-transition: 0.09s ease-in-out;
            -moz-transition: 0.09s ease-in-out;
            -o-transition: 0.09s ease-in-out;
}

.corporateInvesters > .subNav > .subNavList:hover:after {
	background-image: url(/bundles/utilitywarehouseresidential/images/icons/small/lightPurpleFooterArrowHover.png);
}

footer > nav > div > span {
	list-style: none;
	font: 16px/34px "proxima_nova_bold", arial;
	;
        position: relative;
	color: #ffffff;
	margin-bottom: 15px;
}

footer > nav > div  > .subNav > .subNavList {
	font: 15px/26px "proxima_nova_altregular", arial;
        margin-bottom: 0px;
	list-style: none;
}

footer > nav > div  > .subNav > .subNavList > a {
	color: #ffffff;
        display: block;
        width: 100%;
}

footer > nav > div  > .subNav > .subNavList > a:hover {
	color: #dfbadb;
}

a {
	text-decoration: none;
}

.footerBottom {
	margin-bottom: 16px;
        margin-top: 26px;
	overflow: auto;
}

.footerBottom .bottomRight{
    float: right!important;
    margin-top: 40px;
    }


.small{    
    font-size: 12px;
    color: #dfbadb;
    margin: 20px 0;
    font-weight: normal;
    }
    
.smallPrint{    
    font-size: 12px;
    color: #808285;    
    margin: 20px 0;
    font-weight: normal;
    }    
    
.small.dark{
    color: #440459;    
    }    


.copyright{
         font-size: 12px;   
         width: 80%;
         color: #ffffff;
         /*color: #dfbadb;*/
         
    }
.copyright, .bottomRight {
    float: left;
    font-weight: normal;
    }

.bottomRight {
	float: right!important;
}

.bottomRight > ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

.bottomRight > ul > li {
	list-style: none;
	float: left;
	margin-left: 20px;
}

.bottomRight > ul > li > a {
	text-decoration: none;
	color: #ffffff;
}

.bottomRight > ul > li > a > img {
    border: 0px;
    outline: none;
}

.listSeporator {
	position: relative;
	text-indent: -99999px;
}

.listSeporator:after {
	position: absolute;
	width: 1px;
	height: 11px;
	background-color: #FFF;
	right: 0px;
	display: block;
	content: "";
	top: 4px;
}
.footer-joinContainer{
    padding: 30px 0px;
}
.footer-join {
	display: block;
	/*padding: 30px 0px;*/
	background-color: #ffffff;
        overflow: hidden;  
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*box-shadow: inset 0px 32px 30px -45px #7c7c7c;
	-webkit-box-shadow: inset 0px 32px 30px -45px #7c7c7c;
	-moz-box-shadow: inset 0px 32px 30px -45px #7c7c7c;
	-o-box-shadow: inset 0px 32px 30px -45px #7c7c7c;*/
}

.footer-join p {
	float: left;
	margin: 0px;
	line-height: 24px;
	margin-top: 0.7%;
	width: 60%;
}

.footer-join a {
	float: right;
	height: 40px;
	background-color: #fed100;
	position: relative;
	border-radius: 5px;
	color: #440459;
	width: 25%;
	text-align: center;
	max-width: 215px;
	min-width: 180px;
}

.footer-join  a  span {
	position: relative;
	left: -10px;
	color: #440459;
	height: inherit;
	font: 22px/40px "proxima_nova_altregular", arial;
	display: inline-block;
	white-space: nowrap;
}

.footer-join  a  span:after {
	background-image:url(/bundles/utilitywarehouseresidential/images/buttonElements/MainDropdownArrowunhit.png);
        border: 0px;
                outline: none;
                background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -30px;
	top: 3px;
	bottom: 0px;
	margin: auto;
	display: block;
	content: "";
        transition: 0.09s ease-in-out;
-webkit-transition: 0.09s ease-in-out;
-moz-transition: 0.09s ease-in-out;
-o-transition: 0.09s ease-in-out;
}

.footer-join  a:hover {
	background-color: #feda33;
}

.footer-join  a:hover span:after {
	background-image:url(/bundles/utilitywarehouseresidential/images/buttonElements/MainDropdownArrow.png);
}
    .footershadeDown {
    background-image: url(/bundles/utilitywarehouseresidential/images/general/gradient.png);
    width: 130%;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 100% 25px;
        -webkit-background-size: 100% 25px;
        -moz-background-size: 100% 25px;
        -o-background-size: 100% 25px;
    background-position: 0px -12px;
    opacity: 0.17;
    position:relative;
    top: 0px;
    left: -15%;
    z-index: 1;
    margin-bottom: -12px;
}
/* footer END------------------------------------------------------*/

/* Styles for search results */
.answerTable table{
	width: 100% !important;
}
.answerTable table tr td:first-child{
	width: 22% !important;
}
.answerTable table tr td:first-child{
	width: 22% !important;
}
.answerTable table td{
	color: #58585a;
}
.answerTable table td strong{
	color: #440459;
}
.answerTable table td a{
	color: #9c278f;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	display: inline-block;
}
.answerTable table td a:hover {
	color: #440459;
	border-bottom: 1px solid #440459;
}
.answerTable p span{
	font: 16px/18px "proxima_nova_altregular", Arial !important;
}

/* menu text and padding ajustments ------------------------------------------*/
@media only screen and (max-width: 1150px) {
	.mainNav ul li .mainLink, .switchLink {
		font-size: 21px;
		margin-left: 5px;
		padding: 0px 0.5em;
	}
}

@media only screen and (max-width: 1050px) {
	.mainNav ul li .mainLink, .switchLink {
		font-size: 19px;
		margin-left: 0px;
	}
        .switch > span:after {
	right: -20px;
}
.switch:after {
	right: 7px;
}
}
/* menu text and padding ajustments end --------------------------------------*/
@media only screen and (max-width: 940px) {
    header{
        margin-top: 0px;
    }
    .logo img {
        min-width: 0px;
}
    .ServicesColumn{
        padding-left: 0%;
    }
    
    .TestimonialsArrow{display: none!important;}
	.HeaderHolder {
		padding-bottom: 15px;
    /*min-height: 141px;*/;
	}

	.mobileNav a {
		float: left;
                display: block;
                width: 100%;
	}
        
        #mobiletopNav{
            display: block;
            width: 80%;
    margin: 0 auto;
            
/*            background-color: #440459;*/
            /*box-shadow: 2px 6px 12px -2px #8c2380 inset;
            -webkit-box-shadow: 2px 6px 12px -2px #8c2380 inset;
            -o-box-shadow: 2px 6px 12px -2px #8c2380 inset;
            -moz-box-shadow: 2px 6px 12px -2px #8c2380 inset;*/

        }
        .mobileHeadSwitch{
             background-color: #fed100;  
             border-radius: 5px;
             -webkit-border-radius: 5px;
             -moz-border-radius: 5px;
             -o-border-radius: 5px;
             height: 30px;
             line-height: 30px;
             display: block;
             padding: 0px 10px 0px 10px;
             
             
        }
        .mobileHeadSwitch span{
            color: #440459;
            line-height: 30px;
        }
        #mobiletopNav > nav{
            margin: 10px 0px 0px 0px;
        }
        #mobiletopNav > nav > div{
            float: right;
            position: relative;
            margin-right: 20px;
                        line-height: 30px;
        }
        #mobiletopNav > nav > div:first-child{margin-right: 0px;  }
        #mobiletopNav > nav > div:first-child:after{content: none;  }
        
        #mobiletopNav > nav > div > a{
            color: #808285;
            font: 16px/16px "proxima_nova_altregular", arial;
        }
        #mobiletopNav > nav > div > a > img{
            margin-right: 5px;
            border: 0px;
            outline: none;
            position: relative;
            top: 0px;
        }
        #mobiletopNav > nav > div:after {
        position: absolute;
        content: "";
        height: 60%;
        right: -20px;
        margin: 0px 10px;
        top: 20%;
        border-right: 1px solid #ffffff;
}

/* Moobile Footer ------------------------------------------------------------*/
	footer {
		width: 100%;
		border-bottom: 0px;
	}

	footer > nav > div {
		width: 100%;
		padding: 0px 0px;
		border-bottom: 1px solid #571e6a;
	}

	footer > nav > div:nth-last-child(2) {
		border-bottom: 0px solid #571e6a;
	}
        .smallCopyright{
        width: 95%!important;
}
    /*footer > nav > div > ul{
        background-color        : #aa45a0;
    }*/
	.corporateInvesters {
		background-color: #881386;
		float: left!important;
		border-radius: 0px;
		overflow: hidden;
		max-width: none!important;
		padding: 0px 0px!important;
	}

	.corporateInvesters {
		border-bottom: 0px solid #aa45a0!important;
	}

	.corporateInvesters > .subNav > .subNavList:after {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuRightArrow.png);
		height: 20px;
		width: 20px;
	}

	.corporateInvesters > .subNav > .subNavList:hover:after {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuRightArrowHover.png);
	}

	footer > nav > div > .subNav > .subNavList:after {
		position: absolute;
		content: "";
		right: 20px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuRightArrow.png);
                border: 0px;
                outline: none;
                background-repeat: no-repeat;
		height: 20px;
		width: 20px;
                transition: 0.09s ease-in-out;
                    -webkit-transition: 0.09s ease-in-out;
                    -moz-transition: 0.09s ease-in-out;
                    -o-transition: 0.09s ease-in-out;
	}

	footer > nav > div > .subNav > .subNavList:hover:after {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuRightArrowHover.png);
	}
        footer > nav > div > .subNav > .subNavList > a:hover {color: #ffffff;}
        
	.corporateInvesters > .subNav > .subNavList:after {
		right: 20px;
	}

	.corporateInvesters > .subNav > .subNavList > a {
		color: #fcfafc;
	}

	footer > nav > div > span {
		padding: 7px 10px;
		width: 100%;
		text-indent: 10px;
		color: #FFF !important;
		font: 20px/40px "proxima_nova_altregular",arial;
		display: block;
		margin-bottom: 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		cursor: pointer;
	}

	.menuTriggerArrowDown:after {
		position: absolute;
		content: "";
		right: 20px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuDownArrow.png);
                border: 0px;
                outline: none;
                background-repeat: no-repeat;
		height: 20px;
		width: 20px;
		transition: 0.25s ease-in-out;
                    -webkit-transition: 0.25s ease-in-out;
                    -moz-transition: 0.25s ease-in-out;
                    -o-transition: 0.25s ease-in-out;
		transform: rotate(0deg);
                    -webkit-transform: rotate(0deg);
                    -moz-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
	}

	.menuTriggerArrowDown:hover:after {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuUpArrow.png);
	}

	.menuTriggerArrowUp:after {
		position: absolute;
		content: "";
		right: 20px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuUpArrow.png);
                border: 0px;
                outline: none;
                background-repeat: no-repeat;
		height: 20px;
		width: 20px;
		transition: 0.25s ease-in-out;
                    -webkit-transition: 0.25s ease-in-out;
                    -moz-transition: 0.25s ease-in-out;
                    -o-transition: 0.25s ease-in-out;
		transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
	}

	footer > nav > div > .subNav {
		margin-bottom: 3%;
		float: left;
		width: 100%;
		display: none;
	}

	footer > nav > div > .subNav > .subNavList {
            position: relative;
            font: 20px/35px "proxima_nova_altregular",arial;
            /*text-indent: 10px;*/
            float: left;
            display: block;
            clear: both;
            width: 100%;
            padding: 0px 20px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
	}

	.footerBottom {
            padding: 0px 20px 20px 20px;
            margin-bottom: 0px;
            box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
            border-bottom: 5px solid #881386;
            }



/* Search and menu triggers for mobile view --------------------------------- */
	.mobileNavTriggers {
		display: block;
		cursor: pointer;
	}

	.mobileNavTriggers > a {
		float: left;
		margin-right: 4px;
	}

        
        .mobileMenu {
		height: 51px;
                border: 0px;
                background-repeat: no-repeat;
                outline: none;
		width: 51px;
		display: block;
		text-indent: -9999px;
                position: relative;
                background-color: #440459;
                border-radius: 100px;
                overflow: hidden;
                transition: background .2s  ease-in-out;
                    -webkit-transition:  background .2s  ease-in-out;
                    -moz-transition:  background .2s  ease-in-out;
                    -ms-transition:  background .2s  ease-in-out;
	}
        .mobileMenu > span{
		height: 51px;
                width: 51px;
                z-index: 3;
                opacity: 1;
                transition: .2s  ease-in-out;
                    -webkit-transition: .2s  ease-in-out;
                    -moz-transition:  .2s  ease-in-out;
                    -ms-transition: .2s  ease-in-out;
                position: absolute;
                background-repeat: no-repeat;
                background: url(/bundles/utilitywarehouseresidential/images/mobileElements/menuMobileani.png);
                display: block;
        }
        .mobileMenuOpen{
           position: relative;           
           background:transparent!important;           
           transition:  background .2s  ease-in-out;
            -webkit-transition:  background .2s  ease-in-out;
            -moz-transition:  background .2s  ease-in-out;
            -ms-transition:  background .2s  ease-in-out;
           background-color: #9c278f!important;
        }
        
        .mobileMenuOpen:before{
            animation: rotate2 2s;
                -webkit-animation: rotate2;
                -moz-animation: rotate2;
                -ms-animation: rotate2;
                
            animation-fill-mode: forwards;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
            
            animation-duration: .25s;
                -webkit-animation-duration: .25s;
                -moz-animation-duration: .25s;
                -ms-animation-duration: .25s;
            
            animation-delay: .2s;
                -webkit-animation-delay: .2s;
                -moz-animation-delay: .2s;
                -ms-animation-delay: .2s;
                
            top: 22px!important;
            transition: 0s  ease-in-out!important;
                -moz-transition: 0s  ease-in-out!important;
                -webkit-transition: 0s  ease-in-out!important;
                -ms-transition: 0s  ease-in-out!important;            
        }
        
        .mobileMenuOpen > span{
         	background: url(/bundles/utilitywarehouseresidential/images/mobileElements/menuMobileani.png);
		height: 51px;
                width: 51px;
                position: absolute;
                z-index: 3;
                opacity: 0!important;
        }
        
        .mobileMenuOpen:after{
            bottom: 23px!important;
            animation: rotate;
                -webkit-animation: rotate;
                -moz-animation: rotate;
                -ms-animation: rotate;
            
            animation-fill-mode: forwards;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
            
            animation-duration: .25s;
                -webkit-animation-duration: .25s;
                -moz-animation-duration: .25s;
                -ms-animation-duration: .25s;
            
            animation-delay: .2s;
                -webkit-animation-delay: .2s;
                -moz-animation-delay: .2s;
                -ms-animation-delay: .2s;
            transition: 0s  ease-in-out!important;
                -moz-transition: 0s  ease-in-out!important;
                -webkit-transition: 0s  ease-in-out!important;
                -ms-transition: 0s  ease-in-out!important;
        }
        
        .mobileMenu:before{
          background: url(/bundles/utilitywarehouseresidential/images/mobileElements/menuMobilelineani.png);
          position: absolute;
          content: "";
          width: 25px;
          height: 6px;
          top: 13px;
          margin: auto;
          left: 0px;
          right: 0px;
          transition: .2s  ease-in-out;
            -moz-transition: .2s  ease-in-out;
            -webkit-transition: .2s  ease-in-out;
            -ms-transition: .2s  ease-in-out;
        }
        
        .mobileMenu:after{
          background: url(/bundles/utilitywarehouseresidential/images/mobileElements/menuMobilelineani.png);
          position: absolute;
          content: "";
          width: 25px;
          height: 6px;
          bottom: 14px;
          margin: auto;
          left: 0px;
          right: 0px; 
          transition: .2s  ease-in-out;
            -moz-transition: .2s  ease-in-out;
            -webkit-transition: .2s  ease-in-out;
            -ms-transition: .2s  ease-in-out;
        }
        
        @keyframes rotate {
            0% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);
            }
            50% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);
            }
            100% {
                transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);
            }
        }
         @keyframes rotate2 {
            0% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);
            }
            50% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);
            }
            100% {
                transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);
            }
        }
        
        @-webkit-keyframes rotate {
            0% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);
            }
            50% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);
            }
            100% {
                transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);
            }
        }
         @-webkit-keyframes rotate2 {
            0% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);
            }
            50% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);
            }
            100% {
                transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);
            }
        }
        @-ms-keyframes rotate {
            0% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);
            }
            50% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);
            }
            100% {
                transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);
            }
        }
         @-ms-keyframes rotate2 {
            0% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);
            }
            50% {
                transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);
            }
            100% {
                transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);
            }
        }
        

	/*.mobileMenu:hover {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/menuMobileHover.png);
	}*/
        

	.mobileSearch {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileSearch.png);
                border: 0px;
                outline: none;
                background-repeat: no-repeat;
		height: 51px;
		width: 51px;
		display: block;
		text-indent: -9999px;
	}

	.mobileSearch:hover {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileSearchHover.png);
	}
  /* Search and menu triggers for mobile view END --------------------------- */ 
  /* Mobile Nav ------------------------------------------------------------- */


	.mainNav {
		display: none;
	}

	.MenudropDown {
		display: none!important;
	}

	.mobileNav {
		background-color: #44045A;
		width: 100%;
		border-bottom: 0px;
	}

	.mobileNav > div {
		width: 100%;
		padding: 0px 0px;
		border-bottom: 1px solid #571e6a;
		float: left;
	}

	.mobileNav > div:last-child {
		border-bottom: 0px;
	}

	/*.mobileNav > div > ul {
		margin-bottom: 3%;
		float: left;
		width: 100%;
		display: none;
	}*/
        
        .mobileNav > div > .subNav {
		margin-bottom: 3%;
		float: left;
		width: 100%;
		display: none;
	}

	.mobileNav > div > span {
		padding: 7px 10px;
		width: 100%;
		text-indent: 10px;
		color: #FFF !important;
		font: 20px/40px "proxima_nova_altregular",arial;
		float: left;
		margin-bottom: 0px;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
	}

	/*.mobileNav > div > ul > li {
		position: relative;
		font: 20px/40px "proxima_nova_altregular",arial;
		text-indent: 10px;
		float: left;
		display: block;
		clear: both;
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
	}*/
        .mobileNav > div > .subNav > .subNavList {
		position: relative;
		font: 20px/40px "proxima_nova_altregular",arial;
		text-indent: 10px;
		float: left;
		display: block;
		clear: both;
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
        .mobileNav > div > .subNav > .subNavList:after {
		position: absolute;
		content: "";
		right: 20px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuRightArrow.png);
                border: 0px;
                outline: none;
		height: 20px;
		width: 20px;
                transition: 0.09s ease-in-out;
                    -webkit-transition: 0.09s ease-in-out;
                    -moz-transition: 0.09s ease-in-out;
                    -o-transition: 0.09s ease-in-out;
	}

	.mobileNav > div > .subNav > .subNavList:hover:after {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuRightArrowHover.png);
	}

	/*.mobileNav > div > ul > li:after {
		position: absolute;
		content: "";
		right: 20px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuRightArrow.png);
                border: 0px;
                outline: none;
		height: 20px;
		width: 20px;
                transition: 0.09s ease-in-out;
                    -webkit-transition: 0.09s ease-in-out;
                    -moz-transition: 0.09s ease-in-out;
                    -o-transition: 0.09s ease-in-out;
	}

	.mobileNav > div > ul > li:hover:after {
		background-image: url(/bundles/utilitywarehouseresidential/images/mobileElements/mobileMenuRightArrowHover.png);
	}*/

	.mobileNavSubnavTitle:after {
		content: none!important;
	}
  /* Mobile SubNav ---------------------------------------------------------- */

	.logo {
		width: 30%;
		min-width: 150px;
	}

	.otherLinks {
		display: block;
		clear: both;
		background-color: #881386;
		line-height: 40px;
	}

	.otherLinks > a {
		float: left!important;
		width: auto;
                font: 17px/40px "proxima_nova_altregular",arial;
		margin-right: 10px;
		position: relative;
		color: #dfbadb;
                white-space: nowrap;
	}
        
        .otherLinks > a > img{
            border: 0px;
            outline: none;
        }

	/*.otherLinks > a:after {
		position: absolute;
		content: "";
		height: 40%;
		margin: 0px 10px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		right: -10px;
		border-right: 1px solid #dfbadb;
	}*/
        .otherLinks > a:after {
            position: absolute;
            content: "";
            height: 27%;
            right: -20px;
            margin: 0px 10px;
            top: 32%;
            border-right: 1px solid #dfbadb;
        }

	.otherLinks > a:last-child:after {
		display: none;
	}
  /* Mobile Nav ------------------------------------------------------------- */
	#topNav {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (max-width: 800px) {
    
        	.copyright{    
            width: 75%;
            }    
    
 h4 {
    font: 24px/28px "proxima_nova_altregular", arial;
}
h2 {
    font: 32px/36px "proxima_nova_altregular", arial;
}
h1 {
font: 49px/58px "proxima_nova_altregular", arial;
}
.p1 {
font: 19px/21px "proxima_nova_altregular", arial;
}
.p2 {
font: 17px/22px "proxima_nova_altregular", arial;
margin: 0px;
}
}

@media only screen and  (max-width: 767px) {
	.container, .Lcontainer {
		width: 85%;
	}
}

 


@media only screen and  (max-width: 600px) {
            #mobiletopNav{
            width: 90%;

        }
    
    	.copyright{    
            margin-top: 20px;
            width: 100%;
            }
        
        
        .bottomRight {
            float: left!important;
            width: 100%;
            }

	.bottomRight > ul {
            margin: 0px;
            padding: 0px;
            float: left;
            }

	.bottomRight > ul > li {
            list-style: none;
            float: left;
            margin-left: 0px;
            margin-right: 10px;
            }

	.bottomRight > ul > li + li {
		margin-left: 10px;
	}

	.bottomRight > ul + ul {
		float: right!important;
	}

	.bottomRight > ul > li > a {
		text-decoration: none;
		color: #ffffff;
	}

	.footer-join p {
		margin-bottom: 10px;
		width: 100%;
		}

	.footer-join a {
		width: 100% !important;
		max-width: none !important;
		}

    
    .pageTitle {margin: 25px 0px 25px;}
	/*.footer-join {
		display: none;
	}*/

	header {
		width: 90%;
	}

	.container {
		width: 95%;
	}

	.Lcontainer {
		width: 100%;
	}

	.hwdBox {
		border-radius: 0px;
	}
        h4 {
            font: 21px/25px "proxima_nova_altregular", arial;
    }
        h2 {
        font: 27px/32px "proxima_nova_altregular", arial;
        text-align: center;
    }
        h3 {
        font: 23px/29px "proxima_nova_altregular", arial;
        text-align: center;
}
h1 {font: 40px/47px "proxima_nova_altregular", arial;}

	.footer-join a span{
		white-space: nowrap;
	}

}
@media only screen and  (max-width: 520px) {
.footer-join p {
    float: none;
    margin: 0px;
    line-height: 24px;
    margin-top: 0.7%;
    margin-bottom: 25px;
    width: 100%;
}
.footer-join a {
    float: left;
    height: 40px;
    background-color: #fed100;
    position: relative;
    border-radius: 5px;
    color: #440459;
    width: 100% !important;
    text-align: center;
    max-width: none !important;
    min-width: 180px;
}
}

@media only screen and  (max-width: 480px) {
    
    h2 {
        font: 23px/28px "proxima_nova_altregular", arial;
        text-align: center;
    }   
    
    
    
    
    
    
       	.otherLinks > a {
                font: 15px/40px "proxima_nova_altregular",arial;
	}
    
  footer > nav > div > span {font: 18px/40px "proxima_nova_altregular",arial;}
  footer > nav > div > .subNav > .subNavList {font: 18px/35px "proxima_nova_altregular",arial;}
  
  .mobileNav > div > span {font: 18px/40px "proxima_nova_altregular",arial;}
  .mobileNav > div > ul > li {font: 18px/40px "proxima_nova_altregular",arial;}
  .p1{font: 16px/18px "proxima_nova_altregular", arial;}
    h1 {font: 38px/40px "proxima_nova_altregular", arial;}
    h3 {font: 22px/28px "proxima_nova_altregular", arial;}
}
@media only screen and  (max-width: 320px) {
 h2 {font: 23px/29px "proxima_nova_altregular", arial;}
  h1 {font: 35px/38px "proxima_nova_altregular", arial;} 
  h4 {font: 19px/22px "proxima_nova_altregular", arial;}
  h3 {font: 20px/24px "proxima_nova_altregular", arial;}
}

/*@media only screen and (max-width: 479px) {}*/