/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadein {
  opacity: 0;
  -webkit-animation: fadein ease-in-out 1s;
  -moz-animation: fadein ease-in-out 1s;
  -o-animation: fadein ease-in-out 1s;
  animation: fadein ease-in-out 1s; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  -webkit-animation: fadein ease-in 1s;
  -moz-animation: fadein ease-in 1s;
  -o-animation: fadein ease-in 1s;
  animation: fadein ease-in 1s; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  background: url(../assets/img/header_bg2.jpg) center top fixed no-repeat;
  background-color: #1295D8;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 60px;
  height: 500px; }
  @media screen and (max-width: 600px) {
    .wrapper {
      height: 350px;
      padding-top: 70px;
      background-position: center top;
      background-size: 800px 400px; } }

/**
 * Clearfix
 */
.wrapper:after, .clearwrap:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top; }

.social-media-list li + li {
  padding-top: 5px; }

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8; }
  table tr:nth-child(even) {
    background-color: #f7f7f7; }
  table th, table td {
    padding: 10px 15px; }
  table th {
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    border-bottom-color: #c9c9c9; }
  table td {
    border: 1px solid #e8e8e8; }

/**
 * Site header
 */
.site-header {
  #border-bottom: 10px solid #1295D8;
  border-bottom: 10px solid #8ed1f4;
  min-height: 55.95px;
  position: relative; }

.site-title {
  width: 324px;
  height: 336px;
  background: url(../assets/img/logo2.png) no-repeat;
  margin: 0 auto 0 auto;
  background-size: 324px 336px;
  float: left; }
  @media screen and (max-width: 600px) {
    .site-title {
      width: 162px;
      background-size: 162px 168px;
      height: 168px;
      margin: 0 auto;
      float: none; } }

.cta-header {
  padding-top: 80px;
  display: inline;
  border-radius: 20px;
  text-align: right;
  font-size: 3.5em;
  font-family: Georgia;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 600px) {
    .cta-header {
      font-size: 2em;
      background: rgba(255, 255, 255, 0.5);
      float: none;
      text-align: center;
      display: none;
      border-radius: 20px;
      padding: 10px;
      margin-top: 50px; } }

.cta-button, .cta-button:visited, .cta-button:active, .cta-button:link {
  background: #1295D8;
  border-right: 2px solid #FFB511;
  border-left: 2px solid #FFB511;
  border-bottom: 2px solid #FFB511;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  color: #FFD200;
  font-size: 32px;
  line-height: 60px;
  width: 300px;
  display: none;
  height: 60px;
  border-radius: 15px;
  margin-top: 40px; }

/** 
 * Gem List (Questions/Answers 2nd heading)
 */
.clearwrap {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  height: 250px;
  max-width: 1200px; }
  @media screen and (max-width: 600px) {
    .clearwrap {
      min-height: 550px; } }

.gemlist {
  list-style: none;
  padding: 15px;
  line-height: 25px;
  width: 100%;
  height: 200px;
  float: left;
  margin: 0 auto;
  text-align: center; }

.gemlist h2 {
  font-size: 18px; }
  @media screen and (max-width: 600px) {
    .gemlist h2 {
      font-size: 14px; } }

.gem-one {
  display: inline-block;
  width: 22%;
  margin: 0 auto;
  padding: 30px; }
  @media screen and (max-width: 600px) {
    .gem-one {
      padding: 0;
      width: 100%; } }

.gem-two {
  width: 22%;
  display: inline-block;
  margin: 0 auto;
  padding: 30px; }
  @media screen and (max-width: 600px) {
    .gem-two {
      padding: 0;
      width: 100%; } }

.gem-three {
  width: 22%;
  display: inline-block;
  margin: 0 auto;
  padding: 30px; }
  @media screen and (max-width: 600px) {
    .gem-three {
      padding: 0;
      width: 100%; } }

.gem-four {
  width: 22%;
  display: inline-block;
  margin: 0 auto;
  padding: 30px; }
  @media screen and (max-width: 600px) {
    .gem-four {
      padding: 0;
      width: 100%; } }

.cert {
  background: url(../assets/img/cert.png) no-repeat;
  background-size: 62.5px 62.5px;
  height: 62.5px;
  width: 62.5px;
  margin: 0 auto;
  padding: 0;
  display: block; }

.hat {
  background: url(../assets/img/hat.png) no-repeat;
  background-size: 62.5px 62.5px;
  height: 62.5px;
  width: 62.5px;
  margin: 0 auto;
  padding: 0;
  display: block; }

.book {
  background: url(../assets/img/book.png) no-repeat;
  background-size: 62.5px 62.5px;
  height: 62.5px;
  width: 62.5px;
  margin: 0 auto;
  padding: 0;
  display: block; }

.tomes {
  background: url(../assets/img/tomes.png) no-repeat;
  background-size: 62.5px 62.5px;
  height: 62.5px;
  width: 62.5px;
  margin: 0 auto;
  padding: 0;
  display: block; }

/** 
 * About Section
 */
.about-section {
  #background: #FFD200;
  background: #fff9d9;
  padding-top: 20px;
  display: block;
  color: #005581;
  #border-top: solid 10px #FFB511;
  border-top: solid 10px #f9db4b;
  max-height: 600px;
  margin: 0 auto;
  width: 100%;
  #border-bottom: 10px solid #1295D8;
  border-bottom: 10px solid #8ed1f4;
  font-weight: 500; }
  @media screen and (max-width: 600px) {
    .about-section {
      max-height: 1200px; } }

.big-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.about-title {
  text-align: center;
  font-size: 24pt;
  font-weight: 600;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 15px; }
  @media screen and (max-width: 600px) {
    .about-title {
      font-size: 18pt; } }

.about-row1 {
  width: 80%;
  margin: 0 auto;
  text-align: left; }

.about-row2 {
  width: 80%;
  margin: 0 auto;
  text-align: left; }

.headshot {
  background: url(../assets/img/headshot.png) no-repeat;
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
  #float: right;
  #margin-left: 25px;
  margin-bottom: 15px; }

.ucla-logo {
  background: url(../assets/img/ucla-logo.png) no-repeat;
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
  float: right;
  margin-right: 25px; }
  @media screen and (max-width: 600px) {
    .ucla-logo {
      background-size: 150px 150px;
      width: 150px;
      height: 150px;
      position: relative;
      margin: 0 auto; } }

.fullerton-logo {
  background: url(../assets/img/csu_fullerton_logo.png) no-repeat;
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
  float: left;
  margin-bottom: 25px;
  margin-right: 15px; }
  @media screen and (max-width: 600px) {
    .ucla-logo {
      background-size: 150px 150px;
      width: 150px;
      height: 150px;
      position: relative;
      margin: 0 auto; } }

/**
 * Testimonial Section
 */
.test-body {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  display: block; }

.test-title {
  text-align: center; }

*, *:before, *:after {
  box-sizing: border-box; }

.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards; }

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%; }

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%; }

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%; }

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%; }

