/* # Genesis Sample Child Theme  
Theme Name: Genesis Sample Theme  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800);
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
	font-family: gotham;
	src: url("https://wp.quintcareers.com/wp-content/themes/genesis-sample/fonts/gotham.otf") format("opentype");
	font-weight: 300;
}

@font-face {
	font-family: gothamM;
	src: url("https://wp.quintcareers.com/wp-content/themes/genesis-sample/fonts/gotham-medium.otf") format("opentype");
	font-weight: 300;
}


/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	color: #333;
	font-family: Merriweather Sans, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

ol >li {
	margin-bottom:20px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	/*content: "\201C";*/
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	/*font-family: Merriweather Sans, sans-serif;*/
  /*font-family: 'gothamM' sans-serif;*/
  font-family: Open Sans, sans-serif;
	font-weight: 400;
	line-height: 150%;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	line-height: 130%;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #12aee0;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
    padding: 10px 34px;
	width: auto;
	font-family: 'Merriweather Sans', sans-serif;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms */

.gform_body {
	font-family: 'Merriweather Sans', sans-serif;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: 400 !important;
}

input, select, textarea {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: .2em !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	margin: 0 0 0 20px !important;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
	padding: 8px 12px !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	margin-left: .1em !important;
}

.gform_wrapper .top_label .gfield_label {
  margin: 20px 0 0 !important;
  }

input[type="submit"] {
	font-weight: 300 !important;
}

input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0 !important;
}

input, select, textarea {
	border-radius: 3px;
}

::-webkit-input-placeholder {
   color: #b2b2b2;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b2b2b2;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b2b2b2;
}

:-ms-input-placeholder {  
   color: #b2b2b2;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	border-color:#fff !important;
}

tbody {
	border: 1px solid #fff;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #fff;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	max-width: 720px;
 	margin: auto;
  	float: none;
}

.page-template-product-page .content {
 	width: 100%;
 	max-width: 100%;
 }

 .product-description {
 	font-size: 13px;
 }

 .product-suphead {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.product-image {
  background-color: #ccc;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	padding: 10px 0 10px 40px;
	border-left: 1px solid #ccc;
	margin-top: 60px;
}
.page-template-default .sidebar-primary {
	border-left: 0;
  margin-top: 0;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 15px;
	margin-left: 10px;
	font-weight: 400;
}

.breadcrumb a {
	font-weight: 300;
	color: #333;
}

.breadcrumb a:hover  {
	color: #12aee0;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 55px;
	margin: 50px auto 30px;
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 19px;
	margin-bottom: 10px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* blog Page */

.page-template-page_blog article a {
	color: #12aee0;
}

.page-template-page_blog h1.entry-title {
	text-align: left;
	font-size: 32px;
	margin-top: 0;
}

.page-template-page_blog h1.entry-title a {
	color: #222;
}

.page-template-page_blog h1.entry-title a:hover {
	color: #12aee0;
}


a.more-link {
	font-family: 'Merriweather Sans', sans-serif;
	display: block;
	margin-top: 20px;
}

a.more-link:hover {
	text-decoration: underline;
}

.entry-meta {
	font-family: Merriweather, serif;
	font-size: 14px;
}

.entry-meta time {
	color: #666;
}

/*builder*/

.page-template-builder main.content{
	width:100%;
	margin:0px;
	max-width:1500px;
}

.page-template-builder div.site-inner{
	max-width:1500px;
}

.page-template-builder iframe {
	width:100%;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

hr{
		border-color:#fff;
	border-top:1px solid #ccc;

	outline:none;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background-color: rgb(70, 91, 100);
	min-height: 70px;
}

.site-header .wrap {
	padding: 0 0 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 15px 0;
	width: 360px;
	background: url(/wp-content/uploads/2016/05/QClogo.png) center left no-repeat;
	background-position-x: 10px;
	height: 69px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
        display: block;
}

.site-title a,
.site-title a:hover {
	color: rgba(0,0,0,0);
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	display: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;

	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: none;
	font-size: 16px;
	line-height: 1;
	width: 85%;
	float:left;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 13px 20px
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

#search-5  input {
	background-color: transparent;
	background-position: 5px center;
	background-image: url(/wp-content/uploads/2015/06/search-icon.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
        -webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
	color: #000;
	
}

#search-5  input[type="submit"] {
	display: none;
	background-image: url(/wp-content/uploads/2015/06/search-icon.png);
	}
 
#search-5 input:focus {
	background-color: #fff;
	background-image: url(/wp-content/uploads/2015/06/green-search.png);
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 1px solid #c3c0ab;
	width: 360px;
}

#hamburger {
	float: left;
	font-size: 25px;
	display: none;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px;
  	z-index: 2;
  	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #333;
	font-size: 14px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #339ce1;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 10px;
	padding: 0px 20px;
}

.content .entry {
	background-color: #fff;
}

.entry-content {
  font-size: 16px;
  line-height: 1.7;
  font-family: Merriweather, serif;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Product page Content */
.product-image {
	max-height: 150px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 4px;
	margin-left: 10px;
}
.sidebar li a {
	font-size: 14px;
	color: #333;
}

.sidebar li a:hover {
	color: #12aee0;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
}

/* Author Information */
.author-image {
	display: block;
  	overflow-x: hidden;
	overflow-y: hidden;
 	width: 100%;
 	height: 100px;
  	max-height: 80px;
  	max-width: 80px;
  	margin: 0px;
  	float: none;
  	border-radius: 100%;
  	background-image: url('/wp-content/uploads/2015/06/Randall_Hansen.jpg');
  	background-size: cover;
  	background-repeat: no-repeat;
}

.author-wrapper {
	padding: 15px;
	border: 1px none #12aee0;
 	background-color: rgba(128, 195, 217, 0.09);
 	overflow: hidden;
}

.author-bio {
	font-size: 12px;
	font-family: Merriweather, serif;
	line-height: 20px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 3px solid #12aee0;
 	background-color: #4b494f;
	font-size: 16px;
	line-height: 1.4;
	padding: 30px 0 15px;
	color: #fff;
	font-size: 14px;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #12aee0;
}

.footer-content {
	margin-bottom: 15px;
}

.site-footer p {
	margin-bottom: 0;
}

.author-box {

}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	#hamburger {
		display: block;
		padding: 0 10px;
		cursor: pointer;
	}

	#menu-main-menu {
		display: none;
	}

	.title-area, .site-header .widget-area {
		float: left;
	}

	.title-area {
		width: 30%;
	}

	.site-header .widget-area {
		width: 70%;
	}

	.site-header .search-form {
		width: 100%;
		text-align: right;
	}

	.genesis-nav-menu li {
	 	float: left;
 	 	clear: both;
 	}

 		.sidebar-primary {
 			border: none;
 			padding: 10px;
 		}

 	.author-wrapper .one-third, .author-wrapper .two-thirds {
 		width: 100%;
 	}
 	 .author-wrapper .author-image {
 		margin: auto;
 		margin-bottom: 20px;
 	}

 	 .author-wrapper .author-bio {
 		text-align: center;
 		margin-left: 0;
 	}
	.site-title a {
 	  position: relative;
    bottom: 15px;
	}

}

