/*
Theme Name: penraeth
Theme URI: https://oceanwp.org/
Description: WordPress child theme.
Author: Sebastian Penraeth
Author URI: http://sebastian.penraeth.com/
Template: oceanwp
Version: 1.0
*/

@charset "UTF-8";
p, li {
    font-size: 20px;
}
html {	
    height: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	font-family:"Source Sans Pro";
	font-size:20px;
	line-height:1.5;
	position: relative;
	margin: 0;
	color: black;
}

#site-header {
	margin:0 auto;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #bf0600 !important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjA2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear,  left top, left bottom,  color-stop(9%, #ffffff),to(#ffffcc));
	background: linear-gradient(to bottom,  #ffffff 9%,#ffffcc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffcc',GradientType=0 );
}

#site-logo a.site-logo-text {
	text-decoration: none;
	color: #00205B !important;
	font-family:arial;
	font-size: 2em;
    font-weight: 600;
}

#site-header.top-header #site-logo {
    padding: 30px 0;
}

#site-header.top-header #site-logo #site-description h2 {
	color: #00205B !important;
    font-size: 1em;
	font-family:arial;
	font-style: italic;
    line-height: 20px;
    letter-spacing: inherit;
    text-transform: none;
    margin: 0;
}

#main {
	padding:2rem 15px;
	overflow:hidden;
	margin:0 auto;
	max-width: 978px;
	min-height: 444px;
	z-index:10;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


#footer {
	background: url("/images/footerBG.jpg") repeat-y scroll center top;
	text-align: center;
	color:#ffcccc;
}

#footer p {
	clear: both;
	margin:0;
	padding:15px;
	font-size: 13px;
	color:white;
}

#footer a {
	color:#fff;
	text-decoration: none;
	line-height: 16px;
}

#footer a:hover {
	text-decoration: underline;
}

#ocean_social-1 {
	margin: 1em auto;
}

.oceanwp-social-icons li {
    margin: 3px 15px !important;
}

#footer .custom-menu-widget .oceanwp-custom-menu > ul {
	margin: 4px auto;
	clear:both;
	font-size: .8em;
	font-family: 'Fjalla One', sans-serif;
	text-align: center;
	line-height: 1.8;
}

#footer .custom-menu-widget .oceanwp-custom-menu > ul > li {
    border-bottom: none;
    display: inline-block;
	padding: 3px 10px;
}

#footer .custom-menu-widget .oceanwp-custom-menu > ul > li a,
#footer .custom-menu-widget .oceanwp-custom-menu > ul > li a:visited {
	color:#fff;
	text-align: center;
	margin: 0;
	text-decoration: none;
	border-radius: 5px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}


#cornerMenu {
	position:absolute;
	left:10px;
	top:5px;
	z-index: 1000;
	width:100px;
}

/*#main h1,
#main h2 {
	margin-top:0;
}*/


h1, h2, h3, h4 {
	margin:1em 0 .5em 0;
	line-height:1.1;
	font-weight: 600;
	color:#800;
}

h1, h2 {
	font-size:1.4em;
	text-shadow: 1px 2px 5px #ffffff;
}

h3 {
	font-size:1.1em;
	text-shadow: 1px 2px 5px #ffffff;
}

b {
	font-weight: 600;
}

a {
	color:#990000;
}

a:visited {
	color:#990000;
}

a:hover {
	color:#ff0000;
}

a, img {
    border:none;
    outline:none
}

hr {
	height:1px;
	border:none;
	background-color: #880000;
}



/* -------------------------------------- NAVIGATION */

#site-header.top-header .header-top .right {
	display: none;
}
#site-header.top-header .header-top .left {
    float: right;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	height: 30px;
}

#site-header.top-header .header-top .left .inner{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #008;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0.65rem 0.55rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


#site-header.top-header .header-top .left a {
	color: #ddd;
	font-size: 14px;
	/*line-height: 14px;*/
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	text-transform: lowercase;
}

#site-header.top-header .header-top .left a:hover {
	color: #FFF;
}

#site-header.top-header .header-top .left a:not(:last-of-type):after{
	content: "|";
	padding: 0 0.2rem;
}

#main .container,
#site-header.top-header .header-top .container {
	width:960px;
	max-width:100%;
}

/* misc */

.embed-container { 
	position: relative; 
	padding-bottom:56.25%; 
	height:0; 
	overflow: hidden; 
	max-width: 100%; 
}

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

/*.cover_div {
    background-size: cover;
    height: 630px;
    width: 100%;
    padding-top: 0;
    position: absolute;
    right: -19%;
    top: 41px;
    z-index: 2;
}*/
.cover_div {
    background-size: cover;
    /* height: 630px; */
    /* width: 100%; */
    padding-top: 0;
    position: absolute;
    right: 21%;
    top: 41px;
    z-index: 2;
}	
.coverimg {
	text-align: center;
	position: relative;
}

