/*--------------------------------------------------------------------------------------

	index:

	- GENERAL
	- ACCESSIBILITY BAR
	- TOP NAVIGATION
	- LEFT SIDEBAR
	- FOOTER

	Here an example of media query we use for responsive design:
	-----------------------------------------------------------------

	This will target screen with a resolution under 770px (like tablets)
	@media all and (max-width: 770px) {
		.your-selector{

		}
	}

	Here the breakpoints we are using throuhout the website:

		- 1280px
		- 1020px
		-	770px
		-	500px

--------------------------------------------------------------------------------------*/

/***********************************************************************************************************************************************************

	GENERAL

************************************************************************************************************************************************************/

/*	Change/remove the shadow behind the page
--------------------------------------------------------------------------------------*/
/*The div #background is used to create the shadow behind the page.
On none-responsive browsers such as IE7 & IE8 we use a png (ie_shadow.png).
For all the other browsers we use css with :before and :after selectors.
If you don't want any shadow, just apply a display: none on #background*/
#background{
	display: none
}

body {
	/*Reset background*/
	background-image: none;
	background-position: 0% 0%;
	background-size: auto auto;
	background-repeat: repeat;
	background-origin: padding-box;
	background-clip: border-box;
	background-attachment: scroll;
	background-color: #E7E8EA;
}
#page {
	max-width:1000px;
	border-left: solid 1px #C1C1C1;
	border-right: solid 1px #C1C1C1;
	padding:0;
	width: calc(100% - 2px);
}

.element-invisible{
	width: 1px;
}

/***********************************************************************************************************************************************************

	ACCESSIBILITY BAR

************************************************************************************************************************************************************/

@media all and (min-width: 1280px) {
	#accessibility-bar #block-microsites-global-accessibility-menu {
	  width: 15.9em;
	}
}

#accessibility-bar{
	background-color: #000;
	padding-top: 4px;
  	padding-bottom: 3px;
}

.region-accessibility {
	max-width: 1000px;
	width:100%;
	padding-left:0;
	padding-right:0;
}

.region-accessibility ul a, .region-accessibility ul a:visited, .region-accessibility #block-microsites-main-site-links a, .region-accessibility #block-microsites-main-site-links a:visited {
	font-size: 0.750em;
	background-position: 0% -2px;
	padding-left: 1.5em;
	background-image: none;
	padding-left:0;
}

.region-accessibility #block-microsites-global-accessibility-menu,
.region-accessibility #block-microsites-main-site-links {
	margin-top:4px;
}

.region-accessibility #block-microsites-global-accessibility-menu a,
.region-accessibility #block-microsites-main-site-links a {
	padding-top: 2px;
	background-image: url(/sites/all/themes/microsite_basic/images/svg/arrow-bottom.svg?1365497760);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 1.5em;
}

#block-microsites-global-accessibility-menu .last {
	display:none; /* Hide "Jump to search" */
}

#block-block-15 {
  padding-top: 5px;
}
.swp-social-media-menu {
	float:right;
}
.swp-social-media-menu a {
}
.swp-social-media-menu li {
	margin-bottom:0;
	margin-right:14px !important;
}

/* Remove gap before banner*/
#main,.panels-flexible-microsite_1_column .panels-flexible-row
{
	padding-top:0;
	padding-bottom:0;
}
/* Remove left/right margins on page area*/
.panels-flexible-row-microsite_1_column-main-row .panels-flexible-region-microsite_1_column-center,
.pane-system-main-menu, #block-system-main-menu {
	margin-left:0;
	margin-right:0;
	width: 100%;
}
/* Hide h1 */
#swp-banner .pane-title {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	top: auto;
}
#swp-banner h1{
	margin: 0;
}

@media all and (min-width:771px){
	.swp-long-banner{
		display: block;
	}
	.swp-short-banner{
		display: none;
	}
}
@media all and (max-width:770px){
	.swp-long-banner{
		display: none;
	}
	.swp-short-banner{
		display: block;
	}
}

/***********************************************************************************************************************************************************

	CAROUSEL

************************************************************************************************************************************************************/

