/* CUSTOM ADDITIONS GO HERE */


.desktop-nav-area {
	display:block;
}

.mobile-nav-area {
	display:none;
}

.menu-panel-sub-items {
	margin-top:5px;
	margin-left:25px;
	margin-right:0px;
	width:100%;
	padding:0px!important;
	color: #000099;
}

.menu-panel-sub-items a {
	color:#000099;
	opacity:0.8;
}

.menu-panel-sub-items a:hover {
	text-decoration:none;
	color: #00004d!important;
	opacity:1.0!important;
}

.desktop-menu {
	margin-top:0px;
	text-align:left;
}

.menu-spacer-top {
	margin-top:10px;
}

.rfp-image-spacing {
	margin-top:5px;
	margin-bottom:0px;
}


/* Customize the mobile navigation */ 

.navbar-nav {
	margin-top:0px;
}

.navbar-custom {
    color: #000099;
    background-color: #fff;
	padding:0px;
	margin-left:-20px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	/*width:100%;*/
}

.navbar {
	/*width:100%;*/
	background-color:#fff!important;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	text-align:left;
}

.navbar .navbar-toggle {
	border-color:#000099;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000099;
  border-radius: 2px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none!important;
	background-color: #fff;
	color:#000066!important;
}


/* .nav > li > a:hover:after  {
    content: "";
    border-bottom: 3px solid #535353;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0px;
} */

.navbar .navbar-nav > li > a:hover, .nav > li > a:focus { 
	text-decoration: none!important;
	background-color:#fff;
	color:#000066!important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.navbar .nav > li > a {
	color:#000099;
	text-decoration: none!important;
}

.nav .active a { 
	text-decoration: none;
	background: #fff!important;
	color:#000099!important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/* .nav > .active a:after  {
    content: "";
    border-bottom: 3px solid #535353;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0px;
} */



.navbar-default .navbar-nav > li > a {
    color: #000099;
	background-color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000099;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #000099;
    background-color: #fff;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #000099;
	background-color: #fff;
	opacity:0.8;
}


.navbar-nav > li > .dropdown-menu { 
	background-color: #fff; 
	border:1px solid #000099;
}


.navbar dropdown li a:hover {
	background-color: #fff;
	color:#00004d;
}

.dropdown-menu > li > a {
    background-color: #000099 !important;
    color: #fff !important;
	padding-left:30px !important;
}

.dropdown-menu > li > a:hover {
    background-color: #fff !important;
    color: #000099 !important;
	padding-left:30px !important;
}

.desktop-menu-line-left-area {
	float:left;
	margin:0px;
	padding:0px;
	padding-top:10px;
	margin-bottom:10px;
}

.desktop-menu-line-right-area {
	float:right;
	margin:0px;
	padding:0px;
	margin-bottom:10px; 
}

#main-menu {
	padding:0px;
	margin:0px;
	margin-left:0px;
}

.main-menu-dropdown li {
	padding:5px;
	background-color:#fff;
	border-left:1px solid #000099;
	border-right:1px solid #000099;
	border-top:1px solid #000099;
	margin-left:10px!important;
}

.main-menu-dropdown-bottom-li {
	border-bottom:1px solid #000099;
}

.main-menu-dropdown-top-li {
	margin-top:5px!important;
}

#main-menu, #main-menu > li > ul {
	list-style: none;
	/*font-size: 1.3em;
	height:20px;*/
		line-height:20px;
	margin-bottom:0px;
}
#main-menu > ul {
	float: left;
}

#main-menu > li {
	float: left;
}
#main-menu li > a {
	display: block;
	background: #fff;
	color: #000099;
	opacity:0.8;
	padding: 0px 10px;
	text-decoration: none;
	vertical-align: bottom!important; 
	/*font-size: 1.0em;*/

}
#main-menu li:hover > a {
	background: #fff;
	color: #00004d;
	opacity:1.0;
	/*font-size: 1.0em;*/
}

#main-menu >li > ul {
	position: absolute;
	display: none;
	padding: 0;
	margin:0;
	z-index: 10;
}
#main-menu > li:hover > ul {
	display: block;
	position: absolute;
	z-index: 100;
	/*font-size: 1.0em;*/
	margin:0px!important;
	padding:0px!important;
}



/* FOOTER - BLUE BACKGROUND CODE */

footer {
	background-color: #05468a!important; /* Override background color */
}

.footer-blue-row {
	margin-top:25px;
	margin-bottom:25px;
	font-family: open_sans, helvetica neue, Helvetica, Arial, sans-serif;
}

footer .footer-blue-div-left-50 {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:15px;
}

footer .footer-blue-div-right-50 {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	text-align: right;
}

/* Footer Social Codes */

footer .social i {
  width: 30px;
  height: 30px;
  font-size: 22px;
  color:#fff;
  padding-left:0px;
  background-color: #05468a!important;
}

footer .social i:hover {
  background-color: #05468a!important;
}

footer .social .bluesky-icon {
  width: 30px;
  height: 30px;
  font-size: 22px;
  background-color: #05468a!important;
  border-radius: none;
  border:none
}

footer .social-footer-row a {
	margin-left: 5px;
}

footer .social .fa-facebook-f {
  background-color: #05468a!important;
}

footer .social .fa-x-twitter {
  background-color: #05468a!important;
}

footer .social .fa-youtube {
  background-color: #05468a!important;
}

footer .social .fa-linkedin-in {
  background-color: #05468a!important;
}

footer .social .fa-instagram {
	background: #05468a!important;
}

footer .social .fa-bluesky {
   background:  #05468a!important;
}

footer .footer-div-bottom-margin {
	margin-bottom: 15px;
}

footer .footer-blue-row h4 {
	margin-bottom: 10px;
}

footer .form-container-simple-contact {
    /* background-color: #444; /* Slightly lighter dark background for the form 
    padding: 20px;
    border-radius: 15px;  
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);   */  
    max-width: 300px; /* Max width for the form */
    width: 100%; /* Full width */
}



footer input[type="text"],
footer input[type="email"] {
    width: 100%; /* Full width */
    padding: 10px; /* Padding for the input fields */
    margin: 0px 0 10px 0; /* Vertical margin */
    border: 2px solid #ffffff; /* White border */
    border-radius: 15px; /* More rounded corners for the input fields */
    /* background-color: #eee; *//* Very light background for input fields */
    color: #333; /* Dark text color inside input fields */
}

