/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.7em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #666; }


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
	border-top: 4px solid #c60f7c;
	border-bottom: 4px solid #222f80;
	text-align: center;
  padding: 20px 0; }
  
.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
  

header img {
	height: auto !important;
  max-width: 90%;
  max-height: 80px;
}


/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main {
	padding-top: 30px;
	padding-bottom: 30px; }

.page-nav {
  text-align: center;
  padding: 0; }

.results {
	text-align: center; }

.score {
	color: #00aada;
	font-size: 3.5rem; }

.responsive-wrapper {
  margin: 20px 0; }

img.center {
	display: block;
	height: auto !important;
	max-width: 100%;
	margin: 4rem auto; }


img.icon {
	vertical-align: middle;
	margin: 0 10px 5px 0;
	display: block;
}

img.workbook  {
	display: block;
	height: auto !important;
	max-width: 100%;
	margin: 1.5rem auto 3.5rem; }

img.workbook-list  {
	display: inline-block;
	height: auto !important;
	max-width: 100%;
	margin: 1.5rem auto 3.5rem; }

img.center.knowledge {
    border: 2px solid #7fd4ec;
    padding: 15px;
    background: #e5f6fb;
}

.main img {
  margin-bottom: 24px;
}

img.arrow {
  margin: 15px 0 10px;
}

.arrow-section {
  margin-top: 2rem;
}

.centered {
  text-align: center;
}

@media (min-width: 800px) {
	 img.icon {
	 	display: inline;
	 }
}

div.icondescription { 
  display: flex;
  align-items: center;
  margin: 3.5rem 0;
}

.icondescription p {
  margin: 0;
}

.icondescription h2 {
  margin: 0;
}

.icondescription img {
  margin-right: 10px;
}

p span {
	font-weight: 700;
	color: #00aada;
}

p.tools span {
	font-size: 2.2rem;
	color: #666;
}

iframe.center {
	display: block;
	max-width: 100%;
	margin: 4rem auto; }

p.inline {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 550px) {
  p.inline {
    display: inline-block;
    margin-right: 10px;
  }
}

.option, .problem {
  margin-bottom: 20px;
}

.option p, .problem p {
  margin: 10px 0;
  text-align: center;
}

.option textarea, .problem textarea {
  min-height: 100px;
  text-align: center;
}