.flexslider, .flex-nav-container {
	margin-bottom:0;
}
.views-field-body {
  position: absolute;
  top: 0;
}
.flex-pauseplay {
  position: absolute;
  top: 0;
  z-index: 2;
}
.flex-pauseplay a {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin: 4px;
}
.flex-pauseplay a.flex-pause {
  background-image: url(swp-icon-pausev3.png);
}
.flex-pauseplay a.flex-play {
  background-image: url(swp-icon-play.png);
}
.flex-control-nav {
  bottom: 60px;
  z-index: 2;
  max-width: 950px;
  right: 20px;
}
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
	display:block;
}
.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
	text-indent: -9999px;
	text-align: left;
	border-radius:0 !important;
	box-shadow: none;
	background-color: rgba(100,172,218,1);
	padding: 0 .8em;
	height:80px;
	opacity: 0.6 !important;
}
.flex-direction-nav a.flex-prev {
	left:0;
}
.flex-direction-nav a.flex-next {
	right:0;
}
.flexslider:hover .flex-prev{
    opacity:0.8 !important;left:0
}
.flexslider:hover .flex-next{
    opacity:0.8 !important;
    right:0em
}

/* Fix "slide numbers in reverse order"bug */
.flex-control-nav li {
  float: none;
}
.flex-control-nav {
	text-align:right;
}
.flex-control-paging li a {
	text-indent:-9999px;
	text-align: left;
	width:12px;
	height:12px;
}
/* states */
.flex-control-nav li a {
	background: #005C97;
	border: 0;
}
.flex-control-nav li a.flex-active {
	border: 0;
}
.flex-control-nav li a:hover, .flex-control-nav li a:focus {
	border: 0;
}
@media all and (max-width:1280px){
	.flexslider:hover .flex-next{right:0}
    .flexslider:hover .flex-prev{left:0}
}
.flex-direction-nav a{
    z-index:999;height:5em;width:1.5625em;background-color:rgba(0,0,0,0.8);opacity:0.4 !important;margin-top:-2.5em
}
@media all and (max-width:770px){
	.pane-latest-multimedia {
		display:none;
	}
}

/* SLIDESHOW ITEMS */
.swp-slideshow-box{
	position: absolute;
	z-index: 9999;
	bottom: 70px;
	left: 90px;
	background:rgba(0,51,102,0.6);
	width: 260px;
	color: #fefefe;
	padding: 30px 45px;
}
.swp-slideshow-heading{
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 0;
	margin-bottom: .75em;
}
.swp-slideshow-text{
	line-height: 1.1em;
	margin-top: 0;
	font-size: 19px;
}

.swp-slideshow-read-more{
	width: 150px;
	text-transform: uppercase;
	font-size: 19px;
	background-color: black;
	text-align: center;
	padding: 8px;
	margin-bottom: 0;
	border-radius: 4px;
}

.swp-slideshow-read-more a{
	color: #fefefe;
	text-decoration: none;
}

/***********************************************************************************************************************************************************

	MENU

************************************************************************************************************************************************************/

.pane-system-main-menu, #block-system-main-menu {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;

-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
  border-radius: 0;

  margin: 0 auto;
  max-width: 950px;
  border-bottom: 10px solid black;
  margin-top: -50px;
  z-index: 3;
  padding:0;

  background-color: #005C97;
}
.pane-system-main-menu a:hover, .pane-system-main-menu a:focus, .pane-system-main-menu a.active, #block-system-main-menu a:hover, #block-system-main-menu a:focus, #block-system-main-menu a.active {
	color:white;
	background-color: #007BC9
}
.pane-system-main-menu ul.menu>li a:hover, .pane-system-main-menu ul.menu>li a:focus, #block-system-main-menu ul.menu>li a:hover, #block-system-main-menu ul.menu>li a:focus {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	  border-radius: 0;
}
.pane-system-main-menu ul.menu>li, #block-system-main-menu ul.menu>li {
	margin-left:0;
	width:calc(20% - 1px);
}
.pane-system-main-menu ul.menu>li:not(:first-child) {
	border-left: solid 1px #4D8CB5;
}