.overlay_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}
.coverimg img {
	max-width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.back-btn {
	position: relative;
	display: block;
	text-align: left;
	padding-left: 50px;
	padding-bottom: 9px;
	z-index:10;
}

.table {
	display:table;
	-dt-display:table;
	width:auto;
	behavior: url(/js-c/display-table.min.htc);
}

.row {
	display:table-row;
	-dt-display:table-row;
	vertical-align:top;
}

.cell,
.cellHead {
	display:table-cell;
	-dt-display:table-cell;
	vertical-align:top;
}


.indent {
	display:inline-block;
	width:11px;
	margin: 0 3px 0 0;
}

.indentMore {
	display:inline-block;
	width:1.5em;
}

.bullet {
	display:inline-block;
	width:11px;
	height:11px;
	margin: 0 3px 0 0;
	background:#bb3333;
	border-radius: 2px;
}

.arrows {
	color: #ee0000;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 3px 0 0;
}

.right {
	float:right;
}

img.right {
	margin:0 0 .5em 1em;
	max-width:70%;
	height:auto;
	border-radius: 5px;
}


.box {
	background: #ff6;
	border: 1px solid #009;
	color: #009;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1em;
	width: auto;
	padding: 0.3em 1em;
	display: inline-block;
	margin:0 0 .5em 0;
	max-width: 500px;
}

.test_wrapper { 
	width:90%;
	padding:0 5%;
	display:inline-block;
	background-color:#fff;
}
.col2 { 
	float: left;
	width: 45%;
	padding:2% 5% 5% 0%;
	list-style:none;
}
.col2 li { 
	background: url(/images/icons/red.square.jpg) 0 3px no-repeat;
	padding-left:20px;
	padding-bottom:10px;
	font-size:19px;
	font-style: italic;
}

.highlight {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjA2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear,  left top, left bottom,  color-stop(9%, #ffffff),to(#ffffcc));
	background: linear-gradient(to bottom,  #ffffff 9%,#ffffcc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bf0600',GradientType=0 );
	border-radius: 5px;
	padding-left: 5px;
}


.horizontalRule {
	height:1px;
	margin:1em 0;
	background-color: #880000; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(30,87,153,0)),color-stop(15%, rgba(30,87,153,0.8)),color-stop(19%, rgba(30,87,153,1)),color-stop(20%, rgba(30,87,153,1)),color-stop(50%, rgba(41,137,216,1)),color-stop(80%, rgba(30,87,153,1)),color-stop(81%, rgba(30,87,153,1)),color-stop(85%, rgba(30,87,153,0.8)),to(rgba(30,87,153,0)));
	background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=1 ); /* IE6-9 */

}


.title,
.red {
	color:#880000;
}


/*_________________________________________________ buttons */


.buttonContainer {
	position:relative;
	z-index: 0;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/js-c/PIE-1.0.0/PIE.htc);
    overflow: hidden;
    display: inline-block;
    line-height:1em;
    margin:0;
}

.submitOuter {
	position:relative;
	z-index: 0;
 border-radius: 0px 5px 5px 0px;
	behavior: url(/js-c/PIE-1.0.0/PIE.htc);
    overflow: hidden;
    display: inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
    vertical-align: top;
}

.buttonContainer .btn,
.submitOuter input[type=submit],
.ext_contact input[type=submit],
.profileSubmit input[type=submit] {
	color:#eeffee;
	text-shadow: 1px 1px #000;
	text-align:center;
    text-decoration:none;
	padding: 3px 10px 5px 10px; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left bottom, left top,  from(#001199),to(#82a7de));
	background: linear-gradient(to top,  #001199 0%,#82a7de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a7de', endColorstr='#001199',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	border-bottom: none;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-width:0;
	margin:0 1px 0 0 ;
}

.buttonContainer .btn:hover,
.submitOuter input[type=submit]:hover,
.ext_contact input[type=submit]:hover,
.profileSubmit input[type=submit]:hover {
	color:white; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left bottom, left top,  from(#440000),to(#dd7777));
	background: linear-gradient(to top,  #440000 0%,#dd7777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7777', endColorstr='#440000',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
}


.submitOuter input[type=submit] {
	height:30px;
	padding:0 4px 4px;
    white-space: nowrap;
	margin:0 0 0 0;
	vertical-align: top;
	cursor:pointer;
}

#registerButtons {
	font-size: 14px;
	z-index:1000;
	margin:-28px 0 0;
	line-height:1em;
}

#headerMenu {
	font-size: 14px;
	z-index:1000;
	text-align: center;
	line-height:1em;
}

#headerMenu .buttonContainer {
	margin:0 0 1.2em;
}

#contactButton {
	position:absolute;
	font-size: 20px;
	top:90px;
	right:12px;
	z-index:1000;
}
	
#headerRight {
	float:right;
    font-size: 0.9em;
    margin: -1.5em 0.5em 0 0;
}

.centeredMessage {
	font-size:1em;
	font-style:italic;
	text-align:center;
	margin: 1.5em auto 0 auto;
	max-width:500px;
}

p.centeredMessage {
	margin: 10px auto 0 auto;
	line-height:1.2em;
}


.profileSubmit input[type=submit] {
    border-radius: 5px;
    font-size: 22px;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 20px;
    width: 300px;
}


	
header .tag {
	color: black;
	font-style: italic;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 auto 1em;
	padding: 12px 0;
	text-align: center;
	text-shadow: 1px 1px 2px #fff;
	max-width:850px;
}

header .tag span {
	margin:0 0 0 1em;
	font-size:.9em;
	color:#888;
}

	
.rightElement {
	float:right;
}

.subdued {
	font-size:.8em;
	color:#999999;
}

.videoLink {
	margin:0 0 0 12px;
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
	background: #ddd;
	border-radius: 4px;
	color: #666;
	font-size:14px;
	height: 28px;
	line-height: 28px;
	padding:0 15px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	white-space:nowrap;
	width:auto;
}
a.tooltips span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -6px;
	width: 0; height: 0;
	border-right: 6px solid #aaa;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
a:hover.tooltips span {
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 50%;
	margin-top: -15px;
	margin-left: 15px;
	z-index: 999;
}



/*  bookshelf __________________________________________________  */

