/*
Theme Name: fvsu
Theme URI: http://andisites.com/
Author: AndiSites, Inc.
Author URI: http://andisites.com/
Description: A custom theme developed specifically for FVSU.
Version: 1.0.0
Text Domain: fvsu

dark blue
yellow
the_grey_for_section_3
white
grey 
light blue 
*/

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em; /* AC rem imp. */ 
}

body {
  font-size: 15px !important; 
  line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
}

#header {
  width: 100%;
  position:relative;
   }

#toplip {
  max-width: 100%;
  margin: 0 auto;
  height: 30px;
  background: #04284a;
  text-align: right;
  line-height: 30px; }

#toplip a {
  color: #fff;
  margin: 10px;
  font-size: 0.8125em;
  text-decoration: none; }

#toplip #st {
  background: url("images/hand-icon.png") no-repeat 100% 50%;
  padding-right: 20px; }

#toplip #sh {
  background: url("images/search-icon.png") no-repeat 100% 50%;
  padding-right: 20px; }

#toplip #ql {
  padding-right: 0px;
  text-align: right; }

#toplip #ql::after {
  display: inline-block;
  content: ' ►';
  margin: 0 0 0 10px;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all; }

#toplip #ql:hover::after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

#qlinks-container {
  width: 100%;
  position: absolute;
  background: #162028;
  opacity: 1;
  top: 30px;
  z-index: 100;
  display: none; }

#qlinks {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }

#qlinks h5 {
  font-size: 1.375em;
  color: #fff;
  font-weight: bolder;
  padding-top: 10px; }

#qlinks img {
  max-width: 50%; }

#qlinks ul li {
  list-style: none;
  display: inline-block;
  margin: 1em 10px;
  text-align: center;
  color: #fff;
  width: 120px;
  height: 140px;
  background: #ffce08;
  border-radius: 20px;
  vertical-align: top;
  margin-top: 30px;
  opacity: 1; }

#qlinks ul li:hover {
  background: #118af8; }

#qlinks ul li a:hover {
  text-decoration: none;
}

#logo {
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%; }

#newlogo {
  width: 100%;
  max-width: 20%;
  float: left;
  text-align: right;
}

#logo-container {
  width:573px;
  height:93px;
  margin:0 auto;
}

#logo img {
  max-width: 80%;
  margin: 0 auto;
  display: block; }

/* navigation */
#navigation {
  width: 100%;
  background:/*#002A50 url("images/main-nav-back.jpg") top center*/ #055089;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden; }

#navigation #pmenu {
  max-width: 980px;
  margin: 0 auto;
  text-decoration: center;
  height: 60px;
  overflow: hidden; }

#pmenu ul {
  text-align: right; }

#pmenu ul li {
  list-style: none;
  display: inline-block;

}

#pmenu ul li.current-menu-parent a {
  color: #ffce08;
}

#pmenu .sub-menu {
  display:none;
  position:absolute;
  width:14em;
  text-align: left;
  z-index: 200;
}

#pmenu ul li ul.sub-menu {
  /*display: none;*/
}

#pmenu ul li ul.sub-menu li {
  width:100%;
}

#pmenu ul li a {
  display: inline-block;
  margin: 0px 27px;
  color: #fff;
  text-decoration: none;
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 0.875em;
  font-weight: 400;
  height: 60px;
  background: transparent;
  line-height: 60px; }

#pmenu ul li:hover {
  background: url("images/hover-back.png") no-repeat;
  background-position: 100% 0%;
  animation-name: menu;
  animation-duration: 1s;
  animation-timing-function: ease-out; }

#pmenu ul li:hover > a {
  color: #002B55;
  font-weight: 400; }

#pmenu ul li ul li:hover {
  animation:none;
  background: #FFD204;
}

@keyframes menu {
  from {
    background-position: 0% 0%; }
  to {
    background-position: 100% 0%; } }


#pmenu ul.sub-menu li {
  display:block;
  width:100%;
  border-bottom:1px dotted #00529B;
}

#pmenu ul.sub-menu li a {
  display:block;
  width:96%;
  border-radius: 0px;
  line-height: 1.5em;
  padding:10px 20px;
  height:auto;
  margin:0px;
}