.pane-system-main-menu a, #block-system-main-menu a {
	padding: 1em 0 0.6em;
	text-align: center;
}
.menu .menu {
	display:none;
}
@media all and (max-width: 770px){
	.pane-system-main-menu, #block-system-main-menu {
		margin-top:0;
	}
	.menu {
		border-bottom: 0 !important;
	}
	.menu .menu {
		display:block;
		background-color:white;
		border-bottom: 0
	}
	.menu .menu a {
		padding-left:50px !important;
		color:black;
	}
	.menu .menu li {
		border-bottom: solid 1px #ddd !Important;
	}
	.menu .menu .is-active a {
		font-weight:bold;
		color:black !important;
		background-color:white !important
	}

	.menu .menu a:hover {
		background-color:#ddd !important;
	}

	.pane-system-main-menu ul.menu>li, #block-system-main-menu ul.menu>li {
	    width:100% !important;
	}
	.pane-system-main-menu a, #block-system-main-menu a {
	    text-align:left !important;
	    padding-left: 1em !important;
	}
	.pane-system-main-menu ul.menu>li:not(:first-child){
		border-left: none;
	}
}
/* Remove little arrow triangle from menu items that have submenus*/
ul li.collapsed, ul li.expanded {
  list-style-image: none;
}
.pane-system-main-menu ul.menu>li.active-trail>a, .pane-system-main-menu ul.menu>li.active-trail>a:visited, #block-system-main-menu ul.menu>li.active-trail>a, #block-system-main-menu ul.menu>li.active-trail>a:visited
{
	color:white;
	background-color: #007BC9;
}


/***********************************************************************************************************************************************************

	SECONDARY MENU

************************************************************************************************************************************************************/
.panels-flexible-region-clone_of_microsite_2_column-sidebar {
	width:27%;
}
/* Hide title */
#swp-secondary-menu .pane-title {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	top: auto;
}
/* #swp-secondary-menu li:not(:last-child) {
	border-bottom:solid 1px #414141;
} */
#swp-secondary-menu li {
	border-bottom:solid 1px #414141;
}
#swp-secondary-menu li a {
	background-color: black;
	color:white;
	font-size: .875em;
	display:block;
	text-decoration: none;
	padding: .9em .8em .8em 1.3em;
	line-height: 1.5;
}
#swp-secondary-menu .menu {
  padding-left: 0px;
  border-bottom:solid 15px #005C97;
  margin-left:24px;
  margin-top:0;
}
#swp-secondary-menu .active {
	background-color: #005C97
}

#swp-secondary-menu a:hover,
#swp-secondary-menu a:focus {
	background-color: #007BC9
}

/* Orange section */
.section-employees #swp-secondary-menu .active,
.section-for-employees #swp-secondary-menu .active {
  background-color: #b94901;
}
.section-employees #swp-secondary-menu .menu,
.section-for-employees #swp-secondary-menu .menu {
  border-bottom:solid 15px #b94901;
}

.section-employees #swp-secondary-menu .active,
.section-for-employees #swp-secondary-menu .active {
	background-color: #b94901;
}

.section-employees #swp-secondary-menu a:,
.section-employees #swp-secondary-menu a:focus,
.section-for-employees #swp-secondary-menu a:,
.section-for-employees #swp-secondary-menu a:focus {
	background-color: #D05709;
}
/***********************************************************************************************************************************************************

	MAIN CONTENT

************************************************************************************************************************************************************/
.panels-flexible-region-clone_of_microsite_2_column-center {
	width:51%;
}

.section-supporting-working-parents-feedback .panels-flexible-region-clone_of_microsite_2_column-center {
	width:96%;
	padding: 0 2%;
}

.section-all-downloads .panels-flexible-region-clone_of_microsite_2_column-center {
	width:96%;
	padding: 0 2%;
}

.section-employees .panels-flexible-region-clone_of_microsite_2_column-center, .section-employers .panels-flexible-region-clone_of_microsite_2_column-center{
	width: 72%;
}

.section-employees .panels-flexible-region-clone_of_microsite_2_column-right_column, .section-employers .panels-flexible-region-clone_of_microsite_2_column-right_column{
	display: none;
}

.section-contact .panels-flexible-region-clone_of_microsite_2_column-center, .section-all-resources .panels-flexible-region-clone_of_microsite_2_column-center, .section-disclaimer .panels-flexible-region-clone_of_microsite_2_column-center{
	width: 96%;
	padding: 0 2%;
}

.section-supporting-working-parents-feedback .panels-flexible-region-clone_of_microsite_2_column-right_column{
	width: 0;
}

.panels-flexible-region-clone_of_microsite_2_column-center .panels-flexible-region-inside {
	padding-right: 1em;
	padding-left:  1em;
}
.panels-flexible-row-clone_of_microsite_2_column-main-row-inside {
	margin-top: 1em
}

.field-name-body ul {
  font-size: 0.875rem;
}
.field-name-body p {
  font-size: 0.875rem;
}
.field-name-body td, .field-name-body th {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: .8em;
}

