/* here you can put your own css to customize and override the theme */
#contact_bsmodal div.modal-body
{
	height: 600px;
}

#contact_bsmodal #recaptcha_widget_div {
	width: 100%;
}

.contact-toast
{
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: alpha(opacity=100) !important;
}

.navbar-brand
{
	padding: 10px 10px;
	margin-left: 10px;
	background: url(/assets/img/rplogo.png) no-repeat;
	height: 50px;
	width: 284px;
}

.navbar-brand.help
{
	background: url(/assets/img/pwhelplogo.png) no-repeat;
	width: 420px;
}
@media all and (min-width: 992px) {
	.navbar-brand
	{
		margin-top: 10px;
	}
}

@media all and (min-width: 768px) {
	.navbar-brand
	{
		width: 300px;
	}
		.navbar-brand.help {
			width: 420px;
		}
}

@media (max-width: 767px) {
	.navbar-brand
	{
		padding: 1px 0px 0px 10px;
	}
}

@media (max-width: 360px) {
	.navbar-brand
	{
		margin-top: 12px;
		background: url(/assets/img/rplogo_small.png) no-repeat;
		width: 200px;
	}
}

@media (max-width: 280px) {
	.navbar-brand
	{
		margin-top: 12px;
		background: url(/assets/img/rplogo_glyph.png) no-repeat;
		width: 35px;
	}
}

.no-padding
{
	padding: 0 !important;
}
.padding-bottom-20
{
	padding-bottom: 20px;
}
.padding-bottom-40
{
	padding-bottom: 40px;
}
.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20
{
	padding-top: 20px;
}
.padding-top-40
{
	padding-top: 40px;
}
.padding-top-60
{
	padding-top: 60px;
}
.padding-right-15
{
	padding-right: 15px;
}
.padding-right-20
{
	padding-right: 20px;
}
.padding-left-15
{
	padding-left: 15px;
}
.padding-left-20
{
	padding-left: 20px;
}
.padding-left-30
{
	padding-left: 30px;
}
.padding-left-50
{
	padding-left: 50px;
}
.margin-right-15
{
	margin-right: 15px;
}
.margin-left-10
{
	margin-left: 10px;
}
.margin-left-15
{
	margin-left: 10px;
}
.margin-left-20
{
	margin-left: 20px;
}
.margin-left-60
{
	margin-left: 60px;
}
.margin-left-120
{
	margin-left: 120px;
}
.margin-top-0
{
	margin-top: 0px !important;
}
.margin-top-5
{
	margin-top: 5px !important;
}
.margin-top-30
{
	margin-top: 30px;
}
.margin-top-40
{
	margin-top: 40px;
}
.margin-top-60
{
	margin-top: 60px;
}
.margin-top-80
{
	margin-top: 80px;
}
.margin-top-100
{
	margin-top: 100px;
}
.margin-bottom-0
{
	margin-bottom: 0px !important;
}
.margin-bottom-20
{
	margin-bottom: 20px;
}
.margin-bottom-30
{
	margin-bottom: 30px;
}
.margin-bottom-40
{
	margin-bottom: 40px;
}
.margin-bottom-60
{
	margin-bottom: 60px;
}
.margin-bottom-80
{
	margin-bottom: 80px;
}
.margin-bottom-100
{
	margin-bottom: 100px;
}
.margin-bottom-200
{
	margin-bottom: 200px;
}
.margin-bottom-300
{
	margin-bottom: 300px;
}
ul.volrecruit-role
{
	list-style: none;
}

ul.volrecruit-role li
{
	padding-left: 4px;
}

ul.volrecruit-role:after
{
	clear: both;
}

.f-logo .img-responsive
{
	margin: 0 auto;
}

body
{
	/*background-color: #f6f6f6;*/
	/*background-color: #a5a5a5;*/
	/*background-color: #9FB6CD;*/
}

#recaptcha_response_field:-moz-placeholder {
  color: #999999 !important;
}
#recaptcha_response_field::-moz-placeholder {
  color: #999999 !important;
}
#recaptcha_response_field:-ms-input-placeholder {
  color: #999999 !important;
}
#recaptcha_response_field::-webkit-input-placeholder {
  color: #999999 !important;
}
#recaptcha_response_field {  
  height: 34px;
  padding: 6px 12px;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #333333 !important;
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
#recaptcha_response_field:focus {
  border-color: #999999;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.has-error #recaptcha_response_field {
  border-color: #b94a48 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.has-error #recaptcha_response_field:focus {
  border-color: #953b39 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.bs-callout-danger h4 {
color: #B94A48;
}

.bs-callout-warning h4 {
color: #C09853;
}

.bs-callout-info h4 {
color: #3A87AD;
}

.slide_title {
	color: white;
}

.slide_desc {
	color: white;
}

/* container styles */
.container.bordered {
	border-left: solid 1px #62707f;
}

/* issue with twitter bootstrap modals */
.scrollbar-measure {
  width: 1px;
  height: 1px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.column-page {
	background-color: #fff;
	padding: 0px 30px 0px 30px;
}

.addthis_toolbox * {
     -webkit-box-sizing: content-box;
     -moz-box-sizing:    content-box;
     box-sizing:         content-box;
}

.dotdotdot
{
    height: 100px;
    overflow: hidden;
}

.dotdotdot *
{
    background-color: #f5f5f5 !important;
}

.dotdotdot a.readmore
{
	display: none;
}

.e-dotdotdot
{
    max-height: 100px;
    overflow: hidden;
}

.e-dotdotdot *
{
    background-color: #f5f5f5 !important;
}

.e-dotdotdot a.readmore
{
	display: none;
}

.page-container
{
	/*background-color: #A2B5CD;*/
}

/* LISTS */
.front-lists-v3 li {
	color: #555;
	font-size: 16px;
	margin-bottom: 8px;
}

.front-lists-v3 li i {
	margin-right: 5px;
	font-size: 17px;
}

.min-height-700
{
	min-height: 700px !important;
}

img.qualys-seal
{
	margin-top: 5px;
}

.no-script
{
    margin-top: 20px;
    padding: 20px;
    font-size: large;
}
