/*

    Theme Name: My Perfect Resume

    Theme URI: http://myperfectresume.com

	Description: Child theme made for My Perfect Resume 

    Author: IversenDesign

    Author URI: http://iversendesign.com

 

    Version: 1.0

 

    Template: genesis

    Template Version: 2.0


*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Lato:300,700);

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #666;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #06c;
	text-decoration: underline;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Source Sans Pro', Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap, #inner {
	margin: 0 auto;
	max-width: 960px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
	padding-top:10px;
}

/* 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: 920px;
}

.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: 640px;
}

.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: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.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,
.one-eighth {
	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%;
}

.one-eighth {
	width: 10.256410256%
}	

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	color: #0057a5;
	font-weight: 600;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: none;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/*border-top: 4px solid #418ccc;*/
	border-bottom: 1px solid #555;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 0rem 0;
}

.liveChatWrap {float:right;}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: 'Source Sans Pro', Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
	margin-top: 20px;
	background: url(/wp-content/uploads/2016/02/MPR_logo.png) no-repeat !important;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
	margin-top:30px;
}

.site-title a,
.site-title a:hover {
	color: #333;
	
	display: none;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	/*background: url(images/logo.png) no-repeat left;*/
	padding: 0;
}

.header-image .site-title a {
	float: left;
	padding-bottom:42px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 600px;
}

#login {background: url(/wp-content/uploads/2014/04/login.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 28px;
	float:right;
	width: 75px;
	overflow:hidden;
	-webkit-transition: all 0 ease-in-out !important;
	-moz-transition: all 0 ease-in-out !important;
	-ms-transition: all 0 ease-in-out !important;
	-o-transition: all 0 ease-in-out !important;
	transition: all 0 ease-in-out !important;
}

#login:hover {background: url(/wp-content/uploads/2014/04/login.png) no-repeat scroll 0 -28px transparent;
	
}

.header-image .site-header .widget-area {
	padding: 30;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Source Sans Pro', Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: capitalize;
	text-decoration: none;
}

.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;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	/background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

.entry-content p {font-weight: 400;}

/*
Home Widgets
--------------------------------------------- */

.widget {clear:both;}

#home-featured .widget-title {
	color: #5a5a5a;
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	text-shadow: 1px 1px #fff;
	padding-top: 20px;
	margin-bottom: 5px;
}

.lightBlueHeader {
color: #0059a4;
font-size: 27px;
font-weight: 400;
text-align: center;
margin-bottom: 40px;
}

#home-featured {
	background: url(/wp-content/uploads/2014/04/bg-bottom-mpr-lp.png) repeat-x scroll left bottom,url(/wp-content/uploads/2014/04/bg-hero-banner-02.jpg) repeat scroll left top transparent;
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #cbcbcb;
	overflow: auto;

}

.featured-icon {
	text-align: center;
}

.cover-letter {float: right; margin-top: -63px; margin-right: 45px;}

.arrow {margin-top: 20px;}

.iconBox {
color: #434343;
font-size: 20px;
font-weight: 600;
line-height: 24px;
}

.site-shadow{
	box-shadow: 0px 9px 15px #d8d8d8;
	border-bottom: 1px solid #767676;
	clear:both;
}

.resume-button{
	background: url(/wp-content/uploads/2014/04/bg-button-lp.png) no-repeat scroll 0 0 transparent;
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: 600;
	height: 58px;
	letter-spacing: 1px;
	line-height: 55px;
	margin: 15px auto 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	width: 336px;
	-webkit-transition: all 0 ease-in-out !important;
	-moz-transition: all 0 ease-in-out !important;
	-ms-transition: all 0 ease-in-out !important;
	-o-transition: all 0 ease-in-out !important;
	transition: all 0 ease-in-out !important;
}

.resume-button:hover {
	background: url(/wp-content/uploads/2014/04/bg-button-lp.png) no-repeat scroll 0 -60px transparent;
	color: #fff;
}

.resume-button img {margin-bottom: -1px;}

.home-middle{
	background: url(/wp-content/uploads/2014/04/layer-divide.png) no-repeat scroll 0 0 transparent; 
	background-position-y: bottom;
	padding: 45px 10px;
	overflow: auto;
}

.home-middle .widget-title, .home-bottom .widget-title {
	color: #00549c;
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
}