/*SHARE BLOCK*/
/* Hide title */
#swp-share .pane-title {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	top: auto;
}

#swp-share ul {
  height: 32px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#swp-share ul li {
  float: left;
  padding-right: 1em;
}

#swp-share ul li .service-icon {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 8px;
}

#swp-share ul li .service-count {
  height: 22px;
  line-height: 22px;
  min-width: 22px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  padding: 0 0.3125em;
  display: inline-block;
  float: right;
  text-align: center;
  position: relative;
  color: black;
  font-size: 70%;
}

#swp-share ul li .service-count:before, #swp-share ul li .service-count:after {
  content: '';
  display: block;
  position: absolute;
  left: 49%;
  width: 0;
  height: 0;
}
#swp-share ul li .service-count:before {
  border: solid 7px transparent;
  border-right-color: #b9b9b9;
  top: 4px;
  left: -14px;
}

#swp-share ul li .service-count:after {
  border: solid 6px transparent;
  bottom: 5px;
  left: -12px;
  border-right-color: #fbfbfb;
}


#swp-share ul li .service-links-facebook-counter .service-icon {
  background-image: url(swp-share-facebook.png);
}
#swp-share ul li .service-links-twitter-counter .service-icon {
  background-image: url(swp-share-twitter.png);
}
#swp-share ul li .service-links-googleplus-counter .service-icon {
  background-image: url(swp-share-googleplus.png);
}

/***********************************************************************************************************************************************************

	TYPOGRAPHY

************************************************************************************************************************************************************/
h1, h1.title/* , h2, h3 */ {
	color:#005c97;
	line-height: 1.2em;
	margin-top:1em;
}
/* .field-name-body h2 {
	color: #333;
	border-bottom: solid 5px #333;
	padding-top: 2em;
	line-height: 1.3;
	padding-bottom: 0.5em;
} */
.field-name-body h3 {
	border-bottom:0;
	font-size:1em;
	color: #333
}
/* Orange section */
.section-employees h1,
/* .section-employees h2,
.section-employees h3, */
.section-for-employees h1/* ,
.section-for-employees h2,
.section-for-employees h3 */
 {
  color: #b94901;
}

.swp-disclaimer-text {
	font-size:.85em;
	padding:1em;
	background-color:#eee;
	margin-top:2em;
}
.swp-disclaimer-text p:last-child {
	margin-bottom: 0;
}
.field-name-body li {
    line-height: 1.5;
    margin-bottom: 0.3em;
    padding-left: 0.5em;
}
.field-name-body th {
	background-color: #F7FAFC;
}
.field-name-body td p:last-child, .field-name-body th p:last-child {
    margin-bottom: 0;
}
.field-name-body caption {
	font-style: italic;
	margin-bottom: 0.4em;
	font-size: .875rem;
}
/***********************************************************************************************************************************************************

	TEXT FEATURES

************************************************************************************************************************************************************/

.swp-see-tool {
	float:right;
	width: 120px;
	background-color: #0079C2;
	font-size: 12px;
	color: white;
	height: 120px;
	border-radius: 60px;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
	margin-left: 30px;
	margin-top: 0;
}
.swp-see-tool:before {
	content:'';
	padding-top:16px;
	display: block;
}
.swp-see-tool span:first-child {
    font-weight: bold;
    display: block;
    padding-bottom: .3em;
    border-bottom: solid 1px white;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.swp-see-tool span:last-child {
    margin: 0px .9em;
    display: block;
}
.swp-top-tip {
    float: left;
    margin-top: 1em;
    width: 65%;
}
.swp-tip {
    float: right;
    width: 55%;
}
.swp-tip, .swp-top-tip, .swp-example {
    border-bottom: solid 2px #005C97;
    padding: 1em 1em .5em;
    font-size: 15px;
    background-color: rgb(247, 250, 252);
    margin-left: 35px;
}
.swp-example {
    margin: 1em 0;
}

.swp-tip p:first-child, .swp-top-tip p:first-child, .swp-example p:first-child {
    color: rgb(0, 92, 151);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .1em;
}
.swp-top-tip p:nth-child(2),.swp-example:not(.swp-no-subtitle) p:nth-child(2) {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.5em;
}

/***********************************************************************************************************************************************************

	Accordions
	Used with thanks: http://heydonworks.com/practical_aria_examples/#progressive-collapsibles

************************************************************************************************************************************************************/
/* 3. Progressive collapsibles */

h2 [aria-expanded] {
	display: block;
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	text-transform: inherit;
	text-align: inherit;
	margin: 0;
}

h2 [aria-expanded]:before {
	content: '\25ba\0020';
	font-size: 50%;
	display: inline-block;
	position: absolute;
	top: 2.3em;
	left: 0px;
}

h2 [aria-expanded="true"]:before {
	content: '\25bc\0020';
}

.collapsible h2 + [aria-hidden] {
	display: none;
	margin-bottom:2em;
	overflow: auto;
}

.collapsible h2 + [aria-hidden="false"] {
	display: block;
}

.collapsible h2 {
	margin-bottom:0;
	border-top: solid 5px #efefef;
	font-size:1.2em;
}

.collapsible button {
	background: transparent;
	border: none;
	cursor: pointer;
	color: #333;
	line-height: 1.3;
	position: relative;
	padding: 0.8em 0px 0.8em 0.9em;
}
.collapsible button:hover, .collapsible button:focus {
	color: #005c97;
}
.section-employees .collapsible button:hover,
.section-employees .collapsible button:focus  {
	color: #b94901;
}
#showall {
	font-size: 0.75em;
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: .5em .6em;
	margin-bottom: .5em;
}
.show-all {
	text-align:right;
	height:2.2em;
}

