body {
  position: relative;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #f1f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 1080px;
  margin: auto;
  background-color: #58595c;
}
p {
  line-height: 1.8em;
}
.clearfix {
  clear: both;
}
h1,
h2 {
  font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 3px;
  text-shadow: -1px 1px 2px black;
}
h2 {
  display: inline-block;
  font-size: 38px;
  letter-spacing: 2px;
}
h4 {
  display: inline-block;
  background-color: #b0d236;
  color: #f1f2f2;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
  padding: 10px 35px 10px 35px;
}
div.btn-color {
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #b0d236 0%, #2bb673 100%), -webkit-linear-gradient(left, #b0d236 0%, #2bb673 100%);
  background-image: -moz-linear-gradient(left, #b0d236 0%, #2bb673 100%), -moz-linear-gradient(left, #b0d236 0%, #2bb673 100%);
  background-image: -o-linear-gradient(left, #b0d236 0%, #2bb673 100%), -o-linear-gradient(left, #b0d236 0%, #2bb673 100%);
  background-image: linear-gradient(to right, #b0d236 0%, #2bb673 100%), linear-gradient(to right, #b0d236 0%, #2bb673 100%);
  padding: 2px;
  border-radius: 24px;
}
div.btn-color > a {
  display: inline-block;
  font-size: 10px;
  border-radius: 24px;
  padding: 12px 20px 12px 20px;
  background-color: #020403;
}
#top-spacer {
  height: 10px;
  width: 100%;
  background: #a4c7bf;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #b0d236, #2bb673);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #b0d236, #2bb673);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #b0d236, #2bb673);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #b0d236, #2bb673);
  /* Standard syntax */

}
.brand-name {
  display: inline-block;
  font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: #f1f2f2;
  border-top: 1px solid #f1f2f2;
  border-bottom: 1px solid #f1f2f2;
  padding: 2px 0 2px 0;
}
.logo {
  position: absolute;
  left: 50%;
  top: 38px;
  width: 70px;
  margin-left: -35px;
}
.nav,
.nav-solid {
  position: absolute;
  top: 0;
  width: 980px;
  padding: 60px 50px 50px 50px;
  z-index: 10;
}
.nav ul,
.nav-solid ul {
  list-style: none;
  float: right;
  margin: 6px 0 0 0;
}
.nav li,
.nav-solid li {
  position: relative;
  display: inline;
  margin: 0;
}
.nav li a,
.nav-solid li a {
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-size: 8px;
  font-weight: 600;
}
.nav li a:hover,
.nav-solid li a:hover {
  border-radius: 15px;
  border: 1px solid #f1f2f2;
  padding: 7px 9px 7px 9px;
}
.nav li .selected,
.nav-solid li .selected {
  border-radius: 15px;
  border: 1px solid #f1f2f2;
  padding: 7px 9px 7px 9px;
}
.nav-solid {
  position: relative;
  background-color: #020403;
}
.first-section {
  width: 100%;
  padding: 120px 0 60px 0;
}
.first-section .floating-border {
  position: absolute;
  top: 125px;
  left: 50px;
  right: 50px;
  height: 66%;
  border-top: 0.25px solid #b9cad1;
  border-left: 0.25px solid #b9cad1;
  border-right: 0.25px solid #b9cad1;
}
#jumbo-wrapper {
  position: relative;
  background: #020403 url(../images/banner2.jpg);
  background-position: right top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#jumbo-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 61px;
  background-repeat: no-repeat;
  background-image: url(../images/curve_mask.png);
  background-size: contain;
  background-position: bottom;
}
#jumbotron {
  text-align: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#jumbotron p {
  font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.circles {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 120px;
  width: 315px;
  z-index: 1;
}
.stars {
  height: 50px;
  width: 25px;
  margin-top: 50px;
  margin-bottom: 15px;
}
.centered-section {
  width: 700px;
  margin: 0 auto 0 auto;
  padding: 60px 0 60px 0;
}
#section1 {
  position: relative;
  text-align: center;
  background-color: #020403;
  padding-top: 60px;
}
#section1 p {
  margin: 30px 0 30px 0;
}
#veterans-content {
  padding: 60px 120px 60px 120px;
  background-color: #e6eef0;
  color: #212829;
}
.veterans-content-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.veterans-content-links a {
  text-decoration: underline;
}
#veterans-content .slider-content {
  background-color: #f0f7f7;
  box-shadow: 3px 3px 5px #888888;
}
#veterans-content .slider-content .col1 {
  float: left;
  width: 200px;
  padding: 60px 60px 60px 0;
  text-align: left;
}
#veterans-content .slider-content .col2 {
  float: left;
  width: 520px;
  padding: 60px 60px 60px 0;
  text-align: left;
}
#veterans-content .row {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#veterans-content .col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: left;
  padding: 60px;
}
#veterans-content .testimonial {
  text-transform: none;
  font-size: 16px;
  padding-top: 0;
}
#veterans-content .testimonial p {
  margin-top: 0;
}
#veterans-content .testimonial .caption-title,
#veterans-content .testimonial .caption-text {
  font-weight: 400;
}
#veterans-content .col-nopad {
  display: table-cell;
  width: 420px;
  text-align: left;
}
/*#veterans-content .quote {
background-color: @white;
text-align: center;
}
#veterans-content .quote p{
font-style: italic;
}*/