.home-middle p, .home-bottom p{color: #555; line-height:28px; font-size: 22px; font-weight: 400;}

.home-middle-2 .textwidget {float: left;}

.home-middle-2 .widget_metaslider_widget {clear: none; overflow: hidden; padding-left: 70px;}

.home-middle-3 p {margin-bottom: 4px; margin-bottom: 0.4rem;}

.home-bottom{
	padding: 45px 10px;
	overflow: auto;
}

#news2{display:none;}

.quote {float:right;}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
	padding: 20px 5px;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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 .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	/border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */



.site-footer {
	/*background-color: #fff;*/
	/*color: #999;*/
	/*font-size: 14px;
	font-size: 1.4rem;*/
	/*padding: 40px 0;*/
	/*padding: 4rem 0;*/
	/*text-align: center;*/
	/*background: url(/wp-content/uploads/2014/04/footer-background.png) repeat-x scroll 0 0 #555;*/
	/*color: #fff;*/
	/*padding: 30px 0 50px;*/

}

.site-footer a {
	/border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}

.nav-secondary .wrap {padding: 0 60px;}



#menu-footer-menu .sub-menu .current-menu-item > a {
	color: #fff;}

#menu-footer-menu a{color: #fff; padding: 0 24px; padding: 0 2.4rem; border-left: 1px solid #fff; margin-bottom: 15px; font-weight:400; font-size: 12px;}

#menu-footer-menu li:first-child a{border-left: none;}

#menu-item-2857 a {border: none;}
.footer-icon {margin-right: 10px;}

#text-14 {margin-top: 20px;}

/******** Custom Flexslider CSS *************/
.flex-control-paging li a.flex-active {background: rgba(51, 153, 255, 0.9) !important;}

.flex-control-nav li a {margin: 0 11px !important;}

.flex-control-paging li a{width: 13px !important; height: 13px !important;}

.flex-control-nav {margin-bottom: 25px !important;}

.home-middle-2 {padding-bottom: 10px;}

.home .top-banner {display: none;}

.home .bottom-banner {display: none;}

/**********Header Customization*******************/

#lpButDivID-1368089579404 {display: none;}

.lpStaticButtonTR span {
background: url(/wp-content/uploads/2014/04/reponline.gif) no-repeat 0 0;
width: 222px;
height: 33px;
display: block;
cursor: pointer;
-webkit-transition: all 0 ease-in-out !important;
	-moz-transition: all 0 ease-in-out !important;
	-ms-transition: all 0 ease-in-out !important;
	-o-transition: all 0 ease-in-out !important;
	transition: all 0 ease-in-out !important;
}

.lpStaticButtonTR span:hover {
background-position: 0 -33px;
}

.lpStaticButtonTR a img {display: none;}

#resume-examples {
	height: 33px; width: 143px; background: url(/wp-content/uploads/2014/04/resume-examples-button.png); margin-left: 7px; margin-top: 6px;
	-webkit-transition: all 0 ease-in-out !important;
	-moz-transition: all 0 ease-in-out !important;
	-ms-transition: all 0 ease-in-out !important;
	-o-transition: all 0 ease-in-out !important;
	transition: all 0 ease-in-out !important;
}

#resume-examples:hover {background: url(/wp-content/uploads/2014/04/resume-examples-button.png) no-repeat scroll 0 -33px transparent;}

/*#text-3 {margin-top: 25px; width: 375px; float: right; }*/

#login-button {display: none;float: right; background: #0057a5; padding: 3px 28px; color: white; text-decoration: none; border-radius: 6px; font-weight: 400;}

#login-button:hover {background: #4797dd;}

#resume-button {display: none;float: none; background: #0057a5; padding: 3px 42px; color: white; text-decoration: none; border-radius: 6px; font-weight: 400; width: 212px; margin: auto; margin-top:10px;}

#resume-button:hover {background: #4797dd;}

#seven-day {float:left;}

/***************Example Resume Directory Page********************/