/***********************************************************************************************************************************************************

	RIGHT COLUMN

************************************************************************************************************************************************************/
.panels-flexible-region-clone_of_microsite_2_column-header_branding_2 {
  width: 100%;
}

.panels-flexible-region-clone_of_microsite_2_column-right_column{
	float: right;
	width: 200px;
}

.panels-flexible-region-clone_of_microsite_2_column-right_column .panels-flexible-region-clone_of_microsite_2_column-right_column-inside.panels-flexible-region-inside-last{
	padding: 0;
}

/***********************************************************************************************************************************************************

	PAGE ELEMENTS (SUB PAGE BANNER, DOWNLOAD BUTTONS)

************************************************************************************************************************************************************/
.swp-small-banner p{
	padding-left: 30px;
	padding-top: 46px;
	margin: 0;
	text-shadow: 1px 1px 10px rgba(0,0,0,.7);
}

.swp-banner-employers{
	background: url(swp-banner-employers.jpg) no-repeat;
}

.swp-banner-employees{
	background: url(swp-banner-employees.jpg) no-repeat;
}

.swp-banner-contact-us{
	background: url(swp-banner-contact.jpg) no-repeat;
}

.swp-banner-resources{
	background: url(swp-banner-resources.jpg) no-repeat;
}
.swp-banner-disclaimer{
	background: url(swp-banner-employers.jpg) no-repeat;
}
.swp-banner-feedback{
	background: url(swp-banner-employers.jpg) no-repeat;
}

.swp-downloads{
	width: 175px;
	height: 127px;
	color: #fefefe;
	margin-bottom: 6px;
}

.swp-downloads p{
	text-align: center;
	padding-top: 86px;
	margin: 0;
}

.swp-downloads-full{
	background: #005c97 url(swp-icon-full-downloads.png) no-repeat top center;
}

.swp-downloads-quick{
	background: #007bc9 url(swp-icon-quick-guide.png) no-repeat top center;
}

.swp-downloads-strategies{
	background: #05aef1 url(swp-icon-quick-strategies.png) no-repeat top center;
}

#swp-downloads a, #swp-downloads-employees a {
	text-decoration: none;
	color:#FFFCFC;
}



/***********************************************************************************************************************************************************

	WEB FORM

************************************************************************************************************************************************************/
.webform-grid td,.webform-grid th {
    padding: .5em;
}

.webform-grid th {
    font-size: 80%;
    line-height: 1.2;
    max-width: 90px;
}

.webform-grid td {
    font-size: 95%;
}
table.webform-grid  {
    width:100%;
}
.webform-component label {
    font-size:95%;
    font-weight:normal;
}
.webform-component label.option {
    padding-left:.5em;
}
.webform-component--if-you-disagree-please-outline-the-missing-information- {
    margin-left:1.6em
}
input[type='submit'].webform-submit  {
   font-size:1.2em;
}

