@import "http://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css";
@import url(jPushMenu.css);
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
@import 'https://fonts.googleapis.com/css?family=Roboto:400,300,500';
@import url(toastgrid.css);
@import url(jquery.fancybox.css);
@import "http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/jquery-ui.css";
h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.5em;
}

body {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  background-color: #ECF0F1;
}

body a {
  text-decoration: none;
}

body .nav, body #s1, body #s3 {
  letter-spacing: .05em;
}

body #s2 h1, body #s4 h1, body #s5 h1 {
  letter-spacing: .05em;
}

body .fa {
  font-size: 3em;
}

body .menu {
  padding: 14px 20px;
}

body .open {
  background-color: #E74C3C;
  color: white;
}

body .nav {
  overflow-y: auto;
}

body .nav h3 {
  font-weight: 500;
  color: white;
  background-color: #E74C3C;
}

body .nav a {
  font-weight: 300;
  background-color: #555;
  border-bottom: 1px solid #333;
}

body .nav a:hover {
  background-color: #333;
}

body .nav span {
  font-size: 1.33em;
  float: right;
}

body .nav p {
  color: white;
  font-weight: 300;
  font-size: 0.8em;
  position: absolute;
  top: 95%;
  left: 20%;
}

body .cbp-spmenu {
  background-color: #555;
}

body .container {
  width: 70%;
  margin: auto;
}

body .landing img {
  width: 500px;
  display: block;
  margin: 0 auto;
  padding: 30px 0 90px 0;
}

body .section {
  min-height: 500px;
  padding: 60px 0;
}

body #s1, body #s4 {
  background-color: #E74C3C;
  color: white;
}

body #s1 .grid__col:first-child {
  padding: 0;
}

body #s1 .container {
  width: 85%;
}

body #s1 h1 {
  text-align: center;
  padding-bottom: 50px;
}

body #s1 p {
  line-height: 1.5em;
  padding-top: 20%;
  font-size: 1.2em;
  text-align: center;
}

body #s1 .headshotCont {
  text-align: center;
}

body #s1 .headshotCont img {
  width: 60%;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
  transition: cubic-bezier(0.68, -1, 0.265, 1.55) 1s;
}

body #s1 .headshot {
  transform: rotate(-10deg);
}

body #s2 .circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  background-color: #555;
  transition: .5s;
  margin: auto;
  z-index: 20;
  position: absolute;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

body #s2 .circleBorder {
  box-shadow: none;
  background-color: #333;
  transition: .5s;
}

body #s2 .mCircle {
  position: absolute;
  margin-left: 100px;
  z-index: 19;
  background-color: #555;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 100px;
}

body #s2 .mCircle p {
  font-size: 14px;
}

body #s2 .skill {
  margin-top: 100px;
}

body #s2 .skillcont {
  margin-left: 15%;
}

body #s2 .test1 {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body #s2 .test2 {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

body #s2 .test3 {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

body #s2 .test4 {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s;
}

body #s2 .test5 {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
}

body #s2 h1 {
  text-align: center;
  padding-bottom: 50px;
}

body #s2 h2 {
  text-align: center;
  margin-top: 120px;
  color: white;
}

body #s3 {
  background-color: #2C3E50;
  color: white;
}

body #s3 ::-webkit-scrollbar {
  display: none;
}

body #s3 a {
  color: white;
}

body #s3 h1 {
  padding-bottom: 50px;
  text-align: center;
}

body #s3 #event a:hover, body #s3 #sessions a:hover, body #s3 #cTable a:hover {
  color: #E74C3C;
}

body #s3 #event a {
  display: block;
  line-height: 5em;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.2em;
}

body #s3 #event i {
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}

body #s3 #sessions {
  height: 400px;
  overflow: scroll;
  background: linear-gradient(#2C3E50 30%, rgba(44, 62, 80, 0)), linear-gradient(rgba(44, 62, 80, 0), #2C3E50 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.3), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.3), transparent) 0 100%;
  background: linear-gradient(#2C3E50 30%, rgba(44, 62, 80, 0)), linear-gradient(rgba(44, 62, 80, 0), #2C3E50 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), transparent) 0 100%;
  background-repeat: no-repeat;
  background-color: #2C3E50;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

body #s3 #sessions a {
  font-weight: 300;
  line-height: 1.5em;
}

body #s3 #sessions p {
  margin-top: 2em;
  text-align: center;
  font-weight: 300;
}

body #s3 #sessions i {
  font-size: 6em;
}

body #s3 #sessions ul {
  border-left: 2px solid #E74C3C;
  border-right: 2px solid #E74C3C;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 40px 0px;
}

body #s3 #sessions li {
  list-style-type: none;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #d6d6d6;
  text-align: left;
}

body #s3 #sessions li .classNum {
  display: inline-block;
  width: 75px;
}

body #s3 #sessions li:first-child {
  border-top: none;
  padding-top: 1.8em;
}

body #s3 #details {
  height: 400px;
  overflow: scroll;
  background: linear-gradient(#2C3E50 30%, rgba(44, 62, 80, 0)), linear-gradient(rgba(44, 62, 80, 0), #2C3E50 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.3), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.3), transparent) 0 100%;
  background: linear-gradient(#2C3E50 30%, rgba(44, 62, 80, 0)), linear-gradient(rgba(44, 62, 80, 0), #2C3E50 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), transparent) 0 100%;
  background-repeat: no-repeat;
  background-color: #2C3E50;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

body #s3 #details div {
  text-align: left;
  padding: 1.8em 0em 0em 1em;
}

body #s3 #details p {
  font-weight: 300;
  line-height: 1.5em;
  padding: 0px;
  margin: 0.8em 0em 0em 0em;
}

