@font-face {
	font-family: 'Open-Sans-Bold';
	src: url('fonts/opensans-bold.eot'); /* IE9 Compat Modes */
	src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), 
		 url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/opensans-bold.woff') format('woff'), /* Modern Browsers */
	     url('fonts/opensans-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/opensans-bold.svg#Open-Sans-Bold') format('svg'); /* Legacy iOS */
}
	
@font-face {
	font-family: 'Open-Sans-Regular';
	src: url('fonts/opensans-regular.eot'); /* IE9 Compat Modes */
	src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), 
		 url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/opensans-regular.woff') format('woff'), /* Modern Browsers */
	     url('fonts/opensans-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/opensans-regular.svg#Open-Sans-Regular') format('svg'); /* Legacy iOS */
}
	
@font-face {
	font-family: 'Open-Sans-Semi';
	src: url('fonts/opensans-semibold.eot'); /* IE9 Compat Modes */
	src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), 
		 url('fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/opensans-semibold.woff') format('woff'), /* Modern Browsers */
	     url('fonts/opensans-semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/opensans-semibold.svg#Open-Sans-Semi') format('svg'); /* Legacy iOS */
}
/*********************************************************************************/
/* Foundation Overrides */
/*********************************************************************************/

.row {
	max-width: 1024px !important;
	margin: 0 auto;
	width: 100%;
}

.panel {
	background: none repeat scroll 0 0 #e0e0e0;
	border-color: #FFF;
	min-height: 620px;
	margin-bottom: 0 !important;
	padding: 20px 30px 0 !important;
}

.panel p {
    margin-bottom: 5px !important;
}

.panel p.view-articles {
	margin-bottom: 5px !important;
}

