/* Contains only styles specific to the impact events templates */

@import url("/css/screen.css");

/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@media screen and (min-width:1024px)
{
	.middle-out-underline-on-hover:link,
	.middle-out-underline-on-hover:active,
	.middle-out-underline-on-hover:visited
	{
		position: relative;
	}

	.middle-out-underline-on-hover::before
	{
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -2px;
		left: 0;
		background: #7372c9;
		visibility: hidden;
		transform: scaleX(0);
		transition: all 0.2s;
	}

	.middle-out-underline-on-hover:hover::before,
	.middle-out-underline-on-hover:focus::before
	{
		visibility: visible;
		transform: scaleX(1);
	}
}

@keyframes main-logo-animation
{
    from
    {
    	opacity: 0;
		transform: scale(0.3);
    }

    to
    {
    	opacity: 1;
		transform: scale(1);
    }
}

.main-logo-animation
{
	animation: 500ms main-logo-animation ease-in forwards;
}



/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
    font-family: 'lato_regular';
    src: url('/fonts/Lato-Regular-webfont.eot');
    src: url('/fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Regular-webfont.woff') format('woff'),
         url('/fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'lato_medium';
    src: url('/fonts/lato-medium-webfont.eot');
    src: url('/fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-medium-webfont.woff') format('woff'),
         url('/fonts/lato-medium-webfont.ttf') format('truetype'),
         url('/fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'lato_bold';
    src: url('/fonts/Lato-Bold-webfont.eot');
    src: url('/fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lato-Bold-webfont.woff') format('woff'),
         url('/fonts/Lato-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'lato_semi_bold';
    src: url('/fonts/lato-semibold-webfont.eot');
    src: url('/fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-semibold-webfont.woff') format('woff'),
         url('/fonts/lato-semibold-webfont.ttf') format('truetype'),
         url('/fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
   	font-style: normal;
}

@font-face
{
    font-family: 'lato_semi_bold_italic';
    src: url('/fonts/Lato-SemiboldItalic.eot');
    src: url('/fonts/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Lato-SemiboldItalic.woff') format('woff'),
        url('/fonts/Lato-SemiboldItalic.ttf') format('truetype'),
        url('/fonts/Lato-SemiboldItalic.svg#Lato-SemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'open_sans_bold_italic';
    src: url('/fonts/opensans-bolditalic-webfont.eot');
    src: url('/fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('/fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('/fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'open_sans_semibold';
    src: url('/fonts/opensans-semibold-webfont.eot');
    src: url('/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-semibold-webfont.woff') format('woff'),
         url('/fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'open_sans_semibold_italic';
    src: url('/fonts/opensans-semibolditalic-webfont.eot');
    src: url('/fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-semibolditalic-webfont.woff') format('woff'),
         url('/fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('/fonts/opensans-semibolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: 'impact_regular';
	src: url('/fonts/impactreg.eot');
	src: url('/fonts/impactreg.woff') format('woff'),
		 url('/fonts/impactreg.ttf') format('truetype');
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: lato_regular;
	font-size: 15pt;
	color: #484848;
}

img
{
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #6a6a6a;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #7372c9;
}

input[type="submit"]
{
	display: inline-block;
	font-family: lato_bold;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #3a3aa2;
	border-bottom: 3px solid #1d1c66;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="submit"]:hover
{
	background-color: #5656C2;
	border-bottom: 3px solid #2F2FA7;
}

input[type="submit"]:active
{
	background-color: #303086;
	border-bottom: 3px solid #16164F;
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

input[type="button"]
{
	display: inline-block;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	text-decoration: none !important;
	padding: 5px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: lato_regular;
	font-size: 15pt;
}

hr
{
	height: 1px;
	background-color: #bebebe;
	border: 0;
}


/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@media screen and (max-width: 1200px)
{
	#header-desktop #menu-builder-header-nav
	{
		position: fixed;
		top: 60px;
		z-index: 1500;
		left: 0;
		width: 100%;
		max-height: calc(100% - 60px);
		box-shadow: -1px -2px 20px 0px rgba(0,0,0,0.5);
		overflow-y: auto;
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		max-width: 1200px;
		height: 50px;
		background-color: #000000;
	}
}


/******************************************
 /$$   /$$  /$$$$$$  /$$      /$$ /$$$$$$$$
| $$  | $$ /$$__  $$| $$$    /$$$| $$_____/
| $$  | $$| $$  \ $$| $$$$  /$$$$| $$
| $$$$$$$$| $$  | $$| $$ $$/$$ $$| $$$$$
| $$__  $$| $$  | $$| $$  $$$| $$| $$__/
| $$  | $$| $$  | $$| $$\  $ | $$| $$
| $$  | $$|  $$$$$$/| $$ \/  | $$| $$$$$$$$
|__/  |__/ \______/ |__/     |__/|________/
*******************************************/
#banner_container
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 564px;
	background: url('/userContent/images/impact/impact-events-group-banner-background.jpg') top center no-repeat;
	transition: all 400ms;
	position: relative;
	overflow: hidden;
}

#banner_container #target_graphic
{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -524.5px;
}

#banner_container.ie #target_graphic
{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#banner_container #main_logo
{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media screen and (max-width:960px)
{
	#banner_container
	{
		padding-top: 60px;
		height: 300px;
	}

	#banner_container #main_logo
	{
		max-width: 70%;
	}
}

#banner_video_container
{
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	height: 564px;
	overflow: hidden;
	background-color: #000000;
}

#banner_video
{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width:768px)
{
	#banner_video_container
	{
		height: 390px;
	}

	#banner_video
	{
		left: 57%;
    	transform: translate(-50%,-50%) scale(0.65);
	}
}

.gray-background
{
	background-color: #efefef;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.wide-crowd-shot-background
{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background: url('/userContent/images/impact/impact-events-bottom-background.jpg') top center no-repeat;
	background-size: cover;
}

.white-box
{
	background-color: #ffffff;
	box-shadow: 3px 3px 0 #a7a7a7;
	padding: 20px !important;
	transition: all 400ms;
}

.white-box:hover
{
	transform: translateY(-3px);
	box-shadow: 5px 5px 2px rgba(167,167,167,0.8);
}


/****************************************************************************
 /$$$$$$ /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$  /$$   /$$  /$$$$$$  /$$
|_  $$_/| $$$ | $$|__  $$__/| $$_____/| $$__  $$| $$$ | $$ /$$__  $$| $$
  | $$  | $$$$| $$   | $$   | $$      | $$  \ $$| $$$$| $$| $$  \ $$| $$
  | $$  | $$ $$ $$   | $$   | $$$$$   | $$$$$$$/| $$ $$ $$| $$$$$$$$| $$
  | $$  | $$  $$$$   | $$   | $$__/   | $$__  $$| $$  $$$$| $$__  $$| $$
  | $$  | $$\  $$$   | $$   | $$      | $$  \ $$| $$\  $$$| $$  | $$| $$
 /$$$$$$| $$ \  $$   | $$   | $$$$$$$$| $$  | $$| $$ \  $$| $$  | $$| $$$$$$$$
|______/|__/  \__/   |__/   |________/|__/  |__/|__/  \__/|__/  |__/|________/
*****************************************************************************/
#banner_container.internal
{
	height: 440px;
}

#internal_page_primary_panel
{
	padding: 60px 0;
}

#internal_page_bottom_panel
{
	background-color: #efefef;
}

/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer-top
{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-color: #292929;
	padding: 50px 0;
}

#footer-bottom
{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	padding: 15px 0;
}

#footer-bottom,
#footer-bottom a:link,
#footer-bottom a:active,
#footer-bottom a:visited
{
	font-family: lato_regular;
	font-size: 10pt;
	font-weight: normal;
	color: #bdbdbd;
	text-decoration: none;
	transition: color 200ms;
}

#footer-bottom a:hover
{
	color: #5151b2;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: lato_regular;
	font-size: 15pt;
	font-weight: normal;
	color: #484848;
	margin: 0 !important;
	padding: 0;
}

p b,
p strong
{
	color: #000000;
}

.ww_p_double_space
{
   	font-family: lato_regular;
	font-size: 15pt;
	font-weight: normal;
	color: #484848;
	line-height: 2;
	margin: 0 !important;
	padding: 0;
}

.ww_p_alternate
{
	font-family: lato_regular;
	font-size: 12pt;
	font-weight: normal;
	color: #484848;
	margin: 0 !important;
	padding: 0;
}

.ww_p_call_out
{
	font-family: lato_regular;
	font-size: 17pt;
	font-weight: normal;
	color: #484848;
	margin: 0 !important;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: impact_regular;
	font-size: 48pt;
	font-weight: normal;
	line-height: 1;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0;
}

h1 em
{
	font-family: lato_medium;
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	line-height: 0.7 !important;
	color: #585858;
	margin: 0 !important;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-family: impact_regular;
	font-size: 36pt;
	font-weight: normal;
	line-height: 1;
	color: #000000;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h3,
h3.ww_h3
{
	font-family: impact_regular;
	font-size: 28pt;
	font-weight: normal;
	line-height: 1;
	color: #000000;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: lato_semi_bold_italic;
	font-size: 20pt;
	font-weight: normal;
	color: #5d5e60;
	margin: 0 !important;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: impact_regular;
	font-size: 20pt;
	font-weight: normal;
	color: #484848;
	margin: 0 !important;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: open_sans_semibold;
	font-size: 18pt;
	font-weight: normal;
	color: #484848;
	letter-spacing: 1.2px;
	margin: 0 !important;
	padding: 0;
}

.ww_emphasis
{
	font-family: open_sans_semibold_italic;
	font-weight: normal;
	font-style: normal;
	color: #484848;
}

.ww_strong_emphasis
{
	font-family: open_sans_bold_italic;
	font-weight: normal;
	font-style: normal;
	color: #484848;
}

.ww_action_button1
{
	display: inline-block;
	font-family: lato_bold;
	font-size: 15pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #5151b2;
	border-bottom: 3px solid #262585;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button1,
a .ww_action_button1:link,
a .ww_action_button1:visited,
.ww_action_button1 a:link,
.ww_action_button1 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: #6B6BBC;
	border-bottom: 3px solid #3232B3;
}

.ww_action_button1:active
{
	background-color: #3F3F8C;
	border-bottom: 3px solid #202073;
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button2
{
	display: inline-block;
	font-family: lato_bold;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #3a3aa2;
	border-bottom: 3px solid #1d1c66;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button2,
a .ww_action_button2:link,
a .ww_action_button2:visited,
.ww_action_button2 a:link,
.ww_action_button2 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #5656C2;
	border-bottom: 3px solid #2F2FA7;
}

.ww_action_button2:active
{
	background-color: #303086;
	border-bottom: 3px solid #16164F;
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button3
{
	display: inline-block;
	font-family: lato_bold;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #454545;
	border-bottom: 3px solid #252525;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button3,
a .ww_action_button3:link,
a .ww_action_button3:visited,
.ww_action_button3 a:link,
.ww_action_button3 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button3:hover
{
	background-color: #565656;
	border-bottom: 3px solid #444444;
}

.ww_action_button3:active
{
	background-color: #383838;
	border-bottom: 3px solid #161616;
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_newsletter_content
{

}

.ww_newsletter_body
{

}

.ww_editor_body
{
	background-color: #FFFFFF;
}

@media screen and (max-width:960px)
{
	#home_page_primary_panel h1,
	#home_page_middle_panel h1,
	#home_page_bottom_panel h1,
	#internal_page_primary_panel h1,
	#internal_page_bottom_panel h1
	{
		font-size: 32pt;
	}
}