﻿/**
 * Base Styles
 */
body {
	font-size: 1rem;
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 1.2;
}

body{
	overflow-y:auto !important;
}
 

h1, h2, h3 {
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
    color: #333;
    font-weight: 500;
}

h4, h5, h6 {
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
	color: #333;
	font-weight: 500;
    font-style: normal;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.5rem;
}



h3 {
	font-size: 1.125rem;
}

h4, h5, h6 {
	font-size: 1rem;
}

a:link {
	color: #1BA9E2;
	text-decoration: none;
}

a:visited {
	color: #9898CB;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333;
	text-decoration: underline;
}

p, .ms-rtestate-field p, p.ms-rteElement-P {
	line-height: 1.2;
	margin-bottom: 1rem;
}

ul.bullet-slash {
    list-style-type: none;
    margin-left:0px;
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
}



ul.bullet-slash.light li:before, ul.bullet-slash.secondary li:before {
	color: #E62C63;
}

ul.bullet-slash.light li:before, ul.bullet-slash.secondary li:before {
	color: #E62C63;
}

ul.bullet-slash.dark li:before, ul.bullet-slash.secondary-alt li:before {
	color: #00AAE8;
}

.span-purple-highlight{
    color: #ffffff;
    background-color: #6a3884;
    padding: 5px 4px 6px 9px;
    margin: 0px 4px 0px 4px;}


#s4-bodyContainer
{
	padding-bottom: 0px !important;
}

#skipnav {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#skipnav:active, #skipnav:focus {
	display: block;
	position: absolute;
	left: 50%;
	background-color: #9898CB;
	color: #fefefe;
	font-weight: bold;
	height: auto;
	width: 250px;
	overflow: visible;
	padding: 5px 0;
	text-align: center;
	z-index: 5;
	margin-left: -125px;
}

/**
 * Header
 */

.top-bar {
	background-color: #6A3884;
	padding: 0;
	z-index: 102;
	position:relative;
}

.top-bar h1 {
	color: #FFF;
}

.top-bar h1 small {
	color: #FFF;
	border-left: 2px solid #9f8fa9;
	padding-left: 0.8rem;
	margin-left: 0.5rem;
}

#smlClient .clientLink, #smlClient.clientLink:visited, #smlClient.clientLink:link
{
	text-decoration:none;
	color:#ffffff!important;
    font-weight: 500;
    font-size: 25px;
    }

@media screen and (max-width: 64em) {
	.subsite .top-bar h1 img {
		display: none;
	}
	
	.subsite .top-bar h1 small {
		color: #FFF;
		border-left: none;
		padding-left: 0;
		margin-left: 0;
		font-size: 1.5rem;
	}
}

.top-bar ul {
	background-color: transparent;
}

.top-bar a.highlight {
	color: #44CDFF;
}

.top-bar .menu-item-text {
	color: #FFF;
}

.menu {
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.menu-icon {
	min-width: auto;
}

.menu-icon-container {
	margin-top: 21px;
    margin-right: 20px;
    float: right;
}

.menu-icon:hover {
	background-color: transparent;
	border-color: #FEFEFE;
}

.close:hover:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 8px 0 #fefefe, 0 16px 0 #fefefe;
 }
 
 .menu-icon, .menu-icon:hover {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 23px;
    height: 16px;
}

 .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 8px 0 #fefefe, 0 16px 0 #fefefe;
    }
    
.menu-icon:hover:after {
    top: 0 !important;    left: 0 !important;

    background: #fff !important;
    box-shadow: 0 8px 0 #fefefe, 0 16px 0 #fefefe !important;
 }
        

 .close:after {
	content: '✖';
    position: absolute;
    display: block;
    /* width: 100%; */
    color: #fff;
    background-color: transparent;
    /* height: 10px; */
    box-shadow: 0 0px 0 #fefefe, 0 0px 0 #fefefe;
    font-size: 23px;
    margin-top: -1px;
    /* right: 6px !important; */
    /* float: right; */
}

 .close:hover:after{
 content: '✖';
    position: absolute;
    display: block;
    /* width: 100%; */
    color: #fff;
    background-color: transparent;
    /* height: 10px; */
    box-shadow: 0 0px 0 #fefefe, 0 0px 0 #fefefe;
    font-size: 23px;
    margin-top: -1px;

    background-color: transparent !important;    /* height: 10px; */
    box-shadow: 0 0px 0 #fefefe, 0 0px 0 #fefefe !important;

 
}
.menu-icon:focus, .close:focus{
	
	outline:none;

}

.top-bar #register-menu {
}

.is-dropdown-submenu {
	z-index: 99;
}

/**
 * Mega Menu styles
 */
.megamenu .is-dropdown-submenu {
	border: none;
}

.megamenu > li > a {
	color: #FFF;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	text-transform:uppercase;
	font-size:0.90rem;
}

.megamenu > li.is-dropdown-submenu-parent.is-active > a:before {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 12px;
    border-color: transparent transparent #EBEBEB;
    border-top-width: 0;
    border-bottom-style: solid;
    position: absolute;
    bottom: -1px;
    margin-right: -12px;
    right: 50%;
}

.megamenu > li.is-dropdown-submenu-parent.is-active > a.button:before {
	bottom: -0.65rem;
}

