/*Theme Name: OneEnergy Theme */

/* new items */

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: inline-block !important;
}

.project-stats ul.the-stats {
    width: 390px;
}

.footerCaps p {
    text-transform: uppercase;
}

.wpcf7-submit {
    padding: 10px 10px !important;
    font-size: 15px !important;
}

.projectFilters li {
    display: inline;
    padding: 10px 30px;
}

.projectFilters {
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
    line-height: 50px;
    font-size: 18px;
}

.projectFilters .selected {
    background: #ff4a12;
    color: #FFF !important;
    font-weight: bold;
}

.projectFilters li a {
    padding: 10px 20px;
}

/*variables*/


/* tools */
.force-lowercase {
  text-transform: lowercase;
}

.aligncenter{
  text-align: center;
}

.alignright{
  text-align: right;
}

.alignleft{
  text-align: left;
}

/*grid styles*/
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.col {
  margin-left: 1.4%; }

.col:first-child {
  margin-left: 0; }

.span1 {
  width: 6.95833%; }

.span2 {
  width: 15.41667%; }

.span3 {
  width: 23.875%; }

.span4 {
  width: 32.33333%; }

.span5 {
  width: 40.79167%; }

.span6 {
  width: 50%; }

.span7 {
  width: 57.70833%; }

.span8 {
  width: 66.16667%; }

.span9 {
  width: 74.625%; }

.span10 {
  width: 83.08333%; }

.span11 {
  width: 91.54167%; }

.span12 {
  width: 100%;
  margin-left: 0; }

/* MEDIA QUERIES */
/* Responsify Defaults */
@media screen and (max-width: 960px) {
  .span8, article {
    width: 100%; }
  .span4, aside {
    width: 100%;
    margin-left: 0; } }

@media screen and (max-width: 600px) {
  .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    width: 100%; } }

img {
  max-width: 100%;
  height: auto; }

video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.cf {
  zoom: 1; }
  .cf:before,
  .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

/*base styles*/
/*core stuff*/
body {
  font-size: 100%;
  font-family: "brandon-grotesque", sans-serif;
  color: #808080;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ff4a12;
  font-weight: bold; }

h1 {
  font-size: 2.414285714em;
  /* 24 / 14 */
  line-height: 1.4em;
  /* 21 / 14 */ }

h2 {
  font-size: 2em;
  /* 21 / 14 */
  line-height: 1.4em;
  /* 21 / 14 */ }

h3 {
  font-size: 1.4em;
  line-height: 1.4em;
  /* 21 / 14 */ }

p {
  font-size: 1.2em;
  /* 14 / 14 */
  margin-bottom: 1.4em;
  /* 21 / 14 */
  line-height: 1.8em;
  margin-top: 0; }

.alt {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em; }