@media only screen and (max-width: 767px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.title-area {
		width: 40%;
	}

	.site-header .widget-area {
		width: 60%;
	}

}


@media only screen and (max-width: 620px) {

	.title-area, .site-header .widget-area {
		width: 100%;
	}

	.site-header .widget-area {
		margin-top: -75px;
	}



}


.img_hover:hover {
    -webkit-filter: brightness(120%);
}

/************* Right Sidebar Widget by: Joey Bryan 8-17-15 ************/

.right-widget {
	max-width: 323px;
    position: absolute;
    right: 0;
    background: #ccc;
    z-index: 99;
    background: #f2f6fa; 
    right: -323px;
}

.widget-header {
	background: url(/wp-content/uploads/2015/08/Top-bg.png) no-repeat;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 24px;
	font-family: 'Source Sans Pro',Lato,sans-serif;
}

.widget-main {
	padding: 20px;
	box-shadow: 1px 4px 5px rgba(0,0,0,0.2);
}

.slider-container {
	height: 225px;
    width: 150px;
    overflow: Hidden;
    margin: auto;
}

.slider-image {
	width: 450px;
	height: 194px;
	margin-left: -150px;
	position: relative;
	text-align: center;
}

.slider-image label {
	width: 150px;
	position: relative;
    float: left;
}

.close-right-widget {
	text-align: right;
}

.close-right-widget i {
	color: #135b9e;
	font-size: 16px;
}

.widget-header h2 {
	font-size: 30px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	padding: 10px 0;
	font-weight: 600;
}

.widget-header p {
	font-size: 11px;
	color: #fff;
	margin-bottom: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.widget-header .one-third {
	text-align: center !important;
}

.widget-main p {
	font-size: 18px;
	color: #43434a;
	text-align: center;
	font-weight: 400;
}

.widget-slider .arrow {    
	font-size: 23px;
    color: #43434a;
    padding: 60px 25px;
    cursor: pointer;
}

#left-arrow,
.widget-slider-container {
	float: left;
}

#right-arrow {
	float: right;
}

.widget-main label {
	font-size: 14px;
    color: #a5a9ae;
    text-transform: uppercase;
}

.widget-main input[type="radio"] {
	width: 20px;
	float:left;
}

.button-container {
    margin: auto;
    width: 60px;
    padding: 10px 0 30px;
    display: block;
    overflow: hidden;
    clear: both;
}

.widget-main select {
	background-color: #fff;
    border: 1px solid #c5cad0;
    border-radius: 0;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px;
    padding: 2.6rem;
    width: 100%;
    padding: 4px;
    height: 40px;
    margin: 0 5px 7px;
    width: 270px;
}

input[type="submit"].button-orange {
	text-decoration: none;
	background: #f07531;
	border-radius: 1px;
	padding: 7px 30px;
	text-transform: none;
	font-weight: 400;
	margin: auto;
	clear: both;
	letter-spacing: 0.5px;
    float: none;
    font-size: 16px;
}

.submit-container {
	text-align: center;
	padding: 20px 0;
}

.right-widget {
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}

.close-right-widget {
	cursor: pointer;
}

.right-widget-container {
	overflow: hidden;
    position: absolute;
    width: 323px;
    height: 980px;
    right: 0;
}

.widget-slider-container { 
	float: none;
}

.button-container,
.slider-image span {
	display: none;
}

@media only screen and (max-width: 767px) { 
	.right-widget-container {
		display: none;
	}
}

/* Pull Tab CSS */

.pull-tab {
	background: url(/wp-content/uploads/2015/10/pulltab.png);
	height: 100px;
	width: 34px;
	position: absolute;
	left: 290px;
	top: 100px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

.pull-tab .fa {
	padding: 39px 15px;
    color: #fff;
    font-size: 18px;
}

/* Fixing chat button */
.lpStaticButtonTR {
	float:left;
	padding-top: 6px;
}

/* MPR Logo CSS 10-26-15 */
.mpr-logo {
	text-align:center;
	margin-top:-35px;
}

/* Job Alerts Widget - INVT 86 */
.alerts-widget 
	{
		background: #e6fafc;
		padding: 10px 20px;
	}
.alerts-widget p 
	{
		/*font-family open sans regular?;*/
		font-size: 16pt;
		color: #313131;
	}
	
.alerts-widget p span 
        {
		font-weight: 800;
	}

.alerts-widget input 
	{
		border: 1px solid #c3c3c3;
		padding: 10px;
		font-size: 13px;
		color: #c3c3c3;
	}

.alerts-widget button 
	{
		background-color: #00b582;
	}
	
/* Modal */
.content {
	max-width:800px;
	width:100%;
	margin:0px auto;
	margin-bottom:60px;
}

/*------------------------------------------------------------
-------- DEMO Code
------------------------------------------------------------*/
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
}