#pmenu .menu .menu-item-has-children:hover > ul.sub-menu {
  display:block;
  position:absolute;
  background:#002D56;
  z-index: 100;
}



/* end of navigation */
#slider-container {
  width: 100%;
  background: black;
  padding-top: 0px;
  padding-bottom: 0px; }

#slider {
  max-width: 980px;
  margin: 0 auto;
  color:white;
  text-align: center; }

#slider img {
  max-width: 100%; }

#aboutfvsu {
  width: 100%;
  min-height: 400px;
  /*background: #002A50 url('images/back-section2.jpg') top center no-repeat;*/
  background-size: cover;
}

#aboutfvsumobile {
 width: 100%;
 max-height: 0px;
}

#cc {
  max-width: 700px;
  margin:0 auto;
  padding-top: 40px;
  padding-bottom:40px;
  text-align: center;
}

#cc3 {
  vertical-align: top;
  margin-bottom:2em;
}

#cc h1 {
  color:/*#E2F1FE*/ #04284a;
  font-size: 3em;
}

#cc img {
  display: inline-block;
  margin-right:30px;
  margin-bottom:1em;
  vertical-align: top;
}

#cc p {
  display: inline-block;
  width:300px;
  padding-left:30px;
  color:/*white*/ #162028;
  position:relative;
  border-left:1px solid #2E669B;
  text-align: left;
}

#cc .special {
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  width:270px;
  height:50px;
  background: #f8d201;
  color:#0d2b45;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin:0 auto;
  font-size: 1.363em;
  font-weight: 400;
  text-decoration: none;

}

#cc .special:hover {
  color:#fff;
  animation: as_button 1s ease;
  animation-fill-mode: forwards;
}

#tt .teaser {
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  width:270px;
  height:50px;
  background: #085e9b;
  color:#fff;
  border-radius: 10px;
  border: 2px solid red;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin:0 auto;
  font-size: 1.363em;
  font-weight: 400;
  text-decoration: none;

}

#tt .teaser:hover {
  color:#fff;
  animation: as_button 1s ease;
  animation-fill-mode: forwards;
}

@keyframes as_button {
  100% {
    background:#00529B;
  } 
}

#localistwidget {
  width: 100%;
  background: #162028;
  padding-top: 30px;
  padding-bottom: 30px; }

#lo {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }

.local {
  width: 300px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 2em; }

#teasers {
  width: 100%;
  background: #085e9b;
  padding-top: .1px;
  padding-bottom: 0px; }

#ts {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center; }

.teaser {
  width: 300px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;}

.teaser h3 {
  color: #fff;
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  font-size: 1.5em;
  font-weight: 200; }

.teaser p {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875em;
  /*line-height: 1.5em;*/
  /*font-style: italic;*/
  /*font-weight: 200;*/ }

.teaser a {
  color: #ffce08; 
  white-space:nowrap;
}

.teaser a:hover {
  color: #fff; }

.teaser img:hover {
  /*-webkit-animation: bright 1s ease;
  -o-animation: bright 1s ease;
  animation: bright 1s ease; */
  }

@keyframes bright {
  10% {
    -webkit-filter: blur(5px) brightness(200%);
    /* Chrome, Safari, Opera */
    filter: blur(5px) brightness(200%); } }

#ribbon {
  height: 114px;
  background: url("images/ribbon.png") repeat-x top center; }

#testimonials {
  width: 100%;
  background: #162028; /*#ffce08*/;
  padding-top: 60px;
  padding-bottom: 60px; }


#tm {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%; }

#tm blockquote {
  font-size: 2.1875em;
  line-height: 1.4em;
  font-weight: 500;
  color: /*#162028*/ #fff; }

#tm blockquote p {
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
}

#tm h4 {
  font-size: 1.5625em;
  text-align: right;
  text-transform: uppercase;
  color: /*#04284a*/ #ffce08;
  font-weight: 200; }

#news {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #0b243a url('images/curve3.png') bottom center no-repeat;
  background-size: 200% 50%;
   }


@media screen and (max-width: 1200px) {
  #news {
    background-size: 350% 50% !important;
  }

#aboutfvsumobile {
    display: none; }

}

#ns {
  /*max-width: 980px;*/
  margin: 0 auto;
  text-align: center;
  position: relative; }

#ns .row div {
  margin-bottom:2em;
}