.articles {
	border-width: 0;
	margin: 0 auto;
	padding: 10px 0 0 0;
	max-width: 980px;
}
.articles h2,  .articles h3 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.1em;
	text-shadow: none;
	clear: both;
}
.articles h3 {
	color: #000;
	font-size: 1.2rem;
	text-align: left;
	margin: 0;
	box-sizing: border-box;
}
.articles h2 a,  .articles h3 a {
	color: #000;
}
.articles h2,
.intro-letter h2 {
	color: #f00;
}
ul.bookshelf {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
ul.bookshelf.fourWide {
	width: 66%;
}
ul.bookshelf.fiveWide {
	width: 85%;
}
ul.bookshelf li {
	color: #000;
	box-sizing: border-box;
	float: left;
	list-style: outside none none;
	padding: 0 8px 15px 8px;
	font-size: 17px;
	line-height: 1.3em;
	width: 16.5%;
	position: relative;
}
ul.bookshelf li img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	max-height: 290px;
	border: 1px solid black;
	background-color: white;
	height: 199px;
}
ul.bookshelf.fiveWide li {
	width: 20%;
}
ul.bookshelf.fiveWide li img {
/*height:227.5px;	*/
}
ul.bookshelf.fourWide li {
	width: 25%;
}
ul.bookshelf.fourWide li img {
/*height:227.5px;*/
}
ul.bookshelf li.sectionHeader {
	border: solid 2px black;
	background: #ffe;
	padding: 1rem;
	margin-right: 1rem;
	margin-bottom: 29px;
}
ul.bookshelf .btn {
	position: absolute;
	left: 54%;
	top: 10.25rem;
	font-size: .8em;
	border: 1px solid white;
	border-radius: 3px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	color: #eeffee;
	padding: 1px 6px;
	text-align: center;
	background: -moz-linear-gradient(top, #001199 0%, #82a7de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001199), color-stop(100%, #82a7de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #001199 0%, #82a7de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #001199 0%, #82a7de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #001199 0%, #82a7de 100%); /* IE10+ */
	background: linear-gradient(to top, #001199 0%, #82a7de 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a7de', endColorstr='#001199', GradientType=0 ); /* IE6-9 */
}
ul.bookshelf.fourWide .btn {
	left: 55%;
	top: 10.5rem;
}
ul.bookshelf.fiveWide .btn {
	left: 58%;
	top: 10.25rem;
}
ul.bookshelf .btn:hover {
	color: white;
	background: -moz-linear-gradient(top, #440000 0%, #dd7777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #440000), color-stop(100%, #dd7777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #440000 0%, #dd7777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #440000 0%, #dd7777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #440000 0%, #dd7777 100%); /* IE10+ */
	background: linear-gradient(to top, #440000 0%, #dd7777 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7777', endColorstr='#440000', GradientType=0 ); /* IE6-9 */
	border-bottom: none;
}
.bookshelf .segment-intro-container {
	display: inline-block;
	position: relative;
	padding: 1.5rem 1.25rem 1rem .5rem;
	width: 100%;
	height: 90%;
}
.bookshelf .segment-intro {
	background-color: rgb(254, 252, 215);
	padding-left: 1rem;
}
.bookshelf .segment-intro span {
	font-size: 1.5rem;
	font-weight: bold;
}
.bookshelf .segment-intro span.description {
	color: rgb(80, 116, 200);
}
.bookshelf .segment-intro span.part {
	color: rgb(153,0,0);
	padding: 0 0 0 1rem;
}
ul.bookshelf span b {
	left: 9.4em;
	position: relative;
	top: -0.9em;
}
.theHulk {
	background: #e7f0f7 url("/images/globe.jpg") no-repeat top left;
	background-size: auto;
	/*padding: 100px 0 0 0;*/
	padding: 30px 0 0 0;
	margin: 0 auto 14px auto;
	width: 100%;
	box-sizing: border-box;
	min-height: 300px;
	line-height: 1.6em;
	border-radius: 0px;
	max-width: 980px;
}
.theHulk p + p {
	margin-top: 0;
	padding-bottom: 0;
}
.theHulk .btn {
	color: #900;
	background: #ff6;
	text-shadow: unset;
}
.box {
	background: #ff6;
	border: 1px solid #009;
	color: #009;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1em;
	width: auto;
	padding: 0.3em 1em;
	display: block;
	margin: 0 0 .5em 0;
	max-width: 430px;
}

.intro-letter {
	padding: 0 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	text-align: left;
	font-size: 1.1em;
}
.intro-letter p {
	text-indent: 30px;
	margin-top: 0;
	margin-bottom: .45rem;
}
.intro-letter .quotes {
	margin: 1rem 0;
}
.intro-letter .quotes blockquote > * {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.intro-letter .quotes blockquote {
	margin: 0 0 0 70px;
	font-style: italic;
}
.intro-letter .quotes blockquote p:before,  .intro-letter .quotes blockquote p:after {
	position: relative;
}
.intro-letter .quotes blockquote p:before {
	padding-right: .015rem;
}
.intro-letter .quotes blockquote p:after {
	padding: 0 .015rem;
}
.intro-letter .quotes blockquote cite {
	font-weight: bolder;
}
.intro-letter .quotes {
	margin-left: -3rem;
}
.articles .subheading {
	display: flex;
	position: relative;
	margin-left: 7rem;
	margin-right: 7rem;
	margin-bottom: 1rem;
	font-size: 1.45rem;
	text-align: center;
	font-style: italic;
	font-weight: bolder;
}
.job_box {
	background-color: #fffaa4;
	border: 2px solid #d3d3d3;
	padding: 30px;
}
a.addcart {
	background-color: #0000ff;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0 0 0 5px;
	float: right;
	font-size: 17px;
	min-width: 130px;
	text-align: center;
}
a.addcart:hover {

	opacity: 0.9;
}
.job_options ul ul li {
	list-style: none;
	line-height: 20px;
	margin-bottom: 3px;
}
ul.text_list {
	margin-top: 10px;
}
.job_options ul ul.text_list li {
	margin: 0 0 8px;
}
.red_span {
	background-color: red;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 2px 17px -1px 0;
	position: relative;
	top: -3px;
}
.blue_span, .our_system .red_span {
	background-color: #1c3774;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 2px 17px -1px 0;
	position: relative;
	top: -3px;
}
.our_system .red_span {
	background-color: #a20920
}
.job_options ul li {
	font-size: 18px;
	margin-bottom: 5px;
	list-style: none;
	line-height: 20px;
	margin-bottom: 10px;
}
.header_list ul {
	margin: 0;
	padding: 5px 0;
}
.header_list li {
	color: #f00;
	list-style: none;
	line-height: 22px;
}
.header_list ul li span {
	width: 10px;
	height: 10px;
	background-color: #013775;
	display: inline-block;
	margin-right: 6px;
}
.box.header_list {
	margin-top: 50px;
}
.numbering_list {
	padding: 0 0 0 53px;
	margin: 7px 0 9px;
}
.numbering_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.new_list {
	float: left;
	width: 48%;
}
.new_list:nth-child(2) {
	float: right;
}
.new_list ul {
	margin: 0 0 0px;
	padding: 0;
}
.new_list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home_testimonials p b {
	font-size: 18px;
}
.home_testimonials p {
	margin: 0;
}
.our_system img {
	border: none;
	outline: none;
	max-width: 100%;
}
.our_system .left_side_img {
	float: left;
	width: 26%;
}
.our_system .right_text {
	float: left;
	width: 67%;
	margin-left: 20px;
}
.our_system h4 {
	margin-top: 0;
}
.our_system p {
	margin-top: 0;
	margin-bottom: 0;
}
.our_system ul {
	margin-top: 7px;
	padding-left: 0px;
}
.our_system ul {
	list-style: none;
}
.our_system {
	margin-top: 40px;
}
.our_system .first_row {
	padding-bottom: 20px;
}
.beside-individulas strong {
	font-weight: 700;
	color: #003876;
}
.complete-system ul li {
	margin-bottom: 10px;
}
.job_options {
	margin: 10px 0 0;
}
.bottom_list li .blue_span {
	float: left;
	top: 0;
	margin-bottom: 16px;
}
.our-risk {
	top: 9px;
	float: left;
	margin-bottom: 20px;
}

ul.bottom_list li {
	clear: both;
		margin-bottom: 10px;
}

.tightertext {
	margin:0 4rem;
}

.plop-in {
	color: rgb(80, 116, 200);
	margin-left: 140px; 
	display: block; 
	margin-top: 10px;
}

.linkblock {
	display: flex; 
	flex-direction:row; 
	flex-wrap: wrap; 
	justify-content: space-between;
}
.free-offer {
	padding: 1rem;
	background-color: #F5FF00; 
	padding: 6px 12px;
	min-height: 100%; 
	display: inline-block; 
	text-align: left; 
	text-transform:uppercase;
}

.client-site-books ul.bookshelf.fiveWide li img {
 height: auto;
}
.client-site-books ul.bookshelf li img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:auto;
	/**height: 350px;*/
	height: auto;
	max-width:100%;
}
.client-site-books ul.bookshelf.fiveWide li {
	width: 24.4%;
	padding: 0 0px 19px 28px;
}
.client-site-books {
	max-width: 880px;
	background-color: #bbc1da;
	padding: 22px 0 0 0;
	margin-top: 20px;
}
.box.open-book {
	max-width: 100%;
	display: inline-block;
}
.theHulk.brefing-report {
	min-height: auto;
}
ul.bookshelf ul.bookshelf-btn {
	position: absolute;
	bottom: 5px;
	padding: 0;
	width: 89%;
	left: 9px;
	max-width: 100%;
}
ul.bookshelf.new-shelf li {
	position: relative;
}
ul.bookshelf-btn li:nth-child(2) {
	float: right;
	width: 40%;
	padding: 0;
}
ul.bookshelf-btn li a {
	font-size: 14px;
	color: #fff200;
	background-color: #003876;
	text-transform: uppercase;
	width: 100%;
	/* display: block; */
	padding: 0 4px;
	font-weight: 600;
	font-family: "Source Sans Pro";
}
.clearfix {
	clear: both;
}
.bookshelf-button a {
	float: left;
	width: 43%;
	display: block;
	color: #231f20;
	font-size: 16px;
	text-transform: uppercase;
}
a.client-system {
	float: left;
	width: 45%;
	margin-left: 17px;
}
.bookshelf-button {
	float: left;
	width: 15%;
}
.printonly{
	width:98px !important;
}

/* don't show "tabs" on product page */
.wc-tabs {
	display: none !important;
}

/* don't show parts of the woocommerce my account elements */

.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}


/* override woocommerce login style */
.woocommerce .owp-account-links li .owp-account-link {
    font-size: 1.5rem !important;
}

.woocommerce .oceanwp-loginform-wrap form {
    padding: 10px !important;
    border-width: 1px !important;
    font-size: 1rem !important;
}

.woocommerce .owp-account-links {
    margin-bottom: 1rem !important;
}

span.an_name, span.an_date, span.an_email, span.an_job_title, span.an_income_range, span.underline_val {
    border-bottom: 1px solid #231f20;
    width: 37%;
	max-width: 350px;
    display: inline-block;
    line-height: 24px;
	padding-left: 14px;
    font-weight: 600;
	color: #231f20;
}
span.an_email{
    border-bottom: 1px solid #231f20;
	max-width: 350px;
    display: inline-block;
    line-height: 24px;
	padding-left: 14px;
    font-weight: 600;
	color: #231f20;
}
span.an_date {
    max-width: 82px;
}
span.an_email {
    max-width: 255px;
}
span.an_job_title {
    max-width: 303px;
}
span.an_income_range {
    max-width: 274px;
}

span.an_name, span.an_date, span.an_income_range, span.an_job_title {
    margin-right: 8px;
}
.resume-report.anylasisReport h3 {
    font-weight: bold;
    color: #003876;
	font-size:20px;
}
.resume-report.anylasisReport ol li br {
    display: none;
}
.resume-report.anylasisReport ol li {
    color: #231f20;
    font-size: 18px;
    padding: 0 0 4px;
    font-weight: 500;
}
.resume-report.anylasisReport ol {
    padding-left: 19px;
}
.resume-report.anylasisReport p {
    color: #231f20;
    font-size: 18px;
}
span.underline_val {
    max-width: 69px;
    line-height: 18px;
    padding-left: 10px;
    margin-left: 5px;
    margin-right: 8px;
}
.resume-report.anylasisReport p.ending {
    color: #003876;
    font-weight: 600;
    margin-top: 48px;
    line-height: 29px;
    font-size: 20px;
}


/*Start Checkout Page Code*/
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
    display: none;
}
.woocommerce-checkout .woocommerce .col2-set {
    float: none;
    width: 100%;
}
.woocommerce-checkout .woocommerce #order_review {
    float: none;
    width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout, .woocommerce-checkout .checkout_text_custom, .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: block;
    width: 50%;
    margin: 30px auto 0;
}
.woocommerce-checkout .woocommerce .form-row-first {
   float: left;
    width: 47%;
    margin-right: 0;
}
.woocommerce-checkout .woocommerce .form-row-last {
    float: right;
    width: 47%;
}
.woocommerce-checkout .woocommerce #customer_details h3, .woocommerce .woocommerce-checkout h3#order_review_heading {
    background-color: #FDB515;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 2.5rem;
    font-size: 1.17em !important;
    text-transform: capitalize !important;
    padding-bottom: 0 !important;
    text-shadow: none;
    font-weight: bold;
    letter-spacing: 0px !important;
}
.woocommerce-checkout .woocommerce #customer_details p.form-row label, .woocommerce-checkout-payment .form-row label {
    margin: 0 0 7px !important;
    display: block;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    display: inline-block !important;
    text-transform: capitalize;
    color: black;
}
.woocommerce-checkout .woocommerce #customer_details p.form-row input, .woocommerce-checkout .woocommerce p.form-row input {
    border-radius: 0;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.875rem;
    height: 37px;
    padding: 0.5rem;
    width: 100%;
	min-height: 0 !important;

}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .form-row input {
    box-shadow: none;
    background-color: #FAFAFA;
}
.woocommerce-checkout .woocommerce .form-row.place-order #terms {
margin-bottom: 0px;
    width: 15px;
    height: 13px;
    padding: 0;
    border-radius: 1px;
    min-width: auto;
    min-height: auto !important;
    margin-right: 5px;
}
.woocommerce-checkout .woocommerce input[type=checkbox]#terms:checked:before {
    content: '\f00c';
    margin-bottom: -1px;
    color: #c11b0f;
    font-size: 9px;
    line-height: 11px;
    width: 14px;
    font-weight: 600;
}
.woocommerce-checkout .woocommerce .place-order span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 12px;
}
.woocommerce-checkout .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_box.payment_method_authnet {
    padding-left: 0 !important;
    padding-right: 0 !important;
	padding-top: 14px !important;
}


