article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
/* ========================================================================== Links ========================================================================== */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
/* ========================================================================== Typography ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0 15px 2.2%;
}
mark {
  background: #ff0;
  color: #000;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.2em;
  -moz-top: -0.2em;
  -webkit-top: -0.5em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  sup {
    top: -0.4em;
  }
}
sub {
  bottom: -0.25em;
}
i {
  cursor: pointer;
}
/* ========================================================================== Embedded content ========================================================================== */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/* ========================================================================== Figures ========================================================================== */
figure {
  margin: 0;
}
/* ========================================================================== Forms ========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */ padding: 0; /* 2 */
}
button, input, select, textarea {
  font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; /* 1 */ padding: 0; /* 2 */
  margin-right:4px;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */ vertical-align: top; /* 2 */
}
/* ========================================================================== Tables ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mini-card{
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding:20px;
  margin:10px;
  min-height:300px;
  min-width:230px;
  -moz-box-shadow: #a3a3a3 2px 1px 5px;
  -webkit-box-shadow: #a3a3a3 2px 1px 5px;
  box-shadow: #a3a3a3 2px 1px 5px;
}

.mini-section{
  margin:10px 5px 10px 5px;
}

.mini-section-action{
  padding:15px;
}

/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */
.center-v {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clearfix, .group {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .group:after {
  clear: both;
}
.shadow {
  display: block;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.shadow-hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: block;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-hover:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  display: block;
}
@media screen and (min-width: 768px) {
  .group {
    margin-left: -2.1277%;
  }
  .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    margin-left: 2.1277%;
  }
  .span1 {
    width: 6.2056333%;
  }
  .span1.break {
    float: none;
  }
  .offset1 {
    margin-left: 10.4610333%;
  }
  .span2 {
    width: 14.5389666%;
  }
  .span2.break {
    float: none;
  }
  .offset2 {
    margin-left: 18.7943666%;
  }
  .span3 {
    width: 22.8722999%;
  }
  .span3.break {
    float: none;
  }
  .offset3 {
    margin-left: 27.1276999%;
  }
  .span4 {
    width: 31.2056332%;
  }
  .span4.break {
    float: none;
  }
  .offset4 {
    margin-left: 35.4610332%;
  }
  .span5 {
    width: 39.5389665%;
  }
  .span5.break {
    float: none;
  }
  .offset5 {
    margin-left: 43.7943665%;
  }
  .span6 {
    width: 47.8722998%;
  }
  .span6.break {
    float: none;
  }
  .offset6 {
    margin-left: 52.1276998%;
  }
  .span7 {
    width: 56.2056331%;
  }
  .span7.break {
    float: none;
  }
  .offset7 {
    margin-left: 60.4610331%;
  }
  .span8 {
    width: 64.5389664%;
  }
  .span8.break {
    float: none;
  }
  .offset8 {
    margin-left: 68.7943664%;
  }
  .span9 {
    width: 72.8722997%;
  }
  .span9.break {
    float: none;
  }
  .offset9 {
    margin-left: 77.1276997%;
  }
  .span10 {
    width: 81.205633%;
  }
  .span10.break {
    float: none;
  }
  .offset10 {
    margin-left: 85.461033%;
  }
  .span11 {
    width: 89.5389663%;
  }
  .span11.break {
    float: none;
  }
  .offset11 {
    margin-left: 93.7943663%;
  }
  .span12 {
    width: 97.8722996%;
  }
  .span12.break {
    float: none;
  }
  .offset12 {
    margin-left: 102.1276996%;
  }
}
body {
  font-family: "intel_clearregular", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  color: #333;
}
blockquote {
  border-left: 2px solid #003C71;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 1em;
  padding-left: 25px;
}
h1, h2, h3, h4, h5 {
  font-family: "intel_clear_probold", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1em;
}
h1 {
  font-size: 135px;
  font-style: normal;
  font-weight: 400;
  line-height: .8em;
  margin: 0;
  color: #fff;
  opacity: .8;
}
h2 {
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  display: block;
  color: #F3D54E;
}
h3 {
  font-size: 33px;
  font-style: normal;
  font-weight: 550;
  margin: 0 0 25px;
  color: #003C71;
}
h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 10px;
  color: #003C71;
}
h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-weight: 900;
}
p {
  font-family: "intel_clearregular", Helvetica, Arial, sans-serif;
  margin: 0 0 1em;
  color: #fff;
}
pre {
  background: #222;
  color: #fff;
  display: block;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 1em;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
}
code {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  padding: 2px 10px;
  word-break: break-all;
  word-wrap: break-word;
}
a {
  color: #003C71;
}
a:hover, a:focus {
  text-decoration: none;
}
i a {
  color: #fff;
  text-decoration: none;
}
ul {
  color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h1, h2, h3, h4, h5 {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 53px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 30px;
  }
  h4, h5, p, ul, ol {
    font-size: 14px;
  }
}
i {
  color: #fff;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  h1, h2, h3, h4, h5 {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 30px;
  }
  h4, h5, p, ul, ol {
    font-size: 14px;
  }
}
i {
  color: #fff;
}
fieldset {
  margin: 1em 0;
  border: 0;
  padding: 0;
  position: relative;
}
.highlight-message {
  color: #33FFFF;
  font-weight: 900;
  margin-top: 25px;
}
.red {
  color: #FF3838;
}
.green {
  color: #46A651;
}
.cyan {
  color: #7fdbff;
}
.blue {
  color: #003C71;
}
.grey {
  color: #333;
}
.highlight {
  color: #003C71;
  font-weight: 900;
  margin-top: 25px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.static-text {
  height: 69px;
}
.landing-text {
  margin-top: 70px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .landing-text {
    margin-top: 0px;
  }
}
.prizes-header h1 {
  font-size: 8em;
  color: #066ecd;
}
@media screen and (max-width: 768px) {
  .prizes-header h1 {
    font-size: 6em;
  }
}
.prizes-header h2 {
  font-size: 3.6em;
}
@media screen and (max-width: 768px) {
  .prizes-header h2 {
    font-size: 2em;
  }
}
.affidavit {
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
  font-family: 'Arial';
}
.affidavit p {
  color: #333;
}
@font-face {
  font-family: 'intel_clearbold';
  src: url("..../font/intel-clear/intelclear_bd-webfont.eot");
  src: url("../font/intel../fonts/intel-clear/intelclear_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../font/intel../fonts/intel-clear/intelclear_bd-webfont.woff2") format("woff2"), url("../font/intel../fonts/intel-clear/intelclear_bd-webfont.woff") format("woff"), url("../font/intel../fonts/intel-clear/intelclear_bd-webfont.ttf") format("truetype"), url("../font/intel../fonts/intel-clear/intelclear_bd-webfont.svg#intel_clearbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'intel_clearlight';
  src: url("../font/intel../fonts/intel-clear/intelclear_lt-webfont.eot");
  src: url("../font/intel../fonts/intel-clar/intelclear_lt-webfont.eot?#iefix") format("embedded-opentype"), url("../font/intel../fonts/intel-clear/intelclear_lt-webfont.woff2") format("woff2"), url("../font/intel../fonts/intel-clear/intelclear_lt-webfont.woff") format("woff"), url("../font/intel../fonts/intel-clear/intelclear_lt-webfont.ttf") format("truetype"), url("../font/intel../fonts/intel-clear/intelclear_lt-webfont.svg#intel_clearlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'intel_clearregular';
  src: url("../font/intel../fonts/intel-clear/intelclear_rg-webfont.eot");
  src: url("../font/intel../fonts/intel-clear/intelclear_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../font/intel../fonts/intel-clear/intelclear_rg-webfont.woff2") format("woff2"), url("../font/intel../fonts/intel-clear/intelclear_rg-webfont.woff") format("woff"), url("../font/intel../fonts/intel-clear/intelclear_rg-webfont.ttf") format("truetype"), url("../font/intel../fonts/intel-clear/intelclear_rg-webfont.svg#intel_clearregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'intel_clear_probold';
  src: url("../font/intel-clear/intelclearpro_bd-webfont.eot");
  src: url("../font/intel-clear/intelclearpro_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../font/intel-clear/intelclearpro_bd-webfont.woff2") format("woff2"), url("../font/intel-clear/intelclearpro_bd-webfont.woff") format("woff"), url("../font/intel-clear/intelclearpro_bd-webfont.ttf") format("truetype"), url("../font/intel-clear/intelclearpro_bd-webfont.svg#intel_clear_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
img, video, audio, iframe, object {
  max-width: 100%;
}
.btn {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid #003C71;
  color: #003C71;
  display: inline-block;
  height: 44px;
  outline: none;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  font-family: inherit;
}
.btn input {
  font-family: inherit;
}
.btn-primary {
  background-color: #003C71;
  border-color: #003C71;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #002e58;
  border-color: #002e58;
  color: #fff;
}
.btn-primary:active {
  background: #00213e;
  border-color: #00213e;
  color: #fff;
}
.btn-lg {
  font-size: 1.4em;
  height: 66px;
  padding: 0 60px;
}
.btn-sm {
  font-size: .85em;
  height: 30.8px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .btn-sm {
    height: 3em;
  }
}
.btn-link {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  border: 0;
  color: #003C71;
  text-shadow: none;
  text-transform: none;
}
.btn-link:hover, .btn-link:focus {
  background: transparent;
  color: #003C71;
  text-decoration: underline;
}
.btn-red {
  background-color: #FF3838;
  border-color: #FF7A7A;
  color: #fff;
}
.btn-red:hover {
  background-color: #FF7A7A;
  border-color: #FF3838;
  color: #fff;
}
.btn-red:active {
  background-color: #fff;
  border-color: #FF3838;
  color: #FF3838;
}
.btn-green {
  background-color: #46A651;
  border-color: #37F54D;
  color: #fff;
}
.btn-green:hover {
  background-color: #37F54D;
  border-color: #46A651;
  color: #fff;
}
.btn-green:active {
  background-color: #fff;
  border-color: #46A651;
  color: #46A651;
}
.btn-blue {
  background-color: #066ecd;
  border-color: #066ecd;
  color: #fff;
}
.btn-blue:hover {
  background-color: #3892e5;
  border-color: #066ecd;
  color: #fff;
}
.btn-blue:active {
  background-color: #fff;
  border-color: #066ecd;
  color: #003C71;
}
button, select {
  height: 2em;
}
@media screen and (max-width: 768px) {
  button, select {
    height: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
.action-buttons {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.action-buttons input {
  float: right;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .action-buttons {
    margin: 10px 0;
    line-height: 2.5em;
  }
}
.login-box button {
  margin-bottom: 20px;
}
.button {
  font-size: 1em;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  color: #003C71;
  text-shadow: "white 0 0 0 .5";
}
.legal-form-buttons {
  margin: 15px 0;
}
.table-wrap {
  zoom: 1;
  font-family: "intel_clearregular", Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-top: none;
}
.table-wrap:before, .table-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.table-wrap:after {
  clear: both;
}
@media screen and (max-width: 850px) {
  .table-wrap {
    overflow-y: hidden;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .table-wrap {
    overflow-y: hidden;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .table-wrap {
    overflow-y: hidden;
    padding-right: 15px;
  }
}
table {
  width: 100%;
  font-family: "intel_clearregular", Helvetica, Arial, sans-serif;
  counter-reset: rowNumber;
}
@media screen and (max-width: 768px) {
  table {
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  table {
    padding-right: 15px;
  }
}
table th, table td {
  padding: 10px;
  text-align: left;
  color: #333;
  font-size: .9em;
}
table th {
  color: #333;
  text-align: right;
  padding: 15px 0px 15px 10px;
  background-color: #fff;
  font-size: 1.1em;
}
.single-prize.span6 {
  zoom: 1;
  border-left: 1px solid #ddd;
}
.single-prize.span6:before, .single-prize.span6:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.single-prize.span6:after {
  clear: both;
}
.single-prize.span6:first-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  .single-prize.span6 {
    zoom: 1;
    border-top: 1px solid #ddd;
    border-left: 0px solid #ddd;
  }
  .single-prize.span6:first-of-type {
    border: none;
  }
}
label {
  margin-bottom: 5px;
  display: block;
  margin-top:10px;
}
input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  line-height: 1.2em !important;
  outline: none;
  padding: 5px 10px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea {
    height: 2.5em;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=phone]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
  border-color: #003C71;
}
input[type=text].full-width, input[type=email].full-width, input[type=phone].full-width, input[type=password].full-width, input[type=number].full-width, input[type=search].full-width, textarea.full-width {
  width: 100%;
}
textarea {
  height: 132px;
}
form p {
  padding: 0;
  margin: 0;
}
form .field {
  margin-bottom: 1em;
}
form .hint {
  color: #aaa;
  margin-top: 5px;
}
form .is-required {
  font-style: italic;
}
form .has-error .error-description {
  color: #FF3838;
  margin-top: 5px;
}
form .has-error input[type=text], form .has-error input[type=email], form .has-error input[type=phone], form .has-error input[type=password], form .has-error input[type=number], form .has-error input[type=search], form .has-error textarea {
  border-color: #FF3838;
  color: #333;
}
.text {
  margin: 15px 0;
}
.text label {
  padding: 0;
  font-size: 100%;
  float: left;
  color: #666;
}
.checkbxinput {
  color: #333;
}
.month {
  width: 33%;
  margin-right: 2%;
}
.day {
  width: 33%;
  margin-right: 2%;
}
.year {
  width: 30%;
}
form select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
option {
  width: 100%;
}
.check-with-label:checked + .label-for-check {
  font-weight: 100;
}
.dropdown dd, .dropdown dt {
  margin: 0px;
  padding: 0px;
}
.dropdown ul {
  margin: -1px 0 0 0;
}
.dropdown dd {
  position: relative;
}
.dropdown a, .dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.dropdown dt a {
  background-color: #fff;
  display: block;
  height: 32px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dropdown dt a span, .mutliSelect span {
  cursor: pointer;
  display: inline-block;
  color: #999;
  font-size: 1.3em;
  padding: 7px 2px;
}
.dropdown dd ul {
  position: absolute;
  top: 37px;
  left: 0px;
  background-color: #fff;
  list-style: none;
  display: none;
  border: 1px solid #CCCCCC;
  border-top: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px;
  z-index: 1;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 10px 0;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #fff;
  padding: 0;
}
.mutliSelect li {
  margin: 15px 0 0;
  color: #333;
  font-weight: 100;
}
.mutliSelect input[type=checkbox] {
  margin-right: 10px;
}
.dropdown.mutliSelect span {
  padding: 0;
}
.hida {
  padding: 7px 0 0 7px;
}
.box {
  border: 1px solid #333;
  border-radius: 3px;
}
.required:after {
  content: " *";
  color: #FF3838;
}
.alert {
  zoom: 1;
  border-right: 1px solid;
  border-top: 1px solid;
  border-left: 1px solid;
  padding: 15px;
  margin: 0;
  text-align: center;
  width: 100% !important;
  -moz-box-shadow: #333 2px 1px 2px;
  -webkit-box-shadow: #333 2px 1px 2px;
  box-shadow: #333 2px 1px 2px;
}
.alert:before, .alert:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.alert:after {
  clear: both;
}
.alert.alert-danger {
  background: #ffebeb;
  border-color: #FF3838;
  color: #eb0000;
}
.alert.alert-success {
  background: #e0f2e2;
  border-color: #46A651;
  color: #37823f;
}
.alert.alert-warning {
  background: #fff2e7;
  border-color: #ff851b;
  color: #e76b00;
}
.alert.alert-info {
  background: #cde9fa;
  border-color: #127cc1;
  color: #0e5e92;
}
.alert.alert-empty {
  background: #f4f4f4;
  border-color: #333;
  color: #0e5e92;
}
.alert p:last-child {
  margin-bottom: 0;
}
.suite-header-bar {
  background: #066ecd;
  height: 73px;
  width: 100%;
  margin: 0;
  z-index: 101;
  -moz-box-shadow: #333 0px 0px 5px;
  -webkit-box-shadow: #333 0px 0px 5px;
  box-shadow: #333 0px 0px 5px;
}
.suite-header-bar img {
  max-height: 35px;
  margin: 20px 20px;
}
@media screen and (max-width: 768px) {
  .suite-header-bar img {
    max-width: 60vw;
    margin: 20px;
  }
}
.suite-header-bar-tall {
  background: white;
  height: auto;
  width: 100%;
  margin: 0 0 50px 0;
  z-index: 101;
  -moz-box-shadow: #333 0px 0px 5px;
  -webkit-box-shadow: #333 0px 0px 5px;
  box-shadow: #333 0px 0px 5px;
}
.suite-header-bar-tall img {
  max-height: 75px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .suite-header-bar-tall img {
    max-width: 40vw;
    margin: 10px;
  }
}
.account-menu-icon {
  padding: 15px 4px 18px 35px !important;
  height: 73px !important;
  color: #003C71;
}
.account-menu {
  padding: 0px 0px;
  font-size: 1em;
  text-align: right;
  float: right;
}
.account-menu ul {
  text-align: right;
  display: inline;
  margin: 0;
  padding: 0px 5px 20px 0;
  list-style: none;
}
.account-menu ul li {
  display: inline-block;
 /* margin-right: -5px;*/
  position: relative;
  padding: 15px 20px 15px 5px;
  cursor: pointer;
  min-height: 50px- !important;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100 !important;
}
.account-menu ul li:hover {
  background: #555;
  color: #fff;
}
.account-menu ul li ul {
  padding: 0;
  position: absolute;
  top: 60px;
  left: -115px;
  width: 178px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -moz-box-shadow: #111 0px 2px 5px;
  -webkit-box-shadow: #111 0px 2px 5px;
  box-shadow: #111 0px 2px 5px;
}
.account-menu ul li ul li {
  background: #555;
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  padding: 17px 20px 15px 15px;
}
.account-menu ul li ul li:hover {
  background: #066ecd;
}
.account-menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.account-menu a {
  color: #fff;
  text-decoration: none;
}
.account-menu i {
  margin: 8px 18px 0 -12px;
  font-size:25px;
}
.account-menu i:hover {
  color: #fff;
}
.prizes-header {
  margin: 0 7.5%;
}
@media screen and (max-width: 768px) {
  .prizes-header {
    margin: 0 2.2%;
  }
}
@media screen and (max-width: 850px) {
  .prizes-header {
    margin: 0 2.2%;
  }
}
nav {
  margin: 3px 0 0 0;
  background: #003C71;
  height: 50px;
  z-index: 2;
  width: 100%;
  min-width: 320px;
  padding: 0 0 0 15px;
  position: absolute;
  -moz-box-shadow: inset #333 0px 2px 5px;
  -webkit-box-shadow: inset #333 0px 2px 5px;
  box-shadow: inset #333 0px 2px 5px;
}
@media screen and (max-width: 768px) {
  nav {
    padding: 0 0 0 7px;
  }
}
nav ul {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 300 !important;
}
nav ul li {
  display: inline-block;
  margin-right: 0px;
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 50px;
  z-index: 300 !important;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav ul li:hover {
  background: #066ecd;
}
@media screen and (max-width: 768px) {
  nav ul li {
    width: 40px;
    z-index: 300 !important;
  }
}
@media screen and (max-width: 600px) {
  nav ul li {
    width: 40px;
    z-index: 300 !important;
  }
}
@media screen and (max-width: 768px) {
  nav {
    float: left;
  }
}
nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  nav a {
    width: 40px;
  }
}
nav a:active {
  outline: none;
}
nav a:focus {
  -moz-outline-style: none;
}
nav i {
  padding: 18px 15px;
}
nav i i:hover {
  color: #fff;
}
nav.sub-nav {
  margin-top: 50px;
  background: #066ecd;
  max-height: 45px;
  width: 100%;
  min-width: 320px;
  position: absolute;
}
nav.sub-nav ul {
  height: 45px;
  padding: 0 0 0 0;
  position: relative;
  list-style-type: none;
}
nav.sub-nav ul li {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-right: 0px;
  -moz-margin: -9px 0pt 10px;
  position: relative;
  height: 45px;
}
nav.sub-nav ul li:hover {
  background: #003C71;
}
nav.sub-nav a {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: block;
  height: 40px;
}
nav.sub-nav a:active {
  outline: none;
}
nav.sub-nav a:focus {
  -moz-outline-style: none;
}
@media screen and (max-width: 768px) {
  nav.sub-nav i {
    margin: 16px 0px 5px 12px;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  nav.sub-nav i {
    margin: 16px 0px 5px 12px;
    padding: 0;
  }
}
* {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
img a:active {
  outline: none;
}
img a:focus {
  -moz-outline-style: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.ttpctrt {
  padding-right: 4% !important;
}

@media screen and (max-width: 770px) {
.ttpctrt {
  padding-left: 4% !important;
}}

.valign {
  vertical-align: middle;
}
.relative {
  position: relative;
}
.text-shadow {
  text-shadow: #111 3 3 5;
}
.nopad {
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 600px) {
  .nopad {
    padding: 0px 0 !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .nopad {
    padding: 0px 0 !important;
    margin: 0 !important;
  }
}
.wide {
  width: 100% !important;
}
.tall {
  height: 100%;
}
@media screen and (max-width: 850px) {
  .hide-small {
    display: none;
    visibility: hidden;
  }
}
.fa {
  -moz-line-height: 1.5em;
}
#right-divider {
  border-right: 1px solid #003C71;
}
@media screen and (max-width: 850px) {
  #right-divider {
    border-right: 1px solid #003C71;
  }
}
@media screen and (max-width: 600px) {
  #right-divider {
    border-bottom: 2px solid #003C71;
    border-right: none;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  #right-divider {
    border-bottom: 2px solid #003C71;
    border-right: none;
    padding-bottom: 10px !important;
  }
}
.auto-hide {
  display: none;
}
.auto-hide:target {
  display: block;
}
.whitespace:before {
  content: "...some content here...";
  color: #ccc;
  background: #f5f5f5;
  margin: 1em 0;
  padding: 5em 0;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.overlay {
  font-family: "intel_clearregular", Helvetica, Arial, sans-serif;
  background-size: cover;
  color: #333;
}
.overlay h1 {
  text-align: center;
  margin: 10vh 0;
}
.box {
  margin: 0 auto;
  background-clip: padding-box;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 850px) {
  .overlay {
    width: 100%;
    margin: 30px 10px;
    position: fixed;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .overlay {
    padding: 0 10px 0 25px;
  }
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.span4.left {
  padding-top: 42px !important;
}
#popup {
  margin: 0;
  width: 100vw;
  display: none;
}
.popup {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  min-width: 50vw;
  max-width: 600px;
  transition: all .5s ease-in-out;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 850px) {
  .popup {
    padding: 20px !important;
  }
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.loading-popup {
  margin: 0 auto 0;
  position: relative;
  transition: all .5s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .overlay-content {
  max-height: 30%;
}
.card {
  zoom: 1;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #cdcdcd;
  clear: both;
  margin: 20px 0 0;
  padding: 2.2%;
  -moz-box-shadow: #333 2px 1px 2px;
  -webkit-box-shadow: #333 2px 1px 2px;
  box-shadow: #333 2px 1px 2px;
}
.card:before, .card:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.card:after {
  clear: both;
}
.card p {
  color: #333;
}
@media screen and (max-width: 768px) {
  .card {
    margin-top: -30px;
  }
}
.card-solid {
  zoom: 1;
  background: #fff;
  border: 1px solid #cdcdcd;
  clear: both;
  margin: 20px 0 0;
  padding: 2.2%;
  -moz-box-shadow: #333 2px 1px 2px;
  -webkit-box-shadow: #333 2px 1px 2px;
  box-shadow: #333 2px 1px 2px;
}
.card-solid:before, .card-solid:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.card-solid:after {
  clear: both;
}
.card-solid p {
  color: #333;
}
@media screen and (max-width: 768px) {
  .card-solid {
    margin-top: -30px;
  }
}
.card-body {
  zoom: 1;
  padding: 5px 0 0 0;
}
.card-body:before, .card-body:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.card-body:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .card-body {
    padding: 0px 10px;
  }
}
.card-body label {
  font-weight: bold;
  color: #555;
  display: inline-block !important;
}
.card-body h3 {
  margin: 5px 0;
}
.card-header {
  background: #aaa;
}
@media screen and (max-width: 768px) {
  .card-header {
    border-top: 3px solid #fff;
    margin: 0px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .card-header {
    border-top: 0px solid #fff;
    margin: 0 0 0 0;
  }
}
.card-header-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 0px 25px;
  position: relative;
  top: -35px;
  left: 70px;
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  .card-header-label {
    display: block;
    visibility: initial;
  }
}
.card-field-label {
  color: #003C71;
  float: left;
  width: 100%;
  text-align: left !important;
  margin: 15px 0 5px;
}
.card-color-label {
  width: 55px !important;
  height: 50px !important;
  display: block;
}
.card-color-label i {
  font-size: 27pt;
  padding: 8px 11px;
}
.label-cyan {
  background-color: #066ecd;
  border-right: 3px solid #fff;
}
.label-blue {
  background-color: #003C71;
  border-right: 3px solid #fff;
}
.label-green {
  background-color: #066ecd;
  border-right: 3px solid #fff;
}
/**, *:after, *:before { margin: 0;  padding: 0; box-sizing: border-box; font-family: "Open Sans";
}*/
.circle .done {
  width: 95px;
  display: block;
}
/* Form Progress */
.progress {
  width: auto;
  min-width: 277px;
  margin: 20px auto;
  text-align: center;
}
.progress .circle, .progress .bar {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
}
.progress .bar {
  position: relative;
  width: 80px;
  height: 6px;
  margin: 0 -5px 33px -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progress .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #066ecd;
  font-size: 17px;
}
.progress .circle .title {
  color: #066ecd;
  font-size: 13px;
  width: 95px;
  line-height: 30px;
  margin-left: -5px;
  text-align: center;
  margin: 0 auto;
}
/* Done / Active */
.progress .bar.done, .progress .circle.done {
  background: #eee;
}
.progress .bar.active {
  background: linear-gradient(to right, #eeeeee 40%, #ffffff 60%);
}
.progress .circle.done .label {
  color: #FFF;
  background: #003C71;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress .circle.done .title {
  color: #444;
}
.progress .circle.active .label {
  color: #FFF;
  background: #0c95be;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress .circle.active .title {
  color: #0c95be;
  text-align: center;
}
/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme a, .compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%); /* W3C */
}
.compact-theme a:hover {
  text-decoration: none;
  background: #efefef; /* Old browsers */ background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* IE10+ */ background: linear-gradient(to bottom, #efefef 0%, #bbbbbb 100%); /* W3C */
}
.compact-theme li:first-child a, .compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  border-radius: 3px 0 0 3px;
}
.compact-theme li:last-child a, .compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;
}
.compact-theme .current {
  background: #bbbbbb; /* Old browsers */ background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* IE10+ */ background: linear-gradient(to bottom, #bbbbbb 0%, #efefef 100%); /* W3C */ cursor: default;
}
.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;
}
/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme a, .light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%); /* W3C */
}
.light-theme a:hover {
  text-decoration: none;
  background: #FCFCFC;
}
.light-theme .current {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 white, 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme a, .dark-theme span {
  float: left;
  color: #CCC;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555; /* Old browsers */ background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #555 0%, #333 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #555 0%, #333 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #555 0%, #333 100%); /* IE10+ */ background: linear-gradient(to bottom, #555555 0%, #333333 100%); /* W3C */
}
.dark-theme a:hover {
  text-decoration: none;
  background: #444;
}
.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}
.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
html {
  min-height: 100%;
  color: #333;
  overflow-x: hidden;
}
body {
  zoom: 1;
  background: url("../images/LoginPage-1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  position: relative;
  min-width: 375px;
  color: #333;
}
body:before, body:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
body:after {
  clear: both;
}
header {
  width: 100%;
  color: #fff;
  z-index: 10;
  top: 0px;
  display: block;
  zoom: 1;
}
header:before, header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
header:after {
  clear: both;
}
header img {
  margin-top: -10px;
}
header .sticky {
  height: 35px;
  text-align: left;
  width: 100%;
}
footer {
  width: 100vw;
  text-align: center;
  color: #666;
  margin: 20px 0;
  line-height: 1.25em;
  font-size: .8em;
  position: absolute;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #066ecd;
}
.one-bar {
  margin-top: 100px !important;
}
@media screen and (max-width: 850px) {
  .one-bar {
    margin: 100px 0px 0px 0px !important;
    padding: 0 2.2% !important;
  }
}
@media screen and (max-width: 768px) {
  .one-bar {
    margin: 55px 0 0 !important;
    padding: 0 2.2% !important;
  }
}
@media screen and (max-width: 600px) {
  .one-bar {
    margin: 55px 0 0 !important;
    padding: 0 2.2% !important;
  }
}
.two-bar {
  margin-top: 150px !important;
}
@media screen and (max-width: 850px) {
  .two-bar {
    margin: 145px 0px 0px 0px !important;
    padding: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .two-bar {
    margin: 145px 0 0 !important;
    padding: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .two-bar {
    margin: 145px 0 0 !important;
    padding: 20px !important;
  }
}
.three-bar {
  margin-top: 385px !important;
}
@media screen and (max-width: 850px) {
  .three-bar {
    margin: 185px 0px 0px 0px !important;
    padding: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .three-bar {
    margin: 185px 0 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .three-bar {
    margin: 105px 0 0 !important;
    padding: 0 !important;
  }
}
.main {
  zoom: 1;
  margin: 0px auto;
}
.main:before, .main:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.main:after {
  clear: both;
}
.main.container {
  display: block;
  width: 100%;
  min-height: 74vh;
  padding: 0 2.2%;
}
.container {
  zoom: 1;
  max-width: 1200px;
}
.container:before, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.container:after {
  clear: both;
}
.page-details {
  color: #003C71;
  height: 50px;
  display: block;
}
.page-details i {
  font-size: .8em;
  margin: 25px 10px 0 0px;
}
@media screen and (max-width: 850px) {
  .page-details {
    margin: 0px 0px 0px 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-details {
    margin: 40px 0px 0px 20px !important;
  }
}
.left-col, .right-col {
  zoom: 1;
}
.left-col:before, .left-col:after, .right-col:before, .right-col:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.left-col:after, .right-col:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .left-col, .right-col {
    line-height: 2.5em;
    padding-left: 15px;
  }
}
.pad-tb {
  margin-bottom: 20px;
}
#hibbert-logo img {
  float: left;
  max-height: 40px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .login-wrapper {
    padding: 0 20px;
  }
}
.login-wrapper h4 {
  min-width: 250px;
  max-width: 325px;
}
.login-text {
  min-width: 508px;
}
.login-boxer {
  background: #fcfff4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmNmZmY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZGZlNWQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IzYmVhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fcfff4), color-stop(40%, #dfe5d7), color-stop(100%, #b3bead));
  background: -webkit-linear-gradient(-45deg, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(-45deg, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(-45deg, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(135deg, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=1);
  opacity: .98;
  padding: 1.5em;
  min-width: 250px;
  max-width: 325px;
  height: auto;
  margin: 0 auto 20px;
  -moz-box-shadow: #333 2px 1px 2px;
  -webkit-box-shadow: #333 2px 1px 2px;
  box-shadow: #333 2px 1px 2px;
}
@media screen and (max-width: 850px) {
  .login-boxer {
    min-width: 400px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .login-boxer {
    min-width: 350px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .login-boxer {
    min-width: 300px;
    margin: 0 auto 20px;
  }
}
.login-boxer a {
  color: #127cc1;
  text-align: center;
}
.login-boxer span {
  text-align: center;
  margin: 10px auto;
}
.login-boxer img {
  margin: 0 auto 20px;
}
.login-boxer p {
  margin: -5px 0 15px 0;
}
.login-boxer input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea {
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 2.5em;
  outline: none;
  padding: 5px 10px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .login-boxer input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea {
    height: 2.5em;
  }
}
.login-boxer input[type=text]:focus, input[type=email]:focus, input[type=phone]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
  border-color: #127cc1;
}
.login-boxer input[type=text].full-width, input[type=email].full-width, input[type=phone].full-width, input[type=password].full-width, input[type=number].full-width, input[type=search].full-width, textarea.full-width {
  width: 100%;
}
.login-box.field {
  margin-bottom: 15px;
}
#login-btn {
  margin: 20px 0 0 0;
}
.popup h3 {
  margin: 0 0 20px 12px;
}
@media screen and (max-width: 768px) {
  .login-text {
    min-width: 310px;
  }
}
.login-text h1 {
  font-family: 'intel_clear_probold', Times;
  font-size: 136px;
  line-height: .8em;
  color: #ffffff;
  opacity: .8;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .login-text h1 {
    font-size: 90px;
    margin: 15px 0 30px;
  }
}
.login-text h2 {
  font-family: 'intel_clear_probold', 'Impact', Helvetica, Arial;
  color: #F3D54E;
  line-height: 1em;
  font-size: 47px;
  margin: -20px 0 20px;
}
@media screen and (max-width: 768px) {
  .login-text h2 {
    margin: -20px 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .login-text h2 {
    margin: -20px 0 20px;
  }
}
.login-text p {
  font-family: 'intel_clearregular', 'Impact', Helvetica, Arial;
  color: #ffffff;
  line-height: 1em;
  opacity: .8;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .login-text p {
    position: relative;
  }
}
.login-help {
  margin: 30px 0 0px;
}
*.whiteiconcolor:before {
  position: absolute;
}
*.whiteiconcolor i {
  color: #fff !important;
}
*.blackiconcolor:before {
  position: absolute;
  bottom: 0;
}
*.blackiconcolor i {
  color: #111 !important;
}
nav i.fa-map-marker {
  padding-left: 20px !important;
}
nav i.fa-bolt {
  padding-left: 21px !important;
}
.container.tiles {
  display: block;
  width: 100%;
  zoom: 1;
}
.container.tiles:before, .container.tiles:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.container.tiles:after {
  clear: both;
}
@media screen and (max-width: 850px) {
  .container.tiles {
    margin: 125px 0px 0px 0px !important;
    padding: 15px 0 0px 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .container.tiles {
    margin: 50px auto 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .container.tiles {
    margin: 125px auto 0 !important;
    padding: 0 !important;
  }
}
.tile-container {
  margin: 0 auto 0;
  padding: 50px 0 0 0;
  min-width: 320px;
}
@media screen and (max-width: 850px) {
  .tile-container {
    height: 100% !important;
    display: block;
    padding: 25px 15px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .tile-container {
    height: 100% !important;
    display: block;
    padding: 15px 0px 0px 0px;
  }
}
@media screen and (max-width: 600px) {
  .tile-container {
    height: 100% !important;
    display: block;
    padding: 15px 0px 0px 0px;
    margin: -105px 0 0 0;
  }
}
.tile-container h2 {
  color: #003C71;
  padding-left: 15px;
}
.home-tiles {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 600px;
  zoom: 1;
}
.home-tiles:before, .home-tiles:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.home-tiles:after {
  clear: both;
}
@media screen and (min-width: 850px) {
  .home-tiles {
    margin: 0 auto 20px;
  }
}
.home-tiles a {
  color: #fff;
  text-decoration: none;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}
.home-tiles p {
  color: #fff;
  font-size: .8rem;
  margin: 15px 0 0 0;
  line-height: 1.1em;
}
.home-tiles h3 {
  color: #fff;
  font-weight: bold;
  margin: 0vw;
  text-size: 8.5vw;
  line-height: .9em;
}
.home-tiles ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .home-tiles ul {
    height: 100% !important;
    position: relative;
    margin: 12px auto 20px;
    padding: 0 !important;
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .home-tiles ul {
    height: 100% !important;
    position: relative;
    margin: 12px auto 20px;
    min-width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .home-tiles ul {
    height: 100% !important;
    position: relative;
    margin: 12px auto 20px;
    padding: 40px 0px !important;
    min-width: 250px;
  }
}
.home-tiles li {
  padding: 1em;
  margin-bottom: 2.1277%;
  background-color: #003C71;
  height: 0;
  padding-bottom: 27%;
  position: relative;
  min-height: 125px;
  -moz-box-shadow: #111 2px 2px 3px;
  -webkit-box-shadow: #111 2px 2px 3px;
  box-shadow: #111 2px 2px 3px;
}
.home-tiles li:hover {
  background-color: #066ecd;
  transition: background .2s ease;
  -moz-box-shadow: #111 0px 0px 1px;
  -webkit-box-shadow: #111 0px 0px 1px;
  box-shadow: #111 0px 0px 1px;
}
.home-tiles img {
  text-align: center;
}
.home-tile {
  zoom: 1;
  position: relative;
}
.home-tile:before, .home-tile:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.home-tile:after {
  clear: both;
}
.home-tile i {
  position: absolute;
  bottom: 15px;
  margin: 0 0 20px 0;
  font-size: 1.75rem;
}
.home-tile li i {
  font-size: 3em !important;
  line-height: 3em;
  color: #fff;
  position: absolute;
  bottom: 0em;
}
@media screen and (max-width: 850px) {
  .home-tile h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .home-tile p {
    font-size: 12px;
  }
}
.leader img {
  max-height: 50px;
  width: auto;
  margin: 0 auto -3px;
}
@media screen and (max-width: 600px) {
  .leader img {
    max-height: 35px;
  }
}
.span6.home-tile {
  min-height: 274px;
}
@media screen and (max-width: 768px) {
  .span6.home-tile {
    min-height: 175px;
  }
}
.span6.home-tile p {
  margin: 15px 0;
  line-height: 1.25em;
}
.inactive-tile li {
  background-color: #77876B;
  -moz-box-shadow: #333 2px 2px 3px;
  -webkit-box-shadow: #333 2px 2px 3px;
  box-shadow: #333 2px 2px 3px;
}
.inactive-tile li:hover {
  background-color: #77876B;
  -moz-box-shadow: #333 2px 2px 3px;
  -webkit-box-shadow: #333 2px 2px 3px;
  box-shadow: #333 2px 2px 3px;
}
#transition-hover-content {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
#transition-hover:hover #transition-hover-content {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@media print {
  header, nav, footer {
    display: none;
  }
  img {
    max-width: 500px;
  }
  body {
    font: 14pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
}
.loggedin-span-css {
  position: absolute;
  right: 130px;
  top: 30px
}