body #s3 #details h3 {
  border-bottom: 2px solid #E74C3C;
  padding-bottom: 10px;
}

body #s3 #cTable {
  display: block;
  line-height: 5em;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.2em;
}

body #s3 #cTable i {
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}

body #s4 {
  min-height: 250px;
  padding-bottom: 0;
}

body #s4 h1 {
  text-align: center;
  padding-bottom: 60px;
}

body #s4 .fancybox img {
  width: 100%;
}

body #s4 .grid__col {
  padding-left: 0;
  margin-bottom: -4px;
}

body #s4 .overlay {
  background-color: #333;
  position: relative;
}

body #s4 .overlayActive {
  opacity: .2;
}

body #s4 i {
  position: absolute;
  font-size: 7em;
  top: 20%;
  left: 25%;
  visibility: hidden;
  pointer-events: none;
}

body #s4 .iActive {
  visibility: visible !important;
}

body #s5 {
  /* active state */
  /* active state */
}

body #s5 h1 {
  text-align: center;
  padding-bottom: 50px;
}

body #s5 #map {
  height: 325px;
}

body #s5 .group {
  position: relative;
  margin-bottom: 45px;
}

body #s5 input, body #s5 textarea {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 285px;
  border: none;
  border-bottom: 1px solid #757575;
  background-color: #ECF0F1;
}

body #s5 input:focus, body #s5 textarea:focus {
  outline: none;
}

body #s5 label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
}

body #s5 input:focus ~ label, body #s5 input:valid ~ label, body #s5 textarea:focus ~ label, body #s5 textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #2C3E50;
}

body #s5 .bar {
  position: relative;
  display: block;
  width: 300px;
}

body #s5 .bar:before, body #s5 .bar:after {
  content: '';
  height: 3px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2C3E50;
  transition: 0.2s ease all;
}

body #s5 .bar:before {
  left: 50%;
}

body #s5 .bar:after {
  right: 50%;
}

body #s5 input:focus ~ .bar:before, body #s5 input:focus ~ .bar:after, body #s5 textarea:focus ~ .bar:before, body #s5 textarea:focus ~ .bar:after {
  width: 50%;
}

body #s5 .button {
  background-color: #ECF0F1;
  border: 2px solid #2C3E50;
  color: #2C3E50;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
}

body #s5 .buttonOn {
  background-color: #2C3E50;
  color: #ECF0F1;
  border-radius: 7px;
}

body #s5 form i {
  float: right;
  margin: -40px 20px 0 0;
  font-size: 2em;
}

body #s5 #time-range p {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  pointer-events: none;
}

body #s5 #time-range p span {
  font-weight: 300;
  color: #555;
}

body #s5 .ui-slider-horizontal {
  height: 8px;
  background: #D7D7D7;
  border: 1px solid #BABABA;
  box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
  clear: both;
  margin: 8px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

body #s5 .ui-slider {
  position: relative;
  text-align: left;
}

body #s5 .ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}

body #s5 .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 8px;
  font-size: .7em;
  display: block;
  border: 1px solid #333;
  box-shadow: 0 1px 0 #555 inset;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background: #555;
}

body #s5 .ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #333;
  width: 22px;
  height: 22px;
}

body #s5 .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: default;
  border: none;
  cursor: pointer;
}

body #s5 .ui-slider .ui-slider-handle:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}

body #s5 .ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.6em;
}

body #s5 .ui-slider a:focus {
  outline: none;
}

body #s5 #slider-range {
  width: 100%;
  margin: 20px auto 0;
}

body #s5 #time-range {
  width: 325px;
}

body #s5 .socialMedia {
  text-align: center;
}

body #s5 .socialMedia a {
  color: #2C3E50;
}

body #s5 .socialMedia ul {
  padding: 50px 0;
}

body #s5 .socialMedia li {
  display: inline-block;
  padding: 0 20px;
  list-style: none;
  font-size: 2.66em;
}

body #s5 .smActive {
  color: #333;
}

body .ui-widget-header {
  border: 1px solid #333;
  background: #2C3E50;
  color: white;
}

body .ui-tooltip {
  background: #666;
  color: white;
  border: none;
  padding: 0;
  opacity: 1;
}

body .ui-tooltip-content {
  position: relative;
  padding: 1em;
  font-size: .8em;
}

body .ui-tooltip-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

body .ui-tooltip-content::after {
  top: 18px;
  left: -10px;
  border-color: transparent #666;
  border-width: 10px 10px 10px 0;
}

body .ui-dialog {
  width: 600px !important;
}

body .ui-widget-overlay {
  background-repeat: repeat;
}

body #classList th {
  font-weight: 600;
  padding-right: 17px;
}

body #classList tr {
  line-height: 2em;
}

body .toTop {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #333 url(../images/toTop-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  transition: .3s !important;
}

body .toTop.cd-is-visible, body .toTop.cd-fade-out, body .no-touch .toTop:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

body .toTop.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

body .toTop.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

body .toTop:hover {
  background-color: #333;
  opacity: 1;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  body .toTop {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  body .toTop {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 1366px) {
  body #s4 i {
    font-size: 5em;
  }
  body #s1 .headshotCont img {
    width: 80%;
  }
}

@media only screen and (min-width: 1150px) and (max-width: 1366px) {
  body #s1 .headshotCont img {
    width: 70%;
  }
}

body .fancybox-title-float-wrap .child {
  font-weight: 400;
}

body .fancybox-title {
  letter-spacing: .05em;
}

body .fancybox-title a {
  float: right;
  color: #ECF0F1;
  padding: 10px 33px;
  border-radius: 4px;
  background-color: #333;
  transition: .3s !important;
}

body .fancybox-title a:hover {
  background-color: #E74C3C;
}