.woocommerce-checkout .woocommerce #payment .payment_method_authnet label:before{
	display:none !important;
	
}
.woocommerce-checkout .woocommerce #payment .payment_method_authnet label img {
    text-align: center;
    display: block;
    float: none !important;
    width: 100%;
    max-width: 40px;
    margin: 0 auto;
    display: inline-block;
}
.woocommerce-checkout .woocommerce #payment .payment_method_authnet label {
    margin: 0 auto !important;
    width: 100%;
    float: none !important;
    text-align: center;
    display: block;
	padding: 0 !important;
}
.woocommerce-checkout .woocommerce #payment .payment_method_authnet #wc-authnet-cc-form label {
    text-align: left;
	margin-bottom: 7px !important;
}
.woocommerce-checkout .woocommerce #payment li.payment_method_authnet {
    background-color: transparent !important;
}
.woocommerce-checkout .woocommerce #payment ul.payment_methods {
    padding-bottom: 0  !important;
}
.woocommerce-checkout .woocommerce .form-row.place-order .woocommerce-form__label-for-checkbox {
    width: 100%;
}
.woocommerce-checkout .woocommerce #payment .payment_method_authnet p {
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #d2232a;
    text-align: center;
	max-width: 226px;
	margin: 0 auto;
}
.woocommerce-checkout .woocommerce #payment .payment_method_authnet #wc-authnet-cc-form p {
    text-align: left;
	max-width: 100%;
}




