/*
 Theme Name: Vector 0.2.0
 Theme URI: http://designhammer.com
 Description: Theme for Vector Pyschometrics Group
 Author: DesignHammer
 Author URI: http://designhammer.com
 Template: twentyfourteen
 Version: 0.2.0
 Tags: light
*/

/* Normalize:
 * Create a predictable starting point by homogenizing varied browser styles.
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:
100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary{display:block}audio,canvas,progress,video{display:
inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0
}[hidden],template{display:none}a{background:transparent}a:active,a:hover{
outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{
font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:
#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;
vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}
svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:
content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{
font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,
textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,
select{text-transform:none}button,html input[type="button"],input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],
html input[disabled]{cursor:default}button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]
::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:
textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:
content-box}input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset
{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0
;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{
border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Responsive:
 * Set good defaults for responsive layouts.
 */

img, video {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Grid:
 * Control basic positioning with these utility classes. Based on
 * Bootstrap 3.1.
 */

.grid-f:before,
.grid-r:before,
.grid-f:after,
.grid-r:after,
.unit:after {
  content: "";
  display: table;
}
  .grid-f:after,
  .grid-r:after,
  .unit:after {
    clear: both;
  }

.unit {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  min-height: 1px;
}

@media (max-width: 640px) {
  .grid-r > .unit {
    float: none;
    width: 100% !important;
  }
}

/* Base:
 * Theme the root elements to fit the project aesthetic.
 */

html {
  font-size: 13px;
}

body {
  color: #262626;
  background: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font: 1em/18px Gothbook, sans-serif;
  margin: auto;
  padding: 12px 12px 18px;
  max-width: 940px;
}

h1 {
  color: #415357;
  font: 500 2.154em/1 Gothbook, sans-serif;  
}
h1 a {
    text-decoration: none;
}
h2 {
  color: #9f9913;
  font: 500 2.154em/1 Gothbook, sans-serif;
  margin: 0 0 24px;
}
  h2 a {
    color: #9f9913;
    text-decoration: none;
  }

h3 {
  color: #00aba5;
  font: 500 1.154em/1 Gothbook, sans-serif;
  margin: 12px 0 6px;
}
h4 {
  color: #9f9913;
  font: 500 2.154em/1 Gothbook, sans-serif;
  margin: 6px 0 6px;
}
  h4 a {
    color: #9f9913;
    text-decoration: none;
  }
p {
  font: 500 16px/1 Gothbook, sans-serif;
  margin: 0 0 24px;
  line-height: 1.25;
  text-align: justify;
}

li {
  font: 500 16px/1 Gothbook, sans-serif;
  line-height: 1.5;
}

a {
  color: #009a94;
  text-decoration: underline;
}
  a:hover {
    color: #007571;
    text-decoration: inherit;
  }

input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
textarea {
  background: #f7faf7;
  border: 1px solid #d8dbd8;
  border-radius: 3px;
  line-height: normal;
  padding: 4.28335px;
}
  input[type="email"]:focus,
  input[type="text"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    border-color: #c4c7c4;
  }

button,
input[type="button"],
input[type="submit"] {
  color: #474747;
  background: #f4cd3a;
  border: 0;
  border-radius: 3px;
  line-height: normal;
  opacity: 0.8;
  padding: 5.28335px;
}
  button,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: 1;
  }

/* Layout:
 * Establish the page frame and major regions.
 */

.header-main {
  margin-bottom: 21px;
}

#primary {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position: relative;
  margin-bottom: 2em;
  padding: 0 2.15em;
  width: 74.468085106%;
  min-height: 1px;
}
  #primary:after {
    content: "";
    display: table;
    clear: both;
  }

#primary.var--full-width {
	width:100%;
}

#secondary {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position: relative;
  margin-bottom: 2em;
  width: 25.531914894%;
  min-height: 1px;
}
  #secondary:after {
    content: "";
    display: table;
    clear: both;
  }

@media (max-width: 640px) {
  #primary,
  #secondary {
    float: none;
    padding: 0;
    width: 100%;
  }
}