.example-page a h5 {color: #333; font-weight: 600;}

.example-page h3 {font-weight: 400; color: #333;}

.example-page a:hover h5 {color: #3d6ea4; text-decoration: underline;}

.example-page a:hover .example-menu {background: #f9f9f9;}

.example-page a p{color: #333;}

.example-page a:hover p {color: #333;}

.example-menu {padding:5px 10px;}

/*************Mid Level Page***************/

.mid-level h5 {margin-bottom: 0; font-size: 16px; font-size: 1.6rem;}

.mid-level p {font-size: 14px;}



/*************Sidebar Customization*******************/

.sidebar .widget-title {font-size: 22px; font-weight: 600;}

.sidebar .widget {padding-top: 25px; margin-bottom: 0; padding-bottom: 10px;}

.sidebar a {text-decoration: none; color: #8a8a8a; font-weight: 400;}

.sidebar a:hover {text-decoration: underline; color: #06c;}

.sidebar .current_page_item a {font-weight: 600; color: #333;}


/**************Modal Window*****************************/

.modal { width:50% !important; margin-left: -25% !important;}

.modal h4 {color: #5a5a5a;
font-size: 44px;
font-style: normal;
font-weight: 400;
line-height: 1em;
text-align: center;
text-shadow: 1px 1px #fff;
padding-top: 20px;
margin-bottom: 5px;
}


/*****************Breadcrumbs**************/

.breadcrumb {display: block;}

.breadcrumb {font-weight: 400;}

.page-template-breadcrumb-template-php .breadcrumb {display: block;}



/***********Secondary HTML******************/

.menu_head {font-size:18px; text-decoration:underline; color: #005196; text-align:center;}


/*************Resume Examples Page*****************/

.large-resume {border: 3px solid #555;}

.menu_container {display: none;}

.page-template-breadcrumb-template-php .menu_container {display: block;}


/** AB TESTING CODE **/

#overlay-ad-top, 
.get_job_alerts, 
#crawler-ad,
.show-text-link {
	display: none;
}

.plusminus {
	cursor: pointer;
}

.example-page {
  overflow: hidden;
  display: block;
}
 
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.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: 550px;
	}

	.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: 315px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.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-inner,
	
	.wrap {
		width: 100%;
	}
	
	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.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;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 890px) {

	.title-area{width: 100%;}
	
	.site-title {width: 257px; margin: auto;}
	
	.site-header .widget-area{width: 100%;}
	
	#text-2 .textwidget {width: 215px; margin: auto;}

	#text-3 .widget-wrap {width: 550px; margin: auto;}
	
	#text-3 {margin-top: 0;}
	
	#login {display: none;}
	
	#login-button {display: block;}
}

@media only screen and (min-width: 960px) {
	nav.container {
		width: 960px!important;
	}
}

@media only screen and (max-width: 767px) {

	.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%;
	}
	
	.example-page div .one-third {width: 32.5%; margin-right: 2%;}
	
	.example-page div .two-thirds {width: 65.5%;}
	
	.example-page div .one-half {width: 48%; margin-left: 4%;}
	
	.example-page div .first {margin-left: 0;}

	.cover-letter {margin: 0; float:none;}
	
	#text-5 .textwidget {text-align:center;}
	
	#text-5 h3 {margin-bottom: 10px;}
	
	.arrow {display: none;}
	
	#news2 {display:block; margin:auto;}
	
	#news1 {display: none;}
	
	.home-middle-2 .widget_metaslider_widget {padding: 10px 40px; width: 100%;}
	
	.textwidget {text-align: center !important;}
	
	.home-middle .widget-title{text-align: center !important;}
	
	.home-middle-2 .textwidget {float:none;}
	
	.quote {float:left;}
	
	#text-13 div {text-align:center !important;}
}

@media only screen and (max-width: 650px) {

	#text-3 .widget-wrap {width: 400px; margin: auto;}
	
	#resume-examples {display: none;}
	
	#resume-button {display: block;}
	
}

@media only screen and (max-width: 450px) {
	
	#text-3 .widget-wrap {width: 225px;}
	
	#seven-day {float:none; margin: auto; width: 150px; padding-right: 32px !important;}
	
	.resume-button{height: 50px; line-height: 45px; background-size:cover; width: 280px;}

	.resume-button:hover {
	background: url(/wp-content/uploads/2014/04/bg-button-lp.png) no-repeat scroll 0 -50px transparent;
	
	background-size:cover;
	color: #fff;
}
}

/******** CODE FOR OPTIMIZELY START **********/
/* Last updated 4/28/15 by Joey */
/* Crawler ad */

#crawler-ad {
    background: url(/wp-content/uploads/2015/04/side-crawler-bg.png); 
    position: fixed;
    bottom: -350px;
    width: 589px;
    z-index: 10;
    padding: 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
	right: 20px;
}

#crawler-close {position: absolute; top: -15px; right: 10px;}

#crawler-ad .button-orange {
	margin-top: 37px;
	margin-bottom: 20px;
	margin-right: 30px;
}

/* Top Ad */

#overlay-ad-top {
    background: url(/wp-content/uploads/2015/02/top-background.png); 
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 10;
    padding: 0px 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
    margin-top:-170px;
    max-height: 170px;
    overflow: hidden;
    background-repeat: repeat-x;
}

#overlay-ad-top .site-inner {

	height: 170px;
}

#overlay-ad-top .button-orange {
	margin-top: 42px;
}

#overlay-close-top {
	position: relative; 
	left: 30px;
	float:right;
	}

#overlay-close-top button, #crawler-ad button {
	background: none;
	padding: 0;
}

/* Crawler - Top Ad updates - For Dynamic Text */

#overlay-ad-top .site-inner {
	background: url(/wp-content/uploads/2015/04/resume-example.png) !important;
	height: 170px;
	background-repeat: no-repeat !important;
	background-position: bottom left !important;
	background-size: 300px !important;
}

#overlay-ad-top .top-content-area {
  margin-left: 33%;
  margin-top: 20px;
}

#overlay-ad-top p {
	float:right;
}

#overlay-ad-top .ad-top-header {
  float: left;
  clear: both;
  color: #fff;
  font-size: 38px;
  line-height:0.5;
}

#overlay-ad-top ul {
  float: left;
  clear: left;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  list-style: none;
}

#overlay-ad-top li {
	padding-left: 28px;
	background-image: url(/wp-content/uploads/2015/04/checkmark-icon.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 18px;
	line-height: 1.3;
	font-weight: 300;
	font-size: 16px;
}