.woocommerce-checkout .woocommerce .woocommerce-checkout-payment #authnet-card-cvc {
    width: 100% !important;
}
.woocommerce-checkout .woocommerce #authnet-card-number {
    margin-bottom: 14px;
}
.woocommerce-checkout .woocommerce form textarea {
    min-height: 116px;
    line-height: 1.5;
    border-radius: 0;
}
.woocommerce-checkout .woocommerce form p.form-row {
    margin: 0 0 10px;
    padding-bottom: 0;
}
.woocommerce-checkout .woocommerce  .select2-selection__rendered {
    color: #444;
    line-height: 19px;
	padding-left: 3px;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .select2-selection {
    height: 40px !important;
    padding: 6px 12px 2px 6px !important;
    background-color: transparent !important;
    border-color: #ddd !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background-color: #FAFAFA !important;
    background-position: 51% center !important;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.875rem;
    line-height: 14px;
    padding: 0.5rem !important;
    border-radius: 0 !important;
    height: 37px !important;
    border: 1px solid #cccccc;
}
.woocommerce-checkout .select2-dropdown.select2-dropdown--below {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 0.875rem;
}
.woocommerce-checkout .select2-dropdown.select2-dropdown--below .select2-search__field {
    border: 1px solid #ddd !important;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
}
.woocommerce .woocommerce-checkout h3#order_review_heading {
    float: none;
    width: 100%;
}
 .woocommerce-checkout .form-row.place-order #place_order {
    font-size: 1.125rem !important;
    background-color: #008000;
    width: 100%;
    text-align: center;
    font-weight: 700;
    float: none;
    margin: 4px 0 1.25rem !important;
    padding: 8px 0;
    color: #fff;
    text-shadow: none;
    border-radius: 6px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    cursor: pointer;
    letter-spacing: 0;
}
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method>label {
  
    font-size: 15px;
    padding: 12px 16px;
    text-transform: capitalize;
}
.woocommerce-checkout .checkout_text_custom {
    margin-top: 0;
}
.woocommerce-checkout .checkout_text_custom p#order-confirm-notice.text-center {
    font-size: 12px;
    margin-top: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #222222;
    font-weight: 700 !important;
	margin-bottom: 27px;
}
.woocommerce-checkout .checkout_text_custom #order-payment-footer {
    display: block;
    border-top: 1px solid #000;
    font-size: 0.8125rem;
    padding-top: 0.5rem;
	padding-top: 24px;
	color: #222222;
}
.checkout_text_custom #order-payment-footer strong {
    font-family: 'Roboto', sans-serif;
}
.woocommerce-checkout .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    font-size: 0.8125rem;
    font-weight: normal;
    cursor: default;
    margin-bottom: 1.5rem;
    margin-left: 1.25rem;
}
.woocommerce-checkout .form-row.place-order .woocommerce-privacy-policy-link, .woocommerce-checkout .form-row.place-order .woocommerce-terms-and-conditions-link {
    text-transform: capitalize;
}
.woocommerce-checkout #order-payment-footer p.text-center {
    text-align: center;
	color: #222222;
}
.woocommerce-checkout .checkout_text_custom img.center.secureLogoImg {
    margin: 0 auto;
    display: block;
}


.woocommerce-checkout #content-wrap .woocommerce-form-login-toggle .woocommerce-info{
	display:none;
}



/*End Checkout Page Code*/
.woocommerce-checkout .checkout_image {
    width: 36%;
    margin: 0 auto;
}
.job_options ul {
    text-align: left;
}
.logged-in .shop_li{
	display:none !important;
}
/*resume css*/
.resume_btn {
    float: right;
    transform: translate(0px, -1px);
    font-weight: bold;
    margin: 0 17px -30px 0;
    min-width: 100px;
    position: relative;
    text-align: center;
    padding: 7px 0 7px;
}
.print_pdf {
    margin-right: 30px;
}
#edit-button, #custom-button{
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif !important;
    background: #ff6;
    border: 1px solid #009 !important;
    color: #990000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.1em !important;
    width: auto !important;
    padding: 0.3em 1em !important;
    margin: 0 0 0.5em 0 !important;
    max-width: 500px !important;
}
#custom-button {
    background: red !important;
    color: #fff !important;
    border-color: red !important;
    padding: 5px 15px;
	font-size:16px !important;
}
#custom-button.greenbtn {
    background: green !important;
	border-color: green !important;
}
#edit-button{
	display:none;
	margin-right:5px !important;
}
.form_btmbtns {
    display: flex;
    justify-content: center;
}
.page-template-template-career-history-profile .graphic_img {
    display: none;
}
.resume_btn:hover ul{
	display:block;
}
.resume_btn ul {
    position: absolute;
    background: blue;
    width: 250px;
    display: none;
    top: 44px;
    left: 0;
    text-align: left;
}
.header-top .left .resume_btn > a:not(:last-of-type):after {
    display: none !important;
}
.resume_btn ul li{
    display:block;
	border-top:1px solid #fff;
	width:100%;
}
.resume_btn ul li a {
    display: block;
    padding: 5px 10px;
	font-size:16px !important;
}
div#frm_field_258_container {
    display: none;
}
.download_btn {
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif !important;
    background: transparent;
    border: none;
    color: #636363 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.1em !important;
    width: auto !important;
    padding: 0 0 !important;
    margin: 4px 0 0.5em 0 !important;
    max-width: 100% !important;
    text-align: left !important;
    text-decoration: underline;
}
.download_btn:hover{
	color:#00aeef !important;
	text-decoration:none !important;
}
.download_btn.active {
    display: block !important;
}
.page-id-2171 .graphic_img {
    display: none;
}
.single-resume-analysis .graphic_img {
    display: none;
}
a.frm_remove_form_row.frm_button, a.frm_add_form_row.frm_button, .frm_submit a.frm_save_draft {
    font-size: 17px !important;
}
.logged-in #site-navigation-wrap .dropdown-menu >li:nth-child(3) {
    width: 19%;
}
.logged-in #site-navigation-wrap .dropdown-menu >li.resume_form {
    width: 28%;
}
.logged-in #site-navigation-wrap .dropdown-menu>li:nth-child(2) {
    width: 19%;
}
.logged-in #site-navigation-wrap .dropdown-menu {
    display: flex;
}
.logged-in #site-navigation-wrap .dropdown-menu >li.resume_form {
    width: 30%;
}
.resume-report.anylasisReport, .resume-report {
    max-width: 900px !important;
    margin: 30px auto 0;
}
.single-resume-analysis .print_pdf {
    float: right;
    margin-right: 30px;
    margin-top: 40px;
}
span.an_name, span.an_date, span.an_income_range, span.an_job_title {
    margin: 10px 10px 10px !important;
}
#outer-wrap #site-header.top-header.custom_header_wrap .header-top .left a{
	font-size:18px;
	letter-spacing:0 !important;
}
span.an_name {
    width: 30%;
}
span.an_email {
    max-width: 34%;
}
#field_geographical-preferences, #education-training textarea, #awards-recognition textarea, #hobbies-activities textarea, #what-you-want-to-do textarea{
    height: 100px !important;
    min-height: 0;
}
#site-header.top-header #site-navigation-wrap{
	left:0 !important;
}
.logged-in #site-navigation-wrap .dropdown-menu >li {
    width: 33%;
}
.logged-in .custom_login .hr {
    width: 86%;
    padding-top: 0;
}
#outer-wrap #site-header.top-header.custom_header_wrap .header-top .left a {
	font-size: 19px;
	text-transform: capitalize;
	color: #fff;
}
.for_mobile a {
    display: none !important;
}
li.for_mobile.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-9546, li.for_mobile.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3732{
	display:none;
}


body.home #wrap div#content-wrap {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
}

.page-id-3254 a.backbtn {
    text-decoration: none !important;
}
#main #content-wrap {
    padding-bottom: 0 !important;
}