a {
  color: #ff4a12;
  text-decoration: none;
  transition: all 0.5s ease; }
  a:hover {
    color: #de3400; }

/* Sanitation */
* {
  box-sizing: border-box; }

ul, li, div, section, main {
  margin: 0; }

hr {
  border: 0.5px solid;
  margin: -1px 0;
  color: #ececec; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

b, strong, em, small, code {
  line-height: 1em; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

span.thin-text {
  font-weight: 200; }

/*buttons*/
.btn {
  padding: 15px 25px;
  background-color: #ff4a12;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  margin: 20px 0;
  box-sizing: border-box;
  border: solid thin #ff4a12; }
  .btn:hover {
    background-color: transparent;
    border: solid thin #ff4a12;
    color: #fff; }

@media screen and (max-width: 960px) {
  .no-pad-sm {
    padding: 0 !important; } }

/*forms*/
form {
  max-width: 600px;
  margin: 0 auto; }

input {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: solid thin #ccc;
  box-shadow: none;
  font-size: 12px;
  font-family: "Open Sans";
  height: 40px;
  left: 0;
  background-color: transparent;
  outline: none;
  padding-left: 10px;
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  width: 100%;
  margin-bottom: 20px; }

textarea {
  width: 100%;
  border: none;
  border-bottom: solid thin #ccc;
  padding: 10px;
  background-color: transparent; }

input[type=submit] {
  background-color: #ff4a12;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 15px 20px;
  height: auto;
  cursor: pointer;
  max-width: 200px;
  margin: 10px 0; }

.fl-left {
  float: left; }
  .fl-left:after {
    clear: both;
    display: table;
    content: ""; }

.fl-right {
  float: right; }
  .fl-right:after {
    clear: both;
    display: table;
    content: ""; }

.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .responsive-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*main styles*/
/*==================== Site Specific Base Styles ======================*/
body {
  position: relative; }

/* === container styles === */
.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 9.5%;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .container {
      margin: 0 auto;
      padding: 0 4.5%; } }
  .container:after {
    content: "";
    display: block;
    clear: both; }

@media screen and (min-width: 1024px) {
  footer .container {
    max-width: none;
    padding: 0 60px;
  }
}

.short {
  max-width: 780px;
  padding: 0; }


/*==================== Header Styles ======================*/
.masthead {
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 60px; }
  @media screen and (max-width: 960px) {
    .masthead {
      padding: 5px; } }
  .toggle-nav, .toggle-subscribe, .toggle-pdf {
    font-size: 2em;
    float: left;
    z-index: 999999;
    top: 40px;
    left: 60px; }
  .masthead ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999999; }
    .masthead ul li {
      display: inline-block;
      font-size: 2em;
      margin-left: 20px; }
      @media screen and (max-width: 600px) {
        .masthead ul li {
          margin-left: 0px; } }
  .masthead .logo {
    visibility: visible;
    margin-left: 80px; }
    @media screen and (max-width: 600px) {
      .masthead .logo {
        margin-left: 0px; } }
    .masthead .logo img {
      margin-top: 5px;
      max-width: 190px; }
      @media screen and (max-width: 600px) {
        .masthead .logo img {
          max-width: 130px;
          margin-top: 10px; } }
  .main-nav {
    width: 100%;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    overflow: auto;
    transition: opacity 500ms, 500ms visibility 0ms;
    z-index: -999999;
    visibility: hidden; }
    .main-nav.subscribe-form{
    background-color: rgba(128,128,128,.95);
    }
    .main-nav ul {
      margin: 0 auto;
      padding: 100px 0 0;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 960px) {
        .main-nav ul {
          padding: 70px 20px 0; } }
      .main-nav ul li {
        display: block;
        margin: 1rem 6rem 3rem 6rem; }
        @media screen and (max-width: 960px) {
          .main-nav ul li {
            margin: 1rem 0 1.5rem;
            font-size: 1.5em; } }
        .main-nav ul li a {
          font-size: 3em;
          transition: opacity 300ms;
          font-weight: 700;
          letter-spacing: 3px;
          color: #fff;
          text-transform: uppercase; }
        @media screen and (max-width: 960px) {
            .main-nav ul li a {
              font-size: 1.3em; } }
          .main-nav ul li a:hover {
            color: #ff4a12; }
  .masthead .icon img {
    height: 50px; }
  .toggle-active {
    opacity: 1;
    z-index: 1111;
    position: fixed;
    visibility: visible; }
  .toggle-active ul {
    display: block; }
  .toggle-active .toggle-nav, .toggle-active .toggle-subscribe, .toggle-active .toggle-pdf {
    position: fixed;
    top: 45px;
    left: 45px;
    transition: none; }
  @media screen and (max-width: 960px) {
    .toggle-active .toggle-nav, .toggle-active .toggle-subscribe, .toggle-active .toggle-pdf {
      top: 20px;
      left: 20px; }}

.masthead-inner {
  margin: auto;
  padding: 0 9.5%;
}
@media screen and (min-width: 1024px) {
  .masthead-inner {
    padding: 0 60px;
  }
}

.masthead-scroll {
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  transition: all 0.5s; }

.home .masthead {
  position: absolute;
  padding: 40px 0;
  background-color: transparent; }
  @media screen and (max-width: 600px) {
    .home .masthead {
      padding: 5px 20px !important; } }
  .home .masthead .logo {
    display: none; }

.home .masthead-scroll {
  background-color: #fff;
  position: fixed; }

  .home .masthead-scroll .logo {
    display: inline; }

/*==================== Sticky Header Styles ======================*/
.nav-down {
  padding: 10px 60px !important;
  background-color: rgba(0,0,0,0) !important; }
  @media screen and (max-width: 600px) {
    .nav-down {
      padding: 5px 20px !important; } }
  .nav-down .logo {
    visibility: visible !important;
    opacity: 1; }
  .home .nav-down .logo {
    opacity: 0; }

.masthead.nav-down .page-header {
  margin-top: 900px; }

.nav-up {
  opacity: 1;
  visibility: visible; }

  .nav-up .logo {
    visibility: visible !important;
    opacity: 1; }

.admin .nav-down {
  top: 32px; }
  @media screen and (max-width: 600px) {
    .admin-bar .nav-down {
      top: 0px; } }

.page .masthead, .single .masthead {
  padding: 40px 0 !important;
  height: 120px; }


/*==================== Hero Styles ======================*/
#hero {
  background-image: url("assets/images/hero-bg.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #8985b321;
  background-blend-mode: screen;
}
  #hero .hero-logo {
    max-width: 350px; }
  #hero .down-button {
    font-size: 4em;
    cursor: pointer; }
    #hero .down-button img {
      height: 112px;
      position: absolute;
      bottom: 25px;
      cursor: pointer;
      width: 100%;
      bottom: 25px;
      left: 0; }

.toggle-active #hero .down-button {
  visibility: visible; }

/*==================== Feature Section Styles ======================*/
@media screen and (max-width: 600px) {
  section.features {
    display: none; } }

