@import url("./css/normalize.css");
/*
Theme Name: SOW3
Theme URI: http://streetofwalls.com
Author: Emerson Loustau
Author URI: http://www.secretdesignproject.com/
Version: 0.1
*/
/* HTML5 Boilerplate 
@import url("html5boilerplate.css");
 */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* @import url("html5reset.css"); */
/* 
@import url("col.css");
@import url("11cols.css");
@import url("responsivegridsystem.css");
 */
/* @import url("ie.css"); */
/* 
@font-face {
    font-family: 'unibold';
    src:	url('uni-boldcn-webfont.eot?#iefix') format('embedded-opentype'),
    		url('uni-boldcn-webfont.woff') format('woff'),
    		url('uni-boldcn-webfont.ttf') format('truetype');
    }
 */
@font-face {
  font-family: 'unibold';
  src: url('fonts/uni-boldcn-webfont.eot');
  src: url('fonts/uni-boldcn-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/uni-boldcn-webfont.woff') format('woff'), url('fonts/uni-boldcn-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;/*url('fonts/universltstd-boldcn-webfont.svg#univers_lt_std_47_cn_ltbold') format('svg');*/
}
@font-face {
  font-family: 'unilight';
  src: url('fonts/uni-webfont.eot');
  src: url('fonts/uni-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/uni-webfont.woff') format('woff'), url('fonts/uni-webfont.ttf') format('truetype'), url('fonts/uni-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Colors 
-----------------------------------------------*/
/* Other vars
-----------------------------------------------*/
/* Mixins 
-----------------------------------------------*/
.fill {
  width: 100%;
}
.univers {
  font-family: 'unibold', Arial Black, Helvetica, sans-serif;
  font-weight: normal;
}
.serif {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
.unilight {
  font-family: 'unilight', Arial, Helvetica, sans-serif;
  margin-right: 1px;
}
.border-bottom {
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
}
.border-top {
  border-top: 1px solid #000000;
}
.border {
  border: 1px solid #000000;
}
.dots-bottom {
  background-image: url('images/dot72.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.blacktext {
  color: #000000;
}
.bluetext {
  color: #55a8ef;
}
.spacer {
  height: 1px;
}
.clear {
  clear: both;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.no-border-radius {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#page .mobile-only {
  display: none;
}
/*Typography
-----------------------------------------------*/
body,
input {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  line-height: 2em;
  font-size: 14px;
}
body #page .entry-title {
  font-family: 'unibold', Arial Black, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 250%;
  font-weight: normal;
  margin: 0;
  text-align: left;
  /*line-height:1em;*/
}
.widget-title {
  font-size: 150%;
  font-style: italic;
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
}
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
a,
a:active,
a:link {
  color: #55a8ef;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.error_txt {
  color: #F00;
}
h1,
h2,
h3,
h4,
h5 {
  text-align: left;
  font-weight: normal;
}
h2 {
  font-size: 150%;
  font-style: italic;
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
  font-weight: normal;
  margin-top: 0;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  margin-top: 1.3333333333em;
}
.twocol h2:first-child {
  margin-top: 0;
}
h3,
h4 {
  margin: 0;
  font-family: 'unibold', Arial Black, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#primary ul.normal-list {
  list-style: disc;
}
#primary ul.normal-list li {
  background: none;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* =Structure
-------------------------------------------------------------- */
body {
  margin: 0 auto 0 auto;
  max-width: 1400px;
}
#page,
#main,
#primary,
#secondary,
header#branding,
footer {
  float: left;
}
#page {
  padding: 0 2em;
}
#main {
  width: 100%;
}
#content,
#content article {
  float: left;
  width: 100%;
}
#primary {
  display: inline;
  float: left;
  width: 63.33333333333333%;
  margin: 0 1.6666666666666667%;
}
#secondary {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.6666666666666667%;
  padding-top: 1em;
}
#nav {
  display: inline;
  float: left;
  width: 71.66666666666667%;
  margin: 0 1.6666666666666667%;
}
footer#colophon {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
}
#primary.full-width {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
}
#primary.full-width .twocol {
  display: inline;
  float: left;
  width: 46.666666666666664%;
  margin: 0 1.6666666666666667%;
}
#primary.full-width .leftcol {
  margin-left: 0;
}
#primary.full-width .rightcol {
  margin-right: 0;
  float: right;
}
#primary.full-width .rightcol p.first-child {
  padding-top: 0;
}
/* =Front-page 
-------------------------------------------------------------- */
.home .frontimage {
  width: 100%;
  position: relative;
  margin-bottom: 3em;
}
.home .frontimage img {
  width: 100%;
  height: auto;
  display: block;
}
.home .frontimage #calltoaction {
  position: absolute;
  font-size: 2em;
  margin-left: -25%;
  left: 50%;
  width: 50%;
  bottom: 1em;
  text-align: center;
}
.home .frontimage #calltoaction a {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
  float: none;
  margin: 0 auto;
}
.home .frontimage #calltoaction a:hover {
  color: #55a8ef;
  text-decoration: none;
}
.home .fronttext {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.6666666666666667%;
  /*  margin-top:@widgetgap; */
  text-align: justify;
}
.home .fronttext:first-child {
  clear: left;
}
.home #secondary {
  padding-top: 0;
  float: right;
}
/* =Header
-------------------------------------------------------------- */
#branding {
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  margin-bottom: 3em;
}
header #site-title {
  font-size: 28px;
  /* font-weight: bold; */

  line-height: 1.5em;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  /* 
	background: url("images/street-of-walls-logo.png");
	background-size:cover;
 	*/

  font-family: 'unibold', Arial Black, Helvetica, sans-serif;
  font-weight: normal;
}
header #site-title .E {
  margin-right: 1px;
}
header #site-title .W {
  margin-right: -1px;
}
header #site-title a {
  color: #000000;
  text-decoration: none;
}
header #site-title span:hover {
  color: #55a8ef;
}
#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
}
#tools {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  float: right;
  text-align: right;
  font-style: italic;
  margin-top: -3em;
}
.thomson-logos {
  display: inline-block;
  float: left;
}
.thomson-logos img {
  display: inline-block;
  float: left;
  height: 1.5em;
  padding-top: 0.25em;
}
.thomson-logos-mobile {
  display: none;
  clear: left;
  font-style: italic;
}
.thomson-logos-mobile img {
  float: left;
  height: 1.5em;
  padding-bottom: .5em;
  clear: left;
}
.page-template-template-candidate_ranks-php .thomson-logos,
.page-template-template-candidate_ranks-php .thomson-logos-mobile {
  margin-left: 1.6666666666666667%;
}
a.user-email:hover {
  text-decoration: none;
}
.profile-menu {
  display: none;
  margin-top: -0.25em;
  list-style: none;
  position: absolute;
  background: #dddddd;
  z-index: 100;
  right: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 2em;
  font-style: normal;
}
#util_links:hover .profile-menu {
  display: block;
}
.profile-menu a {
  display: block;
  color: #000;
  padding: .5em 2em;
}
.profile-menu a:hover {
  text-decoration: none;
  background: #cecece;
}
/* =Menu
-------------------------------------------------------------- */
#access {
  /* background: #eee; */

  display: block;
  float: right;
  margin: 0 ;
  /* width: 100%; */

}
#access ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
#access li {
  float: left;
  position: relative;
}
#access a {
  display: block;
  line-height: 3em;
  padding: 0 1em;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#access ul ul {
  border-top: 1px solid #000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  left: 0;
  z-index: 99999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
  border-top: none;
}
#access ul ul a {
  background: #dedede;
  line-height: 2em;
  padding: .5em .5em .5em 1em;
  width: 12em;
  height: auto;
  text-transform: none;
  font-size: 12px;
}
#access li:hover > a,
#access ul ul :hover > a {
  background: #72c4ff;
}
#access ul ul a:hover {
  background: #cecece;
}
#access ul li:hover > ul {
  display: block;
}
#util_links {
  float: right;
  /*margin-top:-.25em;*/
  position: relative;
}
#employer_btn {
  position: relative;
  display: inline-block;
  color: #FFF;
  background: #000;
  padding: .25em 1em;
  margin-left: 1em;
  margin-top: .5em;
  /*top:-.25em;*/
  line-height: 1em;
}
#employer_btn:hover {
  text-decoration: none;
  color: #72c4ff;
  /*background:@blue;*/
}
/* =Content
-------------------------------------------------------------- */
#content p {
  margin-top: 0;
  margin-bottom: 2em;
}
#content div.fake-p {
  margin-bottom: 2em;
}
.entry-meta {
  clear: both;
  display: block;
}
.single-author .entry-meta .byline {
  display: none;
}
.entry-content {
  padding-top: 1em;
}
#content article {
  float: left;
}
#content article div,
#content article p {
  text-align: justify;
}
#content nav {
  display: block;
}
#content nav .nav-previous {
  float: left;
  width: 50%;
}
#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content #nav-above {
  display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}