/* Components:
 * Control display of self-contained units of functionality.
 */

.page .entry-content p:first-child {
  font-size: 16px;
  line-height: 1.25;
}

.nav-links {
  display: none;
}

.pagination {
  border-top: 1px solid #e7e9e6;
  font-size: 1.1538em;
  text-align: center;
  padding-top: 12px;
}
  .pagination .next {
    float: right;
  }
  .pagination .prev {
    float: left;
  }

.entry-meta {
  color: #848484;
  margin-bottom: 12px;
}
  .entry-meta > span {
    margin-right: .5em;
  }
  .entry-meta > span + span:before {
    content: "·";
    margin-right: .5em;
  }
  .entry-meta > .edit-link {
    margin-left: .25em;
  }
  .entry-meta a {
    color: inherit;
    text-decoration: none;
  }

.home-imagery {
  color: #fff;
  font: 2.0769em/1 "Fira Sans", sans-serif;
  font-weight: 200;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 20px;
}
  .home-imagery img {
    border-radius: 3px;
    display: block;
  }
  .home-imagery .tagline {
    position: absolute;
    top: 50%;
    left: 1.8em;
    margin-top: -.5em;
    font: 500 32px/1 Gothbook, sans-serif;
  }

.homepage-info-block {
  color: #474747;
  overflow: hidden;
  padding: 0 1.3em;
  width: 31.9148%;
  min-height: 17.5em;
  height: 100%;
}
  .homepage-info-block p {
    font-style: italic;
    line-height: 32px;
  }

.logo {
  width: 68.085106383%;
}
  .logo img {
    display: block;
  }

.button {
  color: #fff;
  background: #00aba5;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  padding: .3em .7em;
}
  .button:after {
    background: url(images/icon-arr-right.png) no-repeat;
    background-size: 7px 10px;
    content: "";
    display: inline-block;
    margin: 3px 0 0 4px;
    width: 7px;
    height: 10px;
    vertical-align: text-top;
  }
  .button:hover {
    color: #fff;
    background-color: #009f99;
  }

.list-x {
  margin: 0;
  padding-left: 0;
}
  .list-x:before,
  .list-x:after {
    content: "";
    display: table;
  }
  .list-x:after {
    clear: both;
  }
  .list-x li {
    list-style: none;
    float: left;
  }
  .list-x a {
    display: block;
  }

.post + .post {
  border-top: 1px solid #e7e9e6;
  margin: 24px 0;
  padding-top: 24px;
}

.sidebar-widget {
  color: #474747;
  border: 1px solid #e7e9e6;
  border-radius: 3px;
}
  .sidebar-widget h2 {
    background: #f8faf7;
    border-bottom: 1px solid #e7e9e6;
    font-size: 15px;
    margin: 0;
    padding: 8px 12px 5px;
  }
  .sidebar-widget h3 {
    font-weight: 100;
	font-size: 16px;
    margin: 0;
  }
  .sidebar-widget ul {
    margin: 0;
    padding: 12px;
  }
  .sidebar-widget li {
    margin-left: 1em;
  }
  .sidebar-widget li a {
    text-decoration: none;
  }
  .sidebar-widget li p {
    margin: 0;
  }

.related-material li {
  list-style: none;
  margin-left: 0;
}
  .related-material li + li {
    margin-top: 12px;
  }

.resource-icon {
  color: #848484;
  background: url(images/resource-document.png) no-repeat top;
  background-size: 80%;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  margin-top: -3px;
  margin-left: -3px;
  margin-right: 5px;
  padding-top: 18.1%;
  width: 22%;
  height: 40px;
}
  .resource-icon.icon-pdf {
    background-image: url(images/resource-document.png);
  }
  .resource-icon.icon-zip {
    background-image: url(images/resource-file.png);
  }

