/*!
 * Summer Professional Development from Teq
 * Copyright 2015 Tequipment Inc
 */

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family:'Roboto',Helvetica,Arial,san-serif !important;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0 0 !important;
  padding: 0 0 !important;
  font-family:'Roboto',Helvetica,Arial,san-serif !important;
  background-color: rgb(255, 255, 255);
}

h1, h2, h3, h4, h5, h6, p, small, blockquote, a, button {
  font-family:'Roboto',Helvetica,Arial,san-serif !important;
  font-weight: 300 !important;
  color: rgb(0, 0, 0);
}

button, button:focus, button:active, a, a:focus, a:active {
  outline: 0 !important;
  position: relative;
  margin: 0 12px 0 0 !important;
  background-color: transparent;
  border: none;
  font-weight: 500;
  cursor: pointer;
}

button:hover {
  text-decoration: underline;
}

/*! bootstrap Overrides */

.bold {
  font-weight: 700 !important;
}

.tab-pane.hide {
  display: none;
}

.tab-pane.active {
  display: block;
}

table.table {
  padding: 2.1rem !important;
}

.table td, .table th {
  font-size: 90%;
  border-color: #f8f9fa !important;
}

.table td:nth-child(2), .table th:nth-child(2) {
  width: 15%;
}

.table td:nth-child(3), .table th:nth-child(3) {
  width: 25%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300 !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.card {
  margin: 30px 2px !important;
  -webkit-box-shadow: 0px 2.5px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2.5px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2.5px 5px 0px rgba(0,0,0,0.25);
}

.card:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  -moz-transition: -moz-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}

.card .card-body {
  padding: 1.25rem !important;
}

.card .card-body.course-description {
  height: 100% !important;
  max-height: 100% !important;
  position: absolute;
  background-color: rgb(79, 197, 221);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  z-index: 100;
  overflow: hidden;
}

.card-body.course-description h2, .card-body.course-description h5, .card-body.course-description p {
  color: white;
}

.card button.info-link, .card button.close-link {
  width: 60px;
  height: 60px;
  padding: 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: rgb(79, 197, 221);
  border-bottom-right-radius: calc(.25rem - 1px);
  text-indent: -99999px;
  overflow: hidden;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.card button.info-link {
  background-image: url(../img/card-footer-info-link-bg.svg);
}

.card button.info-link:hover {
  background-color: black;
}

.card button.close-link {
  background-image: url(../img/card-footer-close-link-bg.svg);
}

.card button.info-link:hover {
  background-color: black;
}

.card .card-body.course-title a.btn {
  padding: .25rem .5rem !important;
  margin-right: 10px !important;
  margin-bottom: 1px !important;
  font-size: 1rem;
}

.card .course-title h2 {
  font-size: 1.5rem !important;
  color: rgb(79, 197, 221);
}

div.row.course {
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: 1rem;
  padding: 1.5rem .25rem 1rem .25rem;
  opacity: .75;
  transition: background-color 0.25s ease;
}

div.row.course:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
}

div.row.course h2 {
  font-size: 1.5rem !important;
}

div.row.course a.btn {
  margin: .625rem !important;
  padding: .5rem 1rem !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

div.row.course a.btn.newyork {
  color: #fff;
  background-color: rgb(109, 140, 188);
  border-color: rgb(109, 140, 188);
}

div.row.course a.btn.newyork:hover, div.row.course a.btn.newyork:focus {
  background-color: rgb(81, 105, 142);
  border-color: rgb(81, 105, 142);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
}

div.row.course a.btn.longisland {
  color: #fff;
  background-color: rgb(246, 138, 47);
  border-color: rgb(246, 138, 47);
}

div.row.course a.btn.longisland:hover, div.row.course a.btn.longisland:focus {
  background-color: rgb(213, 120, 41);
  border-color: rgb(213, 120, 41);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
}

/*! SHARED STYLES */

.nopadding {
  padding: 0 0 !important;
}

.padding {
  padding: 2.5rem !important;
}

.padding-right {
  padding-right: 6rem !important;
}

.padding-left {
  padding-left: 6rem !important;
}

.padding-top {
  padding-top: 6rem !important;
}

.padding-bottom {
  padding-bottom: 6rem !important;
}

.center {
  margin: 0 auto;
}

.white {
  color: rgb(255, 255, 255) !important;
}

strong {
  font-weight: 700 !important;
}

img.full {
  width: 100%;
  margin: 0 auto;
}

.container-fluid.header-container {
  margin: 0 auto;
}

.container-fluid.header-container h1 {
  margin-bottom: .5rem;
  text-align: center;
  color: rgb(76, 56, 27);
}

.container-fluid.header-container h3 {
  margin-bottom: .5rem;
  text-align: center;
  color: rgb(13, 108, 186);
}

.container-fluid.header-container h6 {
  margin-bottom: 2.5rem;
  text-align: center;
  color: rgb(13, 108, 186);
}

/*! BACKGROUND IMAGES */

.container-fluid.header-container {
  padding: 1rem 0;
  background-color: rgb(245, 244, 222);
  background-image: url('../img/summer-pd-header-image-bg2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.container-fluid.pencil-bg-one .row {
  margin-bottom: 5rem;
}

.container-fluid.pencil-bg-one h4 {
  line-height: 1.7;
}

.container-fluid.ctle-container {
  background-color: rgb(0, 197, 230);
}

.container-fluid.image-container {
  background-image: url('../img/summer-pd-catalog-image-bg.jpg');
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}

footer {
  position: relative;
  z-index: 10;
  padding: 3rem 0;
  border-top: 4px solid #00b4e1;
  background-color: rgba(255, 255, 255);
}

footer h4, h6 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .hide-large {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hide-small {
    display: none !important;
  }
  div.row.course {
    opacity: 1 !important;
  }
}