.left-text {
	display: block !important;
  float: left;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 43px;
  line-height: 1.3;
  font-size: 15px;
}

.right-text {
	float:right;
	margin-bottom: 0;
}

#overlay-ad-top .button-orange {
	font-size: 18px; 
	padding: 10px 20px; 
	margin-top: 6px !important;
}

@media only screen and (max-width: 1023px) {

	#overlay-ad-top .site-inner {
		background: none !important;
	}

	#overlay-ad-top .top-content-area {
		margin-left: 0;
	}

}

@media only screen and (max-width: 767px) {

	#overlay-ad-top li {
		background-size: 14px;
		padding-left: 23px;
		font-size: 13px;
	}

	#overlay-ad-top .ad-top-header{
		font-size: 25px;
	}

	#overlay-ad-top .button-orange {
		font-size: 14px;
		padding: 6px 14px;
	}

	}



/************* 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;
}

.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;
    top: 120px !important;
}

.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;
}

#text-2 { display: none;}


/****** MPR Header Chat now ******/

/*.chatBtn {
	display: none;
	width: 170px;
	margin-top: 25px;
	overflow:hidden;
	float: right;
	cursor: pointer;
}*/

.icon-live-chat {
	float: left;
   margin: 3px 7px 0 0;
}

.lc-blue-27x26px {
    background-position: -304px 0 !important;
    width: 27px;
    height: 26px;
}

aside .head {
    display: block;
    color: #2d80d6;
    text-transform: uppercase;
    font-weight: 900;
    /*text-decoration: none !important;*/
    float: left;
}

.fs13px {
	font-size: 13px;
}

.fs12px {
	font-size: 12px;
}

aside .desc {
    color: #666;
    font-weight: 600;
    float: left;
}


/****** MPR footer revamp ******/