/***********************************************************************************************************************************************************

	FOOTER

************************************************************************************************************************************************************/
#footer-bar {
	background-color: #000;
	padding:2em 0;
}
#footer-bar .block.first {
  position: relative;
}
.region-bottom .first {
  width:95%;
  max-width: 900px;
  margin: 0 auto;
}
.swp-footer-logo {
	float:left;
}
.swp-footer-content {
	float:right;
	font-size: 0.75em;
	text-align: right;
}
.swp-footer-content p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1280px) and (min-width: 770px) {
	.region-bottom {
	  padding-left: 0;
	  padding-right: 0;
	}
}
 @media (max-width: 1020px) {
	 .region-accessibility, .region-bottom {
	   width: 90%;
	 }
 }
 @media (max-width: 525px) {
	.swp-footer-logo, .swp-footer-content {
		float:none;
		text-align:left;
	}
	.swp-footer-content {
		margin-top:2em;
	}
 }


/***********************************************************************************************************************************************************

	SURVEY POPUP

************************************************************************************************************************************************************/
#swp-survey-popup {
	display: none;
    background-color: white;
    position: fixed;
    z-index: 999;
    padding: 1em;
    bottom: 1vw;
    right: -20vw;
    max-width: 18em;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
#swp-survey-popup p {
    color: #333;
    font-weight: bold;
    padding: 0 2.3em;
    text-align: center;
}
.cta-button {
    text-align: center;
    margin-bottom: .5em;
}
.cta-button a {
    background-color: #007BC9; /*#B64A01*/
    padding: 0.5em 2em;
    margin: 0px auto;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.cta-button a:hover, .cta-button a:focus {
    background-color: rgb(11, 75, 116);
}
#swp-survey-popup button {
    background: transparent;
    border: none;
    font-size: 80%;
    color: #007BC9;
    padding:.5em 1em;
}
#swp-survey-popup button:hover, #swp-survey-popup button:focus {
    text-decoration: underline;
}
#swp-survey-popup button:active {
    padding:.5em 1em;
}
.survey-other-buttons {
	text-align: center;
}
#swp-x {
    position: absolute;
    top: .2em;
    right: 0.5em;
}
#swp-x .swp-btn-close {
    background-color: #EEE;
    color: #333;
    padding: 0.1em 0.3em;
    border-radius: 15px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
}
#swp-x .swp-btn-close:active {
    padding: 0.1em 0.3em;
}
#swp-x .swp-btn-close:hover, #swp-x .swp-btn-close:focus {
    text-decoration: none;
    background-color: #007BC9;
    color: white;
}
 /* @media (max-width: 800px){
 	#footer-bar{
 		width: 100%;
 		padding-left: 0;
 		padding-right:0;
 	}
 	.swp-footer {
 	  margin: 0 1.5em;
 	  width: 100%
 	}
 }  */
/* @media (max-width: 1280px) and (min-width: 770px) {
	.region-bottom {
	  padding-left: 0;
	  padding-right: 0;
	}
}



@media all and (min-width: 770px) and (max-width: 1280px) {
    #page {
        padding-left: 0;
        padding-right: 0;
    };
}

@media all and (max-width: 770px) {
    #content {
        padding-left: 0;
        padding-right: 0;
    };
}

@media all and (min-width: 770px) and (max-width: 1280px) {
    .region-accessibility {
        padding-left: 0;
        padding-right: 0;
    };
}

.region-bottom {
    padding-left: 0;
    padding-right: 0;
}

@media all and (min-width: 770px) and (max-width: 1280px) {
    .region-bottom {
        padding-left: 0;
        padding-right: 0;
    };
} */


/***********************************************************************************************************************************************************

	RESPONSIVE VIEWS FOR SUBPAGES

************************************************************************************************************************************************************/

@media all and (max-width:1000px){
	.panels-flexible-region-clone_of_microsite_2_column-right_column{
	width: 20%;
	}
	.swp-downloads{
		width: 98%;
	}
}

@media all and (max-width:770px){
	/*go to one column, move downloads and quick guides to top*/
	.panels-flexible-region-clone_of_microsite_2_column-right_column{
		width: calc(100% - 1em);
		position: absolute;
	}
	.swp-downloads{
		width: 30%;
		margin-left: 2%;
		float: left;
	}

	.panels-flexible-region-clone_of_microsite_2_column-center{
		width: 100%;
	}
	.section-employees .panels-flexible-region-clone_of_microsite_2_column-center, .section-employers .panels-flexible-region-clone_of_microsite_2_column-center{
		width: 100%;
	}

	.section-for-employees .panels-flexible-region-clone_of_microsite_2_column-center, .section-for-employers .panels-flexible-region-clone_of_microsite_2_column-center{
		margin-top: 140px;
	}

	.panels-flexible-region-clone_of_microsite_2_column-sidebar.panels-flexible-region-first {
		display: none;
	}

}