section.features ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 600px) {
    section.features ul {
      display: block; } }
  section.features ul li {
    position: relative;
  }
  section.features ul li.active:after {
    content: url("assets/images/arrow.png");
    height: 40px;
    text-align: center;
    z-index: 79;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
    @media screen and (max-width: 600px) {
      section.features ul li.active:after {
        display: none; } }
  section.features ul li {
    width: 33.333%;
    padding: 0;
    margin: 0;
    line-height: 0; }
    @media screen and (max-width: 600px) {
      section.features ul li {
        width: 100%; } }
    section.features ul li a {
      text-align: center;
      margin: 0;
      padding: 0;
      position: relative; }
      section.features ul li a:hover h2 {
        color: #ff4a12; }
      section.features ul li a img {
        -webkit-filter: grayscale(100%);
        /* Chrome, Safari, Opera */
        filter: grayscale(100%);
        width: 100%;
        max-width: 100%; }
      section.features ul li a:hover > img {
        -webkit-filter: grayscale(0);
        /* Chrome, Safari, Opera */
        filter: grayscale(0); }
      section.features ul li a h2 {
        position: absolute;
        bottom: 6px;
        color: #fff;
        width: 100%;
        padding: 40px;
        text-transform: uppercase;
        background-color: rgba(68,73,76,0.79);
        margin: 0; }

/*==================== Drop Downs Active Styles ======================*/
.active {
  visibility: visible;
   }
  .active a img {
    -webkit-filter: grayscale(0) !important;
    /* Chrome, Safari, Opera */
    filter: grayscale(0) !important; }
  .active a h2 {
    color: #ff4a12 !important;  }

.ft-info {
  width: 100%;
  background-color: #fff;
  padding: 0;
  left: 0;
  margin-top: -900px;
  display: none;
  transition: all 0.5s; }
  @media screen and (max-width: 600px) {
    .ft-info {
      position: relative; } }
  .ft-info .span6 {
    position: relative;
    box-sizing: border-box;
    background-size: cover; }
  .ft-info .span6 .ft-info-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
    @media screen and (max-width: 600px) {
      .ft-info .span6 {
        padding-left: 20px; } }
    .ft-info .span6 h1 {
      color: #ff4a12;
      font-size: 3em;
      text-transform: uppercase; }
      @media screen and (max-width: 960px) {
        .ft-info .span6 h1 {
          font-size: 1.8em; } }
    .ft-info .span6 p {
      max-width: 400px;
      }
      @media screen and (max-width: 960px) {
        .ft-info .span6 p {
          font-size: .8em; } }
    .ft-info .span6 a {
      display: block;
      text-align: right;
      text-transform: uppercase;
      font-style: italic; }
      .ft-info .span6 a span {
        vertical-align: middle;
        font-size: 1.4em;
        margin-left: 5px; }

.ft-info.inner-page {
  margin-top: 0;
  display: block !important; }

.no-margin {
  margin: 0; }

.square-container {
  width: 100%; }

.square {
  padding-bottom: 100%;
  position: relative; }

@media screen and (min-width: 601px) {
  .square {
    padding-bottom: 50%;
  }
}

.square-content {
  height: 100%;
  position: absolute;
  width: 100%; }

.square-content-inner {
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.portfolio, .landowners {
  background-image: url("/wp-content/uploads/2016/06/drawer-bg.jpg");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 960px) {
  .portfolio, .landowners {
    padding: 30px;
  }

  .portfolio h1, .landowners h1 {
    font-size: 2em;
  }
}

.mobile-view {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-view {
      display: block !important; } }

.active-info {
  display: block !important;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .ft-info-mobile {
    display: none; }
  .ft-info-mobile .span6 a span {
    margin-left: 5px;
    vertical-align: middle; }
  li.active > .ft-info-mobile {
    display: block !important; }
}

/*=== Page Specific === */
.solutions-group {
 margin-top: 6rem;
}
.solution-entry {
  padding: 0 1.6rem;
}
.solution-entry:first-of-type {
  padding-left: 0rem;
}
.solution-entry:last-of-type {
  padding-right: 0rem;
}
.solution-link {
  text-align: right;
  border: solid 1px rgba(0,0,0,0);

  cursor: pointer;
  padding: 0.5rem 1rem;
}

.solution-link:hover {
 border: solid 1px #ff4a12;
}
.solution-link span {
  font-size: 2rem;
  vertical-align: middle;
}

.solution-link .toggle-pdf {
  font-size: 1.2em;
  float: none;
  z-index: inherit;
}

.main-content.noemail .a2a_button_email{
  display: none!important;
}

.newscont {
    text-align: center;
    margin-top: 50px;
}

.newscont .view-all-posts {
    margin: 0 auto;
    padding: 15px 20px;
    border: solid thin #ff4a12;
    font-size: 1.3em;
    font-weight: bold;
    width: 300px;
}

.news-items {
  list-style: none;
  padding: 0;
}

@media (min-width: 1024px) {
  .news-item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}

.news-item p {
  color: #808080
}

.news-blurb {
  display: block;
  padding: 1rem;
  transition: background-color 0.5s;
}

@media (min-width: 1024px) {
  .news-blurb {
    padding: 1rem 3rem;
  }
}

.news-blurb:hover {
  color: #FFFFFF;
  background-color: #ff4a12;
}

.news-blurb:hover h3, .news-blurb:hover a {
  color: #FFFFFF;
}

.news-blurb .read-more {
  color: #ff4a12;
  display: block;
  margin: 0;
  text-align: right;
}

.news-blurb .read-more span {
  vertical-align: middle;
}

.news-container {
  padding: 0 3rem;
}
.news-date {
  color: #8e8e8e;
  margin: 0;
}

.news-author {
  color: #8e8e8e;
  margin: 0 0 2rem 0;
  display: block;
}

.news-author__source {
  /*font-style: italic;*/
  display: block;
}

.news-author__source:before {
  /*content: "\2014";
  padding-right: 0.4rem;*/
}

.news-title {
  margin: 0;
}

.news-sharelinks {
  margin: 1rem auto;
}
.news-sharelinks li {
 list-style-type: none;
}

.news-sharelinks li a {
 padding: 0 !important;
}

.news-pagination {
  padding: 1rem 0;
  text-align: center;
  font-size: 2rem;
}

.news-pagination a, .news-pagination span {
 display: inline-block;
 padding: 0 0.5rem;
 text-transform: uppercase;
}

.news-pagination a > span {
  vertical-align: baseline;
}

.news-container .news-content p {
 margin: 0 0 1rem 0;
 max-width: auto;
}

.news-container .news-content blockquote p {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 -4rem;
}


.news-header {
  background-color: #e1e1e1;
  color: #FFFFFF;
  text-align: right;
}
.news-header-inner {
  max-width: 1480px;
}
.news-header-inner li{
  float: right;
  list-style: none;
  padding-right: 2rem;
}

.news-header-inner li h2{
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 2.6rem;
  padding: 0 1rem;
}

.news-header-inner form {
  padding-top: 1.5rem;
}

.news-header-inner input[type="text"] {
  border: solid 2px #FFFFFF;
  border-right: 0px;
  color: #FFFFFF
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  margin: 0;
  min-width: 200px;
  width: auto;
}

.news-header-inner button {
  background: none;
  border: solid 2px #FFFFFF;
  border-left: 0px;
  color: #ff4a12;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  height: 3rem;
  margin: 0 0 0 -4px;
  vertical-align: bottom;
}

.news-header-inner label {
  display:none;
}




.news-footer {
  margin: 4rem auto 2rem auto;
  text-align: center;
}

.news-footer hr {
  clear: both;
  margin: 0 0 6rem 0;
}

.news-footer .button-outline {
  margin-bottom: 4rem;
}

.news-footer h3 {
  margin: 8rem auto 1rem auto;
}

.news-footer > p {
 margin: 0 0 0 0;
 max-width: inherit;
}

.news-footer a.view-all-posts {
  font-size: 1.3em;
  font-weight: bold;
  width: 300px;
}

.news-subscribe {
  cursor: pointer;
}

.news-subscribe:hover {
  color: #ff4a12;
}

.page-template-custom-post-type-grid-page-scholars .link-box a img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

body.modal-open {
  overflow: hidden;
}

.modal-form-wrapper {
  position: relative;
}

.modal-form-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-form-inner form {
  width: 300px;
}

@media screen and (min-width: 960px) {
  .modal-form-inner form {
    width: 800px;
  }
}

.modal-form-inner input {
  color: #FFFFFF;
  margin: 0.5rem 0 3rem 0;
}

.modal-form-inner label {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;

}

.modal-form-inner .success_message {
  font-size: 2.4em;
}

.modal-form-inner .error_message {
  color: #ff0000;
  position: relative;
  top: -35px;
}


/*==================== Main Content Areas Styles ======================*/
.main-content {
  margin: 50px 0 100px 0; }
  .main-content .container-short {
    max-width: 700px; }
  .main-content article.post-link {
    border-bottom: solid thin #eee;
    padding-bottom: 30px; }

.main-content blockquote {
  margin: 3rem 0;
  text-transform: uppercase;
  color: #ff4a12;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.main-content blockquote cite {
  color: #808080;
  font-size: 1.5rem;
  font-style: normal;
  white-space: nowrap;
}

.main-content blockquote cite:before {
  content: ' - '
}

.page-template-careers-landing-page-template .main-content blockquote, .page-template-landowners-landing-page-template .main-content blockquote{
  margin: 3rem -7rem 3rem 5rem;
}

@media (max-width: 1120px) {
  .page-template-careers-landing-page-template .main-content blockquote, .page-template-landowners-landing-page-template .main-content blockquote{
  margin: 3rem -5rem 3rem 5rem;
  }
    .project-stats ul.the-stats {
    width: 350px;
}
}

@media (max-width: 738px) {
  .page-template-careers-landing-page-template .main-content blockquote, .page-template-landowners-landing-page-template .main-content blockquote{
  margin: 3rem 0;
  }
}

.main-content .inset-text p {
  margin: auto 8rem;
}

.dropcap:first-letter {
  font-size: 4rem;
  font-weight: 700;
  color: #ff4a12;
}

.headline-underlined {
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 6rem;
  line-height: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.button-outline {
  background: none;
  border: solid thin #ff4a12;
  color: #ff4a12;
  font-size: 1.6rem;
  padding: 0.8rem 2rem;

}

.page-header {
  width: 100%;
  height: 200px;
  position: relative;
  max-width: 1280px;
  margin-bottom: 95px;
  color: #fff;
  background-size: cover;
  background-image: url("assets/images/hero-bg.jpg"); }
  @media screen and (max-width: 960px) {
    .page-header {
      margin-bottom: 30px; } }

.summary {
  max-width: 900px;
  text-align: center;
  margin: 150px auto; }

.links-grid {
  margin-top: 20px;
}

.link-box {
  width: 33.33333%;
  background-color: #999;
  position: relative;
  float: left;
  height: 33vw;
  box-sizing: border-box;
  max-height: 650px;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .link-box {
      width: 50%;
      height: 50vw; } }
  @media screen and (max-width: 600px) {
    .link-box {
      width: 100%;
      height: 96vw; } }
  .link-box a:hover .title-bar {
    visibility: visible;
    opacity: 1; }
  .link-box a:hover img {
    -webkit-filter: grayscale(0);
    /* Chrome, Safari, Opera */
    filter: grayscale(0); }
  .link-box a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%); }
  .link-box a .title-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FF4A12;
    padding: 5%;
    background-color: rgba(45, 45, 45, 0.75);
    visibility: hidden;
    opacity: 0;
    transition: opacity 500ms, 500ms visibility 0ms; }
    .link-box a .title-bar h1 {
      font-size: 2.25rem;
      margin: 0 0 10px;
      line-height: 1em; }
      @media screen and (max-width: 960px) {
        .link-box a .title-bar h1 {
          font-size: 2.25em; } }
    .link-box a .title-bar h2 {
      font-size: 0.875rem;
      margin: 0;
      line-height: 1em;
      text-transform: uppercase;
      letter-spacing: 3px; }

.page-id-32 .link-box a img {
  max-width: 100%; }

.page-header {
  height: 200px;
  box-sizing: border-box;
  width: 93%;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .page-header, .page-header.team-member {
      height: 60px!important; } }
  .page-header .title {
    padding-top: 140px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .page-header .title {
        padding-top: 40px; } }
    .page-header .title h1 {
      font-size: 4em;
      line-height: 1.1em;
      color: #ff4a12;
      margin-bottom: 20px;
      font-weight: normal; }
    .page-header .title h3 {
      font-weight: normal; }

.project-stats {
  position: relative; }
  .project-stats h1 {
    color: #ff4a12;
    font-size: 3em;
    margin: 0;
    line-height: 1em;
    margin: -80px 0 0 0;
    background-color: #fff;
    display: block;
    max-width: 455px;
    text-transform: uppercase;
    padding: 2.75rem 3rem 0 3rem; }
  .project-stats h3 {
    font-size: 1.2rem;
  }
  .project-stats h4 {
    font-size: 14px;
    color: #ff4a12;
    padding: 0 3rem 1.75rem 3rem;
    margin-bottom: 0;
    width: 340px; }
  .project-stats .social-share {
    float: left;
    list-style: none;
    margin-right: 30px;
    min-height: 247px;
    padding: 0 0 0 3rem; }
  .project-stats .social-share li {
    margin-top: 10px;
    text-align: center; }
  .project-stats .social-share li:first-child {
    margin-top: 0px; }
  .project-stats .social-share a {
    font-size: 1.5em; }
  .project-stats .social-share img {
    width: 18px; }
  .project-stats ul.the-stats {
    list-style: none;
    padding: 0 0 0 10px; }
    .project-stats ul.the-stats h3 {
      color: #ff4a12;
      font-size: 14px; }
    .project-stats ul.the-stats li {
      text-transform: uppercase;
      color: #808080;
      font-size: 14px;
      margin: 0 0 20px; }
    .project-stats ul.the-stats li:first-child h3 {
      margin-top: 0; }
  .project-stats ul.the-cta-links {
    margin: 200px; }
    .project-stats ul.the-cta-links li {
      font-size: 1.6em;
      text-transform: none;
      margin-bottom: 15px; }
   .project-stats .project-img.project-style {
     margin: -18.5rem 0 0 45%;
   }
   .project-stats .project-img.project-style img {
     display: block;
     width: 100%;
   }
   @media screen and (max-width: 960px) {
     .project-stats .project-img.project-style {
       margin: 0 }}

.project-img {
  position: relative;
}

.project-img__caption {
  background-color: #efefef;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  transition: opacity 0.3s linear;
}

.project-img:hover .project-img__caption {
  opacity: 1;
}

.post-content p {
  margin: 30px 150px;
  max-width: 780px;
  line-height: 1.875rem; }
  @media screen and (max-width: 960px) {
    .post-content p {
      margin: 30px 0;
      max-width: 100%; } }
  .post-content p:first-child:first-letter {
    font-size: 4rem;
    font-weight: 700;
    color: #ff4a12; }
  .post-content p:first-child span {
    font-weight: bold; }

.post-content p.p1:first-child:first-letter {
  font-size: 4rem;
  font-weight: 700;
  color: #ff4a12; }

.post-content p.p1:first-child span {
  font-weight: bold; }

.post-content blockquote p {
  margin: 0;
  font-weight: 700;
  font-size: 2rem !important;
  line-height: 1.3em;
  text-transform: uppercase;
  max-width: 100%;
  color: #ff4a12; }
  .post-content blockquote p:first-child:first-letter {
    font-size: 2rem;
    font-weight: 700; }
  .post-content blockquote p:first-child span {
    font-weight: bold; }

.post-content .addtoany_share_save_container {
  clear: both;
  margin: 16px 0 16px 200px; }
  @media screen and (max-width: 960px) {
    .post-content .addtoany_share_save_container {
      margin: 16px 0; } }

.news-links h3 {
  max-width: 300px;
  margin: 0 0 0 3.75rem; }

.news-links a.more-news-link {
  float: right;
  max-width: 300px;
  margin: 0 3.75rem 0 0; }

.news-links .posts-row {
  margin: 60px 0 100px;
  padding: 0 30px; }
  @media screen and (max-width: 600px) {
    .news-links .posts-row {
      margin: 40px 0; } }
  .news-links .posts-row .news-link {
    width: 31.222%;
    margin: 0 1%;
    padding: 20px;
    float: left; }
    @media screen and (max-width: 960px) {
      .news-links .posts-row .news-link {
        width: 100%;
        margin-bottom: 20px; } }
    .news-links .posts-row .news-link h4 {
      height: 50px; }
      @media screen and (max-width: 600px) {
        .news-links .posts-row .news-link h4 {
          height: 30px; } }
    .news-links .posts-row .news-link p {
      color: #808080; }
    .news-links .posts-row .news-link .news-post-readmore-link {
      float: right; }

.project-video {
  padding: 100px 0;
  text-align: center; }

.post-nav-links {
  text-align: center;
  margin: 100px auto; }
  .post-nav-links a {
    font-size: 1.3em;
    font-weight: bold;
    width: 300px; }
  .post-nav-links a.view-all-posts {
    margin: 0 100px;
    padding: 15px 20px;
    border: solid thin #ff4a12; }

/*==================== Custom Page Header Styles ======================*/
.page-header.team-member {
  height: 200px; }

.page-id-8 .page-header {
  margin-bottom: 0; }

/*==================== Footer Styles ======================*/
footer {
  background-color: #44494c;
  padding: 40px 0 10px;
  display: block; }
  @media screen and (max-width: 600px) {
    footer {
      margin-top: 0px;
      text-align: left !important; } }
  @media screen and (max-width: 960px) {
    footer {
      text-align: left; } }
  footer .span5 {
    padding-left: 100px; }
    @media screen and (max-width: 960px) {
      footer .span5 {
        padding-left: 0;
        width: 100%; } }
  footer h3 {
    color: #ff4a12;
    font-size: 0.9rem;
    margin-bottom: 20px; }
  footer p.about {
    max-width: 241px;
    margin-top: 20px; }
    @media screen and (max-width: 960px) {
      footer p.about {
        max-width: 100%; } }
  footer ul.footer-contact {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0; }
    footer ul.footer-contact li {
      font-size: 2em;
      margin-left: 0;
      color: #ff4a12; }
      footer ul.footer-contact li .icon img {
        height: 50px; }
  footer p, footer a {
    color: #fff;
    font-size: 14px; }
  footer ul.quicklinks {
    padding: 0;
    text-align: left; }
    @media screen and (max-width: 960px) {
      footer ul.quicklinks {
        text-align: left; } }
    footer ul.quicklinks li {
      display: block;
      margin-bottom: 3px;
      margin-left: 0; }
      footer ul.quicklinks li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px; }
  footer .latest-news {
    float: right; }
    footer .latest-news .news-post {
      margin-bottom: 10px; }
      footer .latest-news .news-post p {
        text-transform: uppercase; }
        footer .latest-news .news-post p span {
          font-style: italic;
          text-transform: none;
          display: none;}
      footer .latest-news .news-post a {
        text-transform: uppercase;
        font-style: italic; }
        footer .latest-news .news-post a span:before {
          font-size: 1.7em;
          margin-left: 10px;
          vertical-align: middle; }
    footer .latest-news a span {
      font-size: 1em;
      margin-left: 5px;
      vertical-align: middle; }
    footer .latest-news ul {
      text-align: left;
      margin-top: 30px;
      padding: 0; }
      @media screen and (max-width: 960px) {
        footer .latest-news ul {
          text-align: left; } }
      footer .latest-news ul li a {
        font-size: 2em;
        color: #ff4a12;
        text-align: left;
        margin-top: 20px; }
  footer .copyright .b-corp {
    display: inline-block;
    margin: 1.25rem 0;
    width: 35px;
  }
  footer .copyright .schol {
    display: inline-block;
    margin: 1.25rem 0;
    width: 147px;
    padding-right: 10px;
  }
  footer ul {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    float: none; }
    @media screen and (max-width: 960px) {
      footer ul {
        text-align: left;
        padding: 0;
        margin: 0; } }
    footer ul li {
      display: inline-block;
      margin: 0 10px;
      color: #fff;
      font-size: 11px; }
      footer ul li:first-child {
        margin-left: 0; }
      @media screen and (max-width: 960px) {
        footer ul li {
          margin-left: 0; } }
      footer ul li a {
        color: #fff; }
  @media screen and (max-width: 960px) {
    footer .span2, footer .span3 {
      width: 100%;
      margin: 10px 0; } }
footer .social-instagram {
  position: relative;
  top: 1px;
  width: 18px; }
footer .footer-logo {
  width: 185px; }

.addtoany_list a {
  display: block !important; }

.a2a_kit a {
  margin-bottom: 10px !important; }

.scholarlog{
  max-width: 250px;
}
/*vendor styles*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.indented {
  margin-left: 4rem;
  margin-right: 4rem;
}

.page-template-landowners-landing-page-template .indented, .page-template-careers-landing-page-template .indented{
    margin: 0;
    margin-left: 16.75%;
}

.careers-hero {
  padding: 4rem 2rem;
  text-align: center;
  background-size: cover;
  background-position: top;
}

@media screen and (min-width: 960px) {
  .careers-hero {
    padding: 16rem 2rem 8rem;
    min-height: 560px;
  }
}

.careers-hero .heading {
  margin: 0;
}

.careers-hero .subheading {
  color: #FFFFFF;
  font-size: 1.5em;
  margin: 0.5rem 0 0;
}

.careers-headline {
  line-height: 2rem;
  margin: 4rem 0 6rem;
  text-align: center;
  width: 100%;
}

.careers-covered {
  margin-top: 6rem;
}

.careers-benefits {
  list-style: none;
  margin: 0 0 6rem 0;
  padding: 0 4rem;
}

.careers-benefits .square {
  margin-bottom: 2rem;
  padding-bottom: 100%;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .careers-benefits .square {
    margin-bottom: 1.4%;
    padding-bottom: 32.3333%;
  }
}

.careers-benefits .square-content {
  background-color: #44494c;
  color: #ffffff;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  transition: background-color 0.2s linear;
  width: 100%;
}
.careers-benefits .square-content .square-content-inner{
  width: 80%;
}

.careers-benefits li:nth-child(1):hover .square-content {
  background-color: #ff4a12;
}

.careers-benefits li:nth-child(2):hover .square-content {
  background-color: #dbca23;
}

.careers-benefits li:nth-child(3):hover .square-content {
  background-color: #7da2a7;
}

.careers-benefits li:nth-child(4):hover .square-content {
  background-color: #dbca23;
}

.careers-benefits li:nth-child(5):hover .square-content {
  background-color: #7da2a7;
}

.careers-benefits li:nth-child(6):hover .square-content {
  background-color: #ff4a12;
}

.careers-benefits li:nth-child(7):hover .square-content {
  background-color: #7da2a7;
}

.careers-benefits li:nth-child(8):hover .square-content {
  background-color: #dbca23;
}

.careers-benefits li:nth-child(9):hover .square-content {
  background-color: #ff4a12;
}

.careers-benefits li:nth-child(10):hover .square-content {
  background-color: #dbca23;
}

.careers-benefits li:nth-child(11):hover .square-content {
  background-color: #ff4a12;
}

.careers-benefits li:nth-child(12):hover .square-content {
  background-color: #7da2a7;
}

.careers-benefits .square:hover .careers-benefits__name, .careers-benefits .square:focus .careers-benefits__name {
  display: none;
}

.careers-benefits .square:hover .careers-benefits__detail, .careers-benefits .square:focus .careers-benefits__detail {
  display: block;
}

.careers-benefits p {
  line-height: 1.4em;
  margin-bottom: 0;
}

.careers-benefits__name {
  text-transform: uppercase;
}

.careers-benefits__detail {
  display: none;
}

.careers-listings {
  list-style: none;
  margin: 0 0 6rem 0;
  padding: 0;
}

@media screen and (min-width: 960px) {
  .careers-listings {
    padding: 0 8rem;
  }
}

.careers-listings__listing {
  color: #808080;
  display: block;
  transition: none;
}

.careers-listings__listing:hover {
  color: #fff;
}

.careers-listings__header {
  margin-bottom: 2rem;
}

@media screen and (max-width: 799px) {
  .careers-listings .col.span6 {
    width: 100%;
  }

  .careers-listings .square {
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 800px) {
  .careers-listings .square {
    padding-bottom: 50%;
  }
}

.careers-listings .square-content {
  text-align: center;
  transition: background-color 0.5s linear;
}

.careers-listings .square:hover .square-content {
  background-color: #ff4a12;
  color: #fff;
}

.careers-listings .square:hover .square-content .careers-listings__listing,
.careers-listings .square:hover .square-content .careers-listings__listing span,
.careers-listings .square:hover .square-content .careers-listings__title {
  color: #fff;
}

.careers-listings__title {
  font-size: 1.4em;
  text-transform: uppercase;
}

.careers-listings__listing span {
  color: #ff4a12;
  margin-left: 0.2rem;
  vertical-align: middle;
}

.careers-contact {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  padding: 4rem 0;
  text-align: center;
}

.mail-cta {
  color: #808080;
  font-size: 1.2em;
}

.searchform {
  margin-bottom: 2rem;
}

.searchform .screen-reader-text {
  display: none;
}

.searchform input[type=text] {
  display: inline-block;
  width: 66%;
}

@media screen and (min-width: 600px) {
  .searchform input[type=text] {
    width: 80%;
  }
}

.searchform input[type=submit] {
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0 3px;
  padding: 3px;
  position: relative;
  top: 4px;
  width: 85px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  margin-top: 2rem;
}

.search__no-results {
  font-size: 120%;
  text-align: center;
}

.menu-search-form {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 20px;
  max-width: none;
  padding-top: 30px;
}

.menu-search-form input[type=text] {
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-size: 1.3em;
  height: 40px;
  padding: 0 10px;
  width: 200px;
}

.menu-search-form button {
  background-color: transparent;
  border: 0;
  color: #ccc;
  font-size: 1.3em;
  height: 40px;
  left: -4px;
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 961px) {
  .menu-search-form {
    margin: 0 6rem;
    padding-top: 50px;
  }

  .menu-search-form input[type=text] {
    font-size: 2em;
    height: 60px;
    padding: 0 15px;
    width: 300px;
  }

  .menu-search-form button {
    font-size: 2em;
    height: 60px;
  }
}

.team-member__role {
  padding-left: 3rem;
}

.team-member__photo {
  margin: 0 0 2rem 0;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .team-member__photo {
    float: right;
    margin: 0 0 0 3rem;
  }

  .team-member__bio {
    margin-top: 2rem;
  }
}

/* special overrides for board of directors bio */
.postid-306 .dropcap:first-letter {
  font-size: 1.4rem;
}

.postid-306 .team-member__bio h3 {
  margin: 3rem 0 0;
}

.postid-306 .team-member__bio h3:first-child {
  margin-top: 0;
}

.postid-306 .team-member__bio h4 {
  margin: 0.5rem 0 1rem;
}


@media (max-width: 737px) {
  .main-content blockquote cite {
     white-space: normal;
  }
  .news-header-inner{
    padding: 0;
    text-align: center;
  }
  .toggle-subscribe{
    left: 0;
    padding-right: 0!important;
    float: none!important;
    text-align: center;
  }
  .news-header-inner li h2{
    font-size: 1.7rem;
  }
  .link-box a .title-bar {
      opacity: 1;
      visibility: visible;
      display: block;
  }
  .links-grid{
    margin-top: 0;
  }
  .masthead .logo img {
    max-width: 170px;
  }
  .page .masthead, .single .masthead {
    padding: 10px 0 !important;
    height: auto;
  }
  .masthead-inner {
    margin: auto;
    padding: 0 5%;
  }
  .masthead .icon img {
    height: 45px;
  }
  #hero .hero-logo {
    max-width: 240px;
  }
  .project-stats h1 {
    font-size: 2.5em;
    padding: 1.75rem 2rem 0 2rem;
    margin: 0;
  }
  .ft-info .span6 {
    padding-left: 0px;
  }
  .ft-info .span6 h1 {
    font-size: 2em;
  }
  .ft-info .span6 p {
    font-size: 1.2em;
    margin-bottom: 1.4em;
    line-height: 1.8em;
    margin-top: 0;
  }
  .ft-info .span6 a {
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-style: normal;
  }
  .ft-info .square-content-inner{
    width: 80%;
  }
  .ft-info .square {
    padding-bottom: 80%;
  }
  .careers-benefits {
    padding: 0 1rem;
  }
  .span2 .news-sharelinks {
    margin: 1rem auto 2rem;
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 100%;
  }
  .span2 .news-sharelinks li a {
    display: inline-block!important;
    float: left;
    padding: 0 6%!important;
  }
  .span2 .news-sharelinks li a.a2a_button_facebook {
    padding-left: 0!important;
  }
  .indented, .page-template-landowners-landing-page-template .indented, .page-template-careers-landing-page-template .indented {
    margin: 0;
  }
  .headline-underlined{
    margin-bottom: 4rem;
  }
  .main-content .inset-text p {
    margin: 0 auto;
  }
  .news-container .news-content blockquote p {
    margin: 0;
  }
  .news-container {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .masthead .logo img {
    max-width: 150px;
  }
  #hero .hero-logo {
      max-width: 220px;
  }
}


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