/* wp.Quintcareers Specific CUSTOM CSS */
/*** author: cameron@iversendesign.com; */

body { font-family: Open Sans, sans-serif; }

.entry-content { font-family: Open Sans, sans-serif; }
.widget-title {  font-family: 'gothamM', sans-serif; }
.display-block {display: block !important;}
.display-none { display:none !important; }

/*Navigation*/
.lcLogo {
  float: left !important;
    background-image: url('https://wp.quintcareers.com/wp-content/uploads/2016/05/lclogo.png');
    background-position: 0;
    background-repeat: no-repeat;
    width: 200px;
}

.lcLogo a {
    color: rgba(0,0,0,0) !important;
}

#menu-livecareer-menu a {
	color: #a6a6a6;
	font-size: 12px;
	padding: 10px 15px;
}

#menu-livecareer-menu .sub-menu a {
	background-color: #f2f2f2;
}

#menu-livecareer-menu .sub-menu a:hover {
  color: #000;
  font-weight: 800;
  background-color: #dfdfdf;
}

#menu-livecareer-menu > li {
    font-weight: 400;
    text-transform: uppercase;
}

#menu-livecareer-menu li {
    /*float: left;*/
}

#menu-livecareer-menu > li:hover {
    background: #f2f2f2;
}

#menu-livecareer-menu .sub-menu > li {
  text-transform: none;
  font-weight: 100;
}

#menu-item-44504 > a {
    background: #EFA800;
    border-radius: 3px;
    color: #fff;
    padding: 10px 25px;
}

.nav-primary .wrap {
	max-width: initial;
}

#menu-main-menu li a {
    color: #fff;
    font-size: 14px;
}

.title-area {
  width: 278px;
  background: url(https://wp.quintcareers.com/wp-content/uploads/2016/06/qc_logo.png) center left no-repeat !important;
  margin-left:5px;
}

.home .qc-pagi {
	display: none;
}

.sidr {
  background: rgb(242, 242, 242);
  text-transform: uppercase;
  box-shadow: none;
  border-left: 1pt solid #46ae79;
}

.sidr-class-ul1, .sidr-class-close {
  background: rgb(39, 192, 138);
  margin-bottom: 0 !important;
}

.sidr-class-ul2 span, .sidr-class-ul2 a {
  color: #858585 !important;
}

.sidr ul li ul li:hover>span {
	box-shadow: none !important;
}

.site-header .widget-area {
  width: 960px;
}

#menu-item-44504>a {
	background: none;
	padding: 0;
}

.site-header .wrap {
  display: -webkit-box; 
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;         
  align-items: center;
  border-bottom: #46ae79 3pt solid;
  max-width: initial;
  justify-content: center;
}

.top-links li {
	padding: 4px 10px 5px;
}
.top-links .navbar-top-links {
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;        
  justify-content: flex-end;
}

.top-links li a {
    color: #000 !important;
}

#chat-widget {
	cursor: pointer;
}

#fc_chat_layout #fc_chat_header {
	background-color: rgb(70, 91, 100);
}

#mobile-header {
    display: none;
    float: right; 
    position: absolute;
    right: 10px;
    top: 40px;
}

.simple-social-icons ul li a:hover { background-color: #00a5b5 !important; color: #ffffff !important; }
#simple-social-icons-2 ul li a { color: #555 !important; }

.sidr ul { 
  border-top: none;
  border-bottom: none;
}
.sidr ul li {
	border-top: none;
	border-bottom: none;
	line-height: 35px;
	border-top: 1pt solid rgba(0,0,0,0.2) !important;
}

.sidr-class-post-link {
  border-radius: 3px;
  background-color: #00a5b5;
  width: 80%;
  text-align: center;
  margin: 5px auto !important;
}

.sidr-class-demo-link {
  border: 1px solid #00a5b5 !important;
  border-radius: 3px;
  color: #00a5b5;
  width: 80%;
  text-align: center;
  margin: 5px auto !important;
}

.sidr-class-demo-link a {
  color: #68BDD7 !important;
}

.sidr-class-login-link {
	padding: 10px 0;
	line-height: 0;
	text-decoration: underline;
	color: #fff;
}

.sidr-inner .sidr-class-close {
  justify-content: flex-end;
  display: flex;
  padding: 10px 45px ;
  font-size: 14px;
}

.sidr-inner .sidr-class-close span {
   cursor: pointer;
}

.sidr-class-header > a {
  color: #68Bdd7 !important;
}

.sidr ul li ul {
  border-top: none;
}
.sidr ul li ul li a, .sidr ul li ul li span {
  color: #fff;
  line-height: 2.6;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	line-height: 35px;
	border-top: none;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  line-height: 35px;
}

.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
  box-shadow: none !important;
}

.sidr-class-ul2 > li > span > a:after {
  content: "\f0dd";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #858585;
  font-size: 18px;
  position: relative;
  left: 10px;
  top: -3px;
}

 .sidr-class-ul2 > li > span > a.changed:after {
  content: "\f0d8" !important;
}

#mobile-header .fa-bars { 
	color: rgb(11, 185, 138);
}

.sidr-class-sidr-class-sub-menu-header a,
.sidr-class-sub-menu-header a {
 	display:inline !important;
}
 
.sidr-class-sidr-class-sub-menu {
	padding-left: 5px !important;
	text-transform: initial !important;
}


.sidr-class-sidr-class-sub-menu-header {
	cursor: pointer;
}