#nav-below {
  margin: 1em 0 0;
}
.page-link {
  clear: both;
  margin: 0 0 1em;
}
.page .edit-link {
  clear: both;
  display: block;
}
/* 404 page */
/* Notices */
.post .notice,
.error404 #searchform {
  background: #ddd;
  display: block;
  padding: 2%;
  float: left;
  width: 96%;
}
.post .notice input,
.error404 #searchform input {
  width: 96%;
  border: 1px solid #000000;
  padding: 2%;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
/* Image Attachments */
.image-attachment div.entry-meta {
  float: left;
}
.image-attachment nav {
  float: right;
  margin: 0 0 1em 0;
}
.image-attachment .entry-content {
  clear: both;
}
.image-attachment .entry-content .entry-attachment {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
}
.image-attachment .entry-content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* Aside Posts */
.format-aside .entry-header {
  display: none;
}
.single .format-aside .entry-header {
  display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
  padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
  padding-top: 0;
}
/* Gallery Posts */
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}
/* Image Posts */
.format-image .entry-header {
  display: none;
}
.single .format-image .entry-header {
  display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
  padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
  padding-top: 0;
}
/* =Images
-------------------------------------------------------------- */
a img {
  border: none;
}
p img {
  margin-bottom: 0.5em;
  /* a small bottom margin prevents content floating under images */

}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */

  height: auto;
  /* Override height to match resized width for correct aspect ratio. */

}
img.alignleft {
  margin-right: 1em;
}
img.alignright {
  margin-left: 1em;
}
.wp-caption {
  padding: .5em;
  text-align: center;
}
.wp-caption img {
  margin: .25em;
}
.wp-caption .wp-caption-text {
  margin: .5em;
}
.wp-smiley {
  margin: 0;
}
/*JOB BOARD STYLES
***********************************/
#wpjb-job-list .wpjb-column-date .wpjb-sub {
  display: inline-block;
  float: left;
}
#wpjb-job-list th {
  display: none;
}
#wpjb-main #wpjb-job-list.wpjb-table tbody {
  border-top: 1px solid #000000;
}
#wpjb-main #wpjb-job-list.wpjb-table tbody tr td {
  border-bottom: none;
  padding: 0;
}
#wpjb-main #wpjb-job-list.wpjb-table tbody tr {
  background-image: url('images/dot72.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
#wpjb-main #wpjb-job-list .wpjb-featured {
  background: none;
}
#wpjb-job-list .wpjb-column-title .wpjb-sub {
  margin: -0.5em 0 0.5em 0;
}
#wpjb-job-list thead {
  display: none;
}
#wpjb-job-list tr {
  display: inline-table;
  width: 100%;
}
#wpjb-job-list tr td {
  background: transparent;
  width: 25%;
}
#primary ul {
  list-style: none;
  margin: 0;
}
#primary ul li {
  background-image: url('images/dot72.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
/*JOB PAGE
***********************************/
.wpjb-job .wpjb-flash-info {
  display: none;
}
#page table.wpjb-info tbody {
  border-top: 1px solid #000000;
}
#page .wpjb-job-content h3 {
  border: none;
  padding: 0;
}
#page .wpjb-job-apply a.wpjb-button {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  font-weight: normal;
  background: #000;
  display: block;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
  width: 100%;
  float: none;
  padding: .75em;
  text-align: center;
  font-size: 1.25em;
  /* display:inline;   width:auto; */
}
#page .wpjb-job-apply a.wpjb-button:hover {
  color: #55a8ef;
  text-decoration: none;
}
/* =Guides
-------------------------------------------------------------- */
.page-template-template-guides-menu-php h1.widget-title {
  display: inline-block;
}
.page-template-template-guides-menu-php .entry-content {
  padding-top: 2em;
}
.page-template-template-guides-menu-php .category {
  margin-bottom: 3em;
}
/* =Resume
-------------------------------------------------------------- */
.wpjr-page-resume .wpjb-job-content {
  float: left;
  width: 100%;
}
.wpjr-page-resume .wpjb-job-content h2 {
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
}
.wpjr-page-resume #invites p {
  margin: 1em auto;
}
.wpjr-page-resume .graph-container,
.wpjr-page-resume .graph-outline {
  width: 100%;
}
.wpjr-page-resume .graph-outline {
  margin-top: 1em;
}
.wpjr-page-resume .x-axis-labels {
  bottom: -4%;
}
.wpjr-page-resume .legend-label {
  height: 2em;
}
.wpjr-page-resume table.wpjb-info tbody {
  border-top: none;
}
#page #main .graph-outline * {
  text-align: center;
}
/* RESUME VIEW 
---------------------------------------------------*/
#content.resume-view {
  width: 100%;
}
.resume-view .wpjb-resume-headline {
  width: 460px;
}
.resume-graph-wrapper .graph-outline {
  display: block;
  -mox-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 1em 0 0 0;
  position: static;
}
.resume-graph-wrapper {
  float: right;
}
.resume-view .resume-graph-wrapper,
.resuem-view .resume-graph-wrapper .graph-outline,
.resume-view .resume-graph-wrapper .graph-container {
  width: 460px;
  margin: 0;
}
.resume-view #resumebottom .half {
  width: 460px;
}
.resume-view #resumebottom .left {
  float: left;
}
.resume-view #resumebottom .right {
  float: right;
}
.resume-view img.wpjb-resume-photo {
  margin: 0 20px 0 0;
}
.resume-view table.wpjb-info tr td:first-child {
  font-weight: bold;
  padding-left: 0;
}
.resume-view table.wpjb-info tbody {
  border-top: none;
}
.resume-view .wpjb-resume-headline {
  line-height: 1.5em;
}
.wpjb-info {
  text-align: left!important;
}
#resume-hide .hidden-status {
  font-style: italic;
}
/* = Questions
-------------------------------------------------------------- */
#qa-header #qa-menu ul {
  padding: 0;
  display: table-row;
  margin-top: 1em;
  background: none;
  float: left;
  width: 100%;
}
#qa-header #qa-menu ul li {
  font-style: italic;
  display: table-cell;
  background-image: none!important;
  width: 32%;
  margin: 0;
  margin-right: 2%;
  text-align: center;
  background: #aaaaaa;
}
#qa-header #qa-menu ul li:hover {
  background: #000000;
}
#qa-header #qa-menu ul li:last-child {
  margin-right: 0;
}
#qa-header #qa-menu ul li.last {
  margin-right: 0;
}
#qa-header #qa-menu ul li a {
  font-weight: normal;
}
#qa-header #qa-menu ul li a:hover {
  color: #55a8ef;
}
#qa-header #qa-menu #qa-current-url {
  background: #55a8ef;
}
#qa-header #qa-menu #qa-current-url:hover {
  background: #000000;
}
#qa-header .qa-search {
  width: 100%;
  float: left;
}
#qa-header .qa-search form {
  float: left;
  width: 100%;
}
#qa-header .qa-search input {
  width: 66%;
  border: 1px solid #000000;
  font-size: 12px;
  float: left;
  margin-left: -1px;
  padding: .5em 0;
}
#qa-header .qa-search button {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  width: auto!important;
  width: 32%!important;
  margin: 0;
  float: right;
}
#qa-header .qa-search button:hover {
  color: #55a8ef;
  text-decoration: none;
}
#page .question a:visited {
  color: #55a8ef;
}
#question-list {
  width: 100%;
  display: table;
  margin-top: 1em;
}
#question-list .question {
  border: none;
  background-image: url('images/dot72.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  /* float:left;width:100%; */
  display: table-row;
}
#question-list .question .question-stats,
#question-list .question .question-summary {
  display: table-cell;
  vertical-align: top;
  float: none;
}
#question-list .question .question-summary {
  padding: 0 0 0 1em;
}
#question-list .question .question-stats {
  width: 140px;
}
#question-list .question h3 {
  margin-bottom: 0;
  margin-top: 1em;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  font-style: italic;
  font-weight: normal;
}
#question-list .question h3 a,
#question-list .question h3 a:visited,
#question-list .question h3 a:active {
  color: #000000;
}
#question-list .question .question-tags a {
  color: #000000;
  font-style: italic;
  background: none;
}
ul#qa-user-tabs li {
  background: none;
}
#answer-list h1 {
  font-family: 'unibold', Arial Black, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#primary .answer,