footer input[type="text"]:focus,
footer input[type="email"]:focus {
    outline: none; /* Remove default outline */
    border-color: #aaa; /* Change border color on focus */
}

footer input[type="submit"] {
    background-color: transparent; /* Transparent background */
    color: white; /* White text color for the button */
    border: 2px solid white; /* White border */
    border-radius: 15px; /* More rounded corners for the button */
    padding: 10px; /* Padding for the button */
    cursor: pointer; /* Pointer cursor on hover */
    width: 150px; /* Set a specific width for the button */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s; /* Smooth transition for background color */
    margin: 0 auto; /* Center the button horizontally */
    display: block; /* Use block display to apply margin auto */
}

footer input[type="submit"]:hover {
    background-color: #aaa; /* Light yellow on hover */
}


@media (max-width: 767px) {
    footer .footer-blue-div-right-50 {
    	margin-top: 20px;
    	margin-bottom: 20px;
		text-align: left;
    }
}



/* RFP CALLOUT BOX */

.rfp-callout-main {
	margin-top:5px; 
	margin-left:0px; 
	margin-right:20px;
	margin-bottom:20px; 
	border:1px solid #999; 
	border-radius:20px; 
	background:#f9f9f9; 
	max-width: 800px; 
	width:100%;
}

.rfp-callout-table  {
	max-width: 800px; width: 100%;
}

.rfp-callout-table td {
	text-align:left; padding: 20px;"
}

.rfp-callout-right-side-top {
	color: #333;
	font-size: 17px;
	font-family: open_sans, helvetica neue, Helvetica, Arial, sans-serif; 
	font-weight: 600;
	margin-bottom: 5px;
}

.rfp-callout-right-side-blue-area {
	border:1px solid #999;
	border-radius:6px;
	background:#05468a;
	max-width: 700px;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	color: #fff;
	font-family: open_sans, helvetica neue, Helvetica, Arial, sans-serif; 
	font-weight: 550;
	font-size: 15px;
}

/* END RFP CALLOUT BOX */


/* SMALL CONTACT FORM CODE */

.form-container-simple-contact {
    max-width: 400px; /* Adjust width as needed */
    margin: 0 auto;
}
.form-container-simple-contact form {
    display: flex;
    flex-direction: column;
    gap: 6px; /* Reduces space between elements */
}

/* Styles for text input fields and email input fields */
.form-container-simple-contact input[type="text"],
.form-container-simple-contact input[type="email"] {
    width: 100%;
    padding: 12px 10px; /* Reduced padding for more compact fields */
    font-size: 0.9em; /* Slightly smaller font size */
    margin: 0;
    box-sizing: border-box;
    border-radius: 20px; /* Match the roundness with reCAPTCHA iframe */
    border: 1px solid #ccc; /* Subtle border to match input fields */
    height: 36px; /* More compact height */
}

/* Separate styling for the textarea */
.form-container-simple-contact textarea {
    width: 100%;
    padding: 12px 10px; /* Same padding for consistent spacing */
    font-size: 0.9em; /* Match font size */
    margin: 0;
    box-sizing: border-box;
    border-radius: 12px; /* Match the roundness with input fields */
    border: 1px solid #ccc; /* Subtle border */
    resize: vertical; /* Allows vertical resizing only */
    height: 100px; /* Adjusted height for the textarea */
    color:#333;
}

/* Make sure the placeholder in the textarea is visible */
.form-container-simple-contact textarea::placeholder {
    color: #888; /* Light color for placeholder text */

}

/* Inline fields for first name and last name */
.form-container-simple-contact .inline-fields {
    display: flex;
    gap: 6px;
}

.form-container-simple-contact .inline-fields input {
    width: 100%;
}

.form-container-simple-contact label {
    font-size: 0.85em;
    margin: 0;
}

.form-container-simple-contact .g-recaptcha {
    margin-top: 6px;
}

.form-container-simple-contact input[type="submit"] {
    padding: 2px 0; /* Reduced padding for the submit button */
    height: 28px; /* Consistent reduced height for button */
    font-size: 0.85em;
}

/* Scale down the reCAPTCHA */
footer .g-recaptcha {
    transform: scale(0.85);  /* Adjust scale as needed */
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    margin-bottom: 10px;  /* Optional: space adjustments */
}

/* Add rounded corners */
footer .g-recaptcha iframe {
    border-radius: 12px; /* Match the radius for consistent roundness */
}



.contact-float-button { 
    background-color: #05468a; /* background */
    color: white; /* White text color for the button */
    border: 2px solid white; /* White border */
    border-radius: 15px; /* More rounded corners for the button */
    padding: 10px; /* Padding for the button */
    cursor: pointer; /* Pointer cursor on hover */
    width: 150px; /* Set a specific width for the button */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s; /* Smooth transition for background color */
    margin: 0 auto; /* Center the button horizontally */
    display: block; /* Use block display to apply margin auto */
}


/* Email Signup Form */

.email-signup-contact-form {
	/* background-color: #05468a; */
	background-color: #fff;
	padding:20px;
	border-radius: 10px;
	border:1px #05468a solid;
    max-width: 300px; /* Adjust width as needed */
    margin: 0 auto;
}

.email-signup-contact-form h4 {
	font-size:20px;
}

.email-signup-contact-form form {
    display: flex;
    flex-direction: column;
    gap: 6px; /* Reduces space between elements */
}

/* Styles for text input fields and email input fields */
.email-signup-contact-form input[type="text"],
.email-signup-contact-form input[type="email"] {
    width: 100%;
    padding: 12px 10px; /* Reduced padding for more compact fields */
    font-size: 0.9em; /* Slightly smaller font size */
    margin: 0;
    box-sizing: border-box;
    border-radius: 20px; /* Match the roundness with reCAPTCHA iframe */
    border: 1px solid #05468a; /* Subtle border to match input fields */
    height: 36px; /* More compact height */
}

/* Inline fields for first name and last name */
.email-signup-contact-form .inline-fields {
    display: flex;
    gap: 6px;
}

.email-signup-contact-form .inline-fields input {
    width: 100%;
}

.email-signup-contact-form label {
    font-size: 0.85em;
    margin: 0;
}

.email-signup-contact-form .g-recaptcha {
    margin-top: 6px;
}

.email-signup-contact-form input[type="submit"] {
    padding: 5px; /* Reduced padding for the submit button */
    color:#fff;
    background-color: #05468a;
    font-size: 14px;
    border-radius: 20px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}


