@charset "UTF-8";
/*
Theme Name: MMTO Site
Theme URI: https://www.mmto.org/
Description: A custom theme built for the MMT OBSERVATORY
Version: 1.0
Author: Josh White
Author URI: http://boundlessdm.com
Tags: Clean, Basic, Blanc
*/
* {
  margin: 0px;
  padding: 0px;
  /* This brings padding inside of the box */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.alignleft {
  float: left;
  margin: 10px 10px 10px 0px; }

.alignright {
  float: right;
  margin: 10px 0px 10px 10px; }

.aligncenter {
  display: block;
  margin: auto; }

.clear {
  clear: both; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 100%;
  background: #5b5b5b url("images/body-bg.png"); }

.pagewrap {
  max-width: 1000px;
  min-height: 300px;
  border: 10px solid #000f24;
  background: #fff;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 850px) {
    .pagewrap {
      top: 10px; } }

.container {
  max-width: 1260px;
  margin: auto;
  position: relative; }

.header {
  height: 100px;
  max-width: 1000px;
  position: relative;
  margin: auto; }
  @media screen and (max-width: 850px) {
    .header {
      height: 0px; } }

.scroller img {
  border: 2px solid white;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 1; }
.scroller img:hover {
  opacity: .9; }

.flexslider {
  overflow: hidden; }

ul.slides {
  margin: 0px !important;
  padding: 0px !important; }
  ul.slides li {
    list-style-type: none !important; }

ul.flex-direction-nav {
  margin: 0px;
  padding: 0px; }
  ul.flex-direction-nav li {
    list-style-type: none !important; }

a.uofalink {
  position: absolute;
  width: 150px;
  height: 40px;
  left: 390px;
  top: 100px;
  display: block;
  background: transparent; }
  @media screen and (max-width: 600px) {
    a.uofalink {
      left: 200px;
      top: 60px;
      width: 75px;
      height: 20px; } }

a.smithlink {
  position: absolute;
  width: 220px;
  height: 30px;
  left: 120px;
  top: 100px;
  display: block;
  background: transparent; }
  @media screen and (max-width: 600px) {
    a.smithlink {
      width: 115px;
      height: 20px;
      left: 70px;
      top: 60px; } }

.banner {
  width: 100%;
  height: auto;
  position: relative; }
  .banner img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

.header-footer {
  background: #f8f8f8;
  padding: 10px; }

.logo {
  width: 300px;
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 999; }
  .logo img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 850px) {
    .logo {
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      padding: 10px;
      top: 0px;
      left: auto;
      position: absolute;
      text-align: center; } }

.slicknav_menu {
  display: none; }
  @media screen and (max-width: 850px) {
    .slicknav_menu {
      display: block; } }

.top-menu {
  position: absolute;
  text-align: left;
  top: 65px;
  z-index: 800; }
  @media screen and (max-width: 850px) {
    .top-menu {
      display: none; } }

.top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.top-menu ul ul {
  display: none; }

.top-menu ul li {
  float: left;
  position: relative; }

.top-menu ul li a {
  border-radius: 5px 5px 0px 0px;
  display: block;
  padding: 10px;
  margin: 0 5px 0 0;
  background: #000f24;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.top-menu ul li a:hover {
  color: #e1a124; }

/* —– Level 1 —-*/
.top-menu ul li:hover ul {
  display: block;
  position: absolute;
  width: 200px;
  background-color: #000000; }

.top-menu ul li:hover ul li {
  float: none;
  font-size: .9em;
  padding: 8px; }

.top-menu ul ul li a {
  padding: 5px; }

.top-menu ul li:hover ul li:hover {
  background: #0c3962;
  color: #fff; }

.top-menu ul li:hover ul li a {
  background-color: transparent;
  margin: 0px; }

/* —– Level 2 —-*/
.top-menu ul li:hover ul li ul {
  display: none; }

.top-menu ul li:hover ul li:hover ul {
  display: block;
  position: absolute;
  left: 200px;
  top: 0; }

/* —– Level 3 —-*/
.top-menu ul li:hover ul li ul li ul {
  display: none !important; }

.top-menu ul li:hover ul li ul li:hover ul {
  display: block !important;
  position: absolute;
  left: 100px;
  top: 0; }

.content {
  padding: 10px 0px 20px 0px; }
  @media screen and (max-width: 600px) {
    .content {
      padding: 10px; } }
  .content img {
    max-width: 100%;
    height: auto; }
  .content ol {
    margin: 5px 5px 5px 40px;
    padding: 0px; }
    .content ol li {
      list-style-type: decimal;
      color: #464646;
      padding: 5px; }
  .content ul {
    margin: 5px 5px 5px 40px;
    padding: 0px; }
  .content li {
    list-style-type: disc;
    color: #464646;
    font-size: 1em;
    padding: 5px; }
  .content a {
    color: #005A8C;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out; }
  .content a:hover {
    color: #a94822; }

.content-left {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 74.5%;
  padding: 0 0 0 15px; }
  @media screen and (max-width: 600px) {
    .content-left {
      width: 100%;
      display: block; } }

.performance-content {
  position: relative;
  z-index: 20;
  top: -20px;
  border-top: 10px solid #ffc000; }

.sponsors-bar {
  background: #cb711b;
  padding: 25px 0px;
  text-align: center; }
  .sponsors-bar h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 300;
    padding: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }
  .sponsors-bar img {
    opacity: .75;
    position: relative;
    top: 0px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .sponsors-bar img:hover {
    opacity: 1;
    top: -5px; }

a.subscribe {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  padding: 10px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.subscribe:hover {
  border: 1px solid white;
  color: #fff; }

.social-bar {
  background: #f44201;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 1.2em; }
  .social-bar a.bloglink {
    padding: 5px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: .9em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .social-bar a.bloglink:hover {
    color: #f44201;
    background: #fff; }
  @media screen and (max-width: 600px) {
    .social-bar {
      font-size: 1em; } }

.footer {
  text-align: center;
  padding: 25px 0;
  text-align: center;
  color: #eee;
  font-size: .9em; }
  .footer h3 {
    padding: 0px;
    color: #708faa;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.4em;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
  .footer hr {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .footer p {
    color: #fff;
    font-size: .9em;
    padding: 5px; }
  .footer a {
    color: #c5c5c5; }
  .footer a:hover {
    color: #fff; }
  @media screen and (max-width: 850px) {
    .footer {
      background-size: auto 100%; } }
  @media screen and (max-width: 600px) {
    .footer {
      text-align: center; } }

ul.footer-menu {
  margin: 10px 0 0 0;
  padding: 0px; }
  ul.footer-menu li {
    list-style-type: none;
    padding: 3px 0px;
    display: block; }
    ul.footer-menu li a {
      color: #c5c5c5;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    ul.footer-menu li a:hover {
      color: #fff; }

.footer-left {
  text-align: left; }
  @media screen and (max-width: 600px) {
    .footer-left {
      text-align: center; } }

.footer-right {
  text-align: right; }
  @media screen and (max-width: 600px) {
    .footer-right {
      text-align: center; } }

.mobile-hide {
  display: normal; }
  @media screen and (max-width: 600px) {
    .mobile-hide {
      display: none; } }

.sidebar {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 22%;
  padding: 10px; }
  .sidebar ul {
    margin: 0px;
    padding: 0px; }
  .sidebar li {
    list-style-type: none;
    padding: 0px; }
  .sidebar p {
    padding: 0px; }
  .sidebar h3 {
    padding: 10px 0px; }
  @media screen and (max-width: 600px) {
    .sidebar {
      width: 100%;
      display: block; } }

.sidebar-container {
  margin: 0 0 10px 0;
  background: #edeae3;
  padding: 10px;
  border: 1px solid #e6e2d9; }
  .sidebar-container ul li {
    padding: 5px 0px; }
    .sidebar-container ul li a {
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      display: block;
      padding: 8px; }
    .sidebar-container ul li a:hover {
      background: rgba(255, 255, 255, 0.75); }

.brief_description {
  background: #eee;
  margin: 10px auto;
  width: 90%;
  padding: 20px; }

a.fancyimage img {
  display: block;
  margin: auto; }

.caption_bottom {
  text-align: center;
  font-size: .9em;
  padding: 5px 20px; }

.gform_wrapper {
  margin: 10px 20px !important;
  max-width: 90%; }

.services-focus {
  width: 100%;
  padding: 40px 0px;
  min-height: 200px; }
  .services-focus h2 {
    font-family: Oswald;
    color: #6dd9ff;
    font-size: 2em;
    padding: 5px 0px; }
  .services-focus h4 {
    color: #fff;
    font-size: 1.4em;
    font-family: Oswald;
    padding: 5px 0px; }
  .services-focus p {
    font-size: 1em;
    color: #fff; }

.home-slider {
  width: 95%;
  display: block;
  margin: auto;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  border: 3px solid #fff; }

.slider {
  margin: 0 auto 50px auto; }
  .slider ul {
    margin: 0px;
    padding: 0px; }
  .slider li {
    padding: 0px;
    list-style-type: none; }

.one-half {
  width: 49.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-half {
      width: 100%;
      display: block; } }

.two-third {
  width: 65.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .two-third {
      width: 100%;
      display: block; } }

.three-quarter {
  width: 73.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .three-quarter {
      width: 100%;
      display: block; } }

.one-quarter {
  width: 24.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-quarter {
      width: 100%;
      display: block; } }

.one-third {
  width: 32.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-third {
      width: 100%;
      display: block; } }

.one-fifth {
  width: 19.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-fifth {
      width: 47%;
      display: block; } }

a.button-orange {
  background: #f44201;
  border-radius: 4px;
  padding: 8px;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.button-orange:hover {
  background: #222;
  color: #fff; }

a.directors-note {
  padding: 8px;
  background: #c16019;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.directors-note:hover {
  background: #222;
  color: #fff; }

a.resource-button {
  color: #e0a61b;
  border: 2px solid #ffc742;
  background: transparent;
  padding: 10px;
  width: 90%;
  display: block;
  font-size: 1em;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.resource-button:hover {
  background: #ebbc4a;
  color: #fff; }

a.fancy-button {
  color: #e0a61b;
  border: 2px solid #ffc742;
  background: transparent;
  padding: 10px;
  font-size: 1em;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media screen and (max-width: 600px) {
    a.fancy-button {
      display: block;
      width: 90%; } }

a.fancy-button:hover {
  background: #ebbc4a;
  color: #fff; }

a.fancy-button-reverse {
  color: #eee;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  font-size: 1em;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media screen and (max-width: 600px) {
    a.fancy-button-reverse {
      display: block;
      width: 90%; } }

a.fancy-button-reverse:hover {
  color: #fff;
  border: 1px solid white; }

.big-button {
  font-size: 130% !important; }

.border-blue {
  border: 1px solid blue !important; }

.border-orange {
  border: 1px solid orange !important; }

.border-red {
  border: 1px solid red !important; }

.border-green {
  border: 1px solid green !important; }

.border-pink {
  border: 1px solid pink !important; }

.border-teal {
  border: 1px solid teal !important; }

.border-orange:hover, .border-blue:hover, .border-pink:hover, .border-teal:hover, .border-red:hover, .border-green:hover {
  border: 1px solid black !important; }

a.read-more {
  background: #595959;
  color: #fff;
  padding: 8px;
  font-size: .9em;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.read-more:hover {
  background: #222;
  color: #fff; }

.staff-container {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 45%;
  margin: 10px; }
  .staff-container img {
    display: block;
    width: 75%;
    margin: auto;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }

.home-box {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 22%;
  margin: 0px 8px;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid #eee; }
  .home-box h4 {
    font-size: 1.2em;
    color: #027ebc;
    font-weight: 400;
    padding: 5px; }
  .home-box p {
    color: #222;
    font-size: .9em;
    padding: 5px; }
  @media screen and (max-width: 600px) {
    .home-box {
      display: block;
      width: 75%;
      margin: 5px auto; } }

.home-box img {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px; }
  .home-box img img {
    width: 100%;
    height: auto; }

.shadow {
  box-shadow: 0px 0px 10px #d7d3b4;
  border: 5px solid #fff;
  margin: 15px; }

.page-title {
  position: absolute;
  top: 400px;
  left: 0px; }
  .page-title h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    font-size: 3em;
    font-weight: 300; }

h1 {
  font-size: 1.6em;
  color: #222;
  font-weight: 500;
  padding: 10px 20px; }

h2 {
  font-size: 1.4em;
  font-weight: 400;
  color: #222;
  padding: 10px 20px; }

h3 {
  font-size: 1.4em;
  font-weight: 400;
  color: #222;
  padding: 10px 20px; }

.content_header {
  font-size: 1.4em;
  font-weight: 400;
  color: #222;
  padding: 10px 20px; }

h3.title-teaser {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  font-size: 1em;
  text-align: left;
  bottom: 0px;
  width: 100%;
  color: #fff; }

h4 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  padding: 10px 20px; }

p {
  color: #000;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 1em; }

blockquote {
  border-left: 5px solid #005a9a;
  font-style: italic;
  padding: 5px;
  margin: 10px 5px 10px 40px; }
  blockquote p {
    color: #707070; }

hr {
  width: 25%;
  margin: 10px auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-right: none;
  border-left: none;
  border-top: none; }

hr.page-break {
  background: #eee;
  margin: 0px;
  box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.15);
  height: 20px;
  width: 100%;
  display: block;
  border: none; }

strong {
  font-weight: bold;
  font-weight: 600; }

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

a:hover {
  color: #e0470d; }

.video-container {
  position: relative;
  width: 90%;
  margin: auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ul.gallery {
  margin: 10px 10px 10px 20px;
  padding: 0px; }
  ul.gallery li {
    list-style-type: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 14%;
    margin: 5px; }
    ul.gallery li img {
      width: 100%;
      height: auto;
      display: block;
      border: 3px solid #fff;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 600px) {
      ul.gallery li {
        width: 45%; } }

.parallax-window {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  text-align: center; }

.grid {
  text-align: center; }

address {
  padding: 0px 20px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 5px; }

input[type=submit] {
  background: #365b73;
  border-radius: 3px;
  padding: 8px 10px;
  color: #fff;
  font-size: .8em;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  border: none; }

table {
  margin: 10px 20px;
  color: #222;
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  border: 1px solid #ccc;
  padding: 10px;
  transition: all 0.3s; }

th {
  background: #DFDFDF;
  font-weight: bold; }

td {
  background: #fafafa; }

tr:hover, td:hover {
  background: #d3d3d3; }

/* Even Cells */
tr:nth-child(even) td {
  background: #F1F1F1; }

/* Odd Cells */
tr:nth-child(odd) td {
  background: #FEFEFE; }

/*# sourceMappingURL=style.css.map */