#veterans-action {
  padding: 50px 0 50px 0;
  background-color: #020403;
  text-align: center;
}
#veterans-action h1 {
  color: #b0d236;
}
#veterans-action p {
  padding: 30px;
  margin: 0 auto 0 auto;
  width: 700px;
}
#contact-jumbo {
  position: relative;
  background-color: #020403;
  background: url(../images/banner1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#contact-jumbo h1 {
  margin-top: 250px;
}
#contact-jumbo div {
  padding: 0 50px;
  width: 550px;
}
#catalog-header {
  padding: 60px 100px 60px 100px;
  background: #a5c7c0;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #a5c7c0, #b0d236);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #a5c7c0, #b0d236);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #a5c7c0, #b0d236);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #a5c7c0, #b0d236);
  /* Standard syntax */

}
#catalog-header h1 {
  margin: 50px 0 50px 0;
}
#catalog-header a {
  text-decoration: underline;
}
#catalog-header .btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 25px;
  border: 3px solid #f1f2f2;
  padding: 12px 20px 12px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#catalog-header .col1 {
  display: table-cell;
  border-right: 1px solid #f1f2f2;
  width: 50%;
  padding-right: 60px;
}
#catalog-header .col2 {
  text-transform: none;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-left: 60px;
}
#contact-locations,
#contact-us,
#catalog-courses,
#catalog-directory {
  background-color: #020403;
}
#contact-locations .header,
#contact-us .header,
#catalog-courses .header,
#catalog-directory .header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 25px 50px;
}
#contact-locations .expand,
#contact-us .expand,
#catalog-courses .expand,
#catalog-directory .expand,
#contact-locations .collapse,
#contact-us .collapse,
#catalog-courses .collapse,
#catalog-directory .collapse {
  position: absolute;
  right: 30px;
  color: #b0d236;
  font-size: 24px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contact-locations .expand:before,
