/* need to fix these */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover.btn-white,
.btn:focus.btn-white,
.btn.focus.btn-white {
  color: #0568AE;
}
.btn:hover.btn-orange,
.btn:focus.btn-orange,
.btn.focus.btn-orange {
  color: #fff;
}
.btn {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'AttaleckRegular', Arial;
  font-size: 1.8rem;
  font-weight: normal;
  height: 46px;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  margin: 0 7px 0 0;
  max-width: 450px;
  min-width: 90px;
  padding: 0 19px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width : 479px) {
  .btn {
    font-size: 18px;
    height: 36px;
    font-size: 1.4rem;
    text-align: center;
    padding: 0 19px;
  }
}
/* TODO: REWRITE THESE - 12/17 started */
.btn-white,
.btn-default {
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
  box-shadow: inset 0 0 0 1px #d2d2d2, 0 5px 5px -5px rgba(0, 0, 0, 0.15);
  color: #0568ae;
}
.btn-white:hover,
.btn-default:hover {
  color: #0568AE;
}
.btn-orange,
.btn-warning {
  background-color: #d16500;
  background-image: linear-gradient(to bottom, #ea7400 0%, #d16500 100%);
  color: #ffffff;
}
.btn-orange:hover,
.btn-warning:hover {
  color: #fff;
}
.btn-blue,
.btn-primary {
  background-color: #0568ae;
  background-image: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
  border-color: #087ac2 #087ac2 #0568ae #087ac2;
  color: #ffffff;
}
.btn-blue:hover,
.btn-primary:hover {
  color: #fff;
}
h1,
.h1-display {
  font: normal 20px/26px 'AttaleckRegular', Arial;
}
@media only screen and (min-width : 1200px) {
  h1,
  .h1-display {
    font: normal 32px/36px 'AttaleckRegular', Arial;
  }
}
h2,
.h2-display {
  font: normal 18px/24px 'AttaleckRegular', Arial;
}
@media only screen and (min-width : 1200px) {
  h2,
  .h2-display {
    font: normal 24px/30px 'AttaleckRegular', Arial;
  }
}
h3,
.h3-display {
  font: normal 16px/21px 'AttaleckMedium', Arial;
}
@media only screen and (min-width : 1200px) {
  h3,
  .h3-display {
    font: normal 18px/24px 'AttaleckMedium', Arial;
  }
}
h4,
.h4-display {
  font: normal 14px/19px 'AttaleckRegular', Arial;
}
@media only screen and (min-width : 1200px) {
  h4,
  .h4-display {
    font: normal 16px/21px 'AttaleckRegular', Arial;
  }
}
.h4-em {
  font: normal 14px/19px 'AttaleckMedium', Arial;
}
@media only screen and (min-width : 1200px) {
  .h4-em {
    font: normal 16px/21px 'AttaleckMedium', Arial;
  }
}
label {
  font: normal 12px/15px 'AttaleckMedium', Arial;
  color: #191919;
}
@media only screen and (min-width : 1200px) {
  label {
    font: normal 14px/19px 'AttaleckMedium', Arial;
  }
}
.form-row {
  margin-top: 20px;
}
/* DS Dropdown */
.ds-select-group {
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  height: 36px;
  display: block;
  margin: 0;
  background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
}
.ds-select-group.open .ds-select-option {
  border-radius: 6px 6px 0px 0px !important;
}
.ds-select-group.open .ds-select-option-list {
  display: block !important;
}
.ds-select-group .ds-select-icon {
  cursor: pointer;
  margin-left: 10px;
  font-size: 22px;
  color: #0568ae;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 6px;
}
.ds-select-group .ds-select-option {
  background-color: transparent;
  border: 1px solid #959595;
  border-radius: 6px;
  box-shadow: 1px 5px 2px -5px rgba(0, 0, 0, 0.15);
  /* TDP 94811 */
  /*color: @att-darker-gray;*/
  color: #191919;
  display: block;
  font-family: 'AttaleckRegular', Arial;
  font-size: 1.6rem;
  height: 36px;
  padding-left: 15px;
  padding-right: 45px;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 10;
  vertical-align: middle;
  padding: 6px 15px 7px 15px;
}
.ds-select-group .ds-select-option-list {
  display: none;
}
.ds-select-group .ds-select-option-list ul {
  margin: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  position: absolute;
  border: 1px solid #959595;
  border-top: 0;
  padding: 0;
  background-color: #f2f2f2;
  z-index: 1000;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  list-style-type: none;
}
.ds-select-group .ds-select-option-list ul li {
  cursor: pointer;
  height: 36px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1000;
}
.ds-select-group .ds-select-option-list ul li.ds-select-option-active,
.ds-select-group .ds-select-option-list ul li:hover {
  background-color: #d2d2d2;
}
body {
  font: normal 12px/15px 'AttaleckRegular', Arial;
}
@media only screen and (min-width : 1200px) {
  body {
    font: normal 14px/19px 'AttaleckRegular', Arial;
  }
}
body p {
  font: normal 12px/15px 'AttaleckRegular', Arial;
  margin: 0 0 20px;
}
@media only screen and (min-width : 1200px) {
  body p {
    font: normal 14px/19px 'AttaleckRegular', Arial;
  }
}
.font-lt {
  font-family: 'ATTAleckSans-Light', Arial !important;
}
.font-rg {
  font-family: 'attAleckSans-Regular', Arial !important;
}
.font-md {
  font-family: 'ATTAleckSans-Medium', Arial !important;
}
.font-bd {
  font-family: 'ATTAleckSans-Bold', Arial !important;
}
.font-i {
  font-family: 'ATTAleckSans-LightItalic', Arial !important;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.ds-legal {
  font-size: 11px;
}
.ds-input-dropdown {
  width: 300px;
}
/* OVERIDES START */
.text-light-blue {
  color: #009edb !important;
}
.bd-inline-block {
  display: inline-block !important;
}
body {
  font: normal 14px/15px 'AttaleckRegular', Arial;
}
@media only screen and (min-width : 1200px) {
  body {
    font: normal 16px/20px 'AttaleckRegular', Arial;
  }
}
body p {
  font: normal 14px/19px 'AttaleckRegular', Arial;
  margin: 0 0 20px;
}
@media only screen and (min-width : 1200px) {
  body p {
    font: normal 16px/20px 'AttaleckRegular', Arial;
  }
}
body a {
  color: #009edb;
}
/* OVERRIDES END */
/* BTNs START */
.btn {
  border-radius: 20px;
  height: 35px;
  padding: 0 36px;
  font-size: 16px;
}
@media only screen and (max-width : 479px) {
  .btn {
    font-size: 16px;
    height: 30px;
    padding: 0 36px;
  }
}
.btn-blue,
.btn-primary {
  background: #0568ae;
}
.btn-white-outline {
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0;
}
/* BTNs END */
/* MODAL */
#bd-modal.modal.in .modal-dialog {
  max-width: 600px;
  width: auto;
}
#bd-modal.modal.in .modal-body {
  height: auto;
  overflow-y: auto;
}
#bd-modal .modal-content {
  position: relative;
}
#bd-modal .modal-device-close {
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  padding: 0px;
  font-family: 'ATTAleckSans-Bold', Arial;
  color: #555;
  font-size: 18px;
  text-shadow: none;
  border: 1px solid #5a5a5a;
  line-height: 23px;
  border-radius: 25px;
}
.card {
  max-width: 300px;
  padding: 20px;
  margin: 0 auto;
}
.card .card-content {
  padding: 15px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px 0px #ccc;
  box-shadow: 0px 0px 16px 0px #ccc;
}
.card .card-content .card-text {
  height: 160px;
}
.card .card-content h3 {
  color: #0568ae;
}
#courses-splash {
  padding: 40px 0;
  padding-bottom: 20px;
}
#courses-splash h2 {
  font-family: 'AttaleckMedium', Arial;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}