#swp-looking-for{
	padding-top: 16px;
	max-width: 950px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#swp-looking-for h2{
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 12px;
}

#swp-looking-for p{
	background-color: #e6e7e8;
	margin-top: 0;
	margin-bottom: 12px;
	padding: 30px;
	font-size: .875em;
}

#swp-promo{
	margin-top: 25px;
	max-width: 950px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#swp-promo .swp-promo-employers, #swp-promo .swp-promo-employees{
	position: relative;
	width: 465px;
	float: left;
}
#swp-promo .swp-promo-employers{
	width: 485px;
}
#swp-promo .swp-promo-btn{
	width: 465px;
	height: 191px;
	display: block;
}

#swp-promo .swp-promo-btn h2{
	margin: 0;
	position: absolute;
	left: 170px;
	top: 54px;
}
#swp-promo .swp-promo-btn p{
	margin: 0px;
	position: absolute;
	top:150px;
	left: 30px;
}

#swp-promo a.swp-promo-btn{
	color: #fefefe;
	text-decoration: none;
	text-transform: uppercase;
}

#swp-promo a.swp-promo-btn:hover h2, #swp-promo a.swp-promo-btn:focus h2{
	text-decoration: underline;
}

#swp-promo .swp-promo-employers .swp-promo-btn{
	background: #0184de url("swp-promo-employers.jpg") no-repeat;
	background-size: cover;
}

#swp-promo .swp-promo-employees .swp-promo-btn{
	background: #d66336 url("swp-promo-employees.jpg") no-repeat;
	background-size: cover;
}

#swp-promo ul{
	padding-left: 30px;
	width: 377px
}
#swp-promo ul a{
	/* color: #6c6c6c; */
	text-decoration: none;
	display: block;
	color: rgb(51, 51, 51);
	padding: 0.3em 0px;
	font-size: 1.2em;
}
#swp-promo ul a:hover,#swp-promo ul a:focus {
	background-color: #EBF9FC;
}

/* #swp-promo ul li:hover{
	list-style: disc;
} */

#swp-promo ul li{
	border-bottom: 1px solid #c4c4c4;
	list-style: none;
	font-size: 80%;
}

#swp-promo .swp-read-more{
	text-transform: uppercase;
	margin-left: 30px;
	background: url(swp-downloads swp-downloads-quick swp-downloads-strategies) no-repeat 100% 50%;
}
#swp-promo a.swp-read-more{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 3px 36px 3px 0;
}
#swp-promo a.swp-read-more:hover, #swp-promo a.swp-read-more:focus{
	text-decoration: underline;
}

@media all and (max-width:770px){
	#swp-promo{
		width: 100%;
	}
	#swp-promo ul{
		width: 300px;
	}
	#swp-promo .swp-promo-employers, #swp-promo .swp-promo-employees{
		float: none;
		margin: 0 auto;
		width: 465px;
	}
}
@media all and (max-width:487px){
	#swp-promo .swp-promo-employers, #swp-promo .swp-promo-employees{
		width: 100%;
	}
	#swp-promo .swp-promo-btn{
		width: 100%;
	}
}

@media all and (max-width:407px){
	#swp-promo .swp-promo-btn h2{
		top: 32px;
	}
}

.swp-small-banner {
	width: 1000px;
	height: 150px;
	margin: 0;
	padding: 0;
	color: #fefefe;
	text-transform: uppercase;
	font-size: 30px;
}

.swp-small-banner {
	width: 1000px;
	height: 150px;
	margin: 0;
	padding: 0;
	color: #fefefe;
	text-transform: uppercase;
	font-size: 30px;
}

@media all and (max-width:1000px){
	.swp-small-banner {
	 width: 100%;
	}
}


/***********************************************************************************************************************************************************

	THANK YOU FOR YOUR FEEDBACK MESSAGE

************************************************************************************************************************************************************/

div.status p {
  margin: 1em 0;
}
div.messages {
  margin: 1.5em;
}
div.status {
  background-position: 10px 50%;
}