#contact-us .expand:before,
#catalog-courses .expand:before,
#catalog-directory .expand:before {
  content: "\25bc";
}
#contact-locations .collapse:before,
#contact-us .collapse:before,
#catalog-courses .collapse:before,
#catalog-directory .collapse:before {
  content: "\25b2";
}
#contact-locations .outline,
#contact-us .outline,
#catalog-courses .outline,
#catalog-directory .outline {
  font-size: 10px;
  width: 13px;
  text-align: center;
  border: 2px solid #b0d236;
  border-radius: 13px;
  padding: 6px;
  margin-right: 30px;
}
.contact-loc-details,
.contact-us-details,
.catalog-courses-list,
.catalog-directory-details {
  margin: 0;
  overflow: hidden;
}
.catalog-courses-list,
.catalog-directory-details {
  padding: 60px 120px 60px 120px;
  background-color: #5c5c5c;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to top right, #131313, #5c5c5c);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to top right, #131313, #5c5c5c);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to top right, #131313, #5c5c5c);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top right, #131313, #5c5c5c);
  /* Standard syntax */

}
.catalog-courses-list .catalog-program {
  position: relative;
  background: #606060;
  /* Fall-back for browsers that don't support rgba */
  background: rgba(96, 96, 96, 0.25);
  border-radius: 20px;
  padding: 20px;
  padding-left: 40px;
  width: 340px;
  display: inline-block;
}
.catalog-courses-list .catalog-program .tab {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #a4c6bf;
  width: 20px;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.catalog-courses-list .catalog-program h3 {
  display: block;
  color: #a4c6bf;
}
.catalog-courses-list .catalog-program:hover {
  cursor: pointer;
}
.catalog-courses-list .selected-program .tab {
  background-color: #b0d236;
}
.catalog-courses-list .selected-program h3 {
  color: #b0d236;
}
.catalog-course-wrapper {
  background-color: #dce6e8;
  padding: 0 120px 0 120px;
}
.catlog-course-description {
  background-color: #f1f2f2;
  box-shadow: 0px 0px 10px #888888;
  padding: 40px;
  color: #020403;
  text-transform: none;
}
.catlog-course-description h2,
.catlog-course-description h4 {
  background-color: inherit;
  padding: 0;
  text-transform: uppercase;
}
.catlog-course-description hr {
  color: #212829;
  margin: 10px 0 10px 0;
}
.catalog-directory-details {
  -moz-column-count: 4;
  -moz-column-width: 135px;
  -webkit-column-count: 4;
  -webkit-column-width: 135px;
  column-count: 4;
  column-width: 135px;
  column-rule: 1px solid #212829;
}
.catalog-directory-details div {
  display: block;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
  height: 75px;
  padding: 15px;
}
.catalog-directory-details h3 {
  color: #b0d236;
  border-bottom: 1px solid #b0d236;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contact-loc-details .foursquare {
  float: left;
  padding: 50px;
  width: 440px;
  height: 160px;
}
.contact-loc-details .sac {
  background-color: white;
  color: #020403;
}
.contact-loc-details .sac-photo {
  background-image: url(../images/sac-tower-bridge.jpg);
  -webkit-background-size: cover;
  /* For WebKit*/
  -moz-background-size: cover;
  /* Mozilla*/
  -o-background-size: cover;
  /* Opera*/
  background-size: cover;
  /* Generic*/
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: inset 0px 0px 0px 2px #b0d236;
  -moz-box-shadow: inset 0px 0px 0px 2px #b0d236;
  box-shadow: inset 0px 0px 0px 2px #b0d236;
}
.contact-loc-details .sac-photo div {
  text-align: center;
}
.contact-loc-details #map {
  padding: 0;
  width: 540px;
  height: 260px;
}
.contact-loc-details .oak {
  background-color: #272f2f;
  color: #f1f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-loc-details .oak div {
  text-align: center;
}
.arrow {
  margin-bottom: 30px;
  height: 30px;
  width: 19px;
}
.what-is-vrt-quote {
  padding-left: 50px;
  border-left: 1px solid #a5c7c0;
}
.what-is-vrt-quote .quote {
  font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.highlight {
  color: #b0d236;
}
.what-is-vrt-image {
  display: block;
  width: 200px;
}
.photo-grid {
  display: table-cell;
  width: 250px;
  padding: 0 0 50px 0;
}
.photo-grid a {
  cursor: pointer;
}
.caption {
  line-height: 135%;
  font-size: 10px;
}
.caption .title {
  font-weight: 600;
}
.caption .description {
  text-transform: none;
}
#veterans-content .caption {
  margin: 15px 0px 30px 15px;
}
footer {
  padding: 50px;
  border-top: 5px solid #f1f2f2;
  background-color: #020403;
  text-align: right;
  font-size: 10px;
}
footer .brand-name {
  position: absolute;
  left: 50px;
}
footer .contact1 {
  display: inline-block;
  padding-right: 25px;
  border-right: 1px solid #b0d236;
}
footer .contact2 {
  display: inline-block;
  padding-left: 25px;
}