.problem {
  background: #a1e4fd;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #222f80 }
h1 { font-size: 3rem; line-height: 1.35; letter-spacing: -.08rem; border-bottom: 1px solid #E1E1E1; padding-bottom: 1rem; margin-bottom: 4rem; }
h2 { font-size: 2.4rem; line-height: 1.5;  letter-spacing: -.05rem; font-weight: 700;}
h3 { font-size: 2rem; line-height: 1.6;  letter-spacing: 0; font-weight: 700; border-bottom: 1px solid #E1E1E1; padding-bottom: 5px; }
h4 { font-size: 2rem; line-height: 1.6;  letter-spacing: 0; font-weight: 700;}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.4rem; }
  h2 { font-size: 3rem; }
  h3 { font-size: 2.4rem; }
}

form h2 {
  text-align: center;
}

p {
  margin-top: 0; }

p.caption {
  text-align: center; }

.blue {
    color: #222f80;
}

p .red, span.red {
	color: #e20000;
}

span.green {
  color: green;
}

span.yellow {
  color: #daa21b;
}


span.underline {
  color: inherit;
  font-weight: inherit;
  box-shadow: inset 0 -1px 0 0 #222f80;
}

form p {
	margin-top: 2rem; }

  .report h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #222f80 }

  .report h1 { font-size: 3.5rem; line-height: 1.35; letter-spacing: -.08rem;}
  .report h2 { font-size: 2.5rem; line-height: 1.5;  letter-spacing: -.05rem; }
  .report h3 { font-size: 1.8rem; line-height: 1.6;  letter-spacing: 0; font-weight: 700; border-bottom: 1px solid #E1E1E1; padding-bottom: 5px; }


  i {
    margin-right: 5px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #222f80;
  text-decoration: none; }
a:hover {
  color: #00aada; }


/* Boxes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.boxed {
	background: #fafafa;
	padding: 10px;
}

span.boxed-text {
  background: #f3f3f3;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #00aada;
  border-radius: 3px;
  /*font-weight: 400;*/
  font-style: italic;

}

p.boxed-text {
  background: #f3f3f3;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #00aada;
  border-radius: 3px;
}

.disclaimer.boxed {
  border: 1px solid #00aada;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.4rem;
}

.boxed-section {
  background: #f3f3f3;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #00aada;
  border-radius: 3px;
}

.boxed-section h4 {
  margin-bottom: 5px;
}


.boxed-section.last {
  margin-bottom: 40px;
}

@media (min-width: 550px) {
  .boxed-section.last {
    margin-bottom: 20px;
  }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #666;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
*/
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #222f80;
  border: 1px solid #222f80;
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #00aada;
  border-color: #00aada;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.button.button-primary.link {
	height: auto;
	text-align: center;
	line-height: 1.5;
	font-weight: 300;
	text-transform: none;
	overflow: hidden;
	white-space: normal;
	padding: 25px 28px;
	font-size: 17px;
	color: #222f80;
	background-color: #eceeef; 
	box-shadow: 0 10px #c0c1c1;
	border-radius: 8px;
}

.button.button-primary.link:hover, .button.button-primary.link:focus {
	background-color: #e1e2e3;
}

.button.button-primary.link:active {
	box-shadow: 0 5px #c0c1c1;
    transform: translateY(5px);
}

.button.button-secondary {
  background-color: #fff;
  border: 1px solid #222f80;
  color: #222f80;
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;

}

.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: #00aada;
  background-color: #fff;
  border-color: #00aada;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }


.button.button-action {
  background-color: green;
  border: 1px solid green;
  color: #fff;
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 20px
}

.button.button-action:hover,
button.button-action:hover,
input[type="submit"].button-action:hover,
input[type="reset"].button-action:hover,
input[type="button"].button-action:hover,
.button.button-action:focus,
button.button-action:focus,
input[type="submit"].button-action:focus,
input[type="reset"].button-action:focus,
input[type="button"].button-action:focus {
  color: #fff;
  background-color: darkgreen;
  border: 1px solid darkgreen;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

.two-col input[type="text"] {
  width: 80%;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
          max-width: 100%; }
textarea {
  min-height: 200px;
  padding-top: 6px;
  padding-bottom: 6px; }

textarea.small-text-area, input.small-text-area {
	min-height: 50px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #00aada;
  outline: 0; }
label {
  display: inline;
  margin-bottom: .5rem;
  font-weight: 400;
  margin-right: 30px; }
.two-col label {
	margin-right: 10px; }
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 3px; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }
form hr {
	margin-top: .5rem;
	margin-bottom: 2rem }

input.button.button-primary.form-button {
	display: block;
	margin: 15px auto 0;
}

.date-filter label {
  margin-right: 0;
}

.date-filter input {
  max-width: 120px;
  margin-right: 10px;
}


[type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
 
[type="file"] + label {
  background-color: #222f80;
  border: 1px solid #222f80;
  border-radius: 4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  margin: .75rem 0 3rem;
}
  
[type="file"]:focus + label,
[type="file"] + label:hover {
    background-color: #00aada;
    border: 1px solid #00aada;
}
  
[type="file"]:focus + label {
  outline: 1px dotted #00aada;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style:  disc outside;
  margin-left: 20px; }
ol {
  list-style: decimal outside;
  margin-left: 20px; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: .5rem; }




/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1rem; }
pre,
blockquote,
dl,
figure,
p,
ul,
ol,
form {
    margin-bottom: 2rem;
  	margin-top: 2rem; }

.report p {
  margin-bottom: 2rem;
  margin-top: 2rem;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
}

table.log {
  display: block;
  overflow-x: auto;
}

th {
	background: #e5e5e5;
	font-weight: 700;
	color: #222f80;
	text-align: left;
  padding: 15px 6px; }
  
  /* th:first-child {
    padding-left: 0;
  } */

td {
  padding: 24px 20px 20px 6px;
  text-align: left;
  background: #fff;
  vertical-align: top; 
  border-bottom: 1px solid #e5e5e5;
}

td:last-child {
  padding-right: 6px;
}

table.equalrow-one-quarter tr th, table.equalrow-one-quarter tr td {
  width: 24%; }

table.equalrow-one-third tr th, table.equalrow-one-third tr td {
width: 33%; }

table.equalrow-one-half tr th, table.equalrow-one-half tr td {
	width: 48%; }

table.equalrow-one-third input[type="text"], textarea {
  color: #666;
  width: 100%;
  font-weight: normal;

}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.comment-box {
    border: 2px solid #00aada;
    border-radius: 10px;
    font-size: 1.4rem;
    background-color: #fafafa;
    width: 100%;
    min-height: 250px;
    height: 250px !important;
}

.note-box {
  border: solid 1px #e68b09;
  background-color: #fff9f0;
  padding: 15px 20px 10px 20px;
  border-radius: 10px;
  margin: 20px 0 30px 0;
  font-size: 1.4rem;
}

.note-box p {
  margin-top: 0;
}

.note-box h4 {
  margin-bottom: 0;
}

.name-logout {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .name-logout {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }

}

.controls {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 10px;
}

@media (min-width: 1070px) {
  .controls {
    flex-direction: row;
    flex-direction: row;
    align-items: baseline;
  }
}

.date-filter {
  margin-bottom: 10px;
}

.dashboard {
  overflow: hidden;
  position: relative;
}


.add-new-form {
  display: none;
  /* -webkit-box-shadow: 1px 6px 28px 1px rgba(66,66,66,0.4);
  -moz-box-shadow: 1px 6px 28px 1px rgba(66,66,66,0.4);
  box-shadow: 1px 6px 28px 1px rgba(66,66,66,0.4); */
  padding: 20px 40px;
  margin: 20px 0 40px 0;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  max-width: 960px;
  box-sizing: border-box;
  overflow: auto;
}

.add-new-form form {
  margin: 0;
  overflow: hidden;
}

.example-log {
  border: 1px solid #00aada;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}



/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