/* read more link */
.rml {
   white-space: nowrap;
}

.newstitle {
  text-align: left;
  border-top: 3px solid #cacaca;
  padding-top: 10px;
  display: block;
  margin-bottom:2em;
  width: 100%; }

#news h2 {
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  font-size: 3.125em;
  font-weight: 200;
  color: /*#04284a*/ #E2F1FE;
  text-align: left;
  margin-bottom: 1em;
  max-width: 80%;
  display: inline-block;
  margin-left: 2%;
  margin-right: 20px; }

#news h2 .accent {
  /*color: #cacaca; */
  color: #969696;
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
}

.nsspecial {
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  width:270px;
  height:50px;
  background: #143b5b;
  color:#fff;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin:0 auto;
  font-size: 1.363em;
  font-weight: 400;
  text-decoration: none;

}

.nsspecial:hover {
  color:#fff;
  animation: as_button 1s ease;
  animation-fill-mode: forwards;
}

.nsevents {
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  width:270px;
  height:50px;
  background: #075e9b;
  color:#fff;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin:0 auto;
  font-size: 1.363em;
  font-weight: 400;
  text-decoration: none;

}

.nsevents:hover {
  color:#fff;
  animation: as_button 1s ease;
  animation-fill-mode: forwards;
}

#ns .c_button {
  width: 110px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 2%;
  padding-left: 18px;
  background: #767676 url("images/calendar-icon.png") no-repeat 92% 40%;
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  /*font-family: "Open Sans", Arial, sans-serif;*/
  font-size: 1em;
  letter-spacing: -0.8px;
  margin-top: 18px; }

#ns .c_button:hover {
  background: #04284a url("images/calendar-icon.png") no-repeat 88% 40%; }


.news-item {
  width: 222px;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  margin-right: 3%;
  text-align: left;
  margin-bottom: 2em; }

.news-item img:hover {
  /*-webkit-animation: bright 1s ease;
  -o-animation: bright 1s ease;
  animation: bright 1s ease; */
  }

.news-item h3, .home #ns h3 {
  font-size:1.125em;/* 1.0625em;*/

  color: /*#162028*/ #E2F1FE;
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  /*font-family: "Open Sans", Arial, sans-serif;*/
  text-transform: uppercase;
  margin-bottom: 1em;
  /*background: url("images/news-icon.png") no-repeat left 10%;*/ }

.home #ns h3 a {
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  color:white;
}

.news-item p, .home #ns p {
  font-size: 0.875em;
  line-height: 1.4em;
  /*font-family: "EB Garamond", Garamond Pro, Garamond, serif;*/
  font-family: "Open Sans", Arial, sans-serif;
  color: /*#162028*/ #fff;

   }

#spotlights {
  width: 100%;
  background: #ffce08 /*#162028*/;
  padding-top: 40px;
  padding-bottom: 40px; }

#sl {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  vertical-align: top; }

#sl h2 {
  color: #118af8;
  font-size: 3.125em;
  font-weight: 200;
  margin-bottom: 1em;
  text-align: left;
  padding-left: 4%; }

#sl h2 .accent {
  color: #fff; 
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
}

.sl-item {
  width: 222px;
  display: inline-block;
  margin-left: 3%;
  margin-right: 3%;
  vertical-align: top;
  margin-bottom: 2em; }

.sl-item h4 {
  color: #118af8;
  /*background: url("images/news-icon.png") no-repeat left 50%*/;
  /*font-family: "EB Garamond", Garamond Pro, Garamond, serif;*/
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em; }

.sl-item p {
  color: /*#fff*/ #162028;
  /*font-family: "EB Garamond", Garamond Pro, Garamond, serif;*/
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 200;
  font-size: 0.875em;
  line-height: 1.4em;
  margin-bottom: 1em; }

.sl-item a {
  font-size: 1.2em;
  display: block;
  margin-top:10px;
  color: /*#ffce08*/ #04284a; }

.sl-item a:hover {
  color: #118af8; }

.sl-item img {
  border-radius: 100px;
  margin-bottom: 1em; }

.sl-item img:hover {
  -webkit-animation: super .8s linear;
  animation: super .8s linear;
  box-shadow: 0px 0px 0px 8px #fff;
}

@-webkit-keyframes super {
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
}

@keyframes super {
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
}

#footer {
  width: 100%;
  font-family: "EB Garamond", "Garamond Pro", Garamond, serif;
  /*height: 671px;*/
  min-height: 671px;
  background: #0c2032 url("images/footer-back.png") no-repeat top center;
  position: relative; }

#footer .textwidget p {
  font-family: "EB Garamond", Garamond Pro, Garamond, serif;
  font-size: 1.2em;
}