.megamenu .megamenu-content {
    color: #676767;
	
    padding: 1.5rem 0;
}

.megamenu .megamenu-content:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1;

}

.megamenu .megamenu-content .menu > li > a {
    color: #fff;
}


.megamenu .megamenu-content h1,
.megamenu .megamenu-content h2,
.megamenu .megamenu-content h3,
.megamenu .megamenu-content h4,
.megamenu .megamenu-content h5 {
	color: #fff;
}

.megamenu .megamenu-content .column {
    border-left: 2px solid #9f8fa9;
}

.megamenu .megamenu-content .column:first-child {
    border-left: none;
}

.megamenu.dropdown.menu > li.is-dropdown-submenu-parent > a:after {

	border:none;
}

.megamenu.accordion-menu .megamenu-content .vertical.menu > li > a {
	text-align: center;
} 

.megamenu .button {
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
}

.is-accordion-submenu-parent > .is-active{
	background-color: #EBEBEB;
	padding-bottom: 8px;
}

/*.top-bar #register-menu.megamenu {
	margin-top: 0;
}*/


/* Small only */
@media screen and (max-width: 39.9375em) {
	.megamenu .megamenu-content .column {
		border-left: none;
	    border-top: 1px solid #9898CB;
	    margin-top: 1rem;
	    padding-top: 1rem;
	}

	.megamenu .megamenu-content .column:first-child {
	    margin-top: 0;
	    padding-top: 0;
	    border-top: none;
	}
}
/* End Mega Menu */

/* Accordion Menu - used for small screens */
.is-accordion-submenu-parent > a:after {
	border-top-color: #FFF;
}

.accordion-menu > li > a {
	color: #FFF;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	text-align: center;
}

.accordion-menu > li > a {
	border-top: 1px solid #9898CB;
}

.accordion-menu > li a.highlight {
	color: #44CDFF;
}

.is-accordion-submenu-item {
	background-color: #EBEBEB;
}

.is-accordion-submenu-item > a {
	text-align: center;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a,
.is-accordion-submenu-parent[aria-expanded='true'] > a.highlight {
	color: #333;
	background-color: #EBEBEB;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
	border-color: #333 transparent transparent;
}
/* End Accordion Menu */

/* bxSlider Main Carousel */
#carousel-main-wrapper .bx-wrapper {
	margin-bottom: 0;
}

#carousel-main-wrapper .bx-wrapper img {
	width: 100%;
}

#carousel-main-wrapper .bx-wrapper .bx-prev {
	left: 10px;
}

#carousel-main-wrapper .bx-wrapper .bx-next {
	right: 10px;
}

#carousel-main-wrapper .bx-wrapper .bx-pager {
	bottom: 16%;
	text-align: right;
	color: #FFF;
	padding: 0 10% 0 0;
}


.bx-wrapper .bx-controls-direction a {
	z-index:101 !important;
}

#carousel-main-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0;
	border: 4px solid #FFF;
	background: none;
	width: 20px;
	height: 20px;
	text-align: left; /* Helps fix issue hiding pager numbers with text-indent. */
}

#carousel-main-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
#carousel-main-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

.ms-siteicon-a {
	/*width: auto;
	height: auto;*/
	width:94px;
	margin: 0px 0px 0px 15px;
    padding: 13px 0px 10px 0px;
    max-height:none !important;
}
.clientLogo{
   padding: 20px 0px 10px 0px;
}
  

.aListbtn
{
	display:none!important;
}
.ms-core-listMenu-horizontalBox ul.dynamic {
	background-color: #FFF;
}

.ms-core-listMenu-horizontalBox ul.dynamic .menu-item-text {
	/*color: #32245E;*/
}

.top-bar ul.dynamic {
	list-style-type: none;
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
	background-image: none;
	padding-right: 0;
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.3em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.75em;
    float: right;
    margin-left: 0.5em;
    display: inline-block;
}

/**
 * Main Content
 */

.main-inner {
	/*padding-top: 2.5rem;
	padding-bottom: 3.750rem;*/
}

.video-js .vjs-big-play-button {
	background-color: #00AAE8;
	background-image: url('../images/icon-play-button.png');
	background-position: center center;
	background-repeat: no-repeat;
	min-width: auto;
	width: 5.625rem;
	height: 5.625rem;
	border: none;
	top: auto;
	left: 4.6%;
	bottom: 32.5%;
	border-radius: 0.250rem;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    border-color: transparent;
    background-color: #00AAE8;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    transition: initial;
}

.video-js .vjs-big-play-button::before {
	content: none;
}

@media screen and (max-width: 63.9375em) {
	.video-js .vjs-big-play-button
	{
		width: 3.5rem;
		height: 3.5rem;
		background-size: 35%;
	}
}

.lead {
	line-height: 1.4;
	color: #000;
	text-align:left;
}

.lead h1, .lead h2, .lead h3,
.lead h4, .lead h5, .lead h6 {
	font-size: 125%;
}

@media screen and (max-width: 39.9375em) {
	.lead {
		font-size: 100%;
	}
}