#primary #single-question-container {
  padding: 1em 0;
}
#primary .answer .qa-voting-box,
#primary #single-question-container .qa-voting-box {
  width: 44px;
}
#ask-question {
  margin-top: 3em;
}
#ask-question h2 {
  font-size: 150%;
  font-style: italic;
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
}
#question-form #question-title {
  border: 1px solid #000;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  line-height: 2em;
  font-size: 14px;
}
#wp-question_content-wrap {
  margin-bottom: 1em;
}
#question-taxonomies {
  float: left;
  width: 50%;
}
#qa-user-details {
  border: none;
}
#single-question h1.entry-title {
  margin-top: 1em;
  line-height: 1em;
}
/* =Articles
-------------------------------------------------------------- */
ul#article-cats,
#news-tags {
  list-style-type: none;
  padding: 10px 10px 10px 0;
  margin-bottom: 1em;
}
ul#article-cats li,
#news-tags li {
  background: #000;
  display: inline;
  padding: 5px;
  margin-right: 3px;
  background-image: none;
}
#article-cats a,
#news-tags a {
  color: #fff;
}
#article-cats li:hover,
#article-cats a:hover,
#news-tags li:hover,
#news-tags a:hover {
  color: #55a8ef;
  text-decoration: none;
}
#primary ul.article-list {
  padding: 0;
}
#primary ul.article-list li.article_cat_wrap {
  margin-bottom: 3em;
  background-image: none;
}
#primary ul.article-list li.article_cat_wrap h3 {
  font-size: 150%;
  font-style: italic;
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
  font-weight: normal;
  margin-top: 0;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
/* =Tables
-------------------------------------------------------------- */
.page-template-template-course-php #content table {
  border: 1px solid #000000;
}
.page-template-template-course-php #content table th,
.page-template-template-course-php #content table td {
  padding: .5em;
  text-align: left;
}
/* =Forms
-------------------------------------------------------------- */
button {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
#searchform label {
  display: none;
}
#searchform input#s {
  width: 60%;
}
/* 
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
 */
textarea {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  width: 80%;
}
/* Class for labelling required form items */
#page .frm_forms {
  float: left;
  width: 100%;
}
#page .frm_forms * {
  text-align: left;
}
#page .frm_forms fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#page .frm_forms .frm_form_field label {
  text-align: left;
  font-style: italic;
}
#page .frm_forms .frm_form_field input.text,
#page .frm_forms .frm_form_field input.email,
#page .frm_forms .frm_form_field textarea {
  width: 96%;
  border: 1px solid #000000;
  padding: 2%;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  color: #000000;
}
#page .frm_forms .submit input,
#page .frm_forms input[type='submit'] {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
  margin-top: 1em;
}
#page .frm_forms .submit input:hover,
#page .frm_forms input[type='submit']:hover {
  color: #55a8ef;
  text-decoration: none;
}
#page .frm_forms .frm_error {
  color: #F00;
  clear: both;
}
#page .frm_forms .frm_message#message {
  color: #55a8ef;
}
.submitbtn {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
}
.submitbtn:hover {
  color: #55a8ef;
  text-decoration: none;
}
input[type='submit'] {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
}
input[type='submit']:hover {
  color: #55a8ef;
  text-decoration: none;
}
.textinput {
  width: 96%;
  border: 1px solid #000000;
  padding: 2%;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
#frm_form_11_container label {
  /*width: 10%;*/
  display: block;
}
#frm_form_11_container input[type='text'],
#frm_form_11_container input[type='email'] {
  border: 1px solid #000;
  display: block;
  width: 100%;
}
#frm_form_11_container .form-field {
  margin-bottom: .5em;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: left;
  float: left;
  margin-top: 3em;
}
#comments #reply-title {
  font-size: 150%;
  font-style: italic;
  border-bottom: 1px solid #000000;
  margin-bottom: -1px;
  font-weight: normal;
  margin-top: 0;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