/*wpFooter*/

.site-footer {
  color: #999;
  background-color: #4b494f;
  display: block;
  text-align: left;
  padding: 50px 0 0;
}
.page-footer {
  padding: 50px 0 0;
  color: #999;
  background: #999;
  background-color: #4b494f;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 50px;
}
.page-footer ul {
  line-height: 25px;
  list-style: 25px;
  padding: 0;
  margin-bottom: 10px;
color: #999;
}
.page-footer li {
  list-style: none;
}
.page-footer ul a {
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.footer-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fff;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .page-footer {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .page-footer {
   width: 970px;
  }
}

@media (min-width: 1200px) {
  .page-footer {
    width: 1170px;
  }
}

.page-footer-bottom {
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;
  flex-flow: row; 
  font-size: 13px;
  padding: 45px 0;

}

.page-footer-bottom div {
  width: 25%;
}

.page-footer-bottom a, .page-footer a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.page-footer ul .phone-no {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

#social-links a {
    color: #fff;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    line-height: 30px;
    text-align: center;
    width: 35px;
    font-size: 15px;
    margin-left: 2px
}

.site-footer address {
  font-style: normal;
  line-height: 1.42857143;
  margin-bottom: 0;
}

.site-footer .copyright {
    width: 100%;
    font-size: 16px;
    border-top: 5px solid rgba(255,255,255,0.1);
    padding: 20px 0 10px;
    float: left;
    color: #999;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: left;
}

.site-footer {
  color: #999;
  background-color: #4b494f;
  display: block;
  text-align: left;
  padding: 50px 0 0;
}
.page-footer {
  padding: 50px 0 0;
  color: #999;
  background: #999;
  background-color: #4b494f;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 50px;
}
.page-footer ul {
  line-height: 25px;
  list-style: 25px;
  padding: 0;
  margin-bottom: 10px;
color: #999;
}
.page-footer li {
  list-style: none;
}
.page-footer ul a {
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.footer-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fff;
    font-family: inherit !important;
    letter-spacing: 0.5px;
}

.page-footer-bottom {
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex; 
  display: flex;
  flex-flow: row; 
  font-size: 13px;
  padding: 45px 0;

}

.page-footer-bottom div {
  width: 25%;
}

.page-footer-bottom a, .page-footer a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.page-footer ul .phone-no {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

#social-links a {
    color: #fff;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    line-height: 18px;
    text-align: center;
    width: 35px;
    font-size: 15px;
    margin-left: 2px
}

#social-links .fa {
  position: relative;
  top: 7px;
}

.page-footer-bottom address {
  font-style: normal;
  line-height: 1.42857143;
  margin-bottom: 0;
}

.copyright {
    width: 100%;
    font-size: 16px;
    border-top: 5px solid rgba(255,255,255,0.1);
    padding: 20px 0 10px;
    float: left;
    color: #999;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: left;
}