.intro {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.intro h3 {
	font-size: 1.5rem;
}

.overline {
	position: relative;
}

/*
commented as part of new branding
.overline:before {
	content: " ";
	position: absolute;
	top: -1rem;
	left: 0;
	border-top: 4px solid #00AAE8;
	width: 5rem;
}*/

img.fill {
	width: 100%;
}

.square {
    position: relative;
}

.square:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.square-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.padded {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.bg-light {
	background-color: #EBEBEB;
}

.bg-light-alt {
	background-color: #DDDAEC;
}

.center-container {
	position: relative;
}

.center-both {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Stack normally on small screens */
@media screen and (max-width: 39.9375em) {
	.center-both {
		position: relative;
		padding: 1.5rem;
		top: auto;
		left: auto;
		transform: none;
	}
}

/*.center-both {
	width: 50%;
	height: 50%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}*/

.MobMegameu
{
	display:none;
}

#overlay
{
	display:none;
}
.liClose
{
	display:none;
}


    

@media only screen and (min-width:320px) and (max-width: 770px)  
{
	.top-bar
	{
		padding-right: 0px;
		padding-left: 0px;
	}
	/*Over lay*/
	/*
	#overlay
	{
	margin-top:70px;
		opacity:0.4;
		top:20%;
		left:50%;
		background-color:#6A3884;
		width:100%;
		z-index:5000;
		color:#ffffff;
		font-size:2rem;
		
	}
	
	#aclose
	{
		float:right;
		color:#ffffff;
		padding:0px!important;
		font-size:1.5rem;
		float:right;
	}
	.aOpen
	{
		color:#ffffff;
	}
	.ulMain,.ulMain ul
	{
		list-style:none;
		font-size:18px;
		text-align:center;
		margin-left:0px;
	
	}
	
	.ulMain hr
	{
		margin-top:3px;
		margin-bottom:3px;
		max-width:75%;
	}
	.ulMain li
	{
		font-weight:bold;
	}
	
	.ulMain li ul li
	{
		font-weight:normal;
	}
	
	.ulMain li a, .ulMain li ul li a
	{
	text-decoration:none;
	color:#ffffff;
	}
	.menu > li > a i
	{
		color:#ffffff;
	}							         
	.hideMegamenu
	{
		display:none!important;
	}
	.MobMegameu
	{
		display:block;
	}
	.aListbtn
	{
		display:block!important;
		padding:0rem!important;
		font-size:2rem;
	}
	*/
	.overline
	{
	 margin-top:1rem;
	}
		/*site icon size*/
	.ms-siteicon-a img
	{
		min-width:60px;
		
	}

}

.page-title {
	border-bottom: 1px dashed #C0C0BF;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

#section-bookmarks {
	border-bottom: 1px dashed #C0C0BF;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.bmPad
{
	padding-bottom:5px;
}
/**
 * Footer
 */
.footer-dark {
	background: #636362;
	color: #FFF;
	padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
}

.footer-dark * {
	color: #FFF;
}

.footer-light {
	font-size: 0.875rem;
	padding: 0.9375rem 1.25rem;
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;

}

.footer-light a{
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.footer-dark li > a:link, .footer-dark li > a:visited,
.footer-dark li > a:hover, .footer-dark li > a:active {
	color: #FFF;
}

#back-top a {
	display: block;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 100;
	color: #FFF;
	background: #00AAE8;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	font-size: 2rem;
	text-align: center;
	padding-top: 0.5rem;
}

/**
 * Buttons
 */
.button, a.button {
	border-radius: 4px;
	padding: 0.750rem 1.563rem;
	text-decoration: none;
	font-size: 1rem;
	white-space: nowrap;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
	white-space: nowrap;
}

.button:hover, .button:focus, .button:active, a.button:hover, a.button:focus, a.button:active {
	text-decoration: underline;
}

.button, .button:visited, a.button, a.button:visited,
.button.primary, .button.primary:visited, a.button.primary, a.button.primary:visited {
	background-color: #00AAE8;
	color: #FFF;
}

.button:hover, .button:focus, .button:active, a.button:hover, a.button:focus, a.button:active,
.button.primary:hover, .button.primary:focus, .button.primary:active, a.button.primary:hover, a.button.primary:focus, a.button.primary:active {
	background-color: #C83264;
	color: #FFF;
}

.button.secondary, .button.secondary:visited, a.button.secondary, a.button.secondary:visited {
	background-color: #6A3884;
	color: #FFF;
}

.button.secondary:hover, .button.secondary:focus, .button.secondary:active, a.button.secondary:hover, a.button.secondary:focus, a.button.secondary:active {
	background-color: #33245E;
	color: #FFF;
}

/**
 * Foundation Fixes and Additions
 */

#suiteBar *, #s4-ribbonrow * 
{
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing:content-box !important;
	max-width:none !important;
}

.callout {
	border: none;
}

/*as part of new branding change
.callout.secondary {
	background-color: #EBEBEB;
}*/

.callout.secondary-alt {
	background-color: #DDDAEC;
}

.callout.hero h3 {
	font-size: 2.5rem;
}

.thumbnail.round {
	border-radius: 1000px;
}

@media screen and (min-width: 64em) {
	.float-right-for-large {
		float: right !important;;
	}
	
	.top-bar #register-menu {
		margin-right: 1.5em;
	}
}

.switch-paddle,
.switch-paddle::after {
	border-radius: 16px;
}

input:checked ~ .switch-paddle {
    background: #6A3884;
}

/**
 * SharePoint Fixes and Additions
 */
 
#DeltaSuiteLinks a:link, #DeltaSuiteLinks a:visited,
#DeltaSuiteLinks a:hover, #DeltaSuiteLinks a:active, #DeltaSuiteLinks a:focus {
	color: #FFF;
}

ul.dynamic, ul.dynamic li {
	min-width: 100% !important;
	white-space: nowrap !important;
}

.ms-rte-border-field {	
	border: 1px solid #ABABAB;
}

.ms-rtestate-write {
	padding: 1rem;
}

/**
 * Accordion Styles - FAQ Page
 */
.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

.accordion-content.default {
	display: block;
}

.accordion-header {
	margin-bottom: 0;
 	background: #EBEBEB;
 	padding: 0.5rem 1rem 0.5rem 0.75rem;
 	border-left: 4px solid #00AAE8;
}

.accordion-content
{
	color: inherit;
}

/**
 * Spacing styles borrowed from Bootstrap 4
 */
.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.small-m-0 {
  margin: 0 0 !important; }

.small-mt-0 {
  margin-top: 0 !important; }

.small-mr-0 {
  margin-right: 0 !important; }

.small-mb-0 {
  margin-bottom: 0 !important; }

.small-ml-0 {
  margin-left: 0 !important; }

.small-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.small-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.small-m-1 {
  margin: 1rem 1rem !important; }

.small-mt-1 {
  margin-top: 1rem !important; }

.small-mr-1 {
  margin-right: 1rem !important; }

.small-mb-1 {
  margin-bottom: 1rem !important; }

.small-ml-1 {
  margin-left: 1rem !important; }

.small-mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.small-my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.small-m-2 {
  margin: 1.5rem 1.5rem !important; }

.small-mt-2 {
  margin-top: 1.5rem !important; }

.small-mr-2 {
  margin-right: 1.5rem !important; }

.small-mb-2 {
  margin-bottom: 1.5rem !important; }

.small-ml-2 {
  margin-left: 1.5rem !important; }

.small-mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.small-my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.small-m-3 {
  margin: 3rem 3rem !important; }

.small-mt-3 {
  margin-top: 3rem !important; }

.small-mr-3 {
  margin-right: 3rem !important; }

.small-mb-3 {
  margin-bottom: 3rem !important; }

.small-ml-3 {
  margin-left: 3rem !important; }

.small-mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.small-my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.small-p-0 {
  padding: 0 0 !important; }

.small-pt-0 {
  padding-top: 0 !important; }

.small-pr-0 {
  padding-right: 0 !important; }

.small-pb-0 {
  padding-bottom: 0 !important; }

.small-pl-0 {
  padding-left: 0 !important; }

.small-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.small-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.small-p-1 {
  padding: 1rem 1rem !important; }

.small-pt-1 {
  padding-top: 1rem !important; }

.small-pr-1 {
  padding-right: 1rem !important; }

.small-pb-1 {
  padding-bottom: 1rem !important; }

.small-pl-1 {
  padding-left: 1rem !important; }

.small-px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.small-py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.small-p-2 {
  padding: 1.5rem 1.5rem !important; }

.small-pt-2 {
  padding-top: 1.5rem !important; }

.small-pr-2 {
  padding-right: 1.5rem !important; }

.small-pb-2 {
  padding-bottom: 1.5rem !important; }

.small-pl-2 {
  padding-left: 1.5rem !important; }

.small-px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.small-py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.small-p-3 {
  padding: 3rem 3rem !important; }

.small-pt-3 {
  padding-top: 3rem !important; }

.small-pr-3 {
  padding-right: 3rem !important; }

.small-pb-3 {
  padding-bottom: 3rem !important; }

.small-pl-3 {
  padding-left: 3rem !important; }

.small-px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.small-py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media screen and (max-width: 39.9375em) {
  .small-only-m-0 {
    margin: 0 0 !important; }
  .small-only-mt-0 {
    margin-top: 0 !important; }
  .small-only-mr-0 {
    margin-right: 0 !important; }
  .small-only-mb-0 {
    margin-bottom: 0 !important; }
  .small-only-ml-0 {
    margin-left: 0 !important; }
  .small-only-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .small-only-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .small-only-m-1 {
    margin: 1rem 1rem !important; }
  .small-only-mt-1 {
    margin-top: 1rem !important; }
  .small-only-mr-1 {
    margin-right: 1rem !important; }
  .small-only-mb-1 {
    margin-bottom: 1rem !important; }
  .small-only-ml-1 {
    margin-left: 1rem !important; }
  .small-only-mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .small-only-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .small-only-m-2 {
    margin: 1.5rem 1.5rem !important; }
  .small-only-mt-2 {
    margin-top: 1.5rem !important; }
  .small-only-mr-2 {
    margin-right: 1.5rem !important; }
  .small-only-mb-2 {
    margin-bottom: 1.5rem !important; }
  .small-only-ml-2 {
    margin-left: 1.5rem !important; }
  .small-only-mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .small-only-my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .small-only-m-3 {
    margin: 3rem 3rem !important; }
  .small-only-mt-3 {
    margin-top: 3rem !important; }
  .small-only-mr-3 {
    margin-right: 3rem !important; }
  .small-only-mb-3 {
    margin-bottom: 3rem !important; }
  .small-only-ml-3 {
    margin-left: 3rem !important; }
  .small-only-mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .small-only-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .small-only-p-0 {
    padding: 0 0 !important; }
  .small-only-pt-0 {
    padding-top: 0 !important; }
  .small-only-pr-0 {
    padding-right: 0 !important; }
  .small-only-pb-0 {
    padding-bottom: 0 !important; }
  .small-only-pl-0 {
    padding-left: 0 !important; }
  .small-only-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .small-only-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .small-only-p-1 {
    padding: 1rem 1rem !important; }
  .small-only-pt-1 {
    padding-top: 1rem !important; }
  .small-only-pr-1 {
    padding-right: 1rem !important; }
  .small-only-pb-1 {
    padding-bottom: 1rem !important; }
  .small-only-pl-1 {
    padding-left: 1rem !important; }
  .small-only-px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .small-only-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .small-only-p-2 {
    padding: 1.5rem 1.5rem !important; }
  .small-only-pt-2 {
    padding-top: 1.5rem !important; }
  .small-only-pr-2 {
    padding-right: 1.5rem !important; }
  .small-only-pb-2 {
    padding-bottom: 1.5rem !important; }
  .small-only-pl-2 {
    padding-left: 1.5rem !important; }
  .small-only-px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .small-only-py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .small-only-p-3 {
    padding: 3rem 3rem !important; }
  .small-only-pt-3 {
    padding-top: 3rem !important; }
  .small-only-pr-3 {
    padding-right: 3rem !important; }
  .small-only-pb-3 {
    padding-bottom: 3rem !important; }
  .small-only-pl-3 {
    padding-left: 3rem !important; }
  .small-only-px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .small-only-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media screen and (min-width: 40em) {
  .medium-m-0 {
    margin: 0 0 !important; }
  .medium-mt-0 {
    margin-top: 0 !important; }
  .medium-mr-0 {
    margin-right: 0 !important; }
  .medium-mb-0 {
    margin-bottom: 0 !important; }
  .medium-ml-0 {
    margin-left: 0 !important; }
  .medium-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .medium-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .medium-m-1 {
    margin: 1rem 1rem !important; }
  .medium-mt-1 {
    margin-top: 1rem !important; }
  .medium-mr-1 {
    margin-right: 1rem !important; }
  .medium-mb-1 {
    margin-bottom: 1rem !important; }
  .medium-ml-1 {
    margin-left: 1rem !important; }
  .medium-mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .medium-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .medium-m-2 {
    margin: 1.5rem 1.5rem !important; }
  .medium-mt-2 {
    margin-top: 1.5rem !important; }
  .medium-mr-2 {
    margin-right: 1.5rem !important; }
  .medium-mb-2 {
    margin-bottom: 1.5rem !important; }
  .medium-ml-2 {
    margin-left: 1.5rem !important; }
  .medium-mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .medium-my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .medium-m-3 {
    margin: 3rem 3rem !important; }
  .medium-mt-3 {
    margin-top: 3rem !important; }
  .medium-mr-3 {
    margin-right: 3rem !important; }
  .medium-mb-3 {
    margin-bottom: 3rem !important; }
  .medium-ml-3 {
    margin-left: 3rem !important; }
  .medium-mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .medium-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .medium-p-0 {
    padding: 0 0 !important; }
  .medium-pt-0 {
    padding-top: 0 !important; }
  .medium-pr-0 {
    padding-right: 0 !important; }
  .medium-pb-0 {
    padding-bottom: 0 !important; }
  .medium-pl-0 {
    padding-left: 0 !important; }
  .medium-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .medium-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .medium-p-1 {
    padding: 1rem 1rem !important; }
  .medium-pt-1 {
    padding-top: 1rem !important; }
  .medium-pr-1 {
    padding-right: 1rem !important; }
  .medium-pb-1 {
    padding-bottom: 1rem !important; }
  .medium-pl-1 {
    padding-left: 1rem !important; }
  .medium-px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .medium-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .medium-p-2 {
    padding: 1.5rem 1.5rem !important; }
  .medium-pt-2 {
    padding-top: 1.5rem !important; }
  .medium-pr-2 {
    padding-right: 1.5rem !important; }
  .medium-pb-2 {
    padding-bottom: 1.5rem !important; }
  .medium-pl-2 {
    padding-left: 1.5rem !important; }
  .medium-px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .medium-py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .medium-p-3 {
    padding: 3rem 3rem !important; }
  .medium-pt-3 {
    padding-top: 3rem !important; }
  .medium-pr-3 {
    padding-right: 3rem !important; }
  .medium-pb-3 {
    padding-bottom: 3rem !important; }
  .medium-pl-3 {
    padding-left: 3rem !important; }
  .medium-px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .medium-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media screen and (min-width: 64em) {
  .large-m-0 {
    margin: 0 0 !important; }
  .large-mt-0 {
    margin-top: 0 !important; }
  .large-mr-0 {
    margin-right: 0 !important; }
  .large-mb-0 {
    margin-bottom: 0 !important; }
  .large-ml-0 {
    margin-left: 0 !important; }
  .large-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .large-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .large-m-1 {
    margin: 1rem 1rem !important; }
  .large-mt-1 {
    margin-top: 1rem !important; }
  .large-mr-1 {
    margin-right: 1rem !important; }
  .large-mb-1 {
    margin-bottom: 1rem !important; }
  .large-ml-1 {
    margin-left: 1rem !important; }
  .large-mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .large-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .large-m-2 {
    margin: 1.5rem 1.5rem !important; }
  .large-mt-2 {
    margin-top: 1.5rem !important; }
  .large-mr-2 {
    margin-right: 1.5rem !important; }
  .large-mb-2 {
    margin-bottom: 1.5rem !important; }
  .large-ml-2 {
    margin-left: 1.5rem !important; }
  .large-mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .large-my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .large-m-3 {
    margin: 3rem 3rem !important; }
  .large-mt-3 {
    margin-top: 3rem !important; }
  .large-mr-3 {
    margin-right: 3rem !important; }
  .large-mb-3 {
    margin-bottom: 3rem !important; }
  .large-ml-3 {
    margin-left: 3rem !important; }
  .large-mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .large-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .large-p-0 {
    padding: 0 0 !important; }
  .large-pt-0 {
    padding-top: 0 !important; }
  .large-pr-0 {
    padding-right: 0 !important; }
  .large-pb-0 {
    padding-bottom: 0 !important; }
  .large-pl-0 {
    padding-left: 0 !important; }
  .large-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .large-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .large-p-1 {
    padding: 1rem 1rem !important; }
  .large-pt-1 {
    padding-top: 1rem !important; }
  .large-pr-1 {
    padding-right: 1rem !important; }
  .large-pb-1 {
    padding-bottom: 1rem !important; }
  .large-pl-1 {
    padding-left: 1rem !important; }
  .large-px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .large-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .large-p-2 {
    padding: 1.5rem 1.5rem !important; }
  .large-pt-2 {
    padding-top: 1.5rem !important; }
  .large-pr-2 {
    padding-right: 1.5rem !important; }
  .large-pb-2 {
    padding-bottom: 1.5rem !important; }
  .large-pl-2 {
    padding-left: 1.5rem !important; }
  .large-px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .large-py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .large-p-3 {
    padding: 3rem 3rem !important; }
  .large-pt-3 {
    padding-top: 3rem !important; }
  .large-pr-3 {
    padding-right: 3rem !important; }
  .large-pb-3 {
    padding-bottom: 3rem !important; }
  .large-pl-3 {
    padding-left: 3rem !important; }
  .large-px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .large-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }
    
    /*New design changes*/
    
	
	.bgWhile
	{
		background-color:#ffffff !important;
	}
	.overline
	{
	font-size: 1.42em;
    background-color: #00AAE8;
    /* padding-left: 6px; */
    padding: 6px 0px 5px 10px;
    line-height: 30px;
    color: #fff;  
    margin-bottom: 19px;  }
	
	/*New button for purple*/

.purplebutton, a.purplebutton
{
	border-radius: 2px;
	padding: 0.750rem 1.563rem;
	text-decoration: none;
	font-size: 1rem;
	white-space: nowrap;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
	white-space: nowrap;

}

.purplebutton, .purplebutton:visited, a.purplebutton, a.purplebutton:visited,
.purplebutton.primary, .purplebutton.primary:visited, a.purplebutton.primary, a.purplebutton.primary:visited {
	background-color: #6a3884;
	color: #FFF;
	text-decoration:none !important;
}

.purplebutton:hover, .purplebutton:focus, .purplebutton:active, a.purplebutton:hover, a.purplebutton:focus, a.purplebutton:active,
.purplebutton.primary:hover, .purplebutton.primary:focus, .purplebutton.primary:active, a.purplebutton.primary:hover, a.purplebutton.primary:focus, a.purplebutton.primary:active {
	background-color: #6a3884;
	color: #FFF;
}



/*End of purple button*/
/*assess button*/

.assessButton
{
	background-color:transparent;
	
	background-image: url('/sites/CHASSolution/Style Library/BrandingAssets-CHAS/CHAS-PORTAL/images/Button_GetAssessed.png');
	background-repeat:no-repeat;
	background-color:transparent;
	
	border-radius: 2px;
	padding: 1rem 3.2rem!important;
	text-decoration: none;
	font-size: 1rem;
	white-space: nowrap;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
	white-space: nowrap;
	background-color:transparent!important;

}
/*end of assess button*/

	.noticeHeader,.newsHeader
	{
	background-color:#c83264;
	color:#ffffff;
}
.nBadge
{
	background-color:#c83264;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	color:#ffffff;
}

.smallHeader
{
    font-weight: 500;
    font-size: 1.2em;
    
  }
	
	.liStyle
	{
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;

	
}
.newPadding
{
	
    padding-bottom: 2.5rem;
}

.newsImage
{
	height:250px;
	padding: 8px;
    border: 2px solid #e0dfdf;
	padding-bottom:15px;
	width:100%;
}

#aNewsFindLink,#aNoticeFindLink
{
	margin-top:20px;
}

.socialLink
{
	padding:0px!important;
	margin-top: -15px;
}
.socialLine
{
	min-width:100%;
	border-bottom: 3px solid #9a9a9a;
}
.socialImage
{
    width: 36px;
    height: 36px;
    margin-right: 11px !important;
    margin-top: 5px;}

.btnSpace
{
	margin-left:10px !important;
	margin-right:10px !important;
}
/**/

 /* NEW DESIGN */
 
 .fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}
 #content-img-container {
    text-align: right;
    float: right;
    padding-left: 16px;
    padding-bottom: 16px;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  
}
.blockImage {
    max-width: 300px;
    padding: 8px;
    border: 2px solid #e0dfdf;

}
 .button, .speechbutton,.purplebutton{
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 0.500rem 1.363rem 0.285rem 1.363rem !important;
	line-height: 24px;
    text-transform: uppercase;
    }

.megamenu > li > a{
	border-top: 2px solid #4d2063;
	color: #FFF;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
	text-align: center;
	text-transform: uppercase !important;
	font-size: 0.95rem !important;
	position: relative;
	float:left;
	width:100%;
	text-align: left;
	font-weight: 500;
}

.menu a, .menu button, .menu input {
    color: #fff !important;
}
.mainmenulink{
	position:relative;
}

.megamenu > li > a:hover{
	position:relative;
	background-color:#4f2365;
	text-decoration:none;
		border-top: 2px solid #6a3884 !important;
}

.megamenu > li > a:visited{
	text-decoration:none !important;
}
.megamenu > li > a:focus{
	text-decoration:none !important;
}

.megamenu > .is-active-dropdown > a{
	background-color:#4f2365;
}




.megamenu > li > .mainmenulink:after {
	content: '+';
    display: block;
    width: 0;
    height: 0;
    /* border: 6px inset; */
    font-weight: 20px;
    /* border-color: #ffffff transparent transparent; */
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    /* top: 50%; */
    margin-top: -25px;
    right: 0px;
    margin-right: 41px;
    font-weight: normal;
    font-size: 29px;
}


.submenu-content-active:after{
    content: '-' !important;
    display: block;
    width: 0;
    height: 0;
    /* border: 6px inset; */
    font-weight: 20px;
    /* border-color: #ffffff transparent transparent; */
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    /* top: 50%; */
    margin-top: -27px !important;
    right: 0px;
    margin-right: 39px !important;
    font-weight: normal;
    font-size: 34px !important;
}


.submenu-content-active
{
	background-color: rgba(77, 34, 98, 0.95);
	text-decoration:none !important;
	border-top: 2px solid #6a3884 !important;
}
.submenu-content-active:hover{
	border-top: 2px solid #6a3884 !important;
	
}
.chassubmenu-arrowright:before{
	position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 0.5em;
    height: 0.5em;
    border-right: 0.15em solid #ffffff;
    border-top: 0.15em solid #ffffff;
    transform: rotate(45deg);
    margin-right: 0.5em;
}



.button-speech-normal{
	display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #2199e8;
    color: #fefefe;
}

.purplebutton, .purplebutton:visited, a.purplebutton, a.purplebutton:visited, .purplebutton.primary, .purplebutton.primary:visited, a.purplebutton.primary, a.purplebutton.primary:visited {
    background-color: #6a3884;
    color: #FFF;
   
        text-transform:uppercase;
}

.purplebutton:hover, .button:hover {
		text-decoration:none !important;
	background-color:#C83264 !important;

}

.speechbutton:hover:after {
	border-color: #C83264 transparent !important;
}


.speechbutton{
    border-radius: 0px;
    padding: 0.550rem 1.363rem 0.34rem 1.363rem !important;
    text-decoration: none;
    font-size: 1rem;
    white-space: nowrap;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    white-space: nowrap;
    color: #fff !important;
    background-color: #35a9e5;
    text-decoration: none;
    float: left;
    position: relative;
    text-transform:uppercase;
    }

.speechbutton:hover{
	
	text-decoration:none;
	background-color:#C83264;
}



.speechbutton:after {
	content: "";
    position: absolute;
    bottom: -8px !important;
    right: 12px !important;
    border-width: 19px 8px 0 !important;
    border-style: solid !important;
    border-color: #35a9e5 transparent !important;
    width: 0;
    -ms-transform: rotate(99deg);
    -webkit-transform: rotate(99deg);
    transform: rotate(99deg);
    margin-top: 8px !important;
}
.speechbuttonContent{
	padding:0.550rem 3rem 0.45rem 3rem !important;
}
.title-featured-clients{
	font-size:  1.40em;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
}


.menu h2{
    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
	font-weight: 500;
    font-size: 1em;
    text-transform:uppercase;

}

.footer-dark .menu{
	margin: 20px 0px 10px 0px;
	}
.footer-dark h5{
text-transform:uppercase;
}
.clientsOffset
{
	margin-top:0px;
}
.megamenu-parent{
		position: relative;
	    width: auto;
		display:none;
		z-index: 10000;
		float: left;
}
.megamenu-content li a{
	
	color:#fff !important;
	
}

.megamenu-content p{
	line-height: 25px !important;
}

.megamenu-content li a:hover{
	
	color:#fff !important;
	text-decoration:underline;
	
}

.megamenu-content li a:visited{
	
	color:#fff !important;
	
}


@media screen and (min-width: 64em) {



.megamenu > li > a{
		border-top: 0px solid #9898CB;
	    color: #FFF;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    	    padding-left: 1.27rem;
	    padding-right: 1.27rem;
	    text-transform: uppercase;
	    font-size: 0.96rem !important;	
	    float:none;
    }



.megamenu-parent{
		position: absolute;
		float: none;
	}
	
	.button-speech{
    font-size: 23px !important;
    }
    
	.button-speech{
		margin-bottom: 17px !important;
		font-size: 14px !important;
		margin-top: 3px;
	}
.megamenu > li > .mainmenulink:after {
    content: '';
    display: none;
}

.megamenu > li > .nav-button-speech:after {
		content: "";
		position: absolute;
		bottom: -8px !important;
		right: 12px !important;
		border-width: 19px 8px 0 !important;
		border-style: solid !important;
		border-color: #35a9e5 transparent !important;
		display: block;
		width: 17px;
		margin: 8px auto 0px auto;
		-ms-transform: rotate(99deg);
		-webkit-transform: rotate(99deg);
		transform: rotate(99deg);
		margin-top: 8px !important;
    	}
	   
.megamenu > li > .nav-button-speech:hover:after {
	    border-color: #C83264 transparent !important;
	}




	 .nav-button-speech{
		text-decoration: none;
		    position: relative !important;
		    padding: 13px 15px 11px 15px !important;
		    margin: 21px 0px 22px 0px;
		    width: auto !important;
		    text-align: center !important;
		    color: #fff !important;
		    background-color: #35a9e5 !important;
		    font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif;
		    font-style: normal;
		    font-weight: 400;
		    font-size: 14px !important;
		    margin-bottom: 23px !important;
		    text-decoration: none;
      }
	 
	.nav-button-speech:hover{
		text-decoration:none !important;
		background-color:#C83264 !important;;
	}
	 
	.nav-button-speech:before {
		border:none !important;
	}
	
	
	
	.nav-button-speech:visited {
	    color: #fff !important;
	    background-color: #35a9e5;
	    text-decoration: none;
	    margin: 17px 0px 18px 17px;

	}

	.clientsOffset
	{
		margin-top:100px;
	}
}	

.float-left{
	float:left;
}

.overline-red
	{
	text-decoration: none;
    background-color: #c83264;
    color: #ffffff !important;
    -moz-transition: all 225ms ease-in;
    -webkit-transition: all 225ms ease-in;
    -o-transition: all 225ms ease-in;
    transition: all 225ms ease-in;
    padding: 2px 6px 2px 8px;
    font-size: 20px;
    cursor:default;
    width:100%;
 }


h1 span {
	padding: 7px 13px;
    background-color: #5f3b81;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
}

.content-branding-stripe {
    margin-top: 7px;
    float: left;
}

.content-container{
    margin-top: 12px;
    margin-bottom: 12px;
}

.footerCookiesStrip li a:first-child{
    padding-left: 10px;
}

@media screen and (min-width: 40em){

	.footerCookiesStrip li a:first-child{
    	padding: .7rem 1rem;
	}

	.content-container{
	    margin-top: 46px;
	    margin-bottom: 46px;
	}
	.megamenu > li > a:hover{
			border-top: 0px solid #6a3884 !important;
	}

}





.megamenu .megamenu-content {
    color: #fff;
    padding: 1.5rem 0;
    background-color:rgba(77, 34, 98, 0.95);
    
}


.megamenu-parent li{
	width: 100%;
    float: left;
}

.megamenu-content
{
	float:left;
	width:100%;
}
.is-active-dropdown > a{
	position: relative;
}
        
#register-menu-small li .menu{
	
	display:none;
}

.display-none{
	
	display:none;
}

.aContactUs
{
	padding-left:0px!important;
}

@media only screen and (min-width:1024px) and (max-width: 1234px){
	.megamenu > li > a {
		font-size: 0.76rem !important;
	}

}

@media only screen and (max-width:1185px){
	.ms-siteicon-a {
	width: 78px;
    height: 39px;
    padding: 12px 0px 10px 0px;
    }
    
    .clientLogo{
   padding: 23px 0px 10px 0px;
}

    
    #smlClient .clientLink, #smlClient.clientLink:visited, #smlClient.clientLink:link {
    text-decoration: none;
    color: #ffffff!important;
    font-weight: 500;
    font-size: 20px;
}

}

@media only screen and (max-width: 1024px){
	.ms-siteicon-a {
	    width: 78px;
	    height: 39px;
	    padding: 0px 0px 10px 0px;
	}
	
	.clientLogo{
   padding: 4px 0px 10px 0px;
}


		.megamenu > li > a:hover{
			border-top: 2px solid #6a3884 !important;
	}

}


.ms-siteicon-a img {
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; 
}

.logoheader{
	
	white-space:nowrap;
}



.bxslider li{
   vertical-align: middle;
    display: inline-block;
    float: none !important;
    padding:0px 17px;
}

/* Fix for carousel auto starting on wrong slide */
.bx-wrapper img {
    max-width: 100%;
    display: inline-block;
}

.bx-viewport li { 
    min-height: 1px; 
    min-width: 1px; 
}

/* Fix for carousel height*/

#carousel-main{
	min-height:190px;
}


@media screen and (min-width: 40em) {
	#carousel-main{
		min-height:270px;
	}
}


@media screen and (min-width: 64em) {
	#carousel-main{
		min-height:630px;
	}
}