#comments .form-allowed-tags {
  display: none;
}
article.comment {
  display: block;
}
#respond input[type=text] {
  display: block;
  width: 60%;
}
#respond textarea {
  display: block;
  margin: 0 0 1em;
}
#respond .form-allowed-tags {
  clear: both;
}
#respond .form-allowed-tags code {
  display: block;
}
.single-question #comments {
  width: 100%;
}
.single-question #comments footer {
  margin-right: 1em;
}
.single-question #comments #comments-title {
  margin-top: 0;
}
.single-question #comments h3#reply-title {
  display: none;
}
.single-question #comments p {
  margin-bottom: 1em;
}
.single-question #comments p.comment-form-comment {
  width: 70%;
  float: left;
  margin-bottom: 0;
}
.single-question #comments p.comment-form-comment label {
  font-style: italic;
  font-size: 1.5em;
}
.single-question #comments p.form-submit input {
  margin-top: 2em;
  max-width: 29%;
}
.single-question #comments li.comment article {
  float: none;
}
.single-question #comments textarea#comment {
  height: 3em;
  width: 99%;
  margin-bottom: 0;
}
.single-question #comments .comment-author cite {
  color: #55a8ef;
}
/* =Widgets
-------------------------------------------------------------- */
.widget {
  display: block;
  margin-bottom: 3em;
  float: left;
  width: 100%;
}
.widget-title {
  font-weight: normal;
  margin-top: 0;
}
.widget-area .widget_search {
  overflow: hidden;
}
.widget-area .widget_search input {
  float: left;
}
.widget ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget li {
  background-image: url('images/dot72.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.widget_wpjb-featured-jobs li {
  padding: .5em 0;
  line-height: 1.5em;
}
.textwidget {
  text-align: justify;
}
/* Registration form */
.widget input#user_first_name,
.widget input#user_last_name,
.widget input#user_login,
.widget input#user_email,
.widget input#user_pass,
.widget #ws-plugin--s2member-custom-reg-field-first-name,
.widget #ws-plugin--s2member-custom-reg-field-last-name {
  width: 96%;
  border: 1px solid #000000;
  padding: 2%;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
.widget_reg_widg label {
  font-style: italic;
}
.widget_reg_widg p {
  margin: 0;
}
.widget_reg_widg {
  position: relative;
}
.widget_reg_widg #loading {
  position: absolute;
  background: url('images/ajax_loader_gear.gif') no-repeat center center;
  width: 100%;
  height: 200px;
  background-size: contain;
}
.widget_reg_widg p#reg_passmail {
  font-style: italic;
  margin-top: 1em;
  line-height: 1.5em;
  float: left;
}
.widget_reg_widg .submit input {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
  width: 100%!important;
}
.widget_reg_widg .submit input:hover {
  color: #55a8ef;
  text-decoration: none;
}
.widget_reg_widg label.checkbox {
  line-height: 1em;
}
.widget_reg_widg .checkbox,
.widget_reg_widg #terms {
  margin-top: 1em;
}
.widget_reg_widg .checkbox {
  float: right;
  width: 90%;
}
.widget_reg_widg #terms {
  float: left;
}
.widget_reg_widg #reg_passmail {
  clear: both;
}
.widget-button {
  display: block;
  width: 100%;
  padding: 1em 0;
  text-decoration: none;
  font-style: italic;
  font-size: 1.5em;
  text-align: center;
}
.widget-button.black {
  color: #FFF;
  background: #000;
}
.widget-button.gray {
  color: #000;
  background: #dddddd;
}
.widget-button:hover {
  background: #55a8ef;
  text-decoration: none;
}
.page-template-template-about-WSAT-php.page-child .widget:first-child {
  display: none;
}
.featured-employer-logos img {
  display: block;
  clear: both;
  height: auto;
  margin: 3em auto;
}
/* Employer button */
.widget #employer_btn {
  background: #aaaaaa;
  padding: .75em;
  color: #FFF;
  font-style: italic;
  font-size: 125%;
  text-align: center;
}
.widget #employer_btn:hover {
  background: #000000;
  color: #55a8ef;
}
/* QA instructions widg */
#qa-widg-container h3 {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  font-style: italic;
  display: block;
  background: #aaaaaa;
  padding: 1em;
  color: #fff;
  cursor: pointer;
}
#qa-widg-container #bottom {
  display: none;
  background: #dddddd;
  padding: 1em;
}
/* Employer list */
.widget .university-list {
  font-size: 150%;
  font-family: 'unibold', Arial Black, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
}
.widget .university-list li {
  list-style: none;
  background: none;
  margin: .5em 0;
}
#page .employer-contact-widget-form .form-field {
  float: left;
  width: 100%;
  margin: .5em 0;
}
#page .employer-contact-widget-form input[type="text"],
#page .employer-contact-widget-form input[type="email"],
#page .employer-contact-widget-form input[type="tel"] {
  float: right;
  border: 1px solid #000;
  width: 65%;
}
#page .employer-contact-widget-form .frm_radio {
  display: inline-block;
  float: right;
  width: 50%;
  text-align: left;
}
#page .employer-contact-widget-form .frm_radio input {
  margin-right: .5em;
}
#page .employer-contact-widget-form textarea {
  margin-top: 0;
}
#page .employer-contact-widget-form p.submit {
  margin-top: 0;
}
#page .employer-contact-widget-form p.submit input[type="submit"] {
  width: 100%!important;
  text-align: center;
}
/* = Elimination Diagram (Virtual Recruiting)
-------------------------------------------------------------- */
.elim-diagram .elim-diagram-bar {
  background: #dddddd;
  position: relative;
}
.elim-diagram .blue-bar {
  background: #72c4ff;
  height: 100%;
  position: absolute;
  left: 0;
}
.elim-diagram .text {
  position: relative;
  text-align: center!important;
  padding: 1em 0;
}
.elim-diagram .text .number {
  font-weight: bold;
  font-size: 125%;
}
.employer-plans {
  text-align: center;
}
.employer-plans th .subtitle {
  font-size: 75%;
  display: block;
  font-weight: normal;
}
.employer-plans tr {
  border: 1px solid #000;
}
.employer-plans td {
  width: 20%;
}
.employer-plans tr:first-child,
.employer-plans tr:last-child {
  border: none;
  line-height: 1em;
}
.employer-plans td.yes {
  /*background:@lightgray;*/
  color: #55a8ef;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 150%;
}
.employer-plans td:first-child {
  width: 40%;
  padding-left: 1em;
  /*border-right:1px solid #000;*/
  text-align: left;
}
.employer-plans .start-btn {
  color: #FFF;
  background: #000;
  margin: .5em;
  padding: .5em;
  display: block;
  font-style: italic;
  font-weight: normal;
}
.employer-plans .start-btn:hover {
  background: #55a8ef;
  text-decoration: none;
}
.employer-plans .start-btn.now {
  color: #000;
  background: #55a8ef;
}
.employer-plans .start-btn.now:hover {
  color: #FFF;
  background: #000;
}
/* =Footer
-------------------------------------------------------------- */
.menu-footer-menu-container {
  text-align: center;
  border-top: 1px solid #000000;
}
#menu-footer-menu {
  display: inline;
}
#menu-footer-menu li {
  display: inline;
  margin-left: 2em;
}
#menu-footer-menu li:first-child {
  margin-left: 0;
}
#menu-footer-menu a,
#menu-footer-menu a:link,
#menu-footer-menu a:active {
  color: #000000;
}
#menu-footer-menu a:hover {
  color: #55a8ef;
}
#colophon {
  padding: 3em 0 0;
}
#copyright {
  margin-top: 1em;
  font-size: 75%;
}
/*CANDIDATE RANKS VIEW
*************************************/
.page-template-template-candidate_ranks-php #primary {
  font-size: 14px;
  line-height: normal;
}
.page-template-template-candidate_ranks-php #primary .filter input {
  font-size: 14px;
  line-height: normal;
}
.page-template-template-candidate_ranks-php #primary #candidate-filters {
  line-height: normal;
}
.page-template-template-candidate_ranks-php #primary #candidate-filters input[type='submit'] {
  font-size: 14px;
  width: 100%!important;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page-template-template-candidate_ranks-php #primary .candidate-list-item {
  background: none;
}
.page-template-template-candidate_ranks-php #primary #crsnav a.next-results,
.page-template-template-candidate_ranks-php #primary #crsnav a.back-results {
  width: 20%;
  padding: 1em;
  background: #000000;
  color: #FFF;
  font-style: italic;
}
.page-template-template-candidate_ranks-php #primary #crsnav a.next-results:hover,
.page-template-template-candidate_ranks-php #primary #crsnav a.back-results:hover {
  color: #72c4ff;
  text-decoration: none;
}
.page-template-template-candidate_ranks-php #primary #crsnav a.next-results {
  float: right;
  text-align: right;
}
.page-template-template-candidate_ranks-php #primary #crsnav a.back-results {
  float: left;
}
.page-template-template-candidate_ranks-php {
  width: 1010px;
  margin: 0 auto;
}
.page-template-template-candidate_ranks-php #primary,
.page-template-template-candidate_ranks-php #branding,
.page-template-template-candidate_ranks-php #tools {
  width: 960px;
}
.page-template-template-candidate_ranks-php #tools {
  margin-right: 0;
}
.page-template-template-candidate_ranks-php .title h2 {
  display: inline-block;
}
#ranking-top-bar {
  height: 40px;
  width: 100%;
  background: #000;
  color: #FFF;
  text-align: right;
}
#pound,
#scorelabel {
  display: inline-block;
  float: left;
  text-align: left;
}
#scorelabel {
  width: 120px;
}
#pound {
  width: 50px;
  padding-left: 12px;
}
/* #scorelabel { margin-left: 42px; } */
#orderby_filters {
  text-align: left;
  display: inline-block;
  float: left;
}
#resultcount {
  float: right;
}
.ranking-bar-textbox {
  height: 0;
  padding: 1em 40px 1em 1em;
  width: 606px;
  float: right;
}
.page-template-template-candidate_ranks-php #content {
  width: 100%;
  padding-bottom: 2em;
}
.page-template-template-candidate_ranks-php .lefthalf {
  float: left;
  width: 260px;
  min-height: 600px;
  padding: 0 20px;
  /* fallback */

  background-color: #D7EDFE;
  /* Safari 4-5, Chrome 1-9 */

  background: -webkit-gradient(linear, left top, left bottom, from(#d7edfe), to(#ffffff));
  /* Safari 5.1+, Chrome 10+ */

  background: -webkit-linear-gradient(top, #d7edfe, #ffffff);
  /* Firefox 3.6+ */

  background: -moz-linear-gradient(top, #d7edfe, #ffffff);
  /* IE 10 */

  background: -ms-linear-gradient(top, #d7edfe, #ffffff);
  /* Opera 11.10+ */

  background: -o-linear-gradient(top, #d7edfe, #ffffff);
}
.page-template-template-candidate_ranks-php .righthalf {
  float: right;
  width: 660px;
  position: relative;
}
.filter {
  margin-top: 1em;
}
.filter input[type='text'] {
  border: 1px solid #DDD;
}
.filter-name {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.page-template-template-candidate_ranks-php .ui-autocomplete {
  z-index: 200!important;
}
.page-template-template-candidate_ranks-php .ui-autocomplete,
.page-template-template-member_profile-php .ui-autocomplete {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
/* 

.filter-select { background:#FFF; }
.select-replace-cover {width:100% !important; border:none !important; }
.select-replace-cover select {width:100% !important; top:1em !important;  }
.replace3 {	padding: .75em 1em;	text-align: left;	font-size: 125%;	border: none;	background: #FFF url('images/ddarrowb.png') 98% 50% no-repeat;	color: #000; font-size:15px; }

 */
.filter input[type='radio'] {
  background: #FFF;
  margin: 0 1em;
  display: inline-block;
}
.radio-back {
  background: #000;
  display: inline-block;
  width: 2em;
}
.filter .radio-label {
  background: #FFF;
  padding: .5em 0;
  display: inline-block;
  width: 100%;
  margin: .25em 0;
}
.filter table {
  border: none;
}
.graph-outline {
  display: none;
  width: 520px;
  margin: 0 0 0 auto;
  padding: 10px 40px 40px 40px;
  position: absolute;
  right: 0;
  z-index: 50;
  background: #FFF;
  top: 100px;
  -moz-box-shadow: 8px 8px 30px #111;
  /* for Firefox 3.5+ */

  -webkit-box-shadow: 8px 8px 30px #111;
  box-shadow: 8px 8px 30px #111;
  /* for Safari and Chrome */

}
.graph-container {
  margin: 0 0 0 auto;
  width: 520px;
  height: 320px;
  position: relative;
  font-size: 14px;
  font-family: helvetica;
}
/* 
.graph-number-box { position:absolute; left:0; top:40px; float:left; height:60px; width:60px; border:1px solid #FFF; background:#FFF; }
.graph-number { display:block; margin-top:20px; text-align:center; }
 */
.candidate {
  width: 100%;
  position: relative;
}
.candidate.hidden {
  color: #aaa;
}
.candidate.hidden .candidate-info {
  font-style: italic;
}
.candidate.hidden .candidate-info .poolname {
  text-decoration: line-through;
}
.candidate.hidden .candidate-info .ajax-loalder-small {
  height: .9em;
}
.candidate-row {
  width: 100%;
  display: table;
  padding: 2em 0;
  background: #FFF;
  position: absolute;
  z-index: 100;
}
.candidate-row-shadow {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 1;
  display: none;
  -moz-box-shadow: 8px 8px 30px #111;
  /* for Firefox 3.5+ */

  -webkit-box-shadow: 8px 8px 30px #111;
  box-shadow: 8px 8px 30px #111;
  /* for Safari and Chrome */

}
#candidate-list {
  margin: 0;
  padding: 0;
}
#candidate-list li.view-more {
  border-bottom: none;
}
#candidate-list li.view-more a {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
  width: 98%!important;
  text-align: center;
}
#candidate-list li.view-more a:hover {
  color: #55a8ef;
  text-decoration: none;
}
.candidate-list-item {
  /* height:470px; */
  height: 115px;
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.candidate-list-item:hover {
  border-bottom: 1px solid #fff;
}
.candidate-list-item:last-child {
  border-bottom: none;
}
.candidate-list-item.show-graph {
  height: 480px;
}
.candidate-list-item:hover .candidate-row-shadow {
  display: block;
  z-index: 102;
}
.candidate-list-item:hover .candidate-row {
  z-index: 103;
}
.show-graph .candidate-row-shadow {
  z-index: 50;
  display: block;
}
.show-graph.candidate-list-item:hover .candidate-row-shadow {
  z-index: 50;
}
.page-template-template-candidate_ranks-php .hideshow_btn {
  font-family: Helvetica, Arial, sans-serif;
}
.page-template-template-candidate_ranks-php .unhide_btn {
  display: none;
}
.page-template-template-candidate_ranks-php .hidden .unhide_btn {
  display: inline;
}
.page-template-template-candidate_ranks-php .hidden .hide_btn {
  display: none;
}
.candidate-rank,
.candidate-bigscore,
.candidate-info,
.candidate-links {
  display: table-cell;
  vertical-align: top;
  /* line-height: 18px; */
}
.candidate-rank {
  width: 40px;
}
.candidate-info {
  padding-left: 40px;
}
.candidate-bigscore {
  font-size: 40px;
  text-align: center;
  width: 105px;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: -5px;
  margin-top: -7px;
}
.bigscore-box {
  width: 100px;
  display: table-cell;
}
.bigscore-caption {
  width: 100px;
  text-align: center;
  display: inline-block;
  /* position:absolute; */
}
.candidate-rank {
  text-align: center;
  width: 60px;
  font-size: 20px;
}
.candidate-links {
  text-align: right;
  /*padding-right:40px;*/
}
.candidate-info .school-name {
  display: inline-block;
  white-space: nowrap;
  max-width: 310px;
  overflow: hidden;
}
.candidate-info .candidate-name {
  font-weight: bold;
  text-transform: capitalize;
}
.legend-container {
  width: 95%;
  height: 5%;
  text-align: center;
  position: absolute;
  top: 104%;
  right: 0;
}
.legend {
  display: inline;
  height: 100%;
  width: 100%;
  font-size: 12px;
}
.legend-color-box {
  width: 3%;
  height: 85%;
  display: inline-block;
}
.legend-label {
  margin-right: 2em;
  margin-left: .5em;
  display: inline-block;
  height: 100%;
  position: relative;
}
.legend-color-box.legend-candidate-score {
  background: #000;
}
.legend-color-box.legend-private-ave {
  background: #55A8EF;
}
.legend-color-box.legend-public-ave {
  background: #AAA;
}
.y-axis-labels {
  width: 3%;
  height: 95%;
  position: absolute;
  left: 0;
}
.tick {
  position: absolute;
  width: 100%;
  border-top: 1px solid #000;
  padding-right: 70%;
  text-align: right;
  left: -1px;
  font-size: 75%;
}
.tick.zero {
  top: 100%;
}
.tick.ten {
  top: 90%;
}
.tick.twenty {
  top: 80%;
}
.tick.thirty {
  top: 70%;
}
.tick.fourty {
  top: 60%;
}
.tick.sixty {
  top: 40%;
}
.tick.seventy {
  top: 30%;
}
.tick.eighty {
  top: 20%;
}
.tick.ninety {
  top: 10%;
}
.tick.twentyfive {
  top: 75%;
}
.tick.fifty {
  top: 50%;
}
.tick.seventyfive {
  top: 25%;
}
.tick.hundred {
  top: 0%;
}
.tick.scoreword {
  border: none;
  top: 90%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.x-axis-labels {
  width: 95%;
  height: 5%;
  position: absolute;
  right: 0;
  bottom: -2%;
  display: table;
}
#ie9 .x-axis-labels {
  width: 91%;
  right: 6%;
}
.x-label {
  text-transform: uppercase;
  font-size: 80%;
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  width: 13.5%;
  /* -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg); */
}
/*.x-label:first-child {font-size:110%;}*/
.legend-btn {
  position: absolute !important;
  z-index: 100;
  text-decoration: none;
  color: #000;
  right: 0 !important;
  top: 0 !important;
}
.legend-btn:hover {
  color: #55A8EF;
  text-decoration: none;
}
.show-legend-btn {
  display: none;
}
.legend-container {
  z-index: 98;
}
.graph-toggle {
  cursor: pointer;
}
.graph-toggle:hover {
  color: #55A8EF;
}
.se-spacer {
  width: 1em;
}
.clear {
  clear: both;
}
.graph {
  height: 95%;
  width: 95%;
  position: absolute;
  right: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  display: table-row;
  /* background: -webkit-linear-gradient(bottom, #aaa, #FFF, #FFF, #FFF); */

}
.series {
  height: 100%;
  width: 13%;
  position: relative;
  display: inline-block;
}
.candidate-score {
  left: 12.5%;
}
.private-ave {
  left: 37.5%;
}
.public-ave {
  left: 62.5%;
}
.bar {
  width: 25%;
  position: absolute;
  bottom: 0;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  /* -moz-box-shadow:    3px 3px 5px 6px #ccc; -webkit-box-shadow: 3px 3px 5px 6px #ccc; box-shadow:         3px 3px 5px 6px #ccc; */
}
.bar:hover {
  width: 30%;
  /* border-right: 2px solid yellow; border-top: 2px solid yellow; border-left: 2px solid yellow; */
}
.bar.candidate-score {
  /* fallback */

  background-color: #000;
  /* Safari 4-5, Chrome 1-9 */

  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#444444));
  /* Safari 5.1+, Chrome 10+ */

  background: -webkit-linear-gradient(top, #000000, #444444);
  /* Firefox 3.6+ */

  background: -moz-linear-gradient(top, #000000, #444444);
  /* IE 10 */

  background: -ms-linear-gradient(top, #000000, #444444);
  /* Opera 11.10+ */

  background: -o-linear-gradient(top, #000000, #444444);
}
.bar.private-ave {
  /* fallback */

  background-color: #55A8EF;
  /* Safari 4-5, Chrome 1-9 */

  background: -webkit-gradient(linear, left top, left bottom, from(#55a8ef), to(#d7edfe));
  /* Safari 5.1+, Chrome 10+ */

  background: -webkit-linear-gradient(top, #55a8ef, #d7edfe);
  /* Firefox 3.6+ */

  background: -moz-linear-gradient(top, #55a8ef, #d7edfe);
  /* IE 10 */

  background: -ms-linear-gradient(top, #55a8ef, #d7edfe);
  /* Opera 11.10+ */

  background: -o-linear-gradient(top, #55a8ef, #d7edfe);
}
.bar.public-ave {
  /* fallback */

  background-color: #aaa;
  /* Safari 4-5, Chrome 1-9 */

  background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#cccccc));
  /* Safari 5.1+, Chrome 10+ */

  background: -webkit-linear-gradient(top, #aaaaaa, #cccccc);
  /* Firefox 3.6+ */

  background: -moz-linear-gradient(top, #aaaaaa, #cccccc);
  /* IE 10 */

  background: -ms-linear-gradient(top, #aaaaaa, #cccccc);
  /* Opera 11.10+ */

  background: -o-linear-gradient(top, #aaaaaa, #cccccc);
}
.bar a {
  display: none;
}
.bar.the-tooltop a {
  display: block;
}
/* 
Required Styles
*/
#aToolTip {
  position: absolute;
  display: none;
  z-index: 50000;
}
#aToolTip .aToolTipContent {
  position: relative;
  margin: 0;
  padding: 0;
}
#aToolTipCloseBtn {
  width: 0;
  display: inline-block;
  overflow: hidden;
}
#aToolTipCloseBtn:before {
  content: "X";
  color: #FFF;
}
/* 
END: Required Styles
*/
/**
Default Theme
*/
.defaultTheme {
  /* border:2px solid #444; */

  /* 
background:url('images/tooltip-black.png');
background:url('images/tooltip-black.svg');
 */

  background: #000;
  /*background-image:  url('images/tooltip-black.png');*/

  /* background-image:  url('images/tooltip-black.svg'); */

  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  margin: 0;
  /* padding:6px 12px 18px 12px; */
  padding: 6px 12px 6px 12px;
  /* 
-moz-border-radius: 12px 12px 12px 0;
-webkit-border-radius: 20px 0 0 0;
-khtml-border-radius: 12px 12px 12px 0;
border-radius: 12px 0 0 0;
*/

  /* 
-moz-box-shadow: 2px 2px 5px #111; 
-webkit-box-shadow: 2px 2px 5px #111;
box-shadow: 2px 2px 5px #111; 
*/

}
/* WSAT ABOUT PAGE*/
#to_wsat_btn {
  background: #000000;
  color: #FFF;
  font-size: 200%;
  text-align: center;
  clear: both;
  font-style: italic;
}
#to_wsat_btn:hover {
  background: #55a8ef;
}
#wsat_ready {
  font-size: 1.5em;
}
#to_wsat_btn a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 20px;
  text-align: center;
}
#to_wsat_btn a:hover {
  text-decoration: none;
}
.wsat-btn-container {
  clear: both;
  margin-top: 3em;
  float: left;
}
/* ACCOUNT SETTINGS */
.v3-attempts .attempt-score,
.v3-attempts .attempt-name {
  padding-right: 1em;
}
.v3-attempts .attempt-date {
  font-style: italic;
}
.page-template-template-member_profile-php .halfpage .account-block-header {
  margin-top: 0;
}
.account-block-header {
  margin: 0;
  background: #000;
  color: #FFF;
  display: block;
  padding: 1em;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 150%;
}
.account-block-header:hover {
  background: #55A8EF;
}
.account-block {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
.page-template-template-member_profile-php #resume #toggleresumeinfo {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
  float: left;
}
.page-template-template-member_profile-php #resume #toggleresumeinfo:hover {
  color: #55a8ef;
  text-decoration: none;
}
#resume {
  position: relative;
}
#resume .wpjb-form div.wpjb-field {
  width: 70%;
}
#resume .wpjb-form fieldset:last-child {
  border: none;
}
#resume .wpjb-form label.wpjb-label,
#resume .wpjb-form .wpjb-field {
  line-height: 1em;
  margin-bottom: .5em;
}
#primary ul.wpjb-errors li {
  background: none;
}
#resume .wpjb-form .wpjb-hint {
  line-height: 1.5em;
}
#resume .wpjb-form fieldset.submit {
  float: right;
  padding: 0;
}
.page-template-template-member_profile-php.employer #ws-plugin--s2member-profile {
  max-width: 600px;
}
#resume .wpjb-form .wpjb-fieldset-resume {
  display: none;
}
#content #resume p.submit {
  margin: 0;
}
.page-template-template-member_profile-php {
  /*********NOTIFICATIONS*********/

}
.page-template-template-member_profile-php #primary {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
}
.page-template-template-member_profile-php #wsat_notify_preferences_form td {
  vertical-align: top;
  padding-bottom: 1em;
}
.page-template-template-member_profile-php #wsat_notify_preferences_form td .hint {
  font-style: italic;
  font-size: 75%;
}
.page-template-template-member_profile-php #ws-plugin--s2member-profile table tr td:first-child {
  padding-top: 0;
}
.page-template-template-member_profile-php #ws-plugin--s2member-profile {
  line-height: 1.5em;
}
.page-template-template-member_profile-php .select2-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-template-member_profile-php .select2-container div {
  padding: 0;
  margin: 0;
}
.page-template-template-member_profile-php .ie9 .select2-container,
.page-template-template-member_profile-php .ie8 .select2-container {
  position: relative;
}
.page-template-template-member_profile-php .select2-input {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
.page-template-template-member_profile-php .select2-result {
  line-height: 1.25em;
}
.page-template-template-member_profile-php .wpjb-form div {
  overflow: visible;
}
.page-template-template-member_profile-php div.error_msg {
  background: transparent;
  border: none;
  color: #F00!important;
  padding: 0;
  margin: 0 0 0 auto;
  width: 70%;
  line-height: 1em;
}
.page-template-template-member_profile-php form fieldset {
  border: 1px solid #000;
}
.page-template-template-member_profile-php a.wpjb-button {
  background: #000;
  color: #FFF;
  font-style: italic;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  border: none;
}
.page-template-template-member_profile-php a.wpjb-button:hover {
  background: #55a8ef;
  border: none;
}
.page-template-template-member_profile-php #userinfo input {
  line-height: 1em;
}
.page-template-template-member_profile-php .wsat-notification-list {
  list-style: none!important;
  padding: 0;
  margin-bottom: 2em!important;
}
.page-template-template-member_profile-php .wsat-notification-list li:first-child h3 {
  margin-top: 0;
}
.page-template-template-member_profile-php .wsat-notification-list h3 {
  margin-top: 2em;
}
.page-template-template-member_profile-php .wsat-notification-list table.alert-details {
  width: 100%;
  line-height: 1em;
  /* table-layout: fixed; */
}
.page-template-template-member_profile-php .wsat-notification-list table td {
  vertical-align: top;
}
.page-template-template-member_profile-php .wsat-notification-list table td.alert-emails {
  width: 50%;
  overflow: hidden;
}
.page-template-template-member_profile-php .wsat-notification-list table td.alert-options {
  font-style: italic;
}
.page-template-template-member_profile-php .wsat-notification-list .action-links input[type="submit"] {
  display: inline;
  line-height: 1em;
  padding: .5em;
  background: none;
  color: #55a8ef;
  padding: 0;
}
.page-template-template-member_profile-php .wsat-notification-list .action-links input[type="submit"]:hover {
  text-decoration: underline;
}
.page-template-template-member_profile-php .wsat-notification-list #delete_wsat_notification.action-links input[type="submit"] {
  float: none!important;
  margin-left: 1em;
}
.page-template-template-member_profile-php .wsat-notification-list #mod_wsat_notification.action-links input[type="submit"] {
  float: none!important;
}
.page-template-template-member_profile-php .wsat-notification-list #mod_wsat_notification,
.page-template-template-member_profile-php .wsat-notification-list #delete_wsat_notification {
  display: inline;
}
.page-template-template-member_profile-php .wsat-notification-list .buttons {
  text-align: right;
}
.page-template-template-member_profile-php #wsat_notify_instructions ol {
  margin-top: 0;
  padding-left: 20px;
  font-size: 80%;
}
.page-template-template-member_profile-php .toggle_wsat_notify_instructions {
  float: right;
  clear: left;
  margin-top: -1.5em;
}
.page-template-template-member_profile-php .toggle_wsat_notify_instructions.hide {
  display: none;
}
.page-template-template-member_profile-php .add-new-notification {
  width: 100%;
}
.page-template-template-member_profile-php .add-new-notification table {
  width: 100%;
}
.page-template-template-member_profile-php .add-new-notification tr td:first-child {
  line-height: 1em;
}
.page-template-template-member_profile-php .add-new-notification tr td:last-child {
  padding-left: 1em;
}
.page-template-template-member_profile-php .add-new-notification input,
.page-template-template-member_profile-php .add-new-notification select {
  width: 100%;
}
.page-template-template-member_profile-php .add-new-notification input[type="checkbox"] {
  width: auto;
}
/* Pop-up 
---------------------------------------------------*/
.pop-up {
  position: fixed;
  width: 80%;
  z-index: 101;
  background: #FFF;
  left: 50%;
  margin: 10% auto auto -40%;
  max-width: 600px;
}
.backdrop {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.75;
  left: 0;
  right: 0;
  z-index: 100;
}
#ie8 .backdrop {
  background: url('images/backdrop.png');
}
.pop-up-body {
  padding: 0 40px 20px 40px;
}
.pop-up-title {
  padding: 0 40px;
  text-align: center;
}
.activate-popup-form table {
  width: 100%;
  margin-bottom: 10px;
}
.activate-popup-form table tr td {
  width: 46%;
}
.activate-popup-form table tr td input {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
}
.activate-popup-form table tr td input.error {
  border: 1px solid #F00;
}
.activate-popup-form table tr td.filler {
  width: 2%;
}
/* Login Page 
---------------------------------------------------*/
.login #login {
  padding: 0;
}
.login #login h1 a {
  background: none;
}
.login #login #login_error {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.login #login form {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #000000;
}
.login #login form label {
  color: #000000;
  font-style: italic;
}
.login #login p.message,
.login #login p.register {
  background: none;
  text-transform: uppercase;
  font-family: 'unibold', Arial Black, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.login #login input {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #000000;
}
.login #login .submit input {
  font-weight: normal;
  background: #000;
  display: block;
  padding: .75em;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-style: italic;
  float: right;
  width: auto!important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding-top: 2px;
}
.login #login .submit input:hover {
  color: #55a8ef;
  text-decoration: none;
}
.login #login #nav,
.login #login #backtoblog {
  float: left;
  clear: both;
}
.login #login #nav a,
.login #login #backtoblog a {
  color: #000000 !important;
}
.page-template-template-user_activate-php #login {
  width: 320px;
  margin: 0 auto;
}
.page-template-template-user_activate-php .login-submit {
  float: right;
}
.page-template-template-user_activate-php #login input[type='submit'] {
  color: #FFF;
  padding: .25em .75em;
  cursor: pointer;
  width: auto!important;
}
.page-template-template-user_activate-php #login label {
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
}
.page-template-template-user_activate-php .login form {
  padding: 26px 24px 46px;
}
.page-template-template-user_activate-php .login form .input,
.page-template-template-user_activate-php .login input[type="text"] {
  width: 100%;
}
.page-template-template-user_activate-php .login form .forgetmenot,
.page-template-template-user_activate-php .login-remember {
  float: left;
}
.page-template-template-user_activate-php #login_error {
  background-color: #ffebe8;
  padding: 12px;
  margin-bottom: 16px;
}
/* GAMIFY ALERTS */
/*********************************/
.gamify_alert {
  width: 100%;
  position: fixed;
  top: -2em;
  left: 0;
  /* height:28px; */
  background-color: #000;
  color: #FFF;
  text-align: center;
  z-index: 2;
}
.gamify_message {
  display: inline;
  line-height: 28px;
}
.gamify_alert_x {
  margin-left: 1em;
}
/* WSAT attempt */
/*********************************/
#page #primary .sg-list li,
#page #primary .sg-question-title li,
#page #primary .sg-instructions li {
  background: none;
}
#page #primary .sg-instructions ul {
  list-style: disc;
}
#page #primary .sg-button-bar input[type='submit'] {
  width: 100%!important;
}
/* FAQ styles 
---------------------------------------------------*/
#page .qa-faqs * .qa-faq-title {
  text-align: left;
  margin: 1em 0;
  line-height: 1em;
}
#page .qa-faqs * .qa-faq-title a {
  color: #000000;
}
#page .qa-faqs * .qa-faq-title a:hover {
  color: #55a8ef;
}
/* Contact page
---------------------------------------------------*/
.page-template-template-contact-php input#dept {
  margin-right: .5em;
}
.page-template-template-contact-php #department label {
  display: inline;
  margin-right: 1em;
}
.page-template-template-contact-php #department .frm_primary_label {
  display: block;
}
.page-template-template-contact-php .error input,
.page-template-template-contact-php .error textarea,
.page-template-template-contact-php .error #dept_container {
  /*  background: @pink; */
  border: 1px solid #F00!important;
}
.page-template-template-contact-php .error .error_msg {
  color: #F00;
  float: right;
}
/* Private WSAT styles 
----------------------------------------------------*/
.page-template-template-private_v3_test-php #primary,
.page-template-template-WSAT-PE-private-php #primary,
.page-template-template-WSAT-private-php #primary {
  width: 80%;
  margin: 0 auto;
  float: none;
  display: block;
}
.page-template-template-private_v3_test-php header,
.page-template-template-WSAT-PE-private-php header,
.page-template-template-WSAT-private-php header {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  margin-top: 3em;
  margin-bottom: 1em;
}
.page-template-template-private_v3_test-php header h1.entry-title,
.page-template-template-WSAT-PE-private-php header h1.entry-title,
.page-template-template-WSAT-private-php header h1.entry-title {
  text-align: center!important;
  margin-bottom: 1em!important;
}
.page-template-template-private_v3_test-php header img.wp-post-image,
.page-template-template-WSAT-PE-private-php header img.wp-post-image,
.page-template-template-WSAT-private-php header img.wp-post-image {
  /*display:block; float:right;*/
  max-width: 300px;
  height: auto;
  /*margin:0 0 1em 1em;*/
}
.page-template-template-private_v3_test-php header #welcome_msg,
.page-template-template-WSAT-PE-private-php header #welcome_msg,
.page-template-template-WSAT-private-php header #welcome_msg {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  font-size: 150%;
  margin: 0;
  line-height: 1.5em;
}
.page-template-template-private_v3_test-php #widgetholder,
.page-template-template-WSAT-PE-private-php #widgetholder,
.page-template-template-WSAT-private-php #widgetholder {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  margin-bottom: 3em;
}
.page-template-template-private_v3_test-php #widgetholder #login_error,
.page-template-template-WSAT-PE-private-php #widgetholder #login_error,
.page-template-template-WSAT-private-php #widgetholder #login_error {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: #ffebe8;
  padding: 1em;
}
.page-template-template-private_v3_test-php #widgetholder form,
.page-template-template-WSAT-PE-private-php #widgetholder form,
.page-template-template-WSAT-private-php #widgetholder form {
  margin: 0;
}
.page-template-template-private_v3_test-php #widgetholder form label,
.page-template-template-WSAT-PE-private-php #widgetholder form label,
.page-template-template-WSAT-private-php #widgetholder form label {
  font-style: italic;
}
.page-template-template-private_v3_test-php #widgetholder form p,
.page-template-template-WSAT-PE-private-php #widgetholder form p,
.page-template-template-WSAT-private-php #widgetholder form p {
  margin: 0;
}
.page-template-template-private_v3_test-php #widgetholder form input,
.page-template-template-WSAT-PE-private-php #widgetholder form input,
.page-template-template-WSAT-private-php #widgetholder form input {
  margin: 0;
}
.page-template-template-private_v3_test-php #widgetholder form input#terms,
.page-template-template-WSAT-PE-private-php #widgetholder form input#terms,
.page-template-template-WSAT-private-php #widgetholder form input#terms {
  margin-top: 1em;
}
.page-template-template-private_v3_test-php #widgetholder form #reg_passmail,
.page-template-template-WSAT-PE-private-php #widgetholder form #reg_passmail,
.page-template-template-WSAT-private-php #widgetholder form #reg_passmail {
  margin-top: 1em;
}
.page-template-template-private_v3_test-php #widgetholder .widget,
.page-template-template-WSAT-PE-private-php #widgetholder .widget,
.page-template-template-WSAT-private-php #widgetholder .widget {
  display: inline;
  float: left;
  width: 38.333333333333336%;
  margin: 0 1.6666666666666667%;
}
.page-template-template-private_v3_test-php #widgetholder .widget .widget-title,
.page-template-template-WSAT-PE-private-php #widgetholder .widget .widget-title,
.page-template-template-WSAT-private-php #widgetholder .widget .widget-title {
  margin-bottom: 0;
}
.page-template-template-private_v3_test-php #widgetholder .widget.widget_text,
.page-template-template-WSAT-PE-private-php #widgetholder .widget.widget_text,
.page-template-template-WSAT-private-php #widgetholder .widget.widget_text {
  display: inline;
  float: left;
  width: 13.333333333333334%;
  margin: 0 1.6666666666666667%;
}
.page-template-template-private_v3_test-php #widgetholder .widget.widget_text #or,
.page-template-template-WSAT-PE-private-php #widgetholder .widget.widget_text #or,
.page-template-template-WSAT-private-php #widgetholder .widget.widget_text #or {
  margin-top: 1em;
  text-align: center;
  font-family: /*'Garamond',*/ 'Georgia', 'Times New Roman', serif;
  font-style: italic;
  font-size: 300%;
}
.page-template-template-private_v3_test-php #widgetholder .widget_wp_sidebarlogin form .login-remember,
.page-template-template-WSAT-PE-private-php #widgetholder .widget_wp_sidebarlogin form .login-remember,
.page-template-template-WSAT-private-php #widgetholder .widget_wp_sidebarlogin form .login-remember {
  float: left;
}
.page-template-template-private_v3_test-php #widgetholder .widget_wp_sidebarlogin form .login-submit,
.page-template-template-WSAT-PE-private-php #widgetholder .widget_wp_sidebarlogin form .login-submit,
.page-template-template-WSAT-private-php #widgetholder .widget_wp_sidebarlogin form .login-submit {
  margin-top: 1em;
}
.page-template-template-private_v3_test-php #widgetholder .widget_wp_sidebarlogin form .input,
.page-template-template-WSAT-PE-private-php #widgetholder .widget_wp_sidebarlogin form .input,
.page-template-template-WSAT-private-php #widgetholder .widget_wp_sidebarlogin form .input {
  width: 100%;
}
.page-template-template-private_v3_test-php #widgetholder .sidebarlogin_otherlinks li,
.page-template-template-WSAT-PE-private-php #widgetholder .sidebarlogin_otherlinks li,
.page-template-template-WSAT-private-php #widgetholder .sidebarlogin_otherlinks li {
  background: none;
  clear: left;
}
.page-template-template-private_v3_test-php #widgetholder div#link_employer_msg,
.page-template-template-WSAT-PE-private-php #widgetholder div#link_employer_msg,
.page-template-template-WSAT-private-php #widgetholder div#link_employer_msg {
  float: right;
  margin-top: 3em;
}
/* Course styles 
----------------------------------------------------*/
.page-template-template-course-php ul.course-toc {
  padding-left: 0;
}
.page-template-template-course-php .prev-course-chapter,
.page-template-template-course-php .next-course-chapter {
  max-width: 49%;
  margin-top: 1.5em;
}
.page-template-template-course-php .prev-course-chapter {
  float: left;
  text-align: left;
}
.page-template-template-course-php .next-course-chapter {
  float: right;
  text-align: right;
}
.page-template-template-course-php #primary #content p {
  margin: 1.5em 0;
}
.page-template-template-course-php img.alignleft {
  float: none;
}
/* bbPress 
----------------------------------------------------*/
.bbPress #primary ul li {
  background-image: none;
}
.bbPress #primary .bbp-template-notice p {
  font-weight: bold;
}
.bbPress #primary .bbp-template-notice a {
  text-transform: uppercase;
  color: #55a8ef;
  font-weight: bolder;
}
/* maintenance mode 
----------------------------------------------------*/
#wp_maintenance_mode {
  text-align: center;
  padding: 1em;
}
#wp_maintenance_mode #content h1 {
  font-family: 'unibold', Arial Black, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000 !important;
  text-align: center;
  font-size: 400%;
  line-height: 100%;
  text-transform: uppercase;
}
/* Blog 
----------------------------------------------------*/
.page-template-template-news-php article h2 a {
  color: #000000;
}
.page-template-template-news-php article h2 a:hover {
  text-decoration: none;
  color: #55a8ef;
}
.page-template-template-news-php .more-link {
  font-style: italic;
}
/* IE Styles 
---------------------------------------------------*/
#ie8 .candidate-list-item:hover {
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
}
#ie8 .candidate-list-item:hover .candidate-row {
  background-color: #ddd;
}
#ie8 .candidate-list-item.view-more:hover {
  border-bottom: none;
  background: none;
}
#ie8 .candidate-list-item.view-more:hover .candidate-row {
  background: none;
}
#ie8 .widget_reg_widg #loading {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/sow3/images/ajax_loader_gear.gif', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/sow3/images/ajax_loader_gear.gif', sizingMethod='scale')";
}
/* Responsive 
---------------------------------------------------*/
@media screen and (max-width: 720px) {
  #page {
    padding: 0 1em;
  }
  #primary,
  #secondary,
  #primary.full-width .twocol,
  .home .fronttext {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
  }
  .home .fronttext {
    margin-bottom: 3em;
  }
  .hide-for-mobile {
    display: none!important;
  }
  #page .mobile-only {
    display: inline-block;
  }
  .home .frontimage #calltoaction {
    width: 80%;
    margin-left: -40%;
    font-size: 1.5em;
  }
  .thomson-logos,
  .thomson-logos img {
    display: inline!important;
  }
  .thomson-logos,
  .thomson-logos-mobile {
    margin-left: 0!important;
    float: left;
  }
  .resume-take-me {
    width: 100%!important;
  }
}
@media screen and (max-width: 470px) {
  #branding #site-title.mobile-only {
    display: none;
  }
  #branding #site-title.hide-for-mobile {
    display: block!important;
  }
  #branding #access {
    width: 100%;
    float: left;
  }
  #branding #access ul {
    float: none;
  }
  #branding #access li {
    display: inline-block;
    clear: both;
    width: 100%;
    background: #000;
    border-bottom: 1px dashed #FFF;
  }
  #branding #access li:last-child {
    border-bottom: none;
  }
  #branding #access li a {
    color: #FFF;
  }
  #branding #access ul ul {
    left: auto;
    right: 0;
    border-top: none;
  }
  #branding #access ul ul li {
    border-bottom: 1px solid #000;
  }
  #branding #access ul ul a {
    color: #000;
  }
  #branding #access ul ul ul {
    right: 100%;
    text-align: right;
  }
  .thomson-logos {
    display: none!important;
  }
  .thomson-logos-mobile,
  .thomson-logos-mobile img {
    display: inline-block;
  }
  .thomson-logos-mobile .partnered-text {
    font-size: 75%;
    line-height: 1em;
  }
  th .subtitle br {
    display: none;
  }
}
@media screen and (min-width: 760px) {
  .pop-up {
    margin: 10% auto auto -300px;
    postion: relative;
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  body,
  input {
    font-size: 16px;
  }
  #calltoaction {
    bottom: 2em;
  }
}