.woocommerce .oceanwp-loginform-wrap .form-row button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100% !important;
    
}
@media screen and (max-width:1000px) {
	body {
		font-size: 1rem !important;
	}
	button.buttonDisabledMenu {
		top: 2px;
	}
	
	ul.bookshelf-btn li a {
		font-size: 12px;
	}
	ul.bookshelf.new-shelf ul.bookshelf-btn {
		bottom: 2px;
	}
	.bookshelf-button a {
		width: 50%;
	}	
	
	#homeMessage {
		float:none;
		margin: 30px 0 0 40%;
		width:auto;
	}
	
	#home {
		margin: 30px 0 0 40%;
		float: none;
		width: auto;
		width:60%;
	}
}
@media screen and (max-width:980px){
#outer-wrap #site-header.top-header.custom_header_wrap .header-top .left a {
    font-size: 18px;
}
}
@media screen and (max-width:850px){
.logged-in #site-navigation-wrap .dropdown-menu >li {
    width: 33%;
}
.logged-in .custom_login .hr{
	width:84%;
}
#footer-bottom {
   
    width: 100% !important;
  
    max-width: 500px;
}
#footer-bottom.no-footer-nav #copyright {
   
    margin-top: 0;
}
}
@media screen and (max-width:767px) {
	#main {
		margin: 1em auto;
	}
	ul.bookshelf li img {
		max-height: 350px;
		height: auto;
	}
	ul.bookshelf-btn li a {
		font-size: 14px;
	}
	ul.bookshelf-btn li:nth-child(2) {
		width: 24%;
	}
	ul.bookshelf.new-shelf ul.bookshelf-btn {
		bottom: 7px;
		width: 94%;
		left: 22px;
	}
	ul.bookshelf li,
	ul.bookshelf.fiveWide li,
	ul.bookshelf.fourWide li {
		width: 25%;
	}
	
	body {
		font-size:16px;
	}
	
	#cornerMenu img {
		width:75px;
	}
	
	img.right {
		float: none;
		margin: 0 auto 1em auto;
		max-width: 90%;
		width:auto;
		display:block;
	}
  .hidden-sm {
    display: none !important;
  }

  .intro-letter {
    padding: 2rem 1rem;
  }
  ul .quotes blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  ul .quotes blockquote > p {
    text-align: left;
  }
  ul .quotes blockquote cite {
    margin-left: auto;
  }
  .articles .subheading {
    margin: unset;
  }
  #main > .articles > p,
  #main > .articles > h2 {
    padding: 0 1rem;
  }
  #main > .articles .bookshelf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main > .articles .bookshelf li {
    max-width: 48%;
    width: auto;
  }
  #main > .articles .bookshelf li img {
    max-width: 100%;
    width: initial;
    height: auto;
  }
  #main > .articles .bookshelf div {
    min-width: 100%;
  }
  .bookshelf, .bookshelf.fourWide, .bookshelf.fiveWide {
    width: 100%;
  }
  .bookshelf .segment-intro, .bookshelf.fourWide .segment-intro, .bookshelf.fiveWide .segment-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .bookshelf .segment-intro span:last-of-type, .bookshelf.fourWide .segment-intro span:last-of-type, .bookshelf.fiveWide .segment-intro span:last-of-type {
    padding: 0 .5rem;
  }
  .bookshelf li, .bookshelf.fourWide li, .bookshelf.fiveWide li {
    width: 50%;
    padding: 0 8px 15px 8px;
  }
  .bookshelf .btn, .bookshelf.fourWide .btn, .bookshelf.fiveWide .btn {
    left: 60%;
    top: 13rem;
  }
  #new-concepts .row > .cell {
    display: block;
    width: 100% !important;
  }
  #new-concepts .row > .cell .cell {
    display: block;
    width: 100%;
  }
  #new-concepts .row > .stack {
    display: none;
  }

  .bookshelf .segment-intro span {
    font-size: 1.2rem;
  }

  #mainMenu, body.circuit-usr_profile #mainMenu {
    text-align: center;
  }
  #mainMenu > a, body.circuit-usr_profile #mainMenu > a {
    width: 9rem;
  }
  .theHulk, body.circuit-usr_profile .theHulk {
    min-height: unset;
  }
  .articles .subheading, body.circuit-usr_profile .articles .subheading {
    margin: unset;
  }
  ul.bookshelf, 
  ul.bookshelf.fourWide, 
  ul.bookshelf.fiveWide {
    width: 100%;
  }
  .bookshelf .segment-intro, .bookshelf.fourWide .segment-intro, .bookshelf.fiveWide .segment-intro, body.circuit-usr_profile .bookshelf .segment-intro, body.circuit-usr_profile .bookshelf.fourWide .segment-intro, body.circuit-usr_profile .bookshelf.fiveWide .segment-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bookshelf .segment-intro span, .bookshelf.fourWide .segment-intro span, .bookshelf.fiveWide .segment-intro span, body.circuit-usr_profile .bookshelf .segment-intro span, body.circuit-usr_profile .bookshelf.fourWide .segment-intro span, body.circuit-usr_profile .bookshelf.fiveWide .segment-intro span {
    font-size: 1rem;
  }
  .bookshelf li, .bookshelf.fourWide li, .bookshelf.fiveWide li, body.circuit-usr_profile .bookshelf li, body.circuit-usr_profile .bookshelf.fourWide li, body.circuit-usr_profile .bookshelf.fiveWide li {
    width: 50%;
    padding: 0 8px 15px 8px;
  }
  .bookshelf .btn, .bookshelf.fourWide .btn, .bookshelf.fiveWide .btn, body.circuit-usr_profile .bookshelf .btn, body.circuit-usr_profile .bookshelf.fourWide .btn, body.circuit-usr_profile .bookshelf.fiveWide .btn {
    left: 54%;
    top: 10.25rem;
  }

  #main .testimonials > .table {
    display: initial;
  }
  #main .testimonials > .table > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .testimonials > .table > .row .cell {
    border-right: none !important;
    width: initial !important;
  }
  #main .testimonials > .table > .row .cell img {
    margin: 1rem;
    max-width: 150px;
    display: none;
  }
  #main .testimonials > .table > .row .cell img:nth-of-type(3) {
    display: initial;
  }
  #main .testimonials > .table > .row .cell .wedge {
    display: none;
  }

  .radio_group {
    margin-bottom: 1rem;
  }
  .contact .radio_bt {
    margin: initial !important;
  }
  .contact .radio_p {
    line-height: 1rem;
  }
  #main.affiliate {
    background-size: cover;
    background-position: bottom;
  }
  .woocommerce-checkout .woocommerce form.checkout, .woocommerce-checkout .checkout_text_custom {
    width: 70%;
  }
  .woocommerce-checkout .checkout_image {
    width: 56%;
}
  .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
    width: 70%;
  }
  .logged-in #site-navigation-wrap .dropdown-menu, #site-navigation-wrap .dropdown-menu {
		display: none;
		width:100%;
	}
	.logged-in #site-navigation-wrap .dropdown-menu >li, #site-navigation-wrap .dropdown-menu >li {
        width: 100%;
    }
	    .logged-in .custom_login .hr, .logged-in .hr.not_main, nav#site-navigation .hr.mainpages {
        width: 100%;
        padding: 3px 20px;
        display: block !important;
        padding-bottom: 0;
    }
	.logged-in .logout_btn{
		display:none !important;
	}
	
	.logged-in .for_mobile, .logged-in .for_mobile a {
		display: block !important;
	}
	#menu-header-nav-3{
		display:none;
		    padding-left: 0;
	}
	.hl {
    float: left;
    width: 100% !important;
    padding: 0 20px 0 0;
}
.hambarger strong {
    font-size: 18px;
}
.hr.mainpages {
    position: absolute;
    top: 44px;
    background-color: #0000ff;
}
.logged-in .hr.mainpages{
	top:50px;
}
.custom_header_wrap #site-logo-inner{
	width:100% !important;
}
.logged-in #site-navigation-wrap .dropdown-menu>li:nth-child(2){
	width:100%;
}
#site-navigation-wrap .dropdown-menu >li {
    text-align: left;
    padding-bottom: 10px;
}
#site-navigation-wrap .dropdown-menu >li {
    width: 100%;
}
#site-navigation-wrap .dropdown-menu >li, #site-navigation-wrap .dropdown-menu>li:nth-child(2) {
    width: 100% !important;
    float: none;
}
.dropdown-menu .sub-menu{
	position:relative;
}
.home_left, .home_right {
    float: none !important;
    width: 100% !important;
}