/* wpQC Home-page Gateway Templates */
/*HOMEPAGE*/
	.page-template-home-page .table { display:table; border: 1px solid #aaa; }
	.page-template-default .table { display: block;  border: 1px solid #aaa; margin-bottom: 15px; }
	.qc-sel-inner { border-top: 1px solid #aaa; }
	.fw { color: #fff; }
	.home-wrapper {
		max-width: 1200px;
		margin: 0 auto;
    padding: 100px 0;
	}
	.home-banner {
		background: url(https://wp.quintcareers.com/wp-content/uploads/2016/06/banner_image.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
	  -moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	}
	.qc-sel > a:nth-child(1) > div {
		border-top: none;
	}
	.qc-sel-outer { 
		padding: 10px 0 0 0;
	}
	.home-wrapper > h1 {
		font-size: 45pt;
		color: #3d444d;
		text-transform: uppercase;
		/**/
		font-size:40pt;
		font-weight: 100;
	}
	.home-wrapper > p { 
		font-size: 25pt;
		color: #6a7e85;
	}
	.qc-sel-inner {
		padding: 0 20px;
		font-size: 13pt;
	}
	.qc-header {
    background: #62be87;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 20px;
	}
	.qc-sel-inner:not(.qc-header) {
    background: #f9f9f9;
    color: #3d444d;
    font-size: 13px;
    padding: 7px 20px;
    height: 45px;
    line-height: 30px;
	}
	.qc-sel-inner:not(.qc-header):hover {
    background: #fff;
    color: #408e5f;
	}
	.qc-sel-inner .fa-arrow-right {
		float: right;
		line-height: 27px;
		font-size: 10px;
	}
	.before-footer-unit {
		text-align: center;
		background: rgb(234, 229, 222);
		padding: 50px 0 30px;
	}
			.before-footer-unit h1 {
				font-size: 35px;
				color: #43555c;
				font-family: 'gotham', sans-serif;
				font-weight: 100;
			}
			.before-footer-unit p {
				font-size: 20px;
				color: #43555c;
				font-family: 'gotham', sans-serif;
				font-weight: 100;
			}
			.before-footer-unit button {
				text-transform: uppercase;
				background-color: #ef4a30;
				font-family: 'gotham', sans-serif;
			}

		#ajax-load-more > ul {
		   margin: 0;
		   padding: 0;
		}

		.page-template-home-page .entry {
		   padding: 0 0 !important;
		}

		.alm-btn-wrap {
		    display: block;
		    float: left;
		    width: 100%;
		    text-align: center;
		}
		 #ajax-load-more .one-fourth:nth-child(4n+1),
		 #ajax-load-more-2 .one-fourth:nth-child(4n+1) {
		    clear: both;
		    margin-left: 0;
		}

	/* Duplicate in Gateway */
		p:empty {
		display: none;
	}
	.post-desc {
		padding: 10px 7px;
		/**/
		min-height: 350px;
		/**/
	}
	.post-desc p {
		color: #445b64;
		line-height: 20px;
		padding: 5px 0;
		margin: 0;
		font-size: 14px;
	}
	.post-desc h5 a {
		color: #445b64 !important;
		line-height: 21px;
	}
	.alm-reveal .post-entry {
	  border: 1pt solid #e2e2e2;
	  overflow: hidden;
	  background: #fff;
	  margin-bottom: 15px;
	}
	.post-entry li, .header-feature-post {
  	border-bottom: 3pt solid #62be87;
	}
	.post-tag {
		font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 14px !important;
	}
	#load-more {
		color: #323232;
    background-color: #fff;
    border: 1pt solid #e5e5e5;
    text-transform: uppercase;
	}
	#load-more:hover {
	  color: #151515;
    background: #e5e5e5;
	}

/*GATEWAY*/

	.page-template-gateway-template main.content, .page-template-home-page main.content {
		max-width: 1255px;
	}
	.page-template-gateway-template .qc-sel {
		padding: 8px 0;
	}
	.page-template-gateway-template .content a, 
	.page-template-home-page .content a,
	#ajax-load-more-2 a {
		color: #63bf88;
	}
	#ajax-load-more-2 .alm-btn-wrap {
		display: none;
	}
	#ajax-load-more-2 .post-desc {
		min-height: 280px;
	}
	.qc-resources-header {
		color: #3d444d;
    text-transform: uppercase;
    font-size: 30pt;
    font-weight: 100;
	}
	.archive .content a {
		color: #63bf88 !important;
	}
	.page-template-gateway-template .site-container {
		background: #FAFBFC;
	}
	.page-template-gateway-template .site-container .content .entry {
    background-color: #FAFBFC;
	}
	.site-container .breadcrumb {
		background: #fff;
    margin: 0 auto;
	}
	.gateway-posts {
		/*display: flex;
    justify-content: center;
    align-items: center;*/
	}
	.gateway-posts .post-entry, .header-feature-post {
    border: 1pt solid #e2e2e2;
    overflow: hidden;
    background: #fff;
	}
	.page-template-gateway-template .site-inner, .wrap {
		max-width: 100%;
	}
	.page-template-gateway-template .post-entry li, .header-feature-post {
		border-bottom: 3pt solid #62be87;
	}
	#ajax-load-more .alm-listing li {
		margin: 0;
	}
	p:empty {
		display: none;
	}

	.page-template-grading-rubric-template .content > img.attachment-post-image {
		display: none;
	}

	.drilldown-options {
    background: #465b64;
	}
	.drilldown-options-inner {
		height: 200px;
		display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;        
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
	}
			.drilldown-options .one-half {
				border-right: 1pt solid #fff;
			}
			.drilldown-options .two-thirds {
				font-size: 13px;
			}
			.drilldown-options .i-am-header {
				color: #fff;
				font-size: 14pt;
			}
			.drilldown-options a {
				color: #fff;
			}
			.drilldown-options i {
				color: #62be87;
				padding-right: 10px;
			}

	.gateway-header {
		overflow: hidden;
	}
			.gateway-header h2,
			.archive h2 {
				padding: 0 0 10px 0;
				color: #445b64;
				font-weight: 700;
			}
			.gateway-header p {
				font-size: 14px;
			}
			.gateway-header .first.one-half {
				color: #445b64;
		    padding: 15px;
			}

	#filter-by-tag {
		position:relative;   
	  display: -moz-inline-stack;
	  display: inline-block;
	  vertical-align: middle;
	  zoom: 1;
	  display: inline;
	  margin-top:40px;
	  top:-15px;
	}
			#filter-by-tag select {
			  -webkit-appearance:none;
			  -moz-appearance:none;
			  appearance:none;
			  position:relative;
			  background:#fafbfc;
			  padding:7px;
			  /*padding-right 20px;*/
			  -webkit-box-sizing: border-box;
			  -moz-box-sizing: border-box;  
			  box-sizing: border-box; 
			  -webkit-border-radius: 0px; 
			  -moz-border-radius: 0px; 
			  border-radius: 4px;
			  width: 80%;
			  outline: none;
			}
			.gs-custom-dropdown {
					position: relative;
					background-color: #63bf88;
					padding: 9px 15px 10px;
					right: 10px;
					display: inline;
			}
			.gs-custom-dropdown .fa-caret-down {
					color: #fff;
					padding: 0;
					position: relative;
					
					top: 2px;
					font-size: 1.4em;
			}
		  form[name="gateway-select"] {
		  	display: inline;
		  }
	.post-tag {
		font-size: 12px;
		text-transform: uppercase;
	}
	.post-desc {
		padding: 10px 7px;
	}
	.post-desc h5 a {
		color: #445b64;
		line-height: 21px;

	}
  .header-feature-post .post-desc {
          min-height: 250px;
  }
		.post-entry {
		    postion: relative; 
		}
		.read-more-text {
		    position: absolute;
		    bottom: 15px;
		}
		.read-more-text a:hover {
			text-transform: underline;
		}
		.recommended-articles {
				padding: 20px 0;
				max-width: 1200px;
				overflow: hidden;
		    max-width: 1200px;
		    margin: 0 auto;
			}
			.recommended-articles .post-entry {
				background-color: #fff;
		    border: 1pt solid #e2e2e2;
			}
			.recommended-articles a {
				color: #62be87 !important;
			}
			.page-template-gateway-template .post-entry > li, .header-feature-post {
			    border-bottom: 3pt solid #62be87;
			}
			.page-template-gateway-template .related-articles .post-entry > li {
				padding: 20px;
			}
			.related-articles-container {
				background-color: #fff
			}
			.related-articles {
					overflow: hidden;
					width: 100%;
					padding: 40px 0;
					max-width: 1000px;
					margin: 0 auto;
			}
			.related-articles i {
				padding-right: 10px;
				color: #62be87;
			}
			.related-articles a  {
			   color: #62be87;
			}
			.related-articles h5 {
				color: #445b64;
    		line-height: 22px;
    		font-weight: 600;
    		margin: 0 0 20px;
			}
			.related-articles a:hover {
			  text-decoration: underline;
			}
			.entry-content ul > li {
			    list-style-type: none;
			}
			.related-articles br {
				display: none !important;
			}
			.related-articles li ul li {
			    border-bottom: 0 !important;
			}
			.related-articles .post-entry > li {
			    min-height: 500px;
			}
			.related-articles .post-entry {
				border: 1pt solid #e2e2e2;
			}
			#read-more {
				display: inline;
			  color: #7e7e7e;
			  background-color: #fff;
			  border: 1pt solid #e5e5e5;
			  text-transform: uppercase;
			  font-size: 13px;
			  padding: 3px 10px;
			}
			#read-more:hover {
				color: #151515;
    		background: #e5e5e5;
			}
			.rec-title {
				display: flex;
				align-items: center;
				padding: 0 0 20px;
				text-transform: uppercase;
		    font-weight: 900;
			}	
			.ig-center img {
				width: 100%;
			}
			.related-articles ul {
				padding: 10px 0 !important;
			}
			.post-tag a,  .sl-tag a {
				font-size: 12px !important;
				font-weight: 600;
			}
			.post-tag a:hover, .sl-tag a:hover {
    		color: #498e5f;
			}	
			.post-entry, .header-feature-post { position: relative; margin-bottom: 15px;}
			.breadcrumb {
			    padding-top: 15px;
			    padding-bottom: 15px;
			}
			.drilldown-options-inner > .one-third.first { padding-right: 40px; border-right: 1pt solid #e2e2e2; }
			.drilldown-options .two-thirds { padding-left:40px; }
			.post-desc {
			    padding: 10px 15px;
			}
			.alm-btn-wrap {
				padding: 20px 0;
			}
			.recommended-articles .one-fourth:nth-child(4n+1) {
		    clear: both;
		    margin-left: 0;
			}
	.qc-pagi .one-half {
		min-height: 130px;
		border: 1pt solid #e2e2e2;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.qc-pagi i, .qc-pagi .three-fourths, .qc-pagi .two-fourths {
		color: #7fd1a2;
	}
	.qc-pagi span {
		color: #333;
	}
	.author-box {
		font-size: 13.9px !important;
	}
	.author-box a {
		color: #5bbe8a;
	}
	.author-img {
		text-align: right;
		padding: 20px;
	}
	.author-img p {
		padding-top:15px;
	}
	.author-box p {
		padding-top: 20px;
	}
	#tags a {
		color: #5bbe8a;
    background: #f8f8f8;
    padding: 5px;
    margin: 0 5px;
	}
	.pagination .previous, .pagination .next {
	  padding: 30px;
	}
	.pagination .previous:hover, .pagination .next:hover {
		background-color: #f7f6f6;
	}
	.pagination.qc-pagi {
		margin: 40px 0 0 0;
	}
	.breadcrumb {
		padding: 10px;
		border-bottom: 1pt solid #e2e2e2;
	}
	.page-template-default .entry-title {
    color: #445b64;
		margin: 0 0 30px 0;
    text-align: left;
    font-weight: 700;
	}
	.page-template-default p {
		margin: 0 0 20px;
		color: #445b64;
		line-height: 25px;
		font-weight: 400;
	}
	.gateway-header-link {
		cursor: pointer;
	}
	.gateway-header-link .fa {
		float: right;
    line-height: 32px;
    color: rgb(51, 125, 79);
	}
	.rec-title h2 {
		color: #445b64;
    font-weight: 700;
	}
	.rec-title h2, .rec-title p {
		margin-bottom: 0;
	}
	.rec-title #read-more {
		margin-left: 15px;
	}
	.sidr-class-fa-caret-down, .sidr-class-fa-caret-up {
		display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	}
	.sidr-class-fa-caret-up:before {
    content: "\f0d8" !important;
	}
	.sidr-class-fa-caret-down:before {
    content: "\f0d7" !important;
	}
	.sidr-class-fa {
    float: right;
    font-size: 20px !important;
    line-height: 30px !important;
    margin-right: 30px;
	}
	.sidr ul li#sidr-id-li-livecareer ul li a {
		padding-left: 0 !important;
	}
	.sl-img-feature {
		height: 145px;
		overflow: hidden;
	}
	.sl-img-feature img {
		margin-top: -147px;
	}
	.sl-desc post-desc {
		padding: 10px 7px;
    min-height: 260px;

	}
	.post-entry {
    border: 1pt solid #e2e2e2;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
	}
	.sl-tag {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
	}
	.sl-desc {
    min-height: 270px;
	}
	.author-box b {
		margin-left: 2.564102564102564%;
    font-weight: 600;
    text-transform: uppercase;
    color: #445b64;
    font-size: 14pt;

	}
	.entry-title {
	  font-size: 45px;
	}
	.author-box {
	 margin-bottom: 0;
	}
	.sidr-class-ul2 > li > span > a:after {
	content: "" !important;
	}
	.page-id-4 .author-box {
			display: none;
	}
	.page-template-home-page .heateor_sss_sharing_container,
	.page-template-gateway-template .heateor_sss_sharing_container,
	.recommended-articles .heateor_sss_sharing_container {
	    display: none;
	}
	#sidr-id-li-jobs {
    border-bottom: 1pt solid rgba(0,0,0,0.2) !important;
	}
	.post-entry:not(.first) {
		/*margin-left: 0.964103%; 1250*/
		/*margin-left: 0.464103%; 1260*/
		margin-left: 0.394103%;
	}
	.gateway-top .post-desc, .recommended-articles .post-desc {
		min-height: 447px;
	}	
	ul#menu-livecareerquintcareers-menu {
	    font-family: "Open Sans", serif;
	    font-weight: 600;
	    font-size: 12px;
	}
	#menu-livecareerquintcareers-menu a {
		text-transform: uppercase;
	}
	#menu-livecareerquintcareers-menu .menu-item-has-children > a {
		color: #fff;
	}
	#menu-livecareerquintcareers-menu .menu-item-has-children:hover > a span {
		color: #0b6138;
	}

	#menu-livecareerquintcareers-menu .menu-item-has-children:hover {
		background-color: #63be87;
	}
	#menu-livecareerquintcareers-menu .sub-menu a {
		background-color: #63be87;
		border: solid 1pt #46ae78;
		color: #fff;
		font-size: 12px;
	}
	#menu-livecareerquintcareers-menu .sub-menu a:hover {
		background-color: #7fd1a2;
	}
	#menu-livecareerquintcareers-menu .sub-menu a:hover span {
		color: #0b6138;
		font-weight: 600;
	}
	#menu-livecareerquintcareers-menu li > a {
		padding: 29px 20px;
	}
	#menu-livecareerquintcareers-menu li {
		float: none;
	}
	@media only screen and (min-width: 1350px) {
		.author-box .three-fourths {
			padding-right: 200px;
		}
		.breadcrumb {
		 	padding-left: 100px;
		}
	}
	@media only screen and (min-width: 768px) {
		.next.one-half {
			width: 51.2%;
			margin-left:0;
		}
		.author-box .three-fourths p {
			padding-right: 100px;
		}
		.page-template-default main.content {
    	padding: 0 2% 0 4%;
		}
		div[id*="div-gpt-ad"] {
			position: relative;
			right: 10px;
		}	
		.drilldown-options-inner > .one-third.first {
			padding-left: 40px;
		}
		/*Grid Mods to make cards tighter*/
		.post-entry.one-fourth,
		.gateway-ad.first.one-fourth { 
			/* width: 24.206923076923077%; max-width: 1200|1250 width: 24.606923076923077% 1255:*/
			width: 24.656923076923077%;
		}
		.post-entry.one-half { width: 49.717949%; }		
	}
	@media only screen and (max-width: 768px) and (min-width: 436px) {
		.qc-sel-inner {
			font-size: 9px;
		}
		.qc-sel-inner.qc-header {
  	  font-size: 11px;
		}
		.sl-img-feature img {
			margin-top: -97px;
		}
		.sl-img-feature {
			height: 95px;
		}
		.sl-desc {
    	min-height: 370px;
		}
	}
	@media only screen and (max-width: 435px) {
		.qc-pagi .one-half {
			flex-direction: column;
		}
		.mobile-only {
			display: block;
		}
		.not-mobile {
			display: none;
		}
		.lng-dsc {
			display: none;
		}
	}
	@media only screen and (min-width: 435px) {
		.mobile-only {
			display: none !important;
		}
		.not-mobile {
			display: block;
		}
	}