.mpr-footer {
		background: #3a3a40;
		height: 90px;
	}
	.color-container {
		background: #3a3a40;
	}
	.fo:after {
		clear: both;
	}

	.ac-fl {
		display: inline-flex;
	}

	.mpr-footer .mpr-container {
    width: 960px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding: 15px 0;
	}

	@media screen and (max-width: 1000px) {
		.mpr-footer {
			height: auto;
		}
		.mpr-footer .mpr-container {
			width: auto !important;
		}
	}

	#footer-trust-logos li {
		padding: 0 10px;
	}

	#footer-social-media-cions li {
		padding: 8px 5px;
	}
	#footer-social-media-cions a {
    opacity: .67;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	}
	#footer-social-media-cions a:hover {
    background-color: #222;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
    border-radius: 100%;
	}	
	
	ul {
    list-style: none;
	}

	.flr {
		float:right;
	}
	.fll {
		float:left;
	}
	.lh1 {
		line-height: 1;
	}
	.ttu {
    text-transform: uppercase;
	}

	/*ICONS*/

	.si {
		background-image: url(//cdn-us-ec.yottaa.net/52e2a6bb3c881677d700020f/www.myperfectresume.com/v~11.194/images/sprite_icons.png?yocs=_&yoloc=us);
		background-repeat: no-repeat;
		background-position: 0 0;
		display: inline-block;
		text-indent: -500px;
		overflow: hidden;
	}

	.si-lps {
	    background-image: url(//cdn-us-ec.yottaa.net/52e2a6bb3c881677d700020f/www.myperfectresume.com/v~11.194/images/sprite_icons_lps.png?yocs=_&yoloc=us);
	}
	
	.icon-w2011 {
    background-position: 0 -170px;
    width: 47px;
    height: 45px;
	}

	.icon-block-logo {
	    background-position: -47px -170px;
	    width: 40px;
	    height: 45px;
	}
	
	.icon-iaew {
    background-position: -87px -170px;
    width: 149px;
    height: 45px;
	}
	.si.lc-logo-w110 {
    width: 109px;
    height: 17px;
    background-position: 0 -82px;
	}	
	
	.si.d44px {
    width: 44px;
    height: 44px;
	}

	.d44px.icon-facebook-44px {
    background-position: 0 -285px;
	}
	
	.d44px.icon-twitter-44px {
    background-position: -176px -285px;
	}
	
	.d44px.icon-linkedin-44px {
    background-position: -88px -285px;
	}

	.d44px.icon-google-44px {
    background-position: -44px -285px;
	}
	
	.d44px.icon-pinterest-44px {
    background-position: -132px -285px;
	}
	
	.ac-mr12px {
		margin-right: 12px;
	}
	
	.mpr-footer p {
    margin: 0;
	}

	.mpr-footer .powered-by .si {
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px;
	}

	.mpr-footer .copyright-ctnr {
    background: #43434a;
    height: 50px;
    font-size: 10px;
    color: #888;
    clear: both;
	}
	.mpr-footer .copyright {
    padding: 17px 0;
    height: 50px;
    font-size: 10px;
    color: #888;
	}
	.mpr-footer .powered-by {
    padding: 16px 0;
    margin-top: 1px;
	}

	#copyright-footer {
		padding: 0;
	}

footer.site-footer {
	/*display: none;*/
}

/******** ebook Modal Popup ********/

.ebookModal {
/*
	font: 14px/1.5 'Source Sans Pro',sans-serif;
	box-sizing: border-box;
  width: 823px;
  height: 453px;
  background: #f0f0f0;
  border: 5px solid #16b9cb;
    position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  */
}
.eBookmodal br { display: none; }

.modalWrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.modalLeft {
	width: 350px;
  height: 100%;
  float: left;
}
.wrapOuter {
	width: 100%;
  height: 100%;
  position: relative;
  padding: 5% 3% 2% 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 1290px) {
	.wrapOuter {	  
	  padding: 10% 3% 2% 0;
	}
}

.wrapInner {
	display: block;
  position: absolute;
  left: 15px;
  right: 0;
  top: 30px;
  bottom: 0;
  z-index: 2;
  padding-top: 30px;
}

.eBookmodal .wrapInner img {
	width: 290px;
}

.modalRight {
	width: 500px;
  height: 100%;
  float: right;
  position: relative;
  z-index: 2;
}

.wrapOuter .bigText {
  font-family: 'Source Sans Pro';
	font-size: 35pt;
  font-weight: 600;
  line-height: 40pt;
  margin: -5px 0 0 -3px;
  color: #53a9fb;
  text-transform: uppercase;
}
.wrapOuter .smallText {
	font-size: 21px;
	line-height: 25px;
	margin: 19px 0 0 -3px;
  color: rgba(36, 36, 36, 0.7);
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-style: normal;
  /* font-weight: normal; */
  text-decoration: inherit;
}
.emailForm {
	margin: 0 0 0 -3px;
	width: 440px;
	box-sizing: border-box;
}

.emailform .sEmailOUI {
	width: 400px;
  height: 61px;
  border: 1px solid #e0dfdf;
  background-color: #F8F8F8;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  box-sizing: border-box;
  color: #575757!important;
  margin: 23px 0 0 -3px;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-style: normal;
  text-decoration: inherit;
}

/*	.emailInput {
	width: 400px;
  height: 61px;
  border: 1px solid #e0dfdf;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  box-sizing: border-box;
  color: #575757!important;
}*/
.emailButton {
  /*Temp email storage CSS*/
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;        
  justify-content: center;
  align-items: center;
  /*Temp email storage CSS*/

	text-align: center;
  /*display: inline-block;*/
  width: 400px;
  height: 61px;
  border-radius: 2px;
  position: relative;
  margin: 25px 0 0 0;
}
.emailButton a {
	display: flex;
	align-items: center;
	justify-content: center;
  height: 100%;
  text-align: center;
  background-color: #ff8000;
  color: #fff;
  box-sizing: border-box;
/*   padding: 15px 35px 0 0;*/
  font-size: 20px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  text-decoration: none;
}
.dIconMPeb16 { 
 padding-left: 10px;
}
.modalFooter {
	font-family: Source Sans Pro;
	font-size: 12px;
	font-weight: 300;
	color: #6d6d6d;
	margin: 24px 0 0 11px;
}
.modalClose {
	position: absolute;
  top: 2px;
  right: 8px;
}

.popmake-close {
  top: -30px;
  cursor: pointer;
  float: right;
  position: relative;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 20px;
  padding: 7px;
}

/*.popmake.theme-6253 > .popmake-close {
	background-color: #F0F0F0 !important;
	color: #B1B1B1 !important;
	font-size: 16px !important;
	right: 100px !important;
	font-weight: 500 !important;
	z-index: 200;
	top: 25px !important;
}

@media screen and (min-width: 1300px) {
  .popmake.theme-6253 > .popmake-close {
    right: 180px !important;
  }
}

@media screen and (min-width: 1580px) {
  .popmake.theme-6253 > .popmake-close {
    right: 230px !important;
  }
}

@media screen and (min-width: 1900px) {
  .popmake.theme-6253 > .popmake-close {
    right: 360px !important;
  }
}*/


.popmake-overlay.theme-6253, .popmake-overlay.theme-default-theme-5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.popmake.theme-6253 {
	background-color: #fbfbfb !important;
	border: 3px solid #53a9fb !important;
	box-shadow: none !important;
}

.popmake {
  /*border: 5px solid #16b9cb !important;*/
}

/*******HIW Modal Popup********/

@font-face {
	font-family:RobotoSlab-Regular;
	src: url(fonts/RobotoSlab-Regular.ttf);
}

@font-face {
	font-family:RobotoSlab-Light;
	src: url(fonts/RobotoSlab-Light.ttf);
	}x


	.ffssp {
		font-family: 'Source Sans Pro', Arial,sans-serif;
	}

	.three-steps, .right-section {
		height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-box;      
	  /*display: -moz-box; */        
	  display: -ms-flexbox;      
	  display: -webkit-flex;     
	}

	.three-steps ul {
    counter-reset: steps;
    width: 85%;
	}

	.hiw-container h1 {
		font-size: 55px;
    font-family: RobotoSlab-Light;
    color: #58585f;
    line-height: 65px;
    font-weight: 100;
	}

  .three-steps span {
		color: #40A0FF;
    font-size: 55px;
    font-weight: 400;
    font-family: RobotoSlab-Regular;
	}

	.three-steps ul li {    
		color: #9f9f9f;
    counter-increment: steps;
    font-size: 16.3px;
    line-height: 23px;
    margin-top: 25px;
    font-family: RobotoSlab-light;
	}

	.three-steps ul li:before {
		background: #fbfbfc;
    border: 1px solid #edf0f3;
    color: #58585f;
    content: counter(steps);
    display: inline-block;
    float: left;
    font-size: 23px;
    height: 45px;
    line-height: 43px;
    margin-right: 30px;
    text-align: center;
    margin-right: 30px;
    width: 45px;
    font-family: roboto;
    font-weight: bold;
	}

	.toc-p {
		text-align: center;
		font-family: roboto !important;
		font-size: 13px;
		color: #9f9f9f !important;
	}

	.toc-p a {
		text-decoration: none !important;
		color: #9f9f9f !important;
    cursor: pointer;
    outline: none;
	}

	.toc-p a:hover {
		color: #5D5C5C !important;
	}


	#eModal-3 {
		background: -webkit-linear-gradient(to right, #fff 0%, #fff 50%, #f6f7f8 50%, #f6f7f8 100%);
		background: -o-linear-gradient(to right, #fff 0%, #fff 50%, #f6f7f8 50%, #f6f7f8 100%);
		background: linear-gradient(to right, #fff 0%, #fff 50%, #f6f7f8 50%, #f6f7f8 100%);
	}

  @media screen and (max-width: 768px) {
    #eModal-3 {
      width: auto !important;
      height: auto !important;
      left: 0px !important;
    }
  }

	.btn-green {
		min-width: 100px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    background: #00b483;
    font-family: Roboto;
    border: 0;
    box-shadow: 0px 0px 9px 2px rgba(17,17,17,0.1);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    width: 330px;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(17,17,17,0.1);
    -moz-box-shadow: 0px 0px 9px 2px rgba(17,17,17,0.1);
    -ms-box-shadow: 0px 0px 9px 2px rgba(17,17,17,0.1);
   }

   #eModal-3 {
   	padding-bottom: 30px !important;
   }

   #eModal-3 .emodal-close {
   	background: none !important;
   	top: -20px !important;
    right: -20px !important;
    color: #fff !important;
    font-size: 20px !important;
   }

