﻿/* ---------------------------------- */
/* Basic element styles               */
/* ---------------------------------- */

body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  /*min-width: 900px;*/
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  color: #333;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h1.main-tagline {
  text-transform: none;
}

h2 {
  color: #2aa4d7;
  font-size: 22px;
  font-weight: normal;
}

h2.headline {
  margin: 20px 0 0 0;
}

h3 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
}

a {
  color: #2aa4d7;
  outline: none;
}

a:hover,
a:focus {
  color: #035374;
}

a.anchor {
  display: block;
  top: 200px;
}

dt {
  font-size: 20px;
}

dd {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 8px 0;
}

.clear {
  clear: both;
}

/* ---------------------------------- */
/* Buttons */
/* ---------------------------------- */
.btn {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
  cursor: pointer;
  font-size: 16px;
  padding: 6px 15px 8px 15px;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.btn-link {
  display: block;
}

.btn-large {
  font-size: 18px;
  padding: 10px 20px;
}

.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.btn:hover,
.btn:focus {
  background-color: #ccc;
}

.btn-success {
  background-color: #3db729;
  border: 1px solid #4a9b1e;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #21a40c;
}

.btn-primary {
  background-color: #2aa4d7;
  border: 1px solid #3087ab;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1c95c7;
  border: 1px solid #1c95c7;
}

.btn-search {
  font-size: 14px;
  padding: 5px 15px 4px;
}

/* ---------------------------------- */
/* Input Controls */
/* ---------------------------------- */
.form-wrapper {
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.input-group {
  display: block;
  padding: 0 0 45px 0;
  max-width: 365px;
}

.input-group label {
  font-weight: bold;
}

.input-group .form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.form-control.error {
  border: 1px solid #d75452;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(215, 84, 82, 0.5);
}

.form-control.search {
  height: 15px;
}

.form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.form-control.error:focus {
  border: 1px solid #d75452;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(215, 84, 82, 0.5);
  outline: 0 none;
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}

.input-group textarea.form-control {
  width: 450px;
}

.input-group select.form-control {
  width: 200px;
}

.input-group select.form-control.source {
  width: 250px;
}

select.form-control {
  height: 34px;
}

.form-required {
  font-size: 12px;
  margin: 0 0 15px 0;
}

.required-field {
  display: none;
  color: #d75452;
  font-size: 12px;
}

/* ---------------------------------- */
/* Main Content */
/* ---------------------------------- */
#help-main-wrapper {
  display: block;
  min-width: 320px;
  position: absolute;
  width: 100%;
}

.help-header-wrapper {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  display: block;
  /* min-width: 900px; */
  overflow: hidden;
  /*position: fixed;*/
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.help-header-bar {
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .help-header-bar {
    flex-wrap: wrap;
  }
}

.help-header-logo {
  display: inline-flex;
  margin: 5px 5px 5px 10px;
}

.help-header-logo img {
  height: 40px;
}

.help-header-nav-wrapper {
  display: inline-flex;
  align-items: center;
}

.help-header-nav-content {
  /* display: block; */
}

.help-header-nav-content ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.help-header-nav-content ul li {
  display: inline-flex;
  /* float: left; */
  list-style: none;
}

.help-header-nav-content ul li a {
  color: #878488;
  font-weight: 600;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: normal;
}

.help-header-nav-content ul li a:hover,
.help-header-nav-content ul li a:focus {
  color: #2aa4d7;
}

.help-search-wrapper {
  background-color: rgba(239, 239, 239, 0.65);
  overflow: hidden;
  padding: 5px 5px 0 5px;
  /* width: 100%; */
}

.help-search-content {
  display: block;
  /*float: left;*/
  /* width: 920px; */
  /* margin: 0 auto; */
  overflow: hidden;
}

.help-search-content form {
  display: flex;
  justify-content: center;
}

.help-search-logo {
  padding: 3px 0.5rem 0;
}

.help-search-input {
  flex-basis: 500px;
}

.help-search-input .form-control {
  width: calc(100% - 24px);
}

.help-search-submit {
  padding: 0 0.5rem 0;
}

#help-content-wrapper {
  /*margin: 100px 0 0 0;*/
  margin: 0 auto;
  overflow: hidden;
  /* padding: 0; */
  padding: 10px 0px 40px;
  /* width: 100%; */
  max-width: 950px;
  display: flex;
}

.help-content-nav {
    margin: 0;
    padding: 0 10px;
    max-width: 200px;
}

.help-content-info {
    flex-basis: 75%;
    padding: 0 0.5rem;
}

@media (max-width: 950px) {
  #help-content-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .help-content-nav {
    max-width: fit-content;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size:20px;
  }
  div.lessontryit {
    margin:0;
  }
  div#helpContent ul, div#helpContent ol {
    padding-inline-start: 25px;
  }
}

#help-footer-wrapper {
  background-color: #222325;
  color: #c7c6c6;
  font-size: 13px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px 30px;
  position: relative;
  z-index: 950;
}

#help-footer-wrapper a:hover,
#help-footer-wrapper a:focus {
  color: #c7c6c6;
}

.help-footer-content {
  display: block;
  padding: 0 20px;
}

.help-footer-nav {
  display: block;
  width: calc(100% - 40px);
}

.help-footer-nav ul {
  display: block;
  padding: 0;
}

.help-footer-nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 15px 5px 0;
}

/* ---------------------------------- */
/* overrides to trumbahelp.css        */
/* ---------------------------------- */

#contentcol {
  padding: 0 20px 20px 20px;
}

#legal.caluser {
  text-align: left;
  padding: 0 20px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}