@media (min-width: 1200px) {
  .page-footer {
    width: 1170px;
  }
}

@media only screen and (min-width: 967px) {
	.home-banner {
		height: 449px;
	}
	.site-container .breadcrumb {
		padding-left: 50px;
	}
}

@media (min-width: 992px) {
  .page-footer {
   width: 970px;
  }
}

@media only screen and (max-width: 960px) {
	#menu-livecareer-menu {
		display: flex; 
		flex-direction: row-reverse;
	}
	#mobile-header {
    display: block;
  }
	#hamburger, .widget-area.header-widget-area { 
		display:none !important; 
	}
	#menu-quintessential-menu {
		display: flex; 
		flex-direction: row-reverse;
	}
	#hamburger, .site-header .widget-area, .nav-primary { display:none !important; } 
	.menu_title {
    float: right;
    padding-right: 10px !important;
	}
	.page-footer {
	  background-color: #4b494f;
	}
	.author-box {
		padding: 0 5%;
	}
	.author-img {
		text-align: center;
	}
	.grading-rubric-banner h2 {
		font-size: 23px !important;
	}
}

@media (min-width: 768px) {
  .page-footer {
    /*width: 750px;*/
  }
}

@media only screen and (max-width: 420px) {
	h1, .home-wrapper > h1 {
		font-size: 21pt;
	}
	.grading-rubric-banner h2 {
		font-size: 18px !important;
	}
	.home-wrapper p {
		font-size: 20pt;
	}
	.title-area {
	   width: 2000px;
	}
	#menu-livecareerquintcareers-menu, #hamburger {
	 display: none;
	}
	.home-wrapper {
		padding: 70px 20px 0px;
	}
	.home-wrapper > p {
		line-height: 37px;
	}
	.page-template-home-page .table {
		margin: 10px 0;
	}
	.title-area {
		background: url(https://wp.quintcareers.com/wp-content/uploads/2016/07/qc_logo_mobile.png) center center no-repeat !important;
	}
	#filter-by-tag select {
		width: 67%;
	}
	.gs-custom-dropdown {
		padding: 7px 6px 9px;
    right: 10px;
	}
	.drilldown-options .two-thirds {
    padding-left: 20px;
    font-size: 10px;
	}
	.drilldown-options-inner > .one-third.first {
    padding: 0 10px;
  }
  .gateway-ad {
  	text-align: center;
  	margin-bottom: 20px
  }
  .related-articles {
  	padding: 20px 0;
  }
  .rec-title {
  	padding: 0 10px 20px;
  }
  .article-container {
  	padding-left: 5%;
    padding-right: 5%;
  }
  .sl-desc {
  	min-height: 44% !important;
  }
	.read-more-text {
		bottom: 10px;
	}
	.sl-img-feature img {
    margin-top: -34px;
	}
}