/*********************************************************************************/
/* Styles */
/*********************************************************************************/
body {background: none repeat scroll 0 0 #1d1f22;}

#main-content {background: none repeat scroll 0 0 #FFF;}

.container {width: 1024px; margin: 0 auto; box-shadow: 0 0 25px #000;}

div.overlayMask {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    opacity: 0.75;
    display: none;
    z-index: 9999;
}

/*********************************************************************************/
/* Header */
/*********************************************************************************/

.top-navigation {
	background: none repeat scroll 0 0 #fff;
	height: 80px;
}

	.top-navigation .nav-bar {
		padding: 0;
		margin: 30px 20px 0 0;
	}

	.top-navigation .nav-bar a {
		font-size: 12px;
		font-family: 'Open-Sans-Regular';
		color: #464646;
		padding-left: 20px;
		background: url("img/bookmark.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

.logo {
	margin: 0;
	padding: 5px 0 0;
}

/*********************************************************************************/
/* Sidebar */
/*********************************************************************************/

.sidebar {
	padding: 0 !important;
}

.login-panel {
	padding-bottom: 15px;
}

.panel h4 {
	font-size: 30px;
	color: #464646;
	font-family: 'Open-Sans-Bold';
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 25px;
	padding-top: 2px;
}

.panel h5 {
	font-size: 20px;
	color: #464646;
	font-family: 'Open-Sans-Bold';
	text-transform: uppercase;
	margin-bottom: 10px;
}

.panel h5.blog-title {
	margin-bottom: 2px;
}

.panel .button, .marketingForm .button {
    background-color: #97a3ae;
    border-bottom: 3px solid #19509f;
    border-width: 1px 1px 3px;
    border-color: #97a3ae #97a3ae #1950a0;
    color: #fff;
    font-family: 'Open-Sans-Regular';
    font-size: 18px !important;
    padding: 10px 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: none;
    width: 100%;
}

.panel .login-button, .panel .trail-button{
	background-color: #0277bd;
	font-size: 12px !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-transform: uppercase;
}

.panel .trail-button{
	margin-bottom: 10px;
}

.information {
	background: url("img/secure.png") no-repeat scroll 245px 1px rgba(0, 0, 0, 0);
	font-size: 10px;
	font-family: 'Open-Sans-Regular';
	color: #464646;
	margin-bottom: 15px;
}

.pw-university {
	background-color: #fff;
	height: 110px;
	box-shadow: 0px 3px 5px #888888;
}

.pw-university .banner{
	margin-top:0px;
	height: 60px;
	background: url("img/pw-university-logo.jpg") no-repeat scroll 50% 70% #fff;
}

.pw-university .content{
    margin-top:10px;
}

.pw-university .content p{
    font-size:12px;
    font-family: Helveitca;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    line-height: 1.3;
}

.pw-university .content a {
    background-color: #0277bd;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Open-Sans-Regular';
    font-size: 12px;
    font-weight: bold;
    margin-left: -10px;
}

.arrow {
	background: url("img/view-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	font-size: 12px;
	font-family: 'Open-Sans-Regular';
	color: #464646;
	text-decoration: none;
	padding-right: 15px;
}

.mbtm {
	margin-bottom: 20px !important;
}

.row-thumbnail {padding-bottom: 10px;}

.row-thumbnail .large-2 {padding: 0 !important;}
	
	.row-thumbnail .large-10 {
		line-height: 20px;
	}
	
	.row-thumbnail .large-10 a {
		font-size: 11px;
		font-family: 'Open-Sans-Regular';
		color: #464646;
		text-decoration: underline;
		line-height: 10px;
		vertical-align: top;
	}

.blog {
	margin-bottom: 10px;
	line-height: 20px;
}

	.blog a {
		font-size: 12px;
		font-family: 'Open-Sans-Regular';
		color: #464646;
		text-decoration: underline;
		line-height: 10px;
	}

#blog-items {
    /*height: 89px;
    overflow-y: scroll;
    overflow-x: hidden;*/
    margin-left: 0px;
    margin-bottom: 0px;
}

#blog-items div.row-thumbnail{
	padding-bottom: 2px;
}
/*********************************************************************************/
/* Left Column */
/*********************************************************************************/

.main {
	background: url("img/main-bg.png") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	height: 620px;
}

	.main .internal {
		text-align: right;
		margin-top: 280px;
		margin-right: 20px;
	}
	.main .button {
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		background: none repeat scroll 0 0 #f06000;
		font-size: 18px;
		font-family: 'Open-Sans-Regular';
		padding: 12px 15px;
		margin-left: 30px;
		color: #FFF;
	}
	
	.main .button:hover {
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		background: none repeat scroll 0 0 #f06000;
		border-color: #FA842A;
		font-size: 18px;
		font-family: 'Open-Sans-Regular';
		padding: 10px 35px;
		margin-left: 30px;
		color: #FFF;
	}

	.main h2 {
		font-size: 40px;
		color: #fff;
		font-family: 'Open-Sans-Bold';
		line-height: 50px;
		padding: 0px 0 0 30px;
		letter-spacing: -1px;
	}
	
	.main h3 {
		font-family: 'Open-Sans-Bold';
		font-size: 20px;
		text-transform: uppercase;
		color: #fff;
		padding-left: 30px;
		padding: 0px 0 20px 30px;
		margin-top:125px;
	}
	
	.main ul {
		margin: 0 0 8px 0;
		line-height: 2;
	}
	
		.main ul li {
			color: #fff;
			font-size: 16px;
			font-family: 'Open-Sans-Semi';
			list-style: none;
		}
		
			.main ul li p {
				color: #FFF;
				font-size: 16px;
				font-family: 'Open-Sans-Regular';
				margin-bottom: 5px;
			}
		
	.main .btm-text {
		margin-left: 45px;
		padding-top: 80px;
		color: #FFF;
		font-family: 'Open-Sans-Regular';
		font-size: 14px;
	}
	
		.main .btm-text a {
			text-decoration: underline;
			color: #FFF;
		}
		
		.main .btm-text a:hover,
		.main .btm-text a:active,
		.main .btm-text a:focus {
			text-decoration: underline;
			color: #52a7f7;
		}
		
/*********************************************************************************/
/* Footer */
/*********************************************************************************/

.social {
	margin: 10px 0 0;
	padding: 0;
	text-align: right;
}

.footer {
	background: none repeat scroll 0 0 #0277bd;
}

	.footer .inline-list > li {
		margin-left: 15px;
	}

	.footer .large-8 p {
		font-size: 10px;
		font-family: 'Open-Sans-Regular';
		color: #8eb4d2;
		padding-top: 15px;
		line-height: 20px;
	}
	
		.footer .large-8 p a {
			color: #8eb4d2;
			text-decoration: none;
		}

.btm-footer {
	color: #8eb4d2;
	font-size: 12px;
	font-family: 'Open-Sans-Regular';
	display: inline-block;
}

.appleLinks a {
	color: #464646;
}

li.c1 {list-style: none; display: inline;}

/*********************************************************************************/
/* Form CSS */
/*********************************************************************************/

form {margin: 0 !important; padding-bottom: 5px;}

form p {font-size: 10px; font-family: "Open-Sans-Regular"; margin-bottom: 10px;}

#closeButton{
    font-size: 37px;
    color: darkgray;
    text-align: right;
    margin-bottom: 20px;
    cursor: pointer;
}

input.text, select, textarea {
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
        border-color: #e1e1e1 #e1e1e1 #e1e1e1 #52a7f7;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    box-shadow: none;
    display: block;
    font-family: 'Open-Sans-Regular';
    font-size: 14px;
    height: 40px;
    color: #464646;
    margin-bottom: 20px;
    padding: 0 15px;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus {
	-moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border-color: #52a7f7 #52a7f7 #52a7f7 #52a7f7;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    box-shadow: 0 0 3px #CCC;
}


input[type="checkbox"] {
    float: left;
    width: 15px;
    height: 15px;
    margin: 0;
    opacity: 0;
    position: absolute;
}

input[type=checkbox] + label {
	font-family: 'Open-Sans-Regular';
	font-size: 12px;
	margin: -5px 0 20px;
	display: block;
}

input[type=checkbox] + label.label-remember {
	margin-bottom: 10px;
}

input[type=checkbox] + label:before {
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #FFFFFF;  
    border: 1px solid #e1e1e1;
}

input[type=checkbox]:checked + label:before {
    content:"\2714"; 
    color:white;
    background-color: #52a7f7; 
    text-align:center;
    line-height:14px;
    border: 1px solid #e1e1e1;
}

input[type=checkbox]:focus + label:before {
    box-shadow: 0 0 3px #CCC;
}


input.button[type="submit"] {
    background-color: #52a7f7;
    border-bottom: 3px solid #19509f;
    border-color: #52a7f7 #52a7f7 #1950a0;
    color: #fff;
    font-family: 'Open-Sans-Regular';
    font-size: 18px !important;
    padding: 10px 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: none;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

input.button:hover,
a.button:hover {
	background-color: #FFF;
	border-color: #52a7f7 #52a7f7 #1950a0;
	border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #464646;
}

.marketingForm input.text, .marketingForm select{
    padding: 0 5px;
}

.marketingForm select{
    background: url('img/down-arrow.jpg') no-repeat right center;
    background-size: 15px 10px;
    background-origin: content-box;
    margin-bottom: 20px;
}

.placeholder {
    color: #d7d7d7;
}

option[disabled] {
    color: #d7d7d7;
    display: none;
}

option {
    color: black;
}

/*********************************************************************************/
/* Placeholder CSS */
/*********************************************************************************/

input::-webkit-input-placeholder {
color: #d7d7d7;
opacity:1;
}

input:-moz-placeholder { /* Firefox 18- */
color: #d7d7d7;
opacity:1;
}

input::-moz-placeholder { /* Firefox 19+ */
color: #d7d7d7;
opacity:1;
}

input:-ms-input-placeholder {
color: #d7d7d7;
opacity:1;
}

/*********************************************************************************/
/* Form Errors */
/*********************************************************************************/

.error small.error, .mktError small.error{
	color: #52a7f7 !important;
	margin-top: -20px !important;
	padding: 0 !important;	
	background: none repeat scroll 0 0 transparent !important;
	font-family: 'Open-Sans-Regular';
	font-size: 10px !important;
	font-style: normal !important;
	padding-left: 20px !important;
    display: block;
}

.error label {
    color: #4d4d4d;
}

.mktError small.error {
    padding-left: 2px !important;
    color: red !important;
    margin-bottom: 0px;
    height: 20px;
    margin-top: -21px !important;
}

/*********************************************************************************/
/* Media Queries */
/*********************************************************************************/


/* Define mobile styles */ 
@media only screen {
	

} 

/* max-width 640px, mobile-only styles, use when QAing mobile issues */ 
@media only screen and (max-width: 40em) {
	.main {height: 550px;}
	.main h2, .main h3, .main ul {padding-left: 0 !important;}
	.main ul, .main .button {margin-left: 15px !important;}
	.main h2 {font-size: 45px; line-height: 45px; padding: 30px 0 0 0px;}
	.top-navigation .nav-bar {margin: 30px 0 0;}
	.logo {max-width: 140px; margin-top: 5px;}
	.main h3, .main .button, input.button[type="submit"], .panel .button {font-size: 16px;}
	.main ul li {font-size: 10px;}
	.main ul li p {font-size: 12px;}
	.main .btm-text {margin-left: 0; font-size: 12px; padding-top: 30px;}
	.panel {padding: 20px 20px 0 !important;}
	.panel h4 {margin-bottom: 20px;}
	.social {float: left !important; width: 285px; text-align: left;}
	.footer .inline-list > li:first-child {margin-left: 0;}
	.footer .inline-list > li {float: left;}
	.container {width: 100% !important;}
	li.c1 {margin: 10px 0 !important;}
}

/* min-width 641px, medium screens */ 
@media only screen and (min-width: 40.063em) {

} 

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.panel h4 {margin-bottom: 20px;}
	.footer .medium-12 .right, .footer .medium-12 .right .right {float: none !important;}
	.social {float: left !important; width: 320px; text-align: left;}
	.footer .inline-list > li:first-child {margin-left: 0;}
	.footer .inline-list > li {float: left;}
	.btm-footer {margin: 10px 0;}
	.container, #container {width:100%;}
} 

/* min-width 1025px, large screens */ 
@media only screen and (min-width: 64.063em) {

} 

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */ 
@media only screen and (min-width: 64.063em) and (max-width: 90em) {

} 

/* min-width 1441px, xlarge screens */ 
@media only screen and (min-width: 90.063em) {

} 

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */ 
@media only screen and (min-width: 90.063em) and (max-width: 120em) { } 

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */ 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {

}

.pw-rw-banner{
	background:url("img/pw-rw-login.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	width:277px;
	height: 134px;
	display: none;
}