#courses-splash h3 {
  font-family: 'AttaleckLight', Arial;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  margin: 30px 0;
  margin-top: 15px;
}
#courses-splash p {
  font-size: 16px;
  text-align: center;
}
.course-card {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 16px 0px #ccc;
    box-shadow: 0px 0px 16px 0px #ccc;
    margin-bottom:25px;
}
.course-card h4 {
  font-family: 'AttaleckMedium', Arial;
  font-size: 22px;
  line-height: 26px;
}
.course-card .btn-primary {
  margin-top: 20px !important;
}
#form-reg-content {
  padding: 40px 0;
}
#form-reg-content h1 {
  font-family: 'AttaleckLight', Arial;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  margin: 30px 0;
  margin-top: 15px;
}
#form-reg-content h2 {
  font-family: 'AttaleckMedium', Arial;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
#form-reg-content h3 {
  font-family: 'AttaleckMedium', Arial;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin: 12px 0;
  color: #0568ae;
}
#form-reg-content p {
  font-size: 16px;
  text-align: center;
}
#form-content h2 {
  margin-top: 0;
}
@media only screen and (max-width : 767px) {
  #form-content .form-group {
    padding: 10px 15px;
  }
}
@media only screen and (min-width : 768px) {
  #form-content .form-group {
    width: 50%;
    float: left;
    padding: 10px 15px;
    padding-left: 0;
  }
}
#form-content .form-group label {
  font-family: 'AttaleckRegular', Arial;
  font-weight: normal;
  margin-bottom: 10px;
}
#form-content .form-group input {
  border-radius: 0;
}
#form-content .btn-primary {
  clear: both;
  float: left;
  margin-top: 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #fff !important;
}
.dropdown-menu {
  background: #69707b;
  color: #fff;
  padding: 15px;
  margin-top: 21px !important;
  border: 0;
  border-radius: 0;
  min-width: 300px;
}
.dropdown-menu a {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu .container {
  width: auto;
}