#ft {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 150px;
  text-align: center;
  padding-bottom: 50px; }

.footer-rg {
  width: 222px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 2em; }

.footer-rg h2, .footer-rg h3 {
  font-size: 1.125em;
  color: #c3edff;
  font-weight: 800;
}

.footer-rg ul li, .footer-rg li {
  list-style: none;
  line-height: 1.5em;
  color: #c3edff;
  font-weight: 200; }

.footer-rg ul li a {
  color: #c3edff;
  text-decoration: none;
  font-weight: 200;
  padding-left: 20px; }

.footer-rg ul li a:hover {
  text-decoration: underline; }

.footer-rg address {
  color: #fff;
  font-weight: bolder;
  font-style: initial; }

.footer-rg .social {
  margin-bottom: 1em; }

.footer-rg .social img {
  margin: 0 5px; }

.footer-rg .socialmedia-buttons img {
  margin-bottom:10px;
}

#copyright {
  width: 100%;
  text-align: right;
  position: absolute;
  /*top: 620px;*/
  bottom:10px;
  right: 20px;
  color: #fff;
  font-size: 0.8125em; }

/* Single */
.sec #main-content {
  width: 100%;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px; }

.sec #mc {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%; }

.sr #mcontent {
  max-width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
  margin-left: 2%; }

.sl #mcontent {
  max-width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-left: 5%; }

.sr #sidebar {
  width: 28%;
  display: inline-block;
  margin-right: 2%;
  margin-left: 2%;
  min-width: 180px; }

.sl #sidebar {
  width: 28%;
  display: inline-block;
  margin-right: 2%;
  margin-left: 2%;
  min-width: 180px; }

.sr #sidebar h2 {
  font-size: 1.375em;
  font-weight: 800;
  color: #04284a; }

/* Content Styles */
.sec h1 {
  background: url("images/heading-icon.png") no-repeat left 40%;
  padding-left: 46px;
  font-size: 2.5em;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 1em; }

.sec #mc p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom:1em;
   }

.sec #mc img {
  max-width: 100%;
  height:auto;
}

.sec #mc h2 {
  color: #04284a;
  border-bottom: 1px solid #04284a;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }

.sec #mc h2.p1 {
  border-bottom:0px;
}

.sec #mc h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 1em;
  background: url("images/separator-icon.png") no-repeat bottom left;
  padding-bottom: 40px; }

.sec #mc h3.cn-accordion-item {
  background:none;
  height:2.5em;
}

.sec #mc #cn-slim-plus .cn-entry {
  font-size: 1.1em !important;
}

.sec #mc input, .sec #mc textarea, .sec #mc select {
  border: 1px solid #cacaca;
  padding: 5px; }

.sec #mc input[type='checkbox'] {
  float: left;
  background: red;
  position: relative; }

.sec #mc input[type="submit"], .sec #mc input[type="reset"] {
  padding: 15px; }

.sec #mc .fimage {
  width:100%;
  background: #F4F4F4;
  border:1px solid #cacaca;
  margin-bottom:2em;
  padding:10px;
  text-align: center;
}

.sec #mc td {
  border: 1px solid #cacaca;
  padding: 5px; }

.sec #mc ul {
  margin-bottom: 1em; }

.sec #mc .my_cats {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
}

.sec #mc .my_cats li {
  display: inline-block;
  padding-left:4px;
  padding-right: 4px;
}

.sec #mc .my_cats li:first-child {
  padding-left:0px;
}

.sec #mc li {
  list-style: inside;
  padding-left: 20px; }

.sec .alignleft {
  float: left;
  margin-right: 20px;
  position: relative;
  max-width: 40%; }

.sec .alignright {
  float: right;
  margin-left: 20px;
  position: relative;
  max-width: 40%; }


.sec .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #0D2438;
}