@media only screen and (min-width: 420px) {
  .sidr {
      width: 370px;
  }
  .sidr.right {
      right: -370px;
  }
  .sidr-class-demo-link {
      display:none !important;
  }
  .sidr-class-post-link {
      display:none !important;
  }
  .sidr-inner .sidr-class-close {
      padding: 15px 50px 0 0;
  }
}

.google_image_div{
	opacity: 1;
	filter: alpha(opacity=100);
}

.google_image_div:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*Grading Rubric Template*/

.grading-rubric-banner {
    height: 400px;
    background-color: #50be87;
	}
	.grading-rubric-banner h1, 
	.grading-rubric-banner h2 {
		font-size: 42px;
		color: #fff;
		letter-spacing: 3px;
		font-weight: 300;
	}
	.grading-rubric-banner .home-wrapper > .first {
		margin: 20px 0;
	}
	.grading-rubric-banner .list-wrapper {
		color: #fff;
		padding: 15px 30px;
	}
	.list-wrapper li {
		list-style-type: disc;
		margin-bottom: 10px;
	}
	.post-wrapper {
		padding: 20px 60px;
		text-align: center;
	}
	.post-form h3 {
		color: #fff;
	}
	.post-form .form-group input {
		margin-bottom: 10px;
	}
	.post-wrapper {
		 background-color: rgba(255, 255, 255, 0.1);
	}
	.post-job-btn {
		color: #fff;
    background-color: rgb(71, 91, 100);
    border-radius: 3px;
    height: 50px;
    width: 240px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
	}
	.page-template-grading-rubric-template .content {
		max-width: 1200px;
	}
	.page-template-grading-rubric-template p {
		color: #7b7b7b;
		line-height: 20px;
	}
	.page-template-grading-rubric-template .content .entry {
		background-color: #fafbfc;
	}
	.page-template-grading-rubric-template .site-container {
		background-color: #fafbfc;
	}
	.page-template-grading-rubric-template .site-inner {
		padding-top: 40px;
	}
	.text-center {
		text-align: center;
	}
	.m-b-0 {
		margin-bottom: 0;
	}
	.d-f {
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.launch-button {
		text-align: center;
	}
	.launch-button button {
		width: 100%;
		background: #f59631;
		border-radius: 5px;
		font-size: 13px;
		font-weight: 500;
	}
	.launch-button button:hover {
		-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	}
	.single-company-listing {
		overflow: auto;
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fff;
    border: 1pt solid #F1f1f1;
	}
	.border-green {
		border: 2pt solid #63be87;
	}
	.single-company-listing p {
		font-size: 14px;
	}
	.company-desc {
		padding: 0 20px;
	}
	.company-desc h6 {
    color: #7b7b7b;
    padding: 10px 0 0;
	}
	.company-desc p {
		margin-bottom: 0;
		font-size: 13px;
	}
	.company-price p{
		margin-bottom: 14px;
	}
	.company-rating p {
		margin-bottom: 18px;
	}
	.money-symbol {
		font-size: 1.2em;
		font-weight: 600;
		padding: 0 5px;
	}
	.company-rating img {
		padding: 0 2px;
	}
	.green {
		color: #63be87;
	}
	.grey {
		color: #E3E3E3;
	}
	.top-rated-seal {
		position: relative;
    top: 40px;
    right: 40px;
	}
	.top-rated-seal img {
		position: absolute;
	}
	.company-listings-wrapper {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.company-listings-wrapper .single-company-listing {
		margin-top: 20px;
	}
	.load-more-wrapper {
		margin-bottom: 20px;
    text-align: center;
	}
	#social-links a {
		line-height: 19px;
	}
	@media only screen and (max-width: 1200px) {
		.company-listings-wrapper {
		  max-width: 960px;
		}
	}
	@media only screen and (max-width: 960px) {
		.company-listings-wrapper {
			max-width: 800px;
		}
	}
	@media only screen and (max-width: 767px) and (min-width: 435px) {
		.single-company-listing .one-half:not(first) {
			flex-direction: column;
		}
		.single-company-listing .company-price, 
		.single-company-listing .company-rating {
			width: 50%;
    	text-align: center;
		}
		.single-company-listing .launch-button {
			width: 100%;
		}
	}

	@media only screen and (max-width: 767px) {
		.grading-rubric-banner {
			height: 400px;
		}
		.d-f {
			display: block;
		}
		.grading-rubric-banner h1 {
			text-align: center;
			font-size: 32px;
		}
		.grading-rubric-banner .home-wrapper {
    	padding: 20px 20px 0px;
		}
		.grading-rubric-banner .list-wrapper {
			display: none;
		}
		.post-wrapper {
    	padding: 20px 20px;
  	}
  	.top-rated-seal {
  		top: 15px;
  		right: -280px;
  	}
  	.company-desc {
  		padding: 0 0;
  	}
  	.company-price, .company-rating  {
  		width: 49%;
  		padding: 20px 0;
  	}
  	.launch-button button {
  		width: 70%;
  	}
  	.company-listings-wrapper {
  		padding: 0 5%;
  	}
  	input[name="fName"] {
  		width: 49%;
  	}
  	input[name="lName"] {
  		width: 49%;
  		float: right;
  	}
  	.post-form h3 {
	    font-size: 20px;
	    color: rgba(255, 255, 255, 0.8);
		}
		.page-template-grading-rubric-template .text-center p {
			text-align: left;
		}
	}
	@media only screen and (max-width: 480px) {
		.grading-rubric-banner h2 {
			font-size: 16px;
		}
	}
	@media only screen and (max-width: 350px) {
		.top-rated-seal {
			right: -230px;
		}
		.single-company-listing {
			padding: 30px 30px;
		}
		.grading-rubric-banner {
    	height: 650px;
		}
	}