.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.slider__image {
  font-size: 2.7rem;
  color: #2196F3; }

.slider__caption {
  font-weight: 500;
  margin: 3rem 5rem 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 600px) {
    .slider__caption {
      margin: 0 auto;
      font-size: 12pt; } }

.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px; }

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2); }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0); } }
@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2); }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0); } }
/**
 * Services
 */
.services-section {
  height: 500px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  #background: #FFD200;
  background: #fff9d9;
  color: #005581;
  display: block;
  #border-top: 10px solid #FFB511; 
  border-top: 10px solid #ffe461; }
  @media screen and (max-width: 600px) {
    .services-section {
      min-height: 1200px; } }

.services-list {
  width: 100%;
  margin: 0 auto;
  float: left; }

.services-list h2 {
  font-weight: 500;
  font-size: 28px;
  padding-top: 15px;
  padding-bottom: 5px; }

.services-list h4 {
  font-weight: 500;
  padding: 0 60px 15px 60px; }
  @media screen and (max-width: 600px) {
    .services-list h4 {
      display: inline-block;
      text-align: center;
      border-radius: none; } }

.services-ul {
  list-style: square;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 60px;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  -webkit-column-width: 1em;
  column-count: 4;
  column-width: 1em; }
  @media screen and (max-width: 600px) {
    .services-ul {
      column-count: 2; } }

.service {
  padding-bottom: 10px; }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1; }

.page-heading {
  font-size: 32px; }

.post-list-heading {
  font-size: 28px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

.formContainer {
  float: right;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  #background: #1295D8;
  background: #cdeeff;
  border-top: #8ed1f4 10px solid;
  color: #005581; }
  @media screen and (max-width: 600px) {
    .formContainer {
      max-height: 750px; } }

.formContainer input {
  border-radius: 8px;
  border: none;
  height: 20px;
  padding-left: 5px;
  float: right; }
  @media screen and (max-width: 600px) {
    .formContainer input {
      float: none; } }

textarea {
  border-radius: 8px;
  border: none;
  padding-left: 5px; }

.formContainer label {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px; }
  @media screen and (max-width: 600px) {
    .formContainer label {
      text-align: center; } }

.contactform {
  margin: 0 auto;
  width: 400px;
  background: #005581;
  box-shadow: -3px -3px 0px #FFD200;
  border-radius: 20px;
  color: #FFD200;
  font-weight: 500;
  padding: 20px 20px 40px 20px; }
  @media screen and (max-width: 600px) {
    .contactform {
      width: 250px; } }

.submit-button {
  display: block;
  font-size: 1.1em;
  line-height: 0px;
  padding: 15px 10px;
  box-shadow: 0px 1px 1px #000;
  background: #FFD200;
  border: none; }

.formContainer p {
  padding: 0 100px 25px 100px;
  font-weight: 500; }
  @media screen and (max-width: 600px) {
    .formContainer p {
      padding: 0 50px 25px 50px; } }

.formContainer h2 {
  font-size: 28px;
  padding: 15px 0 5px 0;
  font-weight: 500; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
