@charset "utf-8";
/* CSS Document */
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
/* Clear fix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/*  For IE 6/7 only  Include this rule to trigger hasLayout and contain floats.  */
.cf {
  *zoom: 1;
}
/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
  max-width: none;
}
.rightlink {
  display: block;
  text-align: right;
}
.right {
  text-align: right;
}
.rightimg {
  float: right;
  margin: 10px 0 10px 10px;
}
.center {
  display: block;
  margin: auto;
  text-align: center;
}
.responsive_only {
  display: none;
}
html {
  min-height: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  min-width: 100%;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15pt;
  color: #32394d;
  text-align: left;
  line-height: 130%;
}
img {
  max-width: 100%;
  height: auto !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #32394d;
}
h1 {
  font-size: 32pt;
  font-family: 'Roboto', sans-serif;
  color: #103e61;
  font-weight: bold;
}
h1.bigtxt {
  font-size: 61pt;
}
h2 {
  font-size: 29pt;
  font-family: 'Roboto', sans-serif;
  color: #4c5a68;
  font-weight: bold;
  line-height: 90%;
}
h2 b {
  font-size: 130%;
  color: rgba(50, 163, 184, 0.65);
  text-shadow: 1px 1px 4px #fff, 0 0 0 #000;
  display: inline-block;
  margin-top: 10px;
}
h2 .sml {
  font-size: 65%;
}
h2 sup {
  font-size: 35%;
  font-weight: 100;
  vertical-align: middle;
}
h3 {
  font-size: 27pt;
  font-family: 'Roboto', sans-serif;
  color: #103e61;
  font-weight: bold;
}
h4 {
  font-size: 24pt;
  color: #103e61;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
h5 {
  font-size: 18pt;
  font-family: 'Roboto', sans-serif;
}
h5.extrapad {
  padding: 30px;
  line-height: 140%;
}
h6 {
  font-size: 16pt;
  font-family: 'Roboto', sans-serif;
}
hr {
  height: 1px;
  border: none;
  color: #4c5a68;
  background: #4c5a68;
}
a {
  transition: .2s;
  color: #46abbd;
}
a:hover,
a:focus {
  color: #4c5a68;
}
p {
  margin: 0 0 25px;
}
.br {
  display: block;
}
ul,
ol {
  padding-left: 25px;
}
.content-content ul {
  list-style: none;
  padding-left: 40px;
}
.content-content ul li {
  padding-bottom: 8px;
}
.content-content ul li:before {
  background: #103e61;
  content: '';
  display: inline-block;
  margin-left: -25px;
  margin-right: 15px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
}
#copyrights {
  font-size: 11px;
  line-height: 12px;
  padding-top: 5px;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  color: #000;
  width: 100%;
  background: rgba(70, 171, 189, 0.03);
  border: solid #46abbd 1px;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 80%;
}
input[type="radio"]:not(.sr-only) {
  display: none;
}
input[type="radio"] + label:not(.no_label) {
  display: inline-block;
  width: 19px;
  height: 19px;
  float: left;
  margin: 0 20px 0 0;
  cursor: pointer;
  border: solid 2px #46abbd;
  border-radius: 15px;
  color: #46abbd;
  position: relative;
  font-weight: normal;
}
input[type="radio"]:checked + label:not(.no_label):after {
  font-family: FontAwesome;
  content: '';
  position: absolute;
  top: -5px;
  font-size: 10pt;
}
input[type="radio"]:disabled + label:not(.no_label) {
  border-color: #999;
}
input[type="radio"]:disabled + label:not(.no_label):after {
  color: #999;
  content: '';
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 10pt;
}
input[type="checkbox"]:not(.sr-only) {
  display: none;
}
input[type="checkbox"] + label:not(.no_label) {
  display: inline-block;
  width: 19px;
  height: 19px;
  float: left;
  margin: -11px 20px 0 0;
  cursor: pointer;
  border: solid 2px #889fb0;
  border-radius: 2px;
  color: #103e61;
  position: relative;
  font-weight: normal;
}
input[type="checkbox"]:checked + label:not(.no_label) {
  border: solid 2px #103e61;
}
input[type="checkbox"]:checked + label:not(.no_label):after {
  font-family: FontAwesome;
  content: '';
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 10pt;
}
input[type="checkbox"]:disabled + label:not(.no_label) {
  border-color: #999;
}
input[type="checkbox"]:disabled + label:not(.no_label):after {
  color: #999;
  content: '';
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 10pt;
}
#worksheet-form {
  padding: 20px;
}
.question {
  font-size: 80%;
  font-weight: bold;
  color: #4c5a68;
  padding: 0 0 5px 0;
  line-height: 130%;
}
.answer {
  padding: 2px 5px;
  border: dashed 1px #ccc;
  color: #103e61;
  min-height: 35px;
  margin-bottom: 10px;
}
.form-element {
  position: relative;
  margin: 20px 0 0 0;
}
.form-element.nomargin {
  margin: 0;
}
.form-element.nomargin input[type="checkbox"] + label:not(.no_label) {
  margin-top: 0;
}
.form-element.tableradio {
  margin: 0;
}
.form-element.tableradio input[type="radio"] + label:not(.no_label) {
  margin-top: 0;
  float: none;
  background: white;
}
.form-element.tableradio input[type="radio"] + label:not(.no_label):after {
  left: 0;
}
.form-element.altcolor {
  background: #DDEDFA;
}
.form-element input[type="text"],
.form-element input[type="password"],
.form-element input[type="email"],
.form-element textarea {
  position: relative;
  background: rgba(70, 171, 189, 0.03);
  width: 100%;
  z-index: 1;
}
.form-element input[type="text"].hasvalue:focus + label:not(.no_label),
.form-element input[type="password"].hasvalue:focus + label:not(.no_label),
.form-element input[type="email"].hasvalue:focus + label:not(.no_label),
.form-element textarea.hasvalue:focus + label:not(.no_label) {
  display: block;
}
.form-element input[type="text"]:focus + label:not(.no_label),
.form-element input[type="password"]:focus + label:not(.no_label),
.form-element input[type="email"]:focus + label:not(.no_label),
.form-element textarea:focus + label:not(.no_label),
.form-element input[type="text"].hasvalue + label:not(.no_label),
.form-element input[type="password"].hasvalue + label:not(.no_label),
.form-element input[type="email"].hasvalue + label:not(.no_label),
.form-element textarea.hasvalue + label:not(.no_label) {
  top: -20px;
  left: 0;
  color: rgba(16, 62, 97, 0.9);
  font-size: 55%;
  font-style: italic;
}
.form-element label.no_label {
  font-size: 90%;
  color: rgba(16, 62, 97, 0.9);
}
.form-element label.no_label.selector {
  color: rgba(16, 62, 97, 0.9);
  font-weight: normal;
}
.form-element label.no_label.darklabel {
  color: black;
}
.form-element label:not(.no_label) {
  position: absolute;
  top: 5px;
  left: 10px;
  color: rgba(16, 62, 97, 0.7);
  font-size: 70%;
  font-style: italic;
  transition: 2ms;
}
.form-element.inline-element {
  display: inline-block;
}
.form-element.inline-element input[type="text"],
.form-element.inline-element input[type="password"],
.form-element.inline-element input[type="email"] {
  display: inline-block;
  width: 150px;
}
.form-element.inline-element input[type="text"].hasvalue:focus + label:not(.no_label),
.form-element.inline-element input[type="password"].hasvalue:focus + label:not(.no_label),
.form-element.inline-element input[type="email"].hasvalue:focus + label:not(.no_label) {
  display: block;
}
.form-element.inline-element input[type="text"]:focus + label:not(.no_label),
.form-element.inline-element input[type="password"]:focus + label:not(.no_label),
.form-element.inline-element input[type="email"]:focus + label:not(.no_label),
.form-element.inline-element input[type="text"].hasvalue + label:not(.no_label),
.form-element.inline-element input[type="password"].hasvalue + label:not(.no_label),
.form-element.inline-element input[type="email"].hasvalue + label:not(.no_label) {
  top: -10px;
  left: 0;
  color: rgba(16, 62, 97, 0.9);
  font-size: 55%;
  font-style: italic;
}
.form-contain {
  position: relative;
  overflow-x: hidden;
}
.form-contain > div.slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 450px;
  background: #eee;
  width: 100%;
  padding-left: 20px;
  margin-left: 110%;
  transition: margin-left 1s ease;
}
.form-contain > div.slider.showform {
  margin-left: 34px;
  z-index: 2;
}
.form-contain > div.slider.showform .form-close {
  display: block;
}
.form-contain > div.slider:first-child {
  margin-left: 0;
  background: #fff;
}
.form-contain > div.slider .form-close {
  position: absolute;
  display: none;
  top: -10px;
  left: -32px;
  border-radius: 6px 0 0 6px;
  height: 450px;
  border: none;
}
.form-contain > div.slider .form-close:hover {
  background: #889fb0;
  transform: scale(1);
}
#output-note {
  font-size: 70%;
  font-style: italic;
  font-weight: bold;
}
.logoutbtn {
  float: right;
  margin-top: -67px;
  text-align: right;
}
.facebook-btn {
  background: #3b5998;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 6px;
  padding: 6px 10px;
  transition: .2s;
}
.facebook-btn:hover {
  background: #3a61b3;
  color: #fff;
  text-decoration: none;
  transform: scale(0.97);
}
.login-or {
  border-bottom: 1px solid #32394d;
  margin: 0 0 15px 0;
}
.login-or span {
  background: #fff;
  display: inline-block;
  margin-bottom: -10px;
  padding: 10px 15px 0;
  vertical-align: bottom;
  font-weight: bold;
}
input[type="submit"].full-width {
  display: block;
  width: 100%;
}
input[type="file"].hiddenform {
  display: none;
}
.prm-btn,
button,
input[type="submit"] {
  background: #103e61;
  padding: 6px 10px;
  border-radius: 6px;
  color: white;
  border: none;
  margin: 10px 0;
  display: inline-block;
}
.prm-btn.small-btn,
button.small-btn,
input[type="submit"].small-btn {
  padding: 1px 7px;
  font-size: 80%;
  margin: 3px 0;
}
.prm-btn.blue-btn,
button.blue-btn,
input[type="submit"].blue-btn {
  background: #46abbd;
}
.prm-btn.blue-btn:hover,
button.blue-btn:hover,
input[type="submit"].blue-btn:hover {
  background: #4c5a68;
  color: #fff;
  border-color: #46abbd;
}
.prm-btn:hover,
button:hover,
input[type="submit"]:hover,
.prm-btn:focus,
button:focus,
input[type="submit"]:focus {
  background: #889fb0;
  color: white;
  text-decoration: none;
  transform: scale(0.97);
}
.btn-navbar {
  display: none;
}
section.container {
  padding: 60px 15px;
}
#logo {
  padding: 35px 0;
}
#logo img {
  height: 105px;
}
.tagline {
  display: inline-block;
  color: #103e61;
  font-size: 16.5pt;
  padding-left: 5px;
  vertical-align: middle;
  width: 225px;
}
nav {
  background: #DDEDFA;
  background: rgba(221, 237, 250, 0.9);
  position: absolute;
  top: 36px;
  width: 100%;
  left: 0;
  z-index: 999;
}
.navbar-default {
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  min-height: 0;
  background: none;
}
.navbar-default .navbar-collapse {
  border: none;
}
.navbar-default .nav {
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.navbar-default .nav.navbar-collapse {
  margin-right: 0;
}
.navbar-default .nav ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.navbar-default .nav ul li {
  display: inline-block;
  list-style: none;
}
.navbar-default .nav ul li a {
  text-decoration: none;
  color: #103e61;
  display: inline-block;
  font-size: 16.5pt;
  margin-top: 45px;
  padding: 10px;
}
.navbar-default .nav ul li a.dropdown-toggle {
  margin-left: -12px;
  margin-right: 5px;
  padding: 10px 5px 5px 5px;
  border-radius: 5px 5px 0 0;
}
.navbar-default .nav ul li a.dropdown-toggle i {
  padding: 0 3px;
  width: auto;
}
.navbar-default .nav ul li.current a,
.navbar-default .nav ul li a:hover {
  color: #103e61;
  text-decoration: none;
}
.navbar-default .nav ul li ul li a {
  text-transform: none;
}
.navbar-default .nav ul li.open > a,
.navbar-default .nav ul li.open > a:hover,
.navbar-default .nav ul li.open > a:focus {
  background: none;
  text-decoration: none;
  color: #103e61;
}
.navbar-default .nav ul li.open > a.dropdown-toggle,
.navbar-default .nav ul li.open > a:hover.dropdown-toggle,
.navbar-default .nav ul li.open > a:focus.dropdown-toggle {
  color: white;
  background: #103e61;
}
.navbar-default .nav ul li .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: -5px;
  min-width: 235px;
  left: auto;
  right: 0;
  float: right;
  border: 0 white;
  border-top: solid 2px #103e61;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
.navbar-default .nav ul li .dropdown-menu li {
  display: block;
  border-bottom: solid 1px #e9e9e9;
}
.navbar-default .nav ul li .dropdown-menu li a {
  margin-top: 0;
  font-size: 120%;
  display: block;
}
.navbar-default .nav ul li .dropdown-menu li a:hover,
.navbar-default .nav ul li .dropdown-menu li a:focus,
.navbar-default .nav ul li .dropdown-menu li a.current {
  background: #103e61;
  color: white;
}
.navbar-default .nav ul li .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-default .nav ul li.nav_find-a-job a {
  background: #46abbd;
  color: white;
  height: auto;
  line-height: normal;
  padding: 7px 13px;
  border-radius: 5px;
  border: #46abbd solid 1px;
}
.navbar-default .nav ul li.nav_find-a-job a:hover {
  background: white;
  border-color: #46abbd;
  color: #46abbd;
}
.navbar-default .btn-navbar,
.navbar-default .navbar-toggle {
  margin: 0;
  width: 100%;
  text-align: center;
  background-color: #103e61;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 5px 0 14px;
  transition: 0.4s;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
}
.navbar-default .btn-navbar:focus,
.navbar-default .navbar-toggle:focus {
  background: #103e61;
}
.navbar-default .btn-navbar:hover,
.navbar-default .navbar-toggle:hover {
  background-color: #000;
  opacity: 1;
  color: white;
}
.navbar-default .btn-navbar:hover .lines:before,
.navbar-default .navbar-toggle:hover .lines:before {
  top: 1.14286rem;
}
.navbar-default .btn-navbar:hover .lines:after,
.navbar-default .navbar-toggle:hover .lines:after {
  top: -1.14286rem;
}
.navbar-default .btn-navbar:active,
.navbar-default .navbar-toggle:active {
  transition: 0ms;
}
.navbar-default .btn-navbar.open .lines,
.navbar-default .navbar-toggle.open .lines {
  background: transparent;
}
.navbar-default .btn-navbar.open .lines:before,
.navbar-default .navbar-toggle.open .lines:before,
.navbar-default .btn-navbar.open .lines:after,
.navbar-default .navbar-toggle.open .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4rem;
}
.navbar-default .btn-navbar.open .lines:before,
.navbar-default .navbar-toggle.open .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.navbar-default .btn-navbar.open .lines:after,
.navbar-default .navbar-toggle.open .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.navbar-default .btn-navbar .lines,
.navbar-default .navbar-toggle .lines {
  display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.4s;
  position: relative;
}
.navbar-default .btn-navbar .lines:before,
.navbar-default .navbar-toggle .lines:before,
.navbar-default .btn-navbar .lines:after,
.navbar-default .navbar-toggle .lines:after {
  display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.4s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.navbar-default .btn-navbar .lines:before,
.navbar-default .navbar-toggle .lines:before {
  top: 1rem;
}
.navbar-default .btn-navbar .lines:after,
.navbar-default .navbar-toggle .lines:after {
  top: -1rem;
}
.user-nav {
  background: #103e61;
  padding: 0;
  font-size: 14pt;
}
.user-nav a {
  color: white;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
}
.user-nav a:hover {
  text-decoration: none;
  background: #889fb0;
}
.user-nav a.altlink {
  background: #46abbd;
}
.user-nav #account-nav {
  display: none;
  position: absolute;
  top: 36px;
  right: 8px;
  background: rgba(70, 171, 189, 0.9);
  padding: 0;
  width: 180px;
  z-index: 1000;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
.user-nav #account-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.user-nav #account-nav ul a {
  display: block;
  margin: 0;
  font-size: 12pt;
  padding: 7px 15px 7px 0;
}
.user-nav #account-nav ul a:hover {
  background: #103e61;
  color: white;
  text-decoration: none;
}
.user-nav #account-nav-btn {
  display: inline-block;
  position: relative;
}
.user-nav #account-nav-btn:hover #account-nav {
  display: block;
}
header {
  position: relative;
  padding-top: 128px;
  min-height: 471px;
  background-size: cover;
}
header.nobanner {
  min-height: 0;
}
header .banner_txt {
  background: rgba(136, 159, 176, 0.9);
  margin: 30px 0;
  padding: 15px 30px 30px 30px;
  border-radius: 6px;
  color: white;
  font-weight: 300;
  display: block;
}
header .banner_txt.altlink {
  background: rgba(70, 171, 189, 0.9);
}
header .banner_txt .h1 {
  color: white;
  font-size: 26pt;
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
}
header .banner_txt p {
  line-height: 100%;
}
header .banner_txt .prm-btn {
  background: #fff;
  color: #103e61;
}
header .banner_txt:hover {
  background: #46abbd;
  text-decoration: none;
}
.banner-tweet {
  position: absolute;
  bottom: 20%;
  right: 20%;
  width: 350px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 10px;
  color: white;
  font-size: 80%;
  line-height: 100%;
}
.banner-tweet .hashlink {
  color: #aaa;
  font-size: 80%;
}
.uparrow {
  position: absolute;
  top: -10px;
  right: 20px;
  border-bottom: 10px solid rgba(0, 0, 0, 0.6);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.responsive_banner {
  display: none;
}
.home nav {
  background: white;
  background: rgba(255, 255, 255, 0.9);
}
.home .navbar-default .nav ul li a {
  margin-top: 41px;
}
.home #logo img {
  height: 135px;
}
.home header {
  min-height: 1000px;
}
section .container {
  position: relative;
  padding: 40px 0;
  overflow-y: hidden;
}
.section-blue {
  background: #889fb0;
  color: white;
  box-shadow: 0 -15px 15px -19px #000 inset, 0 15px 15px -19px #000 inset;
}
.section-blue hr {
  color: white;
  background: white;
}
.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue h5,
.section-blue h6 {
  color: white;
}
.section-blue .fa-2x {
  vertical-align: middle;
}
.section-blue .prm-btn {
  background: #fff;
  color: #46abbd;
}
.section-blue .prm-btn:hover {
  background: #4c5a68;
  color: #fff;
}
.section-orange {
  background: #103e61;
  color: white;
  box-shadow: 0 -15px 15px -19px #000 inset, 0 15px 15px -19px #000 inset;
}
.section-orange hr {
  color: white;
  background: white;
}
.section-orange h1,
.section-orange h2,
.section-orange h3,
.section-orange h4,
.section-orange h5,
.section-orange h6 {
  color: white;
}
.img-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.passport-bkg {
  background: url('images/handshake_background.jpg') center no-repeat #103e61;
  background-size: cover;
  color: white;
}
.passport-bkg h1 {
  color: white;
  font-size: 60pt;
}
.success-section {
  background: url("images/logo_fade.png") no-repeat scroll left 300px bottom -90px;
  min-height: 610px;
}
.success-section .success-btn {
  margin: 40px 0;
}
.content-sidebar {
  margin: -15px;
  padding: 10px 15px;
  background: #f8fbfe;
  font-size: 70%;
  line-height: 123%;
}
.content-sidebar nav {
  position: relative;
  background: none;
  top: 0;
}
.content-sidebar nav ul {
  margin-bottom: 0;
}
.content-sidebar p {
  margin-bottom: 15px;
}
.content-sidebar h1 {
  margin-bottom: 5px;
  font-size: 24pt;
}
.content-sidebar h2 {
  margin-bottom: 5px;
  font-size: 22pt;
}
.content-sidebar h3 {
  margin-bottom: 5px;
  font-size: 20pt;
}
.content-sidebar h4 {
  margin-bottom: 5px;
  font-size: 18pt;
}
.content-sidebar h5 {
  margin-bottom: 5px;
  font-size: 16pt;
}
.content-sidebar h6 {
  margin-bottom: 5px;
  font-size: 14pt;
}
.content-sidebar p.smallnote {
  font-size: 12pt;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 10px;
}
.content-sidebar .sidebar-nav {
  list-style: none;
  padding-left: 0;
}
.content-sidebar .sidebar-nav li a {
  display: block;
  padding: 10px 0;
  font-size: 120%;
}
.content-sidebar .sidebar-nav li a.current,
.content-sidebar .sidebar-nav li a:hover,
.content-sidebar .sidebar-nav li a:focus {
  color: #4c5a68;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .content-sidebar {
    margin: 30px 15px 15px 15px;
  }
}
.content-content h1:first-child {
  margin-top: 0;
}
.content-content > .row,
.content-content .row > .row {
  margin: 0;
}
.breadcrumbs {
  font-size: 80%;
}
footer {
  background: #889fb0;
  box-shadow: 0 -15px 15px -19px #000 inset, 0 15px 15px -19px #000 inset;
  padding: 50px 0;
  color: white;
  font-size: 80%;
  font-weight: 300;
}
footer .disclaimer {
  font-size: 73%;
  line-height: normal;
}
footer .copyright {
  font-size: 73%;
  padding: 25px 0 10px 0;
  line-height: 150%;
}
footer h6 {
  color: white;
  margin-bottom: 0;
}
footer a {
  color: white;
  font-weight: bold;
}
footer a:hover {
  color: white;
}
.content-content .passport-list li {
  list-style: none;
}
.content-content .passport-list li input + label:not(.no_label) {
  display: inline-block;
  float: left;
  margin: 5px 7px 7px -26px;
}
.content-content .passport-list li p {
  margin: 0;
}
.content-content .passport-list li:before {
  display: none;
}
.content-content .passport-list li .prm-btn.small-btn {
  padding: 0px 6px;
  font-size: 70%;
  background-color: #889fb0;
}
.duedate {
  font-size: 80%;
  font-style: italic;
  color: #889fb0;
  display: inline-block;
}
.duedate a {
  color: rgba(41, 104, 116, 0.7);
}
.status-contain {
  position: relative;
  margin: 20px;
  background: #DDEDFA;
  border-radius: 10px;
}
.status-contain .status-numbers {
  background: #fff;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  font-size: 80%;
  border: solid 2px white;
  color: white;
  background: #889fb0;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -20px;
  text-align: center;
  line-height: 46px;
  font-weight: bold;
}
.status-contain .statusbar {
  background: #889fb0;
  width: 1%;
  min-width: 5%;
  height: 23px;
  border-radius: 10px;
}
.status-contain.status-full .statusbar {
  background: #84EF32;
}
.status-contain.status-full .statusbar:after {
  content: 'complete';
  color: #fff;
  position: absolute;
  top: 17px;
  left: 55px;
  font-size: 80%;
  font-weight: bold;
}
th,
.tablesorter-dropbox th,
.tablesorter-dropbox thead td {
  background-color: rgba(221, 237, 250, 0.4);
  border-color: #DDEDFA;
  color: #103e61;
}
.tablesorter-dropbox td {
  line-height: 20px;
}
.timesheet_filter {
  border: solid 1px #DDEDFA;
  background: rgba(221, 237, 250, 0.4);
  font-size: 80%;
  padding: 0 10px 5px 10px;
  margin-bottom: 20px;
}
.timesheet_filter h5 {
  margin-bottom: 0;
}
.timesheet_filter input[type='submit'] {
  margin-top: 18px;
  margin-bottom: 0;
}
.timesheet_filter .form-element {
  background: white;
}
.mini-task-list {
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #efefef;
  margin-top: 5px;
}
.mini-task-list b {
  padding: 5px;
}
.mini-task-list b span {
  font-weight: normal;
  font-size: 80%;
  font-style: italic;
}
.mini-task-list .mini-task-item {
  border-top: solid 1px #efefef;
  background: #e6e6e6;
  padding: 0 5px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10pt;
}
.mini-task-list .mini-task-item .mini-task-links {
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0 20px 25px #e6e6e6;
  font-size: 0;
}
.mini-task-list .mini-task-item .mini-task-links a {
  font-size: 12pt;
  border-radius: 0;
  margin: 0;
  padding: 0px 7px;
}
.mini-task-list .mini-task-item .mini-task-links a:hover {
  transform: scale(1);
}
.mini-task-list .mini-task-item .mini-task-links a.trash-btn {
  background: #c10000;
}
.mini-task-list .mini-task-item .mini-task-links a.trash-btn:hover {
  background: #c66666;
}
.mini-task-list .mini-task-item:nth-child(even) {
  background: #f0f0f0;
}
.mini-task-list .mini-task-item:nth-child(even) .mini-task-links {
  box-shadow: 0 0 20px 25px #f0f0f0;
}
.documentcontain {
  margin: -15px;
  padding: 10px 15px;
  background: #f8fbfe;
}
.documentcontain form {
  font-size: 12pt;
}
.documentcontain h2 {
  margin-bottom: 5px;
}
.documentcontain p.smallnote {
  font-size: 12pt;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 10px;
}
.documentlist {
  border: solid 1px #103e61;
  background: #DDEDFA;
  font-size: 10pt;
  padding: 10px 15px;
}
.documentlist div {
  white-space: nowrap;
  overflow: hidden;
}
.gallery {
  margin: 15px 0;
  overflow: hidden;
}
.gallery .pic_container {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0px;
  width: 32%;
  font-size: 0;
}
.gallery .pic_container .title {
  font-size: 12pt;
  font-weight: bold;
  vertical-align: bottom;
  margin: -5px 0 -2px;
  display: block;
}
.gallery .pic_container .description {
  font-size: 10pt;
  line-height: 105%;
  color: #32394d;
}
.gallery .pic_container .description p {
  margin-bottom: 10px;
}
.gallery .pic_container .pic {
  display: block;
  width: 96%;
  height: 170px;
  margin: 3px 0;
  background: no-repeat center center;
  background-size: cover;
}
.gallery .pic_container .full-sized-pic {
  display: none;
}
.gallery .pic_container:hover {
  text-decoration: none;
}
.mfp-content {
  min-height: 70vh;
}
.mfp-close:hover,
.mfp-close:focus {
  background: none;
  transform: scale(1);
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  background: none;
  transform: scale(1);
}
@media screen and (max-width: 900px) {
  .mfp-iframe-holder .mfp-content {
    height: 90vh;
  }
}
.worksheet-tbl {
  margin-bottom: 15px;
  min-width: 100%;
  border-bottom: solid 2px #103e61;
}
.worksheet-tbl.ws-firstleft-tbl tr td:first-child,
.worksheet-tbl.ws-firstleft-tbl tr th:first-child {
  text-align: left;
}
.worksheet-tbl td,
.worksheet-tbl th {
  text-align: center;
  padding: 3px 10px;
  font-size: 75%;
}
.worksheet-tbl td {
  border-bottom: solid 1px #103e61;
}
.worksheet-tbl td:nth-child(odd) {
  background: #eee;
}
.worksheet-tbl th {
  background: #175a8d;
  color: #fff;
  vertical-align: bottom;
}
.worksheet-tbl th:nth-child(odd) {
  background: #103e61;
}
.worksheet-tbl .totals-row td {
  font-weight: bold;
}
.partner-tbl {
  width: 100%;
}
.partner-tbl td {
  width: 25%;
  padding: 25px;
  text-align: center;
}
.partner-tbl td img {
  max-width: 140px;
}
legend {
  border: none;
  font-size: 90%;
  font-weight: bold;
  color: black;
  padding: 0;
  margin: 0;
}
fieldset > .row {
  margin: 0;
}
.user-info-box {
  background: #f5f5f5;
  border: #eee solid 1px;
  padding: 8px 10px;
  margin-bottom: 30px;
  font-size: 75%;
  overflow: hidden;
}
.user-info-box b {
  font-size: 115%;
}
@media screen and (max-width: 1200px) {
  img {
    max-width: 100%;
  }
  input {
    max-width: 90%;
  }
  h1 {
    font-size: 38pt;
  }
  h1.bigtxt {
    font-size: 57pt;
  }
  h2 {
    font-size: 30pt;
  }
  h3 {
    font-size: 24pt;
  }
  h4 {
    font-size: 20pt;
  }
  h5 {
    font-size: 18pt;
  }
  h6 {
    font-size: 16pt;
  }
  .navbar-default .nav ul li a {
    font-size: 14pt;
  }
  .home .navbar-default .nav ul li a {
    margin-top: 44px;
  }
  .home #logo img {
    width: auto;
  }
  .banner-tweet {
    right: 1%;
  }
  .tagline {
    width: 125px;
    font-size: 14pt;
  }
  header .banner_txt {
    margin-top: -25px;
  }
  header .banner_txt h1 {
    font-size: 33pt;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 34pt;
  }
  h1.bigtxt {
    font-size: 45pt;
  }
  h2 {
    font-size: 28pt;
  }
  h3 {
    font-size: 22pt;
  }
  h4 {
    font-size: 18pt;
  }
  h5 {
    font-size: 16pt;
  }
  h6 {
    font-size: 14pt;
  }
  .br {
    display: none;
  }
  .navbar-default .nav ul {
    text-align: center;
  }
  .navbar-default .nav ul li a {
    font-size: 14pt;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #logo {
    white-space: nowrap;
    width: 400px;
    margin: auto;
    padding-bottom: 0;
  }
  .home .navbar-default .nav ul li a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tagline {
    width: 285px;
    font-size: 14pt;
  }
  .tagline br {
    display: inline;
  }
  .img-bottom-right {
    bottom: auto;
    position: relative;
    right: auto;
    display: block;
    margin: 0 auto -40px auto;
  }
  .success-section,
  .passport-section {
    background: none;
  }
  .section-blue .col-md-2 {
    padding: 25px 0;
  }
  header .container {
    width: 100%;
    padding: 0;
  }
  header .container .col-md-4 {
    padding: 0;
  }
  header .banner_txt {
    margin-top: 22px;
    margin-right: -15px;
    width: 270px;
  }
  header .banner_txt h1 {
    font-size: 33pt;
  }
  .banner-tweet {
    bottom: 3%;
  }
  .home header {
    min-height: 790px;
  }
  .page header {
    background-position: center;
    background-attachment: scroll;
    min-height: 427px;
  }
  .page header.nobanner {
    min-height: 0;
  }
  .content-content {
    border-left: none;
    padding-left: 0;
  }
  header,
  section,
  nav,
  footer,
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 499px) {
  h1 {
    font-size: 34pt;
  }
  h1.bigtxt {
    font-size: 34pt;
  }
  h2 {
    font-size: 26pt;
  }
  h3 {
    font-size: 20pt;
  }
  h4 {
    font-size: 16pt;
  }
  h5 {
    font-size: 16pt;
  }
  h6 {
    font-size: 14pt;
  }
  body {
    font-size: 14pt;
    line-height: 140%;
  }
  .responsive_banner {
    display: block;
  }
  header,
  section,
  nav,
  footer {
    min-width: 0;
  }
  .home #logo {
    width: 90vw;
    white-space: normal;
  }
  #logo {
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  #logo img {
    margin: 0 0 20px 0;
  }
  .tagline {
    width: auto;
    display: inline;
    padding: 0;
  }
  #nav_container {
    text-align: center;
  }
  .btn-navbar {
    display: inline-block;
  }
  header {
    padding-top: 199px;
    background: none !important;
  }
  header .container {
    margin: 0;
    padding: 0;
  }
  header .container .col-sm-6 {
    margin: 0;
    padding: 0;
  }
  header .container .col-sm-6 .banner_txt {
    margin: 0;
    width: 100%;
  }
  header .banner-tweet {
    right: auto;
    top: auto;
    bottom: auto;
    position: relative;
    width: 100%;
    border-radius: 0;
  }
  header .banner_txt {
    background: #103e61;
    padding: 20px;
  }
  .home header {
    min-height: 0;
  }
  .page header {
    min-height: 0;
  }
  .navbar-default {
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .navbar-default #nav {
    max-height: none;
    background: #FFF;
    border: solid 1px #818285;
    border-bottom: none;
    padding: 0;
  }
  .navbar-default #nav ul {
    padding: 0;
    text-align: left;
  }
  .navbar-default #nav ul li {
    margin: 0;
    display: block;
    border-bottom: solid 1px #818285;
  }
  .navbar-default #nav ul li a {
    display: block;
    padding: 11px 10px;
    margin: 0;
  }
  .navbar-default #nav ul li a br {
    display: none;
  }
  .navbar-default #nav ul li a i {
    margin-left: 5px;
  }
  .navbar-default #nav ul li a:hover,
  .navbar-default #nav ul li afocus,
  .navbar-default #nav ul li a.current {
    background: #4c5a68;
    color: white;
  }
  .navbar-default #nav ul li.nav_find-a-job a {
    border-radius: 0;
  }
  .navbar-default #nav ul li .dropdown-menu {
    background: #ececec;
    position: relative;
    text-align: left;
    float: none;
    margin-top: 0;
  }
  .navbar-default #nav ul li .dropdown-menu li a {
    text-align: left;
  }
  .navbar-default #nav .dropdown-toggle {
    float: right;
    margin-top: -48px;
    padding: 0;
  }
  .navbar-default #nav .dropdown-toggle a {
    padding: 0;
    margin: 0;
  }
  .navbar-default #nav .dropdown-toggle i {
    line-height: 48px;
    padding: 0 16px 0 16px;
    margin-left: 0;
    background: #103e61;
    color: #FFF;
  }
  .navbar-default #nav .navbar-default #nav ul li a.dropdown-toggle {
    padding: 0;
  }
  .navbar-default .nav ul.dropdown-menu > li:last-child a {
    border-radius: 0;
  }
  section .container {
    padding: 30px 10px;
  }
  footer {
    text-align: center;
  }
  footer img {
    margin: auto;
  }
  table {
    width: 100%;
    max-width: 100%;
  }
  table td,
  table th {
    display: block;
    padding: 3px 0;
  }
  table .hideresponsive th {
    display: none;
  }
  .responsive_only {
    display: inherit;
  }
  img {
    display: block;
  }
  .gallery .pic_container {
    width: 100%;
  }
  .pattern-item {
    width: 100%;
    margin: 0;
  }
  .res_tbl th {
    display: none;
  }
  .res_tbl tr {
    display: block;
    padding: 10px;
  }
  .res_tbl td {
    display: block;
    text-align: left;
    padding: 0px;
  }
  .res_tbl td p:first-child {
    display: inline;
  }
  .res_tbl_label {
    display: inline;
  }
}