.logged-in .hambarger {
     
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
    }
	.logged-in .boxdiv {
    display: block;
}
}

@media screen and (max-width:650px) {
	
	#main {
		padding: 0 15px;
	}
	
	ul.bookshelf li img {
		max-height: 265px;
	}
	ul.bookshelf-btn li:nth-child(2) {
		width: 38%;
	}
	a.client-system {
		width: 66%;
	}
	.bookshelf-button a {
		width: 45%;
	}
	.bookshelf-button {
		float: left;
		width: 29%;
	}
	.client-site-books ul.bookshelf.fiveWide li:nth-child(2n+2) {
		padding-right: 0;
	}
	.client-site-books ul.bookshelf.fiveWide li {
		width: auto;
		padding: 0 0px 19px 28px;
	}
	ul.bookshelf.fiveWide {
		display: block !important;
	}
	.client-site-books {
		padding: 18px 18px 0 18px;
	}
	
	.theHulk {
		padding: 0;
		background-size: 50%;
	}
	
	.tightertext {
		margin:0;
	}
	
	.plop-in {
		margin-left: 40px; 
	}
	.bookshelf .segment-intro span.part {
		padding: 0 0 0 .5rem;
	}
	.bookshelf .segment-intro span {
		line-height: 1.5rem;
	}
	
	header {
		padding:5px;
	}

	#cornerMenu img {
		display:none;
	}

	.cover_div {
		right: auto;
	}
	.woocommerce-checkout .woocommerce form.checkout, .woocommerce-checkout .checkout_text_custom {
    width: 100%;
}
.woocommerce-checkout .checkout_image {
    width: 77%;
}
 .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
    width: 100%;
  }
}

@media screen and (max-width:500px) {
	body {
		font-size:.7em;
	}
	.client-site-books ul.bookshelf.fiveWide li {
		padding: 0 0 12px 0px;
		margin: 0 auto;
		width: 59%;
		float: none;
	}
	ul.bookshelf li,
	ul.bookshelf.fiveWide li,
	ul.bookshelf.fourWide li {
		width: 50%;
	}
	ul.bookshelf li img {
		max-height: 100%;
		height: auto;
	}
	ul.bookshelf.new-shelf ul.bookshelf-btn li {
		width: 19%;
	}
	ul.bookshelf.new-shelf ul.bookshelf-btn {
		width: 50%;
		bottom: 5px
	}
	a.client-system {
		width: 100%;
		margin-left: 0;
	}
	.bookshelf-button {
		width: 83%;
	}
	ul.bookshelf .segment-intro-container {
		padding: 3rem 0 1rem 0;
	}
	ul.bookshelf .segment-intro {
		padding: .5rem;
	}
	
	.plop-in {
		margin-left: 10px; 
	}

}


/*
//////////////////////////////////////
///// Start Career History Profile //
////////////////////////////////////
*/



.career_history .content a,
.career_history img a {
	text-decoration:none; 
}


.career_history .jspContainer {
	 padding-bottom:20px; 
}

.career_history .sidebar {
	display:table-cell;
	width:230px;
	background:#cceecc;
	vertical-align:top;

}

.career_history .sidebar ul {
	list-style: none;
	margin:0;
	padding:0;
}

.career_history .content {
	display:table-cell;
	width:70%;
	background-color:#eeffee;
	text-align:left;
}


/* sidebar */
.career_history #accordion {
	 margin:27px 12px; 
}

.career_history .ui-state-default {
	
}

.career_history .ui-state-active {
	
}

.career_history .ui-state-hover {
	
}

.career_history .ui-state-focus {
	 border:hidden; 
}
.career_history .ui-accordion-header {
	margin:0;
	padding:10px;
}

.career_history #accordion .firstChild {
	 -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
}

.career_history #accordion .lastChild {
	 -moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; 
}
.career_history .ui-accordion-content {
	 background-color:#cceecc;
	cursor:pointer; 
}

.career_history .ui-accordion-content ul li {
	padding:2px 0 2px 35px;
	font-size:.8em;
	font-weight:normal;
}

.career_history .ui-accordion-content ul li:first-child {
	 border-top:none; 
}

.career_history .ui-accordion-content ul li:last-child {
	 border-bottom:none; 
}

.career_history .ui-accordion-content ul li a {
	 color:#636363; 
}

.career_history .ui-accordion-content ul li:hover, .career_history .ui-accordion-content ul li a:hover {
	 color:#00aeef; 
}

.career_history .ui-accordion-content ul li.green {
	 /*background:url(/images-c/champ/light_green.gif) 10px 8px no-repeat; */
}

.career_history .ui-accordion-content ul li.red {
	 /*background:url(/images-c/champ/light_red.gif) 10px 8px no-repeat;*/ 
}

.career_history .ui-accordion-content ul li.yellow {
	/* background:url(/images-c/champ/light_yellow.gif) 10px 8px no-repeat; */
}

.career_history .ui-accordion-content ul li.active {
	 background-color:#fff; 
}


/* Content */
.career_history #status_bar {
	 height:31px;
	width:100%; background-color:#fff;
	display:inline-block; border-bottom:thin solid #707070; 
}

.career_history #status_name {
	float:left;
	padding-left:15px;
}

.career_history #status_due {
	 width:40%;
	float:right; text-align:right;
	padding-right:15px; padding-top:8px; 
}

.career_history #status_name p, .career_history #status_due p {
	 font-size:.8em;
	font-weight:400; color:#707070; 
}

.career_history #status_name span, .career_history #status_due span {
	 font-weight:700; 
}
.career_history .content .copy_wrapper {
	padding:25px 20px;
	min-height: 590px;
	width:690px
}

.career_history .copy_wrapper .copy {
	 padding:10px 20px; 
}

.career_history .copy h2 {
	 color:#005c7e;
	font-weight:600; font-size:24px;
	padding-bottom:8px; 
}