.resource-list {
  padding-left: 0;
}
  .resource-list li {
    line-height: 1;
    list-style: none;
    margin-bottom: 1em;
    width: 31.5%;
  }
  .resource-list li + li {
    margin-left: 2.5%;
  }
  .resource-list a {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    padding: 9px 8px 10px;
  }
  .resource-list a:hover {
    background: #f8faf7;
  }
  .resource-list a .desc {
    width: 136px;
    width: 76%;
  }
  .resource-list a strong {
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
  }
  .resource-list a .caption {
    color: #474747;
    font-size: 12px;
    display: block;
  }

.subnav {
  background: #f8faf7;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.533;
  margin: 0 0 2em;
  padding: 1em 0 .5em;
}
  .subnav li {
    list-style: none;
  }
  .subnav a {
    border-left: 4px solid transparent;
    text-decoration: none;
    display: block;
    margin-bottom: .5em;
    padding: 0 .533em;
  }
  .subnav a:hover {
    border-left-color: #d5d8d5;
  }
  .subnav .current_page_item a {
    color: #474747;
    border-left-color: #008a85;
    font-weight: bold;
  }

.site-footer .bar {
  color: #474747;
  background: #f8faf7;
  border-radius: 3px;
  margin-bottom: 3px;
  padding: .8461em 1.1538em;
}
  .footer-menu {
    display: inline;
    margin: 0;
    padding-left: 0;
  }
  .footer-menu li {
    display: inline;
    margin-left: .25em;
  }
  .footer-menu li:before {
    content: " · ";
    margin-right: .25em;
  }

.site-footer .bar .social {
  float: right;
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  margin-bottom: 4px;
}

.site-footer .credit {
  margin-left: 16px;
}
  .site-footer .credit a {
    color: #919191;
    background: url(images/icon-dh.png) no-repeat left;
    cursor: default;
    font-size: 11px;
    text-decoration: none;
    padding-left: 17px;
  }