.sec #mc .wpb_tabs h2 {
  color:#fff;
  border-bottom:1px solid #cacaca;
}

.sec #mc .wpb_wrapper {
  margin-top:20px;
}

.sec #mc .wpb_wrapper ul.wpb_tabs_nav {
  margin-bottom:1px;
}

.sec #mc .wpb_wrapper ul.wpb_tabs_nav li {
  padding-left:0px;
  border-radius: 7px 7px 0px 0px;
}

.sec #mc .wpb_wrapper .wpb_tab {
  border-radius: 0px 0px 10px 10px;
}

.sec #mc .wpb_wrapper ul.wpb_tabs_nav li.ui-state-active {
  background:#0D2438;
}

.sec #mc .wpb_wrapper ul.wpb_tabs_nav li.ui-state-active a {
  color:white;
}

.sec .search_location {
  display: none;
}

.sec .job_listings .location {
  display: none;
}

.sec .single_job_listing .location {
  display:none;
}

/* Search */
.search article {
  margin-bottom:2em;
}

#full-screen-search{
display: none;
}

#full-screen-search.open{
display: block;
}

.blog article {
  margin-bottom:3em;
  padding-bottom:1em;
  border-bottom:1px dotted #cacaca;
}

.blog #mc article h2 {
  border: none;
  margin-bottom:0px;
}


@media screen and (max-width: 980px) {
  #pmenu ul li a {
    margin:0px 16px;
  }
  }

 
@media screen and (max-width: 860px) {
  #pmenu ul li a {
    font-size:0.775em;
  }

  #navigation {
    display: none; } 

  #logo {
    padding-top:40px;
    padding-bottom:5%;
  }

  #cc {
    padding-left:4%;
    padding-right:4%;
  }

  #ns {
    padding-left:4%;
    padding-right:4%;
  }

  #ns .c_button {
    margin-bottom:10px;
  }

  #news h2 {
    margin-bottom:10px;
  }

  #ft {
    padding-left:4%;
    padding-right:4%;
  }
}

@media screen and (max-width: 660px) {
  #logo-container {
    width: 100%;
  }
  .sec #main-content {
    overflow-x:hidden;
  }

  .sl #sidebar {
    min-width: 180px;
    width: 96%; }
  .sr #sidebar {
    width: 96%; }
  .sl #mcontent, .sr #mcontent {
    max-width: 96%; } }

@media screen and (max-width: 396px) {
  #logo {
    padding-top:40px;
  }
  #ribbon {
    height: 57px;
    background-size: cover; }
  .sec #main-content {
    padding-top: 2em; }
  #news h2 {
    font-size: 2.125em; }
  #tm blockquote {
    font-size: 1.3em; }
  .sl-item {
    padding-bottom: 2em;
    border-bottom: 1px dotted #21313D; }
  .sl-item h4 {
    text-align: left;
    padding-left: 20px;
    letter-spacing: -0.4px; }
  .sec h1 {
    font-size: 2em;
    background-size: 16px;
    background-position: 0px 10px;
    padding-left: 20px; }
  .sec #mc p {
    font-size: 0.8em; } }

@media screen and (max-width: 600px) {
   #cc .special {
    margin-bottom:1em;
  }
}

@media screen and (max-width: 480px) {
  #slider-container {
    display: none;
}

  #aboutfvsumobile {
    /*background: #0B243A;*/
  }

  #cc #cc3 img {
    margin-right:0px;
  }

  #cc #cc3 p {
    border-left:0px;
    padding-left:20px;
    padding-right:20px;
  }




}

@media screen and (max-width: 320px) {
  #toplip {
    text-align: left;

  }

  #toplip a {
    margin:7px;
  }
}

@media screen and (min-width: 1200px) {
  .home #ts {
    max-width: 1200px;
  }


 
.home #lo {
    max-width: 1200px;
  }

  .home .teaser {
    width:385px;
  }

  .home #sl {
    max-width: 1200px;
  }

  .home .sl-item {
    width:310px;
  }

  .home #tm {
    max-width: 1200px;
  }

  .home #tm blockquote {
    font-size: 2.4em;
  }
}

.showmobile {
  display: none;
}

@media screen and (max-width: 425px) {
  .showmobile {
    display: block;
  }

  .hidemobile {
    display: none;
  }
}