/* Scale down the reCAPTCHA */
.email-signup-contact-form .g-recaptcha {
    transform: scale(0.85);  /* Adjust scale as needed */
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    margin-bottom: 0px;  /* Optional: space adjustments */
}

/* Add rounded corners */
.email-signup-contact-form .g-recaptcha iframe {
	border: 1px solid #05468a;  
    border-radius: 12px; /* Match the radius for consistent roundness */
    max-width: 300px;
    width:100%;
}


/* END Email Signup Form */




/* Email Signup Form Wide Blue */

.email-signup-contact-form-wide-blue {
	background-color: #05468a;
	padding:20px;
	border-radius: 10px;
	border:1px #05468a solid;
    max-width: 800px; /* Adjust width as needed */
    width:100%;
    margin: 0 auto;
}

.email-signup-contact-form-wide-blue h4 {
	font-size:20px;
	color:#ffffff;
}

.email-signup-contact-form-wide-blue form {
    display: flex;
    flex-direction: column;
    gap: 6px; /* Reduces space between elements */
}


/* Styles for text input fields and email input fields */
.email-signup-contact-form-wide-blue input[type="text"],
.email-signup-contact-form-wide-blue input[type="email"] {
    width: 100%;
    padding: 12px 10px; /* Reduced padding for more compact fields */
    font-size: 0.9em; /* Slightly smaller font size */
    margin: 0;
    box-sizing: border-box;
    border-radius: 20px; /* Match the roundness with reCAPTCHA iframe */
    border: 1px solid #05468a; /* Subtle border to match input fields */
    height: 36px; /* More compact height */
}

/* Inline fields for first name and last name */
.email-signup-contact-form-wide-blue .inline-fields {
    display: flex;
    gap: 6px;
}

.email-signup-contact-form-wide-blue .inline-fields input {
    width: 100%;
}

.email-signup-contact-form-wide-blue label {
    font-size: 0.85em;
    margin: 0;
}

.email-signup-contact-form-wide-blue .g-recaptcha {
    margin-top: 6px;
}

.email-signup-contact-form-wide-blue input[type="submit"] {
    padding: 5px; /* Reduced padding for the submit button */
    color:#fff;
    background-color: #dba133;
    border-color: #dba133;
    font-size: 14px;
    border-radius: 20px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}


/* Scale down the reCAPTCHA */
.email-signup-contact-form-wide-blue .g-recaptcha {
    transform: scale(0.85);  /* Adjust scale as needed */
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    margin-bottom: 0px;  /* Optional: space adjustments */
}

/* Add rounded corners */
.email-signup-contact-form-wide-blue .g-recaptcha iframe {
	border: 1px solid #05468a;  
    border-radius: 12px; /* Match the radius for consistent roundness */
    max-width: 300px;
    width:100%;
}


/* END Email Signup Form */


/* POLL QUESTION AND ANSWERS FORMATTING */

.poll-question {
	display: block; 
	line-height: 1.1em!important; 
	font-family: sans-serif;
	font-size: 15px;
	margin:0px!important;
	padding-bottom:6px!important;
	padding-top:0px!important;
	padding-left:0px!important;
	padding-right:0px!important;
}

.poll-answer {
	font-family: sans-serif;
	font-size: 15px;
	padding-bottom:10px!important;
	padding-top:0px!important;
	padding-left:0px!important;
	padding-right:0px!important;
	margin:0px!important;
	line-height: 1.0em!important; 
}

.radio {
	line-height: 1.1em!important; 
	margin: 1px!important;
	padding: 4px!important;
}

