html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.wrapper {
  background: white;
  padding-bottom: 5rem;
}

body {
  background: #33cccc;
}


h1 {
  font-family:"futura-pt",serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 3.2rem;
  letter-spacing: 0.01rem;
  margin: 0 auto;
  font-weight: lighter;
  padding-left: 6.5%;
  width: 100%;
  max-width: 1200px;
}

h2 {
  font-family: "futura-pt-condensed",sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #33cccc;
  text-transform: uppercase;
  font-weight: lighter;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  padding: 0 0 1% 6.5%;
  width: 100%;
  max-width: 1200px;
}

h3 {
  font-family: "futura-pt",sans-serif;
  
	font-style: normal;
	font-weight: 400;
  font-size: 2rem;
  color: black;
  margin: 1rem 0;
}

h4 {
  text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
  color: black;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.02rem;
}

p {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 1rem;
  line-height: 1.5rem;
}

a {
  color: #da4f0b;
  text-decoration: none;
}

header {
  background-image: url(img/headerImage.jpg);
  background-image: url(img/headerImage.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}
header .titleBackground {
  background-color: rgba(0, 0, 0, 0.25);
  height: 113px;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
}
header .title {
  position: relative;
  z-index: 9999;
}
header svg {
  margin-left: 18%;
  padding-top: 6.5%;
}

nav {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 6.5%;
}
nav ul {
  padding: 0;
  margin: 1% auto 5% auto;
  max-width: 1200px;
  width: 100%;
}
nav ul li {
  color: #da4f0b;
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block;
  list-style-type: none;
  margin-right: 2%;
  font-family: "futura-pt",sans-serif;
 
	font-style: normal;
	font-weight: 400;
  letter-spacing: 0.02rem;
  position: relative;
  font-weight: normal;
}
nav ul li:hover ul.subNav {
  display: block;
}
nav ul li a {
  color: #da4f0b;
  text-decoration: none;
  padding-bottom: 3px;
  font-weight: normal;
}
nav ul li a:hover {
  border-image: url("img/dotted-border-single-orange.gif") 8 repeat;
  border-width: 0px 0px 2px 0px;
}
nav ul.subNav {
  position: absolute;
  width: 136px;
  display: none;
  padding-top: 16px;
  margin-left: 0;
  padding-left: 0;
}
nav ul.subNav a {
  color: #da4f0b;
  text-decoration: none;
  padding-bottom: 3px;
  font-weight: normal;
}
nav ul.subNav a:hover {
  border-image: url("img/dotted-border-single-orange.gif") 8 repeat;
  border-width: 0px 0px 2px 0px;
}

main {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 6.5%;
  min-height: 650px;
}

aside {
  font-family: "futura-pt",sans-serif;
  float: right;
  width: 22%;
  margin-right: 1%;
}
aside ul {
  list-style-type: none;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.03rem;
}
aside ul li {
  color: #33cccc;
  line-height: 1.8rem;
  margin-top: 6%;
  font-size: 1rem;
}
aside ul li a {
  color: #33cccc;
  padding-bottom: 3px;
}
aside ul li a:hover {
  border-image: url("img/dotted-border-single-orange.gif") 8 repeat;
  border-width: 0px 0px 2px 0px;
}
aside ul li.asideTitle {
  color: black;
  font-size: 1.1rem;
  margin-top: 11%;
}
aside ul.logos li {
  display: inline-block;
  width: 30%;
  padding: 0%;
}
aside ul.logos li img {
  border: 0;
  width: auto;
  height: 44px;
}
aside ul.logos li:nth-child(3) img {
  height: 37px;
}

section.indexSection ul.mobileLogos {
  display: none;
  text-align: center;
  padding: 0;
  margin-left: -5px;
}
section.indexSection ul.mobileLogos li {
  display: inline-block;
  padding: 1rem;
  padding-top: 3rem;
}
section.indexSection ul.mobileLogos li img {
  border: 0;
  width: auto;
  height: 80px;
}
section.indexSection ul.mobileLogos li:nth-child(3) img {
  height: 70px;
}

footer {
  background: #33cccc;
  padding: 3% 0 6% 0%;
}

.footerContent {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 6.5%;
}
.footerContent .contact {
  float: left;
  width: 77%;
}
.footerContent .contact p {
  margin: 0;
}
.footerContent .contact p i {
  color: #FFF;
  margin: 0 0.3rem 0 0;
}
.footerContent .contact span.inquiries a {
  color: black;
}
.footerContent .social {
  float: right;
  width: 23%;
}
.footerContent .social ul {
  padding: 0;
}
.footerContent .social ul li {
  display: inline;
  list-style-type: none;
  padding: 0;
}
.footerContent .social ul li i {
  color: white;
  margin-right: 1rem;
}
.footerContent .social .fa {
  font-size: 1.5rem;
}

p.testimonial {
  background: #cbc0bb;
  padding: 3% 3% 5% 3%;
  margin: 9% 0;
}
p.testimonial .testimonialName {
  display: block;
  padding-top: 2%;
}
p.testimonial .testimonialCourse {
  color: #da4f0b;
}

section.indexSection {
  margin: 0 auto;
  max-width: 900px;
  float: left;
  width: 71%;
}

section.coursesSection {
  padding-right: 6.5%;
}
section.coursesSection table {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  width: 100%;
  border-collapse: collapse;
  color: black;
  margin-bottom: 4rem;
  table-layout: fixed;
}
section.coursesSection th {
  background: #cbc0bb;
  color: black;
  font-weight: bold;
}
section.coursesSection th:nth-child(4) {
  width: 10%;
}
section.coursesSection th:nth-child(3) {
  width: 10%;
}
section.coursesSection th:nth-child(2) {
  width: 17%;
}
section.coursesSection th:nth-child(1) {
  width: 63%;
}
section.coursesSection td, section.coursesSection th {
  padding: 6px;
  border: 1px solid black;
  text-align: left;
}
section.coursesSection td a, section.coursesSection th a {
  color: black;
  text-decoration: none;
}
section.coursesSection td a:hover, section.coursesSection th a:hover {
  color: #da4f0b;
}
section.coursesSection h3 {
  margin: 2% 0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  section.coursesSection {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  section.coursesSection table, section.coursesSection thead, section.coursesSection tbody, section.coursesSection th, section.coursesSection td, section.coursesSection tr {
    display: block;
  }
  section.coursesSection table {
    border-bottom: 1px solid black;
  }
  section.coursesSection thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  section.coursesSection tr {
    border: none;
  }
  section.coursesSection td {
    /* Behave  like a "row" */
    border: 1px solid #000;
    border-bottom: none;
    position: relative;
    padding-left: 30%;
  }
  section.coursesSection td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 0%;
    padding-right: 10px;
    white-space: nowrap;
  }
  section.coursesSection td:nth-child(1) {
    background: #cbc0bb;
    max-width: 1000px;
  }
  section.coursesSection td:nth-of-type(1):before {
    content: "Course";
  }
  section.coursesSection td:nth-of-type(2):before {
    content: "Instructor";
  }
  section.coursesSection td:nth-of-type(3):before {
    content: "Credits";
  }
  section.coursesSection td:nth-of-type(4):before {
    content: "Cost";
  }
}
section.instructorSection {
  max-width: 1000px;
  margin-right: 6.5%;
  color: white;
}
section.instructorSection table {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: black;
  margin-bottom: 2rem;
}
section.instructorSection table thead {
  display: none;
}
section.instructorSection table td {
  vertical-align: top;
}
section.instructorSection table p {
  margin-top: 0;
  float: right;
  width: 76%;
}
section.instructorSection table p .courseList {
  color: #da4f0b;
}
section.instructorSection table p .courseList span {
  color: black;
}
section.instructorSection table img {
  height: auto;
  padding-top: 5px;
  margin-right: 1.5rem;
  float: left;
  width: 20%;
  max-width: 135px;
  margin-bottom: 0.5rem;
}
section.instructorSection table td, section.instructorSection table th {
  padding: 0;
  border: none;
}
section.instructorSection table td .instructorName, section.instructorSection table th .instructorName {
  font-weight: 600;
}
section.instructorSection table td a, section.instructorSection table th a {
  color: #da4f0b;
  text-decoration: none;
}
section.instructorSection table tr {
  border-bottom: 2rem solid #FFF;
}

section.courseSingleSection {
  max-width: 1000px;
  margin-right: 6.5%;
}
section.courseSingleSection img {
  width: 150px;
  height: auto;
  float: left;
  margin: 0 30px 10px 0;
}
section.courseSingleSection h4 {
  clear: both;
  margin: 0 0 -10px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
  padding-top: 1rem;
}
section.courseSingleSection input[type="submit"] {
  background: #FFF;
  border: 1px solid #da4f0b;
  border-radius: 10px;
  padding: 5px 18px;
  text-transform: uppercase;
  color: #da4f0b;
  letter-spacing: 0.05rem;
  font-family: "Open Sans", sans-serif;
}
section.courseSingleSection input[type="submit"]:hover {
  background: #da4f0b;
  color: white;
}
section.courseSingleSection input[type="submit"]:focus {
  outline: none;
}
section.courseSingleSection a {
  color: #da4f0b;
  text-decoration: none;
}
section.courseSingleSection .courseDetails {
  margin: 0;
}
section.courseSingleSection .instructorName {
  font-weight: 600;
  color: black;
}
section.courseSingleSection form {
  margin: 13px 0 0 -18px;
}
section.courseSingleSection ul {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
}

section.testimonialsSection {
  max-width: 1000px;
  margin-right: 6.5%;
}
section.testimonialsSection p span {
  display: block;
}

section.faqSection {
  max-width: 1000px;
  margin-right: 6.5%;
}
section.faqSection i.fa.fa-arrow-up {
  margin: 0 0.5rem;
}
section.faqSection .answers {
  margin-top: 3.5rem;
}
section.faqSection p {
  margin-top: 0.5rem;
}
section.faqSection h4 {
  margin-bottom: 0;
}

section.faqSectionMobile {
  display: none;
}
section.faqSectionMobile .fa {
  color: #da4f0b;
}
section.faqSectionMobile .mobileAnswer {
  display: none;
}

section.discountsSection {
  max-width: 1000px;
  margin-right: 6.5%;
}
section.discountsSection .container {
  display: table;
  margin-left: -15px;
}
section.discountsSection .container .column {
  display: table-cell;
  text-align: center;
}
section.discountsSection .container .column ul {
  background: #da4f0b;
  margin: 1rem;
  border-radius: 16px;
  padding: 2rem 3rem;
  list-style-type: none;
  text-align: center;
  color: #FFF;
  font-family: "Futura W01 Medium";
}
section.discountsSection .container .column ul li:nth-child(3) {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
section.discountsSection .container .column ul li {
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}
section.discountsSection .container .column input[type="submit"] {
  background: #FFF;
  border: 1px solid #da4f0b;
  border-radius: 10px;
  padding: 5px 18px;
  text-transform: uppercase;
  color: #da4f0b;
  letter-spacing: 0.05rem;
  font-family: "Open Sans", sans-serif;
}
section.discountsSection .container .column input[type="submit"]:hover {
  background: #da4f0b;
  color: white;
}
section.discountsSection .container .column input[type="submit"]:focus {
  outline: none;
}

section.topicSection {
  max-width: 1000px;
  margin-right: 6.5%;
}
section.topicSection table {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  width: 100%;
  border-collapse: collapse;
  color: black;
  margin-bottom: 4rem;
}
section.topicSection th {
  background: #cbc0bb;
  color: black;
  font-weight: bold;
}
section.topicSection th:nth-child(3) {
  width: 95px;
}
section.topicSection td:nth-child(1) {
  max-width: 600px;
}
section.topicSection td, section.topicSection th {
  padding: 6px;
  border: 1px solid black;
  text-align: left;
}
section.topicSection td a, section.topicSection th a {
  color: black;
  text-decoration: none;
}
section.topicSection td a:hover, section.topicSection th a:hover {
  color: #da4f0b;
}
section.topicSection tr {
  border: none;
}
section.topicSection h3 {
  margin: 2% 0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  section.topicSection {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  section.topicSection table, section.topicSection thead, section.topicSection tbody, section.topicSection th, section.topicSection td, section.topicSection tr {
    display: block;
  }
  section.topicSection table {
    border-bottom: 1px solid black;
  }
  section.topicSection thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  section.topicSection tr {
    border: none;
  }
  section.topicSection td {
    /* Behave  like a "row" */
    border: 1px solid #000;
    border-bottom: none;
    position: relative;
    padding-left: 30%;
  }
  section.topicSection td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 0%;
    padding-right: 10px;
    white-space: nowrap;
  }
  section.topicSection td:nth-child(1) {
    background: #cbc0bb;
    max-width: 1000px;
  }
  section.topicSection td:nth-of-type(1):before {
    content: "Course";
  }
  section.topicSection td:nth-of-type(2):before {
    content: "Instructor";
  }
  section.topicSection td:nth-of-type(3):before {
    content: "Credits";
  }
  section.topicSection td:nth-of-type(4):before {
    content: "Cost";
  }
}
section.seriesSection {
  max-width: 1000px;
  margin-right: 6.5%;
}
section.seriesSection table {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  width: 100%;
  border-collapse: collapse;
  color: black;
  margin-bottom: 4rem;
}
section.seriesSection th {
  background: #cbc0bb;
  color: black;
  font-weight: bold;
}
section.seriesSection th:nth-child(3) {
  width: 95px;
}
section.seriesSection th:nth-child(1) {
  max-width: 650px;
}
section.seriesSection td, section.seriesSection th {
  padding: 6px;
  border: 1px solid black;
  text-align: left;
}
section.seriesSection td a, section.seriesSection th a {
  color: black;
  text-decoration: none;
}
section.seriesSection td a:hover, section.seriesSection th a:hover {
  color: #da4f0b;
}
section.seriesSection tr {
  border: none;
}
section.seriesSection h4 {
  margin: 2rem 0 1rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
  padding-top: 1rem;
}
section.seriesSection ul {
  list-style-type: disc;
  padding-left: 40px;
  font-family: "open sans";
  line-height: 1.5rem;
  margin-bottom: 3rem;
}
section.seriesSection img {
  width: 150px;
  height: auto;
  float: left;
  margin: 0 30px 30px 0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  section.seriesSection {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  section.seriesSection table, section.seriesSection thead, section.seriesSection tbody, section.seriesSection th, section.seriesSection td, section.seriesSection tr {
    display: block;
  }
  section.seriesSection table {
    border-bottom: 1px solid black;
  }
  section.seriesSection thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  section.seriesSection tr {
    border: none;
  }
  section.seriesSection td {
    /* Behave  like a "row" */
    border: 1px solid #000;
    border-bottom: none;
    position: relative;
    padding-left: 30%;
  }
  section.seriesSection td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 0%;
    padding-right: 10px;
    white-space: nowrap;
  }
  section.seriesSection td:nth-child(1) {
    background: #cbc0bb;
    max-width: 1000px;
  }
  section.seriesSection td:nth-of-type(1):before {
    content: "Course";
  }
  section.seriesSection td:nth-of-type(2):before {
    content: "Instructor";
  }
  section.seriesSection td:nth-of-type(3):before {
    content: "Credits";
  }
  section.seriesSection td:nth-of-type(4):before {
    content: "Cost";
  }
}
section.certificateSection {
  max-width: 1000px;
  margin-right: 6.5%;
}
section.certificateSection table {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  width: 100%;
  border-collapse: collapse;
  color: black;
  margin-bottom: 4rem;
}
section.certificateSection th {
  background: #cbc0bb;
  color: black;
  font-weight: bold;
}
section.certificateSection th:nth-child(3) {
  width: 95px;
}
section.certificateSection th:nth-child(1) {
  max-width: 650px;
}
section.certificateSection td, section.certificateSection th {
  padding: 6px;
  border: 1px solid black;
  text-align: left;
}
section.certificateSection td a, section.certificateSection th a {
  color: black;
  text-decoration: none;
}
section.certificateSection td a:hover, section.certificateSection th a:hover {
  color: #da4f0b;
}
section.certificateSection h4 {
  margin: 2rem 0 1rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
}
section.certificateSection input[type="submit"] {
  background: #FFF;
  border: 1px solid #da4f0b;
  border-radius: 10px;
  padding: 5px 18px;
  text-transform: uppercase;
  color: #da4f0b;
  letter-spacing: 0.05rem;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 0 -18px;
}
section.certificateSection input[type="submit"]:hover {
  background: #da4f0b;
  color: white;
}
section.certificateSection input[type="submit"]:focus {
  outline: none;
}
section.certificateSection img {
  width: 150px;
  height: auto;
  float: left;
  margin: 0 30px 10px 0;
}
section.certificateSection form {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  section.certificateSection {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  section.certificateSection table, section.certificateSection thead, section.certificateSection tbody, section.certificateSection th, section.certificateSection td, section.certificateSection tr {
    display: block;
  }
  section.certificateSection table {
    border-bottom: 1px solid black;
  }
  section.certificateSection thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  section.certificateSection tr {
    border: none;
  }
  section.certificateSection td {
    /* Behave  like a "row" */
    border: 1px solid #000;
    border-bottom: none;
    position: relative;
    padding-left: 30%;
  }
  section.certificateSection td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 0%;
    padding-right: 10px;
    white-space: nowrap;
  }
  section.certificateSection td:nth-child(1) {
    background: #cbc0bb;
    max-width: 1000px;
  }
  section.certificateSection td:nth-of-type(1):before {
    content: "Course";
  }
  section.certificateSection td:nth-of-type(2):before {
    content: "Instructor";
  }
  section.certificateSection td:nth-of-type(3):before {
    content: "Credits";
  }
  section.certificateSection td:nth-of-type(4):before {
    content: "Cost";
  }
}
.mobileMenu {
  visibility: hidden;
}

@media (max-width: 825px) {
  header svg {
    margin-left: 5%;
  }
}
@media (max-width: 750px) {
  main, nav, h1, h2, .footerContent {
    padding-left: 2%;
  }

  nav ul li {
    font-size: 0.9rem;
  }

  aside ul li {
    font-size: 0.9rem;
  }
}
@media (max-width: 691px) {
  .footerContent .social .fa {
    font-size: 1.1rem;
  }
}
@media (max-width: 670px) {
  header svg {
    margin-left: 1%;
  }

  section.instructorSection table {
    margin-top: 2rem;
  }
  section.instructorSection table td p {
    float: none;
    width: 100%;
  }
}
@media (max-width: 653px) {
  header {
    background: white;
  }
  header .titleBackground {
    background-color: #da4f0b;
    height: 100px;
    bottom: 43px;
  }
  header svg {
    display: none;
  }
  header button.mobileMenu {
    visibility: visible;
    font-size: 3rem;
    color: #33cccc;
    margin: 3% 0 3% 2%;
    background: none;
    border: none;
    position: relative;
    z-index: 4;
  }
  header button.mobileMenu:focus {
    outline: none;
  }
  header .title {
    z-index: 1;
  }
  header .title h1 {
    padding-top: 23px;
    letter-spacing: 0.1rem;
    z-index: 1;
    padding-left: 3%;
  }
  header .title h2 {
    margin: 17px auto auto auto;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
    padding-left: 3%;
  }

  nav {
    position: absolute;
    top: 14px;
    left: -69px;
    z-index: 3;
    display: none;
  }
  nav ul {
    background: #33cccc;
    width: 280px;
    padding: 2% 3%;
    margin-left: 134px;
  }
  nav ul li {
    display: block;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.17rem;
    line-height: 2.5rem;
  }
  nav ul li a {
    color: white;
  }
  nav ul .subNav {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 1rem;
  }
  nav ul .subNav li a {
    text-decoration: none;
    padding-bottom: 3px;
    font-weight: normal;
  }
  nav ul .subNav li a:hover {
    border-image: url("img/dotted-border-single-orange.gif") 8 repeat;
    border-width: 0px 0px 2px 0px;
  }

  main {
    margin: auto;
    width: 95%;
    padding: 0;
  }

  section.indexSection, aside {
    float: none;
    width: 100%;
  }

  aside {
    margin-top: 20px;
  }
  aside .asideTitle {
    display: block;
    margin-top: 0;
    width: 168px;
    padding: 5px;
    cursor: pointer;
  }
  aside ul {
    width: 42%;
    background: #33cccc;
    margin-top: -51.5px;
    margin-left: 167px;
    padding-top: 1px;
    display: none;
    position: absolute;
  }
  aside ul #certNav {
    margin-top: -51px;
  }
  aside ul li {
    padding: 4px 8px;
    margin-top: 2%;
  }
  aside ul li a {
    color: white;
  }
  aside ul.logos {
    display: none;
  }

  .highlight {
    background: #da4f0b;
  }

  footer .footerContent {
    margin: auto;
    width: 90%;
    padding: 0;
  }
  footer .footerContent .social {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .footerContent .social ul {
    margin: 3rem 0;
    padding: 0;
  }
  footer .footerContent .social .fa {
    font-size: 2.5rem;
    padding: 0 0.3rem;
  }
  footer .footerContent .contact {
    width: 100%;
  }
  footer .footerContent .contact p {
    font-size: 0.9rem;
  }
  footer .footerContent .contact span.inquiries {
    display: block;
  }
  footer .footerContent .contact span.inquiries a {
    color: black;
  }

  section.indexSection ul.mobileLogos {
    display: block;
  }

  section.faqSection {
    display: none;
  }

  section.faqSectionMobile {
    display: block;
  }
  section.faqSectionMobile .answer {
    display: none;
  }
  section.faqSectionMobile h4 a:hover {
    cursor: pointer;
  }

  section.discountsSection {
    margin-right: 0;
  }
  section.discountsSection .container .column ul {
    padding: 2rem 1rem;
  }
}
@media (max-width: 541px) {
  header .title h1 {
    font-size: 2rem;
    padding-top: 10px;
    letter-spacing: 0.1rem;
  }
  header .title h2 {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
  }
  header .titleBackground {
    height: 68px;
    bottom: 36px;
  }
  header button.mobileMenu {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  section.discountsSection .container {
    display: block;
    width: 100%;
    margin: 2rem 0 0 0;
  }
  section.discountsSection .container .column {
    display: block;
    margin-bottom: 3rem;
  }
  section.discountsSection .container .column ul {
    padding: 1rem;
    margin: 0 0 0.5rem 0;
  }
  section.discountsSection .container .column input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 435px) {
  header .title h2 {
    letter-spacing: 0.03rem;
    font-size: 1.07rem;
  }

  aside {
    margin-left: -5px;
  }
  aside .asideTitle {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
    padding-left: 5px;
  }

  p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  p.testimonial {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 411px) {
  footer .contact p span {
    display: block;
  }

  section.indexSection ul.mobileLogos li {
    padding: 0.5rem;
  }
  section.indexSection ul.mobileLogos li img {
    height: 40px;
  }
  section.indexSection ul.mobileLogos li:nth-child(3) img {
    height: 45px;
  }
}
@media (max-width: 351px) {
  header .title h1 {
    font-size: 1.7rem;
    padding-top: 18px;
    letter-spacing: 0.09rem;
  }
  header .titleBackground {
    height: 58px;
    bottom: 31px;
  }

  aside ul {
    width: 49%;
    margin-left: 148px;
  }
  aside ul#topicNav {
    margin-top: -45.5px;
  }
  aside ul#featuredNav {
    margin-left: 161px;
    margin-top: -45.5px;
  }
  aside ul#certNav {
    margin-top: -45px;
    margin-left: 152px;
  }

  section.instructorSection {
    margin-right: 0;
  }
  section.instructorSection table td {
    display: block;
  }
  section.instructorSection table img {
    width: 35%;
    padding: 0 12px 0 0;
    margin-right: 1rem;
    float: left;
  }
  section.instructorSection td {
    display: block;
  }

  section.testimonialsSection {
    margin-right: 0;
  }

  main {
    margin-top: 2rem;
  }

  section.indexSection mark h3 {
    font-size: 1.3rem;
  }
}