.career_history .copy h3 {
	 color:#005c7e;
	font-weight:600; font-size:18px;
	padding-top:24px; padding-bottom:4px; 
}

.career_history .copy h4 {
	 color:#005c7e;
	font-weight:600; font-size:15px;
	padding-top:12px; padding-bottom:0px; 
}

.career_history .copy ul {
	 padding-bottom:10px;
	padding-top:10px; margin-left:24px 
}

.career_history .copy p {
	 padding-top:12px;
	padding-bottom: 0px; 
}

.career_history .copy .nospc {
	 padding-top:2px;
	padding-bottom: 0px; 
}

.career_history .copy .label {
	 font-size:13px;
	line-height:14px; padding-right: 8px
}

	
	
/* Footer */
.career_history #footerLinks {
	bottom:0px;
	background-color:#cceecc;
	width:100%;
	height:34px; border-top:thin solid #707070; 
}

.career_history .unfinished {
	float:left;
	padding-left:30px; padding-top:7px; 
}

.career_history .unfinished input {
	 float:left;
	margin-right:11px; 
}

.career_history .unfinished p {
	font-size:.8em;
	font-weight:400; float:left;
	margin:0;
	padding:2px 0 0 0;
}

.career_history .controls {
	float:right;
	font-size:.0em;  padding-right:20px;
	padding-top:8px; 
}

.career_history .controls a {
	padding-left:20px;
	color:#900d12; font-weight:600; 
}

.career_history .controls p {
	margin:0;
	padding:0;
}


	
/* Forms */
.career_history input {
	 border:thin solid #acacac; 
}

	/* sizes*/
	/* Large */
.career_history .statements {
	 width:534px;height:137px; 
}

.career_history .jspTrack {
	
}

.career_history .jspDrag {
	 background: #cceecc; 
}
	
.career_history .grey_lines{
	 width:100%;
	display:block; border-top:thin solid #cdd2d4;
	border-bottom:thin solid #e7eaec; 
}
.career_history .CHP_sections{display:none;}
.career_history button.frm_final_submit{
	display:none !important;
	}
 a.frm_save_draft, a.frm_add_form_row, a.frm_remove_form_row{
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif !important;
   background: #ff6 !important;
    border: 1px solid #009 !important;
    color: #990000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.1em !important;
    width: auto !important;
    padding: 0.3em 1em !important;
    margin: 0 0 .5em 0 !important;
    max-width: 500px !important;
	border-radius:unset !important;
}
.frm_plus_icon:before, .frm_minus_icon:before{
	color: #990000 !important;
	font-size: 20px !important;
    font-weight: 600 !important;
	}
 a.frm_save_draft{
display: inline-block !important;
 }


	.career_history_pre .theHulk {
		background: rgba(0, 0, 0, 0) url("images/employers.jpg") no-repeat top left;
		background-size:auto;
		border-radius: 9px;
		min-height: 400px;
		padding:30px 0 0 35px;
	}
	.career_history_pre .box {
    background: #ff6;
    border: 1px solid #009;
    color: #009;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    width: auto;
    padding: 0.3em 1em;
    display: inline-block;
    margin: 0 0 .5em 0;
    max-width: 500px;
}
.career_history_pre .inner_content{
	max-width:470px;
	width:100%;
	margin-top:1em;
	margin-bottom:1em;
	}
header#site-header .header-bottom .container{width:100% !important;}.
header#site-header .header-bottom #site-logo{
	width: 660px;
	margin: 0 auto;
	}	

.menu_after_login a{
	position: relative;
    margin: 0 11px;
    color: #008;
    font-weight: 700;
    font-size: 16px;
        border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    text-transform: initial !important;
    text-decoration: underline;
	    text-align: center;
	}
	.menu_after_login a:hover{    color: #800;}
   .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading  h3.spacing_repeater{
		border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-top-color: #000;
	}
	.frm_style_formidable-style.with_frm_style .frm_repeat_sec{border-bottom:0;}
	
	.contact-report-form button.frm_button_submit{
		color: #eeffee !important;
    text-shadow: 1px 1px #000 !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 3px 10px 5px 10px !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#001199),to(#82a7de)) !important;
    background: linear-gradient(to top, #0011990%,#82a7de 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a7de', endColorstr='#001199',GradientType=0 ) !important;
    display: inline-block !important;
    border-bottom: none !important;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
    border-width: 0 !important;
    margin: 0 1px 0 0 !important;
    width: 9% !important;
    padding: 7px 0 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    float: right !important;
		}
.frm_dropzone.dz-clickable.frm_single_upload{
	    max-width: 100% !important;
	}		

.single-resume-analysis .comments_right, .single-resume-analysis .comments_left{
	/*width: 48%;*/
	width:100%;
    word-break: break-all;
	}
.single-resume-analysis .comments_left{
	float:left;
	margin-bottom:5px;
	}

.single-resume-analysis .comments_right{
	float:right;
	font-size:18px;
	}

p#billing_first_name_field label[for="billing_first_name"] > .required{
	display:none;
	}
p#billing_first_name_field label[for="billing_first_name"] .ind_req {
    font-weight: normal;
    color: #e42234;
    margin-left: 3px;
	
}

.beforeIntroCalltoAction{
	text-align: justify;
    margin-top: 50px;
    background-color: rgb(254, 252, 215);
    padding: 10px 0 50px;
	}
.beforeIntroCalltoAction h4{
	text-align: center;
    font-size: 28px;
	}
.callToActionDetails{
	max-width: 557px;
    margin: 0 auto;
	
	}
	
.freeOfferFormClick{
	max-width: 750px;
    background-color: #F5FF00;
    padding: 1px 20px;
    margin: 0 auto 30px;
    border: 2px solid #800;
	cursor:pointer;
	}
.freeOfferFormClick h4{
	font-size: 26px;
    text-align: center;
	}
.freeOfferFormClick p{
	font-size: 17px;
	}
.freeOfferFormShow{
	    max-width: 750px;
    margin: 30px auto 30px;
     display: none; 
    font-size: 16px;
	}
.freeOfferFormShow p{
	
	}		
@media only screen and (max-width: 959px){
	header#site-header .header-bottom #site-logo{
	max-width: 100%;
	}
	}
@media (max-width : 900px){
	.career_history .sidebar{
		display: block;
    width: 100%;
	text-align:center;
		}
	
	.career_history .ui-accordion-content ul li{
		padding-left:2px;
		}
	.career_history .content .copy_wrapper{
		width:100%;
		}
		
	.career_history #home {
		margin: 0px;
		width:100%;
	}
		
	}
	@media (max-width: 700px)  {
		.career_history_pre .theHulk {
			background-size:cover;
		}
	}

	
.print_pdf{float:right;}
@media print{
	#cookie-notice, header, #wpadminbar, #cornerMenu, footer, .print_pdf{
		display:none !important;
		}

}
.personlize_form{position:relative;}
.formLoader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 15%;
    background-color: rgba(255,255,255,0.8);
    z-index: 99;
    display: none;
}

/*
////////////////////////////////////
///// End Career History Profile //
//////////////////////////////////