.category-dropdown {
  font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.content-image-full-width {
	width:100%;
	height:auto;
}

/* NARROW CENTER COLUMN TABLE FORMATTING */

.square-ad-spacer {
	clear: both!important; 
	margin-bottom:20px!important;
}

.narrow-text-title {
	font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700!important;
	display: block;
	font-size: 14px!important;
	line-height:19px!important;
	margin:0px!important;
	padding:0px!important;
}

.narrow-text-date {
	font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400!important;
	font-size: 12px!important;
}

.narrow-text-author {
	font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400!important;
	font-size: 12px!important;
	margin:0px!important;
	padding:0px!important;
}

.brightredbold {
	font-weight: bold;
	color: #C00;
}

.narrow-center-table {
	background-color:#efefef;
	width:100%;

}

.narrow-center-table td {
	padding:3px;
}

.narrow-center-table-header {
	font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700!important;
	color:#d28900;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 16px!important;
	line-height:18px!important;
	margin:0px;
}

.narrow-center-table-inside {
	background-color:#fff;
	width:100%;
	padding:3px!important;
}

.narrow-center-table-inside td {
	padding:3px;
	font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}


.editorial-calendar-table {
	background-color:#fff;
	width:100%;
	border:collapse;
}

.editorial-calendar-table td {
	border:1px solid #ccc;
	margin:0px;
	margin-left:0px;
	padding:5px;
}

.editorial-calendar-table input[type=checkbox] {
	height:1.2em!important;
	width:1.2em!important;
}

.video-container {
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.home-story-banner-image {
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	padding:0px;
}

.home-story-banner-image img {
	max-width:100%!important;
	width:100%!important;
	height:auto;
}

/* RIGHT COLUMN CONTENT BLOCK TEXT FONT  */

.html-area-300w {
	font-size: 14px!important;
}

/* RIGHT COLUMN CONTENT BLOCK TITLE FONT  */

.html-area-300w h3 {
	font-size: 20px!important;
}

/* CUSTOM HR CODE  */

.hr-sponsor-story-divider {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #666;
	width:100%;
	display: inline-block;
	text-align:left!important;
}
 
.hr-custom-divider-1 {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #333;
	width:100%;
	display: inline-block;
	text-align:left!important;
}

.hr-custom-divider-2 {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	padding:0px;
	border-top: 1px solid #666;
	height:1px;
	width:100%;
	display: inline-block;
	text-align:left!important;
}


.prexperts-image-container {
	float: left;
    margin-right: 10px; /* Margin between image and text */
    margin-bottom: 10px;
}

.prexperts-image-container img {
	display: block;
    width: 125px; /* Set the width of the image as desired */
    height: auto;
}

/* Clear the float */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}


.button-width-325 {
	max-width:325px;
}

.sponsored_area_box {
	display: inline-block;
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	padding:0px;
	border: 1px solid #cccccc;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.sponsored_area_box hr {
	border-color: #cccccc;
}


.sponsor-company-area {
	padding:0px;
	margin:0px;
}

.list-section-header {
	padding:10px;
	background-color:#05468a;
	color:#fff;
	font-size:1.2em;
	border-radius:10px 10px 0px 0px;
}

.sponsor-list-section-header {
	padding:10px;
	background-color:#d28900;
	color:#fff;
	font-size:1.2em;
	border-radius:10px 10px 0px 0px;
}
	
	
.member-story-images img {
		padding-right:10px!important;
		padding-bottom:10px!important;
		max-width:150px!important;
		max-height:auto!important;
}

/****** DO NOT EDIT PAST THIS POINT ******/

aside {
	min-width:120px;
	text-align:left;
}

.desktop-mobile-block {
	display:block;
	width:100%;
	height:auto;
}

.data-hide-mobile {
}

.rfps-description-row-display-mobile {
	display:none;
}
	
.rfps-description-col-display-mobile {
	display:none;
}

.data-display-mobile {
	display:none;
}


.mobile-only-banner-area {
	display:none;
}

	
.html-area-300w {
	font-size: 16px!important;
	margin:0px;
	display:block;
	height:auto;
	width:100%;
	min-width:300px;
	margin-bottom:30px;
}

.content-area {
	/* margin-top:25px; */
	margin-top:0px;
	margin-bottom:20px;
}

.content-area blockquote {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
	margin:0px;
	border-left: none;
}

.content-area h2 {
	font-size:16px;
}

.content-area h3 {
	font-size:16px;
	margin-bottom:8px;
}

.contact-page-row {
	width:100%;
	height:auto;
}


.content-area-pr-firm {
	margin-top:25px;
	margin-bottom:20px;
}

.content-area-pr-firm blockquote {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
	margin:0px;
	border-left: none;
}

.content-area-pr-firm h2 {
  font-family: "adelle", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  background-color: #fff;
  font-weight:400;
  margin-bottom:0px;
}

.content-area-pr-firm h3 {
	font-size:10px;
	margin-bottom:8px;
}

.contact-page-row {
	width:100%;
	height:auto;
}

.contact-page-image {
	float:left;
}

.contact-page-image img {
	border: 1px solid #000000;
	width:80px;
	height:auto;
	margin-right:8px;
	margin-bottom:8px;
}

.contact-page-text {
	float:left;
	height:100%;
	text-align:bottom;
}

.related-story-preview-text-area {
	font-size:0.9em!important;
	margin-top:5px;
}
.related-story-preview-text-area img {
	max-width:75px;
	width:100%;
	height:auto;
	margin-top:5px;
	margin-right:5px;
}

.magazine-images-index {
	width:100%;
	max-width:165px;
	height:auto;
	margin-bottom:10px!important;
	padding-bottom:0px!important;
	border: 1px solid #000099;
}


.ranking-hedline-image {
	width:100%;
	max-width:360px;
	max-height:240px;
	border: none;
}

.prankings-list {
	border:none;
	width:100%;
}

.prankings-list-table {
	display: table;
	border:none;
	width:100%;
	float: none;
	border-collapse:collapse;
	font-family: arial,helvetica;
	font-size: 10pt;
}

.prankings-list-tablerow {
	display: table-row;
	float: none;
}

.prankings-list-tablerow-header {
	display: table-row;
	float: none;
	background: linear-gradient(#f9fafd, #e5eaf4)!important;
}

.prankings-list-tablerow:hover {  
	 background-color: #e7e9f9!important;
}

.prankings-list-tablecell {
	display: table-cell;
	float: none;
	text-align:left;
	padding:5px;
	vertical-align: middle;
	border:1px #eeeeee solid;
}

.prankings-list-tablecell-logo {
	display: table-cell;
	float: none;
	text-align:left;
	padding:5px;
	vertical-align: middle;
	border:1px #eeeeee solid;
}

.prankings-list-tablecell-text-right {
	display: table-cell;
	float: none;
	text-align:right;
	padding:5px;
	vertical-align: middle;
	border: 1px #eeeeee solid;
}

.prankings-list-tablecell-top {
	display: table-cell;
	float: none;
	text-align:left;
	vertical-align: top;
	border: 1px #eeeeee solid;
	padding: 5px;
}

.prankings-list-number {
	font-size:18px;
}

.pr-rankings-logo-image {
	margin-bottom:0px; 
	max-height:65px!important;
	height:100%;
}

.rfps-list-table {
	border:none;
	width:100%;
	float: none;
	border-collapse:collapse;
	font-family: arial,helvetica;
	font-size: 10pt;
}

.rfps-list-tablerow {

}

.rfps-list-tablerow-header {
	background: linear-gradient(#f9fafd, #e5eaf4)!important;
}

.rfps-list-tablerow:hover {  
	 background-color: #e7e9f9!important;
}

.rfps-list-tablecell {
	float: none;
	text-align:left;
	padding:5px;
	vertical-align: middle;
	border:1px #eeeeee solid!important;
}

.rfps-list-tablecell-logo {
	float: none;
	text-align:left;
	padding:5px;
	vertical-align: middle;
	border:1px #eeeeee solid;
}

.rfps-list-tablecell-text-right {
	float: none;
	text-align:right;
	padding:5px;
	vertical-align: middle;
	border: 1px #eeeeee solid;
}

.rfps-list-logo {
	width:100px;
	height:100px;
}

.pr-rankings-image {
	max-width:100px;
	width:100%;
	height:auto;
}

.prfirms-list-alpha-nav-top {
	width:100%;
	background-color:#05468a;
	border-radius: 10px 10px 0px 0px;
	margin-top:20px;
	margin-bottom:0px;
}

.prfirms-list-alpha-nav-bottom {
	width:100%;
	background-color:#05468a;
	border-radius: 0px 0px 10px 10px;
	margin-bottom:0px;
}

.prfirms-list-alpha-page-nav-left {
	float:left;
	font-size:1.1em;
	width:50%;
	color:#fff;
	padding:10px
}

.prfirms-list-alpha-page-nav-right {
	float:right;
	font-size:1.1em;
	width:50%;
	color:#fff;
	text-align:right;
	padding:10px
}

.prfirms-list-alpha-nav-letter-list {
	width:100%;
	padding:15px;
	color:#fff;
	text-align:center;
}

.prfirms-list-alpha-page-nav-left a{
	color:#fff;
}

.prfirms-list-alpha-page-nav-right a {
	color:#fff;
}

.prfirms-list-alpha-nav-letter-list a {
	color:#fff;
	padding-left:5px;
	padding-right:6px;
}

#table-pr-firm-alpha-list {
	margin-bottom:20px;
	width:100%;
}

.tr-pr-firm-alpha-list-border {
	width:100%;
	border-top:1px solid #ccc;
}

.tr-pr-firm-alpha-list {
	width:100%;
}

.td-pr-firm-alpha-list {
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}

#div-table-pr-firm-list {
	display: table;
	margin:0px;
	width:100%;
}

.div-tr-pr-firm-list-border {
	width:100%;
	border-top:1px solid #ccc;
}

.div-tr-pr-firm-list {
	display: table-row;
	width:100%;
}

.div-tr-pr-firm-list:hover {
	 background-color: #e7e9f9!important;
}

.div-td-pr-firm-list {
	display: table-cell;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:top;
	float:left;
}	

.div-no-spacing {
	margin:0px;
	padding:0px;
}

.how-to-hire-thumb {
	width:100%;
	height:100%;
	max-width:116px;
	max-height:116px;
	border: 1px solid #000099;
}

.header-ad-area-728w {
	display:block;
	padding-top:30px;
	padding-bottom:10px;
}

.footer-ad-area-728w {
	padding-top:15px;
	padding-bottom:0px;
	display:block;
}

.right-col-area {
	display:inline-block;
	width:100%;
}

.ad-area-575w {
	padding-top:15px;
	padding-bottom:10px;
	margin:0px;
	display:block;
	height:auto;
	width:100%;
	max-width:575px;
	margin-left:auto;
	margin-right:auto;
}

.ad-area-575w img {
	width:100%;
	max-width:100%;
}

.ad-area-300w {
	margin:0px;
	display:block;
	min-width:300px;
	min-height:250px;
	margin-bottom:30px;
	text-align:center;
}

.ad-area-300w img {
	max-width:300px!important;
	width:100%;
	height:auto;
	max-height:auto;
}


.square-ad-area-left {
	margin:0px;
	display:block;
	min-width:300px;
	min-height:250px;
	margin-bottom:30px;
	text-align:left;
}

.square-ad-area-large-right img {
	max-width:300px!important;
	width:100%;
	height:auto;
	max-height:auto;
}

.square-ad-area-right {
	margin:0px;
	display:block;
	min-width:300px;
	min-height:250px;
	margin-bottom:30px;
	text-align:left;
}

.square-ad-area-right img {
	max-width:300px!important;
	width:100%;
	height:auto;
	max-height:auto;
}

.square-ad-area-large-left-content-pages {
	margin:0px;
	display:block;
	min-width:300px;
	min-height:600px;
	margin-bottom:30px;
	text-align:left;
}

.square-ad-area-large-left-content-pages img {
	max-width:300px!important;
	width:100%;
	height:auto;
	max-height:auto;
}

.square-ad-area-left-content-pages {
	margin:0px;
	display:block;
	min-width:300px;
	min-height:250px;
	margin-bottom:30px;
	text-align:left;
}

.square-ad-area-left-content-pages img {
	max-width:300px!important;
	width:100%;
	height:auto;
	max-height:auto;
}

.square-ad-area-right-content-pages {
	margin:0px;
	display:block;
	min-width:300px;
	min-height:250px;
	margin-bottom:30px;
	text-align:left;
}

.square-ad-area-right-content-pages img {
	max-width:300px!important;
	width:100%;
	height:auto;
	max-height:auto;
}

.square-ad-area-large-right-content-pages {
	margin:0px;
	display:block;
	min-width:300px;
	min-height:600px;
	margin-bottom:30px;
	text-align:left;
}

.square-ad-area-large-right-content-pages img {
	max-width:300px!important;
	width:100%;
	height:auto;
	max-height:auto;
}

.image-bottom-space {
	margin-bottom:0.5em!important;
}

.indent {
	margin-left:40px;
}

.story-right-col-space {
	margin-top:25px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
}

.logo-image {
	min-width:300px;
	width:100%;
}

.extra-line-spacing {
	margin:0px;
	padding:0px;
	margin-bottom:7px;
}

.extra-line-spacing-sm {
	margin:0px;
	padding:0px;
	margin-bottom:2px!important;
}

.facebook-nudge {
	padding-bottom:0px;
}

.radio {
	margin:0px;
	padding:0px;
	margin-bottom:7px;
}

.left-border {
	border-left:1px solid #cccccc;
}

.pr-firm-menu {
	padding-left:5px;
	padding-right:6px;
}


.social-media-button {
	margin:0px;
	padding:0px;
	padding-right:15px!important;
	top:0px;
	float:left;
}

.pr-rankings-square-ad-banner-mobile {
	display:none;
}

.pr-rankings-spacing {
	padding-left:10px;
	margin-left:0px;
	margin-right:0px;
}

.pr-firm-state-list-left {
	float:left;
	width:50%;
	height:auto;
	padding:20px;
}


.pr-firm-state-list-right {
	float:left;
	width:50%;
	height:auto;
	padding:20px;
}

.pr-firm-specialty-list-left {
	float:left;
	width:50%;
	height:auto;
	padding:20px;
}


.pr-firm-specialty-list-right {
	float:left;
	width:50%;
	height:auto;
	padding:20px;
}


/**Connor Laird Button Styles*/
.odwyerButton:link{
  /*Font*/
  font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 4px 5px;
  vertical-align:center;
  line-height:20px;
  min-height:30px;
  max-width:350px;
  width:100%;
  
  /*Shape*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 5px;
  display: inline-block;
  height:auto;
  width:100%;
  
  
  /*Color */
  background-color: #d28900;
  background-image: -webkit-linear-gradient(top,#d,#d28900);
  background-image: -moz-linear-gradient(top,#d,#d28900);
  background-image: -ms-linear-gradient(top,#d,#d28900);
  background-image: -o-linear-gradient(top,#d, #d28900);
  background-image: linear-gradient(top,#d,#d28900);
  border: 0px solid #030375;
  
}
.odwyerButton:visited{
  color:white;
  border: 0px solid #030375;
  text-decoration: none;
  
}
.odwyerButton:hover{
  background-color: #b97800;
  background-image: -webkit-linear-gradient(top,#e,#b97800);
  background-image: -moz-linear-gradient(top,#e,#b97800);
  background-image: -ms-linear-gradient(top,#e,#b97800);
  background-image: -o-linear-gradient(top,#e,#b97800);
  background-image: linear-gradient(top,#e,#b97800);
  border: 0px solid #030375;
  
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  
}

.odwyerButton:active {
  color:white;
  border: 0px solid #030375;
  text-decoration: none;
  
}


  
/**Connor Laird Button Styles*/
.header_odwyerButton_orange {
  /*Font*/
  font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  vertical-align:center;
  line-height:20px;
  min-height:30px;
  max-width:350px;
  width:100%;

  
  /*Shape*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 10px;
  display: inline-block;
  height:auto;
  width:100%;
  
  
  /*Color */
  background-color: #dba133;
  background-image: -webkit-linear-gradient(top,#d,#d28900);
  background-image: -moz-linear-gradient(top,#d,#d28900);
  background-image: -ms-linear-gradient(top,#d,#d28900);
  background-image: -o-linear-gradient(top,#d, #d28900);
  background-image: linear-gradient(top,#d,#d28900);
  border: 0px solid #030375;
  
}

.header_odwyerButton_orange:hover {
  color: white!important;
  text-decoration:none!important;
  background-color: #d28900;
}
 
  


/**Connor Laird Button Styles*/
.header_odwyerButton_blue {
  /*Font*/
  font-family: "open_sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 6px 10px;
  vertical-align:center;
  line-height:20px;
  min-height:30px;
  max-width:350px;
  width:100%;

  /*Shape*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height:auto;
  width:100%;
  
  
  /*Color */
  background-color: #05468a;
  background-image: -webkit-linear-gradient(top,#d,#05468a);
  background-image: -moz-linear-gradient(top,#d,#05468a);
  background-image: -ms-linear-gradient(top,#d,#05468a);
  background-image: -o-linear-gradient(top,#d, #05468a);
  background-image: linear-gradient(top,#d,#05468a);
  border: 0px solid #030375;


}

.header_odwyerButton_blue:hover {
  color: white!important;
  text-decoration:none!important;
  background-color: #043b76;
}

  
  
.social-footer-row {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;	
}
 
.social-footer-row a {
	margin-left:10px;
	margin-right:10px;
}

.social-row-mobile {
	display:none;
}

/*  OLD CODE
.social i {
    width: 33px;
    height: 33px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
} 

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
*/

.social i {
  	width: 28px;
  	height: 28px;
  	color:#fff;
    background-color: #909AA0;
  	font-size: 18px;
    text-align:center;
 	padding-top:5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
} 

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}


/* Old Bluesky code */
.social .bluesky-icon {
  width: 28px;
  height: 28px;
  font-size: 18px;
  background-color: #fff; /* unofficial Bluesky blue */
  border-radius: 50%;
  border:1px solid #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.social .bluesky-icon img {
  width: 18px;
  height: 18px;
}
/* END Old Bluesky code */


/* social media icons */

.social .fa-bluesky {
  color: #1185FE;          /* icon color */
  background-color: #fff;  /* white background */
  border-radius: 50%;
  border: 1px solid #666;
  font-size: 17px;          /* breathing room inside circle */
  display: inline-flex;     /* let us center inside the box */
  justify-content: center;  /* horizontal centering */
  line-height: 1;           /* prevent baseline shift */
  vertical-align: top;   /* aligns with other inline icons */
}

.social a:hover .fa-bluesky {
  color: #0f6ed6;         /* darker blue butterfly */
  background-color: #f8f8f8; /* subtle change from white */
  border-color: #555;     /* optional: slightly darker border */
}

footer .social .fa-bluesky {
  background:  #05468a!important;
  color:#fff!important;
	border: none;
	line-height: 1.3;
}


.social .fa-bluesky {
	color: #1185FE;       /* icon color */
 	background-color: #fff; /* white background */
}

.social .fa-facebook-f {
  background-color: #4060A5 !important;
}
.social .fa-x-twitter {
  background-color: #333333 !important;
}

.social .fa-youtube {
  background-color: #FF0000 !important;
}

.social .fa-linkedin-in {
  background-color: #0077B5 !important;
}


.social-row-mobile a {
	margin-left:0px!important;
	margin-right:10px!important;
}

.social .fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285aeb 90%)  /*  !important */;
}

.social .fa-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #e6dc7f 0%, #e6dc7f 5%, #e04e40 45%, #b31f89 60%, #1f47c2 90%);
}

.social .fa-youtube:hover {  
  background-color: #DF192A;
}


.social-row-mobile a {
	margin-left:0px!important;
	margin-right:10px!important;
}

/* end social media icons */

header h4 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.4em!important;
}

header h1 {
  font-size: 20px;
  margin: 0.67em 0;
}

.story-bottom-links {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.4em!important;
}

.home-lookup {
  margin-bottom: 30px;
  background-color: #666666;
}

.home-lookup h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-magazine {
  display: block;
}

.home-magazine img {
  margin-bottom: 5px;
  margin-top: 5px;
}

.home-story h1 {
  margin-bottom: 0.3em;
}

.home-story h2 {
  margin-bottom: 0.3em;
}

.home-magazine h4 {
  margin-bottom: 0;
}

.home-story h3 {
  margin-bottom: 0.3em;
}

.home-story h4 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.4em!important;
}

.story-page-title-area h1 {
  margin-bottom: 5px;
}

.story-page-title-area h4 {
  margin-bottom: 0;
}

.story-page-title-area h3 {
  margin-bottom: 0.3em;
  margin-top: 20px;
}

.story-page-title-area h4 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.4em!important;
}

.pr-firm-list-area h2 {
  font-size: 20px;
}

.home-poll {
  margin-top: 30px;
  margin-bottom: 15px;
  /* padding: 30px 60px; */
  background-color: #eeeeee;
}

.home-poll .btn {
  margin-bottom: 15px;
}

.home-links {
  margin-top: 30px;
}

.home-poll-narrow {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 4px;
  background-color: #eeeeee;
  text-align:left;
  max-width:100%;
  max-width:100%;
}

.home-mags-narrow {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
  background-color: #fff;
  text-align:left;
  max-width:135px;
}
	
.home-poll-narrow .btn {
	margin-bottom: 10px;
}


.home-story img {
	margin-right:10px!important;
}

.nohover li a:hover {
	background-color: #fff;
	text-decoration: underline;
}

.search-align {
   margin-bottom:0px;
}

.article-body {
  font-size: 16px!important;
}
  
.article-body th, td  {
	padding-right:10px;
	padding-left:10px;
}

.pr-rankings-left-ad-banner {
	max-width:175px!important;
	padding:0px;
	margin:0;
	width:100%!important;
	height:auto;
	padding-top:30px;
}

.pr-rankings-left-ad-banner img {
	padding:0!important;
	margin:0!important;
	width:100%!important;
	height:auto;
	max-width:120px;
}

.no-left-space {
	margin-left:0;
	padding-left:0;
}

.custom-form-styles {
	max-width:550px;	
	width:100%;
}

.custom-form-styles-short {
	max-width:300px;	
	width:100%;
}

.pr-services-left-image {
	max-width:350px;	
	width:100%;
}

.pr-services-form-img {
	max-width:300px;
	margin-bottom:15px;
	margin-left:15px;
	text-align:center;
}


.footer-links > li a:hover {
	color:#fff!important;
	text-decoration:underline!important;
}


@media (max-width: 1200px) {	

	.rfps-list-logo {
		width:50px;
		height:50px;
	}
}


@media (max-width: 991px) {	
	
	.data-hide-mobile {
		display:none;
	}

	.data-display-mobile {
		display:block;
	}
	
	.rfps-description-row-display-mobile {
		display:table-row;
	}
	
	.rfps-description-col-display-mobile {
		display:table-cell;
		column-span:all;
	}
	
	.rfps-list-logo {
		width:100px;
		height:100px;
	}
	
	.desktop-nav-area {
		display:none;
	}
	
	.mobile-nav-area {
		display:block;
	}

	.desktop-menu-line-left-area {
		float:none;
		margin:0px;
		padding:0px;
		padding-top:10px;
		margin-bottom:10px;
	}

	.desktop-menu-line-right-area {
		float:right;
		margin:0px;
		padding:0px;
		margin-bottom:10px; 
	}

	.prankings-list-tablecell-logo {
		display:none!important;
	}

	/* .content-area {
		margin-left:20px;
	} */

	.search-align {
	   margin-bottom:15px;
	}

	.form-control {
		width: 80%;
		margin-bottom:15px;
	}
	
	.social-row-mobile {
		display:block;
		margin-top:10px;
	}

	.social-row-mobile a {
		margin-left:10px;
		margin-right:10px;
	}

	.ad-area-300w {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		margin-bottom:30px;
		text-align:center;
	}
	
	.ad-area-300w img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
	}

	.square-ad-area-left {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		margin-bottom:30px;
		text-align:center;
	}
	
	.square-ad-area-left img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
	}
	
	.square-ad-area-right {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		margin-bottom:30px;
		text-align:center;
	}
	
	.square-ad-area-right img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
	}

	.square-ad-area-left-content-pages {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		margin-bottom:30px;
		text-align:center;
	}
	
	.square-ad-area-left-content-pages img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
	}


	.square-ad-area-large-left-content-pages {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		margin-bottom:30px;
		text-align:center;
	}

	.square-ad-area-large-left-content-pages img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
	}	
	
	.square-ad-area-right-content-pages {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		margin-bottom:30px;
		text-align:center;
	}
	
	.square-ad-area-right-content-pages img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
		margin-bottom:
	}

	.html-area-300w {
		margin:0px;
		display:block;
		height:auto;
		width:100%;
		min-width:100%;
		margin-bottom:30px;
	}
}	

@media (max-width: 768px) {
	
	.prankings-list-tablecell-logo {
		display:table-cell!important;
		m
	}


	.indent {
		margin-left:20px;
	}
	
	.home-center-narrow-column {
		display:none;
	}
	
	.right-col-area {
		margin-bottom:20px;
	}
	
	.content-area {
		margin-left:0px;
	}
	

	.hr-custom-divider-1 {
		width:100%;
	}

	.square-ad-area-left {
		display:block;
		min-width:50%;
		max-width:300px;
		max-height:250px;
		min-height:auto;
		width:50%;
		float:left;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:0px;
		margin-left:auto;
		margin-right:auto;
	}

	.square-ad-area-right {
		display:block;
		min-width:50%;
		max-width:300px;
		max-height:250px;
		min-height:auto;
		width:50%;
		float:left;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:10px;
		margin-left:auto;
		margin-right:auto;
	}

	.square-ad-area-left img {
		padding:0px;
	}
	
	.square-ad-area-right img {
		padding:0px;
	}

	.square-ad-area-left-content-pages {
		display:block;
		min-width:50%;
		max-width:300px;
		max-height:250px;
		min-height:auto;
		width:50%;
		float:left;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:10px;
		margin-bottom:30px;
	}

	.square-ad-area-right-content-pages {
		display:block;
		min-width:50%;
		max-width:300px;
		max-height:250px;
		min-height:auto;
		width:50%;
		float:left;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:10px;
		margin-bottom:30px;
	}

	.square-ad-area-large-left-content-pages {
		display:block;
		min-width:50%;
		max-width:300px;
		max-height:600px;
		min-height:auto;
		width:50%;
		float:left;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:10px;
		margin-bottom:30px;
	}

	.square-ad-area-large-left-content-pages img {
		padding:0px;
		margin-left:auto;
		margin-right:auto;
	}	
	
	.square-ad-area-left-content-pages img {
		padding:0px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.square-ad-area-right-content-pages img {
		padding:0px;
		margin-left:auto;
		margin-right:auto;
	}

	.right-side-ad-top-spacer {
		padding:0px;
		margin:0px;
		margin-top:20px;
	}
	.ad-area-300w {
		margin-left:auto;
		margin-right:auto;
	}
	
	.html-area-300w {
		margin-left:auto;
		margin-right:auto;
	}
	
	.facebook-nudge {
		padding:0px!important;
		margin:0px!important;
	}

	.fb_iframe_widget{vertical-align:top; top:-3px;}
	
	.ad-area-300w img {
		padding:15px;
	}
}

@media (max-width: 745px) {
	
	/*.header-ad-area-728w {
		display:none;
	}

	.footer-ad-area-728w {
		display:none;
	}*/
	
	.header-ad-area-728w img{
		width:100%;
		max-width:728px;
		height:auto;
	}

	.footer-ad-area-728w img{
		width:100%;
		max-width:728px;
		height:auto;		
	}
}

@media (max-width: 650px) {
	table.prankings-list td {
		display: block;
		text-align:left;
	}
	
	.prankings-list-tablecell-logo {
		display:none!important;
	}
}


@media(max-width:650px){
	.pr-rankings-image {
		max-width:75px;
		min-width:50px;
		width:100%;
		height:auto;
	}
}


@media (max-width: 550px) {
	
	.pr-services-form-image {
		max-width:100%;	
		width:100%;
	}
	.custom-form-styles {
		max-width:100%;	
		width:100%;
	}

	.custom-form-styles-short {
		max-width:300px;	
		width:100%;
	}
	
	.pr-services-form-img {
		min-width:300px;
		margin-bottom:10px;
		text-align:center!important;
	}
}

@media (max-width: 480px) {

	.rfps-list-tablecell {
		padding:5px;
	}

	.rfps-list-logo {
		width:50px;
		height:50px;
	}
	
	.custom-form-styles-short {
		max-width:100%;	
		width:100%;
	}
	.pr-firm-state-list-left {
		float:none;
		width:100%;
		height:auto;
		padding:0px;
	}

	.right-side-ad-top-spacer {
		padding:0px;
		margin:0px;
		margin-top:0px;
	}
	
	.pr-firm-state-list-right {
		float:none;
		width:100%;
		height:auto;
		padding:0px;
	}

	.pr-firm-specialty-list-left {
		float:none;
		width:100%;
		height:auto;
		padding:0px;
	}


	.pr-firm-specialty-list-right {
		float:none;
		width:100%;
		height:auto;
		padding:0px;
	}

	
	.prankings-list-table {
		width:100%;
		float: none;
	}

	/*
.prankings-list-table {
	display: block;
	border:none;
	width:100%;
		float: none;
}

.prankings-list-tablerow {
	display: block;
	width:100%;
		float: none;
}

.prankings-list-tablecell {
	display: block;
	float: none;
	text-align:left;
	vertical-align: bottom;
}

.prankings-list-tablecell-text-right {
	display: block;
	float: none;
	text-align:left;
	vertical-align: bottom;
}

.prankings-list-tablecell-top {
	display: block;
	float: none;
	text-align:left;
	vertical-align: top;
}
*/

	.indent {
		margin-left:0px;
	}
	
	.desktop-mobile-block {
		display:none;
	}
	
	.hide-480 {
		display:none;
	}
	
	.extend-100percent {
		width:100%;
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
	}

	.pr-rankings-footer-desktop {
		display:none;
	}	
	
	.pr-rankings-square-ad-banner-mobile {
		display:inline-block;
		width:100%;
		height:auto;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:15px;
	}	

	.pr-rankings-square-ad-banner-mobile img {
		width:100%;
		height:auto;
	}
	
	.destop-tablet-additional-stories {
		display:none;
	}
	
	.square-ad-area-left {
		display:none;
	} 

	.square-ad-area-right {
		display:none;
	} 

	.square-ad-area-left-content-pages {
		margin:0px;
		min-width:100%;
		max-width:350px;
		max-height:auto;
		width:100%;
		height:auto;
		float:none;
		padding:0px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		margin-bottom:20px;
	}

	.square-ad-area-right-content-pages {
		min-width:100%;
		max-width:350px;
		max-height:auto;
		height:auto;
		width:100%;
		float:none;
		padding:0px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		margin-bottom:20px;
	}


	.square-ad-area-large-left-content-pages {
		min-width:100%;
		max-width:350px;
		max-height:auto;
		height:auto;
		width:100%;
		float:none;
		padding:0px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		margin-bottom:20px;	
	}

	.square-ad-area-left-content-pages img {
		margin-left:auto;
		margin-right:auto;
	}

	.square-ad-area-right-content-pages img {
		margin-left:auto;
		margin-right:auto;
	}

	.square-ad-area-large-left-content-pages img {
		margin-left:auto;
		margin-right:auto;
	}	
	
	.story-right-col-space {
		margin-top:0px;
		margin-right:0px;
		margin-left:0px;
		margin-bottom:0px;
		padding:0px;
	}
	
	.pr-rankings-left-ad-banner {
		display:none;
	}

	.mobile-only-banner-area {
		display:inline-block;
		width:100%;
		height:auto;
	}
	
	.mobile-only-banner-area img {
	  width:100%;
	  height:auto;
	  max-width:300px;
	}
	
	.square-ad-spacer {
		clear: both!important; 
		margin-bottom:0px!important;
	}

	/*
	.square-ad-area-right {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		padding:0px;
		margin-bottom:30px;
		text-align:center;
	}

	.square-ad-area-right img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
	} */

	
	/* .square-ad-area-left {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		padding:0px;
		margin-bottom:30px;
		text-align:center;
	} 
	
	.square-ad-area-left img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
	} */
	
	/*
	.square-ad-area-right {
		margin:0px;
		display:block;
		min-width:100%;
		min-height:100%;
		padding:0px;
		margin-bottom:30px;
		text-align:center;
	}

	.square-ad-area-right img {
		max-width:300px!important;
		width:100%;
		height:auto;
		max-height:auto;
	} */
	
	.article-body img {
	  width:100%;
	  height:auto;
	}

	.regular-image-size {
	  width:auto!important;
	  height:auto!important;
	  padding-left:0px!important;
	  padding-right:3px!important;
	  padding-top:5px!important;
	  padding-bottom:5px!important;
	}
	
	.hide-mobile {
		display:none;
	}
	
	.ad-area-575w {
		display:none;
	}

	.logo-image {
		min-width:100%;
	}

}



@media (max-width: 991px) {
        .navbar-header {
                float: none;
        }
        .navbar-toggle {
                display: block;
        }
        .navbar-collapse {
                border-top: 1px solid transparent;
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
                display: none!important;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .navbar-nav {
                float: none!important;
                margin: 7.5px -15px;
        }
        .navbar-nav>li {
                float: none;
        }
        .navbar-nav>li>a {
                padding-top: 10px;
                padding-bottom: 10px;
        }
    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width:auto;
        float:none!important;
    }
}


@media (max-width: 991px) { 
	.navbar-header { 
		float: none; 
	} 
	.navbar-left,.navbar-right { float: none !important; } 
	.navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } 
	.navbar-fixed-top { top: 0; border-width: 0 0 1px; } 
	.navbar-collapse.collapse { display: none!important; } 
	.navbar-nav { float: none!important; margin-top: 7.5px; } 

	.collapse.in{ display:block !important; } 
} 