/*Temporary Email Storage Styles*/
  #submit_ghazale_ds_form {
    font-size: 18px;
    background-color: #075C97;
  }


/*******Custom Card | Gig Econ Page  @ cameron@iversendesign.com ********/
	.page-id-9736 .right-widget-container {
		display: none;
	}
	#customer-card-container {
		background-color: #F2F3F4;
	}
	#customer-card-container .jumbotron {
		background: url(https://wp.myperfectresume.com/wp-content/uploads/2016/06/top-jumbo-image.png) no-repeat;
		padding: 120px 126px;
		text-align: center;
		    background-repeat-x: inherit;
	}
	#customer-card-container .jumbotron h1 {
		font-size: 50px;
		line-height: 53px;
		color: #fff;
		font-family: RobotoSlab-Regular;
	}
	#customer-card-container .jumbotron h2 {
		font-size: 40px;
		line-height: 53px;
		color: #ffc700;
		font-weight: 100;
	}
	.customer-card-header {
		font-size: 30px;
		line-height: 34px;
		color: #58585f;
		text-align: center;
	}
	.customer-card-header.strike {
		font-size: 30px;
		line-height: 0.1em;
		color: #58585f;
		text-align: center;
		border-bottom: 1pt solid #000;
		margin: 0 0 30px 0;
	}
	.customer-card-header span {
		background: #F2F3F4;
    padding: 0 46px; 
	}
	#customer-card-container .jumbotron p {
		font-size: 23px;
		line-height: 30px;
		color: #fff;
		font-weight: 100;
	}
	h4.customer-card-header {
			font-size: 30px;
			line-height: 34px;
			color: #58585f;
			font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-weight: 300;
	}
	#customer-card-container .checkbox-container input {
    box-shadow: none;
    height: 30px;
    cursor: pointer;
    font-weight: 100;
   /* margin-top: 18px;*/
    /*font-size: 30px;*/
	}
	.customer-card-section {
		padding: 23px 0;
		overflow: hidden;
	}
	.customer-card-section .row {
		padding: 10px 0;
	}
	.checkbox-container {
		overflow: auto;
	}
	.checkbox-container .col-sm-4 {
		padding: 0 50px;
	}
	.checkbox-container .col-sm-4:nth-child(2) {
		border-left: 1pt solid #eee;
    border-right: 1pt solid #eee;
	}
	.card {
		text-align: center;
    padding: 10px 20px 26px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
	}
	.card-img {
  	min-height: 195px; 
		display: -webkit-box;  
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;        
  	justify-content: center;
  	align-items: center;
	}
	.card-img img {
		object-fit: contain;
	}
	.card p {
    padding: 10px 22px 18px;
    font-size: 14px;
    line-height: 20px;
    min-height: 150px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.btn-fom {
		border-radius: 0;
    padding: 10px;
    width: 90%;
    background-color: #1bb286;
    color: #fff;
	}
	.facet-selection {
    padding: 42px 0px;
    background: #fff;
    margin: 0 -85px -70px -85px;
    position: relative;
    top: -140px;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);    
	}
	.facet-selection .checkbox {
	/*	font-size: 24px;
    line-height: 50px;*/
	}
	#customer-card-container button:hover {
		background-color: #2e81d6;
	}
	.btn-fom:hover {
		color: #fff;
	}
	/*Check box CSS*/
	#customer-card-container .checkbox {
	  padding-left: 20px;
	}
	#customer-card-container .checkbox label {
	  display: inline-block;
	  vertical-align: middle;
	  position: relative;
	  padding-left: 5px;
	  font-size: 24px;
	  font-weight: 300;
	}
	#customer-card-container .checkbox label::after {
	  display: inline-block;
	  position: absolute;
	  width: 16px;
	  height: 16px;
	  left: 0;
	  top: 0;
	  margin-left: -20px;
	  padding-left: 3px;
	  padding-top: 1px;
	  font-size: 11px;
	  color: #555555;
	}
	#customer-card-container .checkbox input[type="checkbox"] {
	  opacity: 0;
	  z-index: 1;
	}
	#customer-card-container .checkbox input[type="checkbox"]:focus + label::before {
	  outline: thin dotted;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}
	#customer-card-container .checkbox input[type="checkbox"]:checked + label::after {
	  font-family: "FontAwesome";
	  content: "\f00c";
	}
	#customer-card-container .checkbox input[type="checkbox"]:indeterminate + label::after {
	  display: block;
	  content: "";
	  width: 10px;
	  height: 3px;
	  background-color: #555555;
	  border-radius: 2px;
	  margin-left: -16.5px;
	  margin-top: 7px;
	}
	#customer-card-container .checkbox input[type="checkbox"]:disabled + label {
	  opacity: 0.65;
	}
	#customer-card-container .checkbox input[type="checkbox"]:disabled + label::before,
	#customer-card-container .checkbox input[type="radio"]:disabled + label::before {
	  background-color: #eeeeee;
	  cursor: not-allowed;
	}
	#customer-card-container .checkbox.checkbox-circle label::before {
	  border-radius: 50%;
	}
	#customer-card-container .checkbox.checkbox-inline {
	  margin-top: 0;
	}

	#customer-card-container input[type="checkbox"] .styled:checked + label::before {
	  color: #fff;
	}
	#customer-card-container input[type="checkbox"] .styled:checked + label::after {
	  color: #fff;
	}
	/*Check box CSS*/
	#customer-card-container .checkbox label::before {
	  content: "";
	  display: inline-block;
	  position: absolute;
	  width: 20px;
	  height: 20px;
	  left: 0;
	  margin-left: -22px;
	  margin-top: 10px;
	  border: 1px solid #cccccc;
	  border-radius: 0px;
	  background-color: #fff;
	  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	}
	#customer-card-container input[type="checkbox"].styled:checked + label:after {
	  font-family: 'FontAwesome';
	  content: "\f00c";
	  font-size: 15px;
		margin-top: 7px;
		margin-left: -22px;
	}
	#customer-card-container .styled:checked + label {
		color: #48a4ff;
	}
	#customer-card-container .styled:checked +label::before {
		border: 1px solid #48a4ff;
	}
	#customer-card-container .styled:checked + label::after {
		color: #48a4ff;
	}
	/*Check box CSS*/
	@media only screen and (min-width: 1500px) {
		#customer-card-container .jumbotron p {
			padding: 0 150px;
		}
	}
	@media only screen and (max-width: 1023px) {
		.page-id-9736 .site-inner {
			padding: 0;
		}
	}
	@media only screen and (max-width: 768px) {
		#customer-card-container .jumbotron {
			padding: 20px 10px 118px;
		}
	}
	@media only screen and (max-width: 435px) {
		#customer-card-container .jumbotron h1 {
			font-size: 40px;
		}
		#customer-card-container .jumbotron h2 {
			font-size: 30px;
		}	
		#customer-card-container .jumbotron p {
			font-size: 20px;
	    line-height: 26px;
		}
		.facet-selection {
			margin: 0;
			top: -90px;
		}
		.card {
			margin-bottom: 5px;
		}
		.top-bar-mpr {
			height: 77px;
		}
	}
	div[id*="div-gpt-ad"]:hover {
    opacity: .5;
    filter: alpha(opacity=50);
	}