.site-navigation {
  background: #057564;
  background: -webkit-linear-gradient(to bottom, #057564, #008a85);
  background: linear-gradient(to bottom, #057564, #008a85);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font: 16px/1 "Fira Sans", sans-serif;
  margin-bottom: 20px;
}
  .site-navigation ul {
    margin: 0;
    padding-left: 0;
  }
  .site-navigation li {
    list-style: none;
    float: left;
  }
  .site-navigation a {
    color: #fff;
    border-right: 1px solid #00827c;
    text-decoration: none;
    display: block;
    padding: 13px .9em 11px;
  }
  .site-navigation a:hover {
    color: #ffffde;
    background: rgba(0, 0, 0, 0.04);
  }
  .site-navigation .current_page_item a {
    color: #fff;
    background: rgba(0, 0, 0, 0.08);
    font-weight: 500;
  }

.site-search {
  font-size: 14px;
  margin-top: 48px;
  width: 31.914893617%;
}
  .search-field {
    margin-right: 3%;
    width: 76%;
  }
  .search-button {
    width: 21%;
  }

.social-button {
  color: #fff;
  border-radius: 2px;
  font: bold 12px/10px arial, sans-serif;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  display: inline-block;
  opacity: .93;
  margin: 0 .1666em;
  padding: 7px 7px 6px 22px;
}
  .social-button:hover {
    color: #fff;
    opacity: 1;
  }
  .social-button.facebook {
    background: url(images/social-facebook.png) no-repeat 6px center #5263b4;
    background: url(images/social-facebook.png) no-repeat 6px center, linear-gradient(to bottom, #4c69ba, #3b55a0);
    background-size: 12px, auto;
  }
  .social-button.linkedin {
    background: url(images/social-linkedin.png) no-repeat 6px center #078cc3;
    background: url(images/social-linkedin.png) no-repeat 6px center, linear-gradient(to bottom, #3f97c6, #0074b1);
    background-size: 12px, auto;
  }

.widgets-homepage {
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
  .widgets-homepage .widget {
    color: #474747;
    border: 1px solid #e7e9e6;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 20px;
    padding: 0.846153846em 1.0769em 0.1538em;
    width: calc(33.3333% - 20px);
  }
  .widgets-homepage .widget h2 {
    color: #00aba5;
    border-bottom: 1px solid #e7e9e6;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 0.3em;
    padding: 0 0 0.4em;
  }
  .widgets-homepage .widget h2 strong {
    font-weight: 500;
  }

.homepage-slider {
  border: 1px solid #e7e9e6;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 20px 10px 0;
  width: 100%;
  max-width: 620px;
}
  .homepage-slider .badge {
    color: #474747;
    background: #f4cd3a;
    border-radius: 3px;
    text-decoration: none;
    opacity: 0.8;
    padding: 3px 9px;
  }
  .homepage-slider .badge:hover {
    color: #474747;
    opacity: 1;
  }
  .homepage-slider h3 {
    margin-top: 18px;
  }
  .homepage-slider .item {
    background: #fff;
    padding: 1em 43px;
    min-height: 17.5em;
  }
  .homepage-slider .carousel-control {
    background: #f8faf7 url(images/slider-arr-right.png) no-repeat center;
    background-size: 8px 12px;
    border: 1px solid #e7e9e6;
    border-width: 0 0 0 1px;
    filter: none;
    opacity: 1;
    margin-top: 0;
    top: 0;
    width: 27px;
    height: 100%;
  }
  .homepage-slider .carousel-control:hover {
    background-color: #f4f7f4;
  }
  .homepage-slider .carousel-control.left {
    background-image: url(images/slider-arr-left.png);
    border-width: 0 1px 0 0;
  }
  .homepage-slider .carousel-indicators {
    bottom: -2px;
    padding-left: 0;
  }
  .homepage-slider .carousel-indicators li {
    background-color: transparent;
    border: 2px solid #cacdca;
    margin: 0 6px 0 0;
    width: 10px;
    height: 10px;
  }
  .homepage-slider .carousel-indicators li:last-child {
    margin-right: 0;
  }
  .homepage-slider .carousel-indicators li.active {
    background-color: #cacdca;
  }

.homepage-slider .carousel-inner h2 {
    margin:1em 0;
    font-size:18px;
}

@media (max-width: 640px) {
  .widgets-homepage .widget {
    margin-left: 0;
    width: 100%;
  }
}

/* Context:
 * Layout and style overrides based on page context.
 */

.fb_iframe_widget {
  margin-right: .5em;
  vertical-align: top;
}

.screen-reader-text {
  display: none;
}

@media (max-width: 768px) {
  .homepage-info-block,
  .homepage-slider {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .home-imagery {
    font-size: 1.3333em;
  }
  .resource-icon {
    padding-top: 33px;
    width: 40px;
  }
  .resource-list li + li {
    margin-left: 0;
  }
  .site-footer .bar .social {
    float: none;
  }
  .site-footer .bar .social .fb-follow,
  .site-footer .bar .social .IN-widget {
    display: inline-block !important;
    width: auto !important;
  }
  .site-search {
    margin-top: 12px;
  }
  .widgets-homepage,
  .widgets-homepage .widget {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

/* WordPress:
 * Components specific to WordPress.
 */

.wp-caption {
  margin: .25em .5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
  margin-right: 1.5em;
}

.alignright {
	float: right;
  margin-left: 1.5em;
}

.wp-caption-text {
  color: #474747;
  font-style: italic;
  line-height: 16px;
  margin: .5em 0;
}

.clear {
    clear: both;
}
div#login,
div#newAccount
{
    float:left;
}
div#login
{
    border-right:thin solid gray;
	margin-right:3%;
    padding-right:15px;
	width:50%;
}
div#newAccount
{
    display:inline-block;
    margin-top:5%;
    margin-left:15%;
}
div#loginbox
{
	margin: 40px 0;
	min-width: 400px;
	padding:10px;
	border:2px solid #b6b5b1;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border: 7px;
}
div#loginbox input[type="submit"]{
	margin-top:5px;
}
div#loginbox div.editor-field input {
	width:98%;
}
.peopleList img {
	width: 100px;
}
.faq h3, .faq-text h3 {
    font-weight: bold;
}