#searchform{width:600px !important}
.inner-search input{width:75%!important; padding:3px 10px !important}
.bottom-nav-container .top-level{float:left; width:100%}
.bottom-nav-container .bottom-level{width:100%}

/*LiveCareer Footer*/
/* #home-bottom may need to change to widget containing id */
.site-footer {
    /*background-color: #343737;*/
    /*padding: 50px 0 0;*/
    /*border-top: 4px solid #ff6600;*/
}
.footer-container a:hover {
    text-decoration: underline;
    color: #999;
}
.page-footer {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 50px 5% 0;
}
.page-footer .title, 
.page-footer a, 
.page-footer .phone-no, 
.page-footer-bottom a {
    color: #fff;
    font-weight: 400;
}
.page-footer .title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
}
.page-footer ul, .page-footer ul li, .page-footer-bottom ul {
    line-height: 25px;
}
.page-footer ul {
    list-style: none;
    padding: 0; 
    margin-bottom: 10px;
}
.page-footer,
.languages, 
.page-footer-bottom {
	/*overflow: hidden;*/
}
.languages {
  font-size: 14px;
  border-top: 5px solid rgba(255,255,255,0.1);
  border-bottom: 5px solid rgba(255,255,255,0.1);
  padding: 20px 0 15px;
  overflow: hidden;
  width: 100%;
}
.languages .title,
.page-footer-bottom .title {
	color: #fff;
}
.languages ul,
.page-footer-bottom ul {
	list-style: none;
}
.languages .one-fourth {
  padding-right: 15px;
  padding-left: 15px;
}
.languages a {
	color:#fff;
}
.page-footer-bottom {
    padding: 45px 0;
    font-size: 13px;
}
.page-footer-bottom address {
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.42857143;
    color: #999;
}
.social-links {

}
.social-links li a {
    color: #999;
    border: 2px solid #999;
    border-radius: 50%;
    display: block;
    height: 45px;
    line-height: 42px;
    text-align: center;
    width: 45px;
    font-size: 16px;
}
.social-links li {
    display: inline-block;
    margin: 0 7px 0 0;
}
.social-links .fa {
	padding-top: 10px;	
}
.footer-container .copyright {
   font-size: 16px;
   border-top: 5px solid rgba(255,255,255,0.1);
   padding: 20px 0 10px;
   float: none;
   color: #999;
   overflow: hidden;
}

.footer_nav {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #58585f;
    font-size: 12px;
    text-align: center;
}


.footer {
	  font-family: Arial, sans-serif;
    font-size: 12px;
    margin-top: 50px;
    line-height: 1.5;
    padding-top: 5px;
    height: 75px;
    background-color: #3a3a40;
    margin-top: 0;
}

.footer_navcontainer {
    padding: 25px 0 14px;
}

.inner-container {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

.footer_nav {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #58585f;
    font-size: 12px;
    text-align: center;
}

.footer_nav.mainfooter {
    font-weight: 600;
}

.mb7px {
    margin-bottom: 7px;
}

.footer_nav a {
    color: #58585f;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding-right: 0;
    text-decoration: none;
    padding: 0 10px;
    border-left: 1px solid #58585f;
}

.footer-seo-nav a {
    color: #666;
    border-left-color: #999;
    font-weight: 400;
    line-height: 1em;
    height: 1em;
    display: inline-block;
}

.footer_nav a:first-child {
    padding-left: 0px;
    border-left: none;
}

.mt10px {
    margin-top: 10px;
}

.tac {
    text-align: center;
}

.foot {
    padding: 5px 0;
    background-color: #43434a;
}

/*.dtr, .ac-dtr > * {
    display: table-row;
}*/

.dtr {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
}

.text {
    width: 8%;
    margin-right: 5px;
    color: #999;
    font-size: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.contact-data {
    color: #999;
    font-size: 10px;
    line-height: 16px;
}

.text {
    width: 8%;
    margin-right: 5px;
    color: #999;
    font-size: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text.rights {
    width: 22%;
    text-align: right;
}

.lc_logo {
    display: inline-block;
    width: 109px;
    height: 15px;
    background: url(https://cdn-us-ec.yottaa.net/52e2a6bb3c881677d700020f/www.myperfectresume.com/v~13.26b/images/lp/lp-sprite-new.png?yocs=_&yoloc=us) no-repeat 0 0px;
    margin-top: 6px;
}

.lp-social a {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.lp-social a:hover {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.site-footer .wrap {
	padding-top: 0;
}

@media only screen and (min-width: 960px) {
	.w10 {
	    width: 10%;
	}

	.w60 {
	    width: 60%;
	}
}

@media only screen and (max-width: 960px) {
	.inner-container {
		width: auto;
	}
}
