@charset "UTF-8";
/*!
	Theme Name: Collegiate
	Description: A Custom Theme for Collegiate applications
	Author: Build Create Studios
	Version: 1.6.1
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  background: white;
  line-height: 1;
  color: black;
}

ol, ul {
  list-style: none;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* FONT */
/* COLORS */
/* GRID SYSTEM */
/* MOBILE NAV */
/* Functions */
body {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Lato";
  color: #424242;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #424242;
}

h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 50em) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 50em) {
  h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 50em) {
  h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 50em) {
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

h5, h6 {
  font-size: 16px;
  font-size: 1rem;
}

strong {
  font-family: "Lato Bold";
}

/* clear */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

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

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

a:hover {
  color: #424242;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #424242;
}

iframe {
  display: block;
}

.hidden {
  display: none;
}

.grid img {
  width: 100%;
}
@media screen and (max-width: 25em) {
  .grid .seven-col-grid.no-min,
.grid .six-col-grid.no-min,
.grid .five-col-grid.no-min,
.grid .four-col-grid.no-min,
.grid .three-col-grid.no-min,
.grid .two-col-grid.no-min {
    width: 100%;
    margin-left: 0;
  }
}

.seven-col-grid {
  width: 12.85%;
  float: left;
  margin-bottom: 3%;
  margin-left: 1.675%;
  margin-top: 0;
}
.seven-col-grid.seven-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  .seven-col-grid.seven-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

.six-col-grid {
  width: 15%;
  float: left;
  margin-bottom: 3%;
  margin-left: 2%;
  margin-top: 0;
}
.six-col-grid.six-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  .six-col-grid.six-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

.five-col-grid {
  width: 18%;
  float: left;
  margin-bottom: 4%;
  margin-left: 2.5%;
  margin-top: 0;
}
.five-col-grid.five-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  .five-col-grid.five-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

@media screen and (max-width: 65em) {
  .five-col-grid,
.six-col-grid,
.seven-col-grid {
    width: 22%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .five-col-grid,
.six-col-grid,
.seven-col-grid {
    width: 30.5%;
  }
}
@media screen and (max-width: 50em) {
  .five-col-grid,
.six-col-grid,
.seven-col-grid {
    width: 48%;
  }
}
@media screen and (max-width: 65em) {
  .five-col-grid.four-col-clear,
.six-col-grid.four-col-clear,
.seven-col-grid.four-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .five-col-grid.four-col-clear,
.six-col-grid.four-col-clear,
.seven-col-grid.four-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .five-col-grid.three-col-clear,
.six-col-grid.three-col-clear,
.seven-col-grid.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .five-col-grid.three-col-clear,
.six-col-grid.three-col-clear,
.seven-col-grid.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .five-col-grid.two-col-clear,
.six-col-grid.two-col-clear,
.seven-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}

.four-col-grid {
  width: 22%;
  float: left;
  margin-bottom: 4%;
  margin-left: 4%;
  margin-top: 0;
}
@media screen and (max-width: 50em) {
  .four-col-grid {
    width: 30.5%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid {
    width: 48%;
  }
}
.four-col-grid.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min {
    width: 22%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min {
    width: 22%;
  }
}
.four-col-grid.four-col-min.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.four-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.four-col-clear.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.four-col-clear.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.four-col-clear.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.two-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

.three-col-grid {
  width: 30%;
  float: left;
  margin-bottom: 5%;
  margin-left: 5%;
}
@media screen and (max-width: 50em) {
  .three-col-grid {
    width: 49%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
}
.three-col-grid.three-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-clear {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 50em) {
  .three-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-min {
    width: 30%;
    margin-bottom: 5%;
    margin-left: 5%;
  }
}
.three-col-grid.three-col-min.three-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-min.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-min.three-col-clear.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-min.two-col-clear {
    clear: none;
    margin-left: 5%;
  }
}

.two-col-grid {
  width: 49%;
  float: left;
  margin-bottom: 2%;
  margin-left: 2%;
}
.two-col-grid.two-col-clear {
  clear: left;
  margin-left: 0;
}

/* global box-sizing */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: url("images/bg.jpg") top center no-repeat;
  background-size: cover;
}

#main {
  margin: 20px 0 0;
}
#main.has-splash {
  margin-top: -100px;
  position: relative;
}
#main > .wrapper {
  background: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 28.125em) {
  #main > .wrapper {
    padding: 5px;
  }
}

/* scroll to top link */
#top-link {
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5%;
  padding: 5px 10px 10px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  z-index: 9999;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#top-link span {
  display: block;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 0.8em;
}
#top-link:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}

.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  min-width: 990px;
}
@media screen and (max-width: 46.875em) {
  .wrapper {
    width: 97.5%;
  }
}
@media screen and (min-width: 0em) {
  .wrapper {
    min-width: 0;
  }
}

.button {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  background: #424242;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  text-shadow: none !important;
}
.button:hover {
  background: #5c5c5c;
}

.slides img {
  display: block;
}

.page-title {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-family: "Lato Bold";
  padding-bottom: 10px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
@media screen and (max-width: 37.5em) {
  .page-title {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

.page-content {
  width: 70%;
  float: left;
}
@media screen and (max-width: 46.875em) {
  .page-content {
    width: 100%;
  }
}

.custom-excerpt {
  margin-bottom: 10px;
}

.embed-container,
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #000000;
}
.user-content p,
#tinymce p {
  margin-bottom: 1.4em;
}
.user-content ul,
#tinymce ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.user-content ul li,
#tinymce ul li {
  list-style-position: inside;
  list-style: disc;
  margin-left: 20px;
}
.user-content ol,
#tinymce ol {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.user-content ol li,
#tinymce ol li {
  list-style-position: inside;
  list-style: decimal;
  margin-left: 20px;
}
.user-content blockquote,
#tinymce blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #444;
  padding-left: 20px;
  font-style: italic;
}
.user-content strong,
#tinymce strong {
  font-weight: normal;
  font-family: "Lato Bold";
}
.user-content hr,
#tinymce hr {
  border: none;
  border-top: 1px solid #b7b7b7;
  margin: 10px 0;
}

.logo {
  float: left;
  max-width: 80%;
}
.logo img {
  height: auto;
  width: auto;
  max-width: 300px;
  max-height: 90px;
}
@media screen and (max-width: 75em) {
  .logo img {
    max-width: 240px;
  }
}
@media screen and (max-width: 68.75em) {
  .logo img {
    max-height: 70px;
  }
}
@media screen and (max-width: 37.5em) {
  .logo img {
    max-height: 50px;
  }
}

#header {
  background: #424242;
  background: rgba(66, 66, 66, 0.79);
  padding: 20px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 75em) {
  #header {
    padding: 15px 0;
  }
}
#header.no-page-featured-image {
  position: relative;
  top: 0;
  left: 0;
}

.logged-in #header {
  top: 32px;
}
.logged-in #header.no-page-featured-image {
  top: 0;
}

.admin-bar #mobile-nav {
  top: 32px;
}
@media screen and (max-width: 48.9375em) {
  .admin-bar #mobile-nav {
    top: 46px;
  }
}
.admin-bar #wpadminbar {
  position: fixed !important;
}

.utility-nav {
  float: right;
}
@media screen and (max-width: 65.625em) {
  .utility-nav {
    width: 100%;
    clear: both;
    display: none;
  }
}
.utility-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin-left: 10px;
}
.utility-nav li.social-icon {
  font-size: 20.8px;
  font-size: 1.3rem;
}
.utility-nav li a {
  color: #ffffff;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.utility-nav li .search {
  position: relative;
  margin-left: 10px;
}
.utility-nav li .search #clear {
  display: none !important;
}
.utility-nav li .search .search-input {
  border: none;
  border: 1px solid #ccc;
  padding: 4px 40px 4px 4px !important;
}
.utility-nav li .search .search-submit {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5px;
  background: none;
  color: #424242;
  border: none;
}
.utility-nav li.pipe:before {
  content: "|";
  margin-right: 10px;
  color: #ffffff;
}
.utility-nav li.cart a i {
  position: relative;
  font-size: 22.4px;
  font-size: 1.4rem;
  vertical-align: middle;
}
.utility-nav li.cart a .counter {
  position: absolute;
  top: 3px;
  color: #ffffff;
  font-size: 12px;
  right: 0;
  width: 21px;
  text-align: center;
}

.main-nav {
  text-align: right;
  float: right;
  margin-top: 30px;
  display: block;
  clear: right;
}
@media screen and (max-width: 75em) {
  .main-nav {
    margin-top: 20px;
  }
}
@media screen and (max-width: 65.625em) {
  .main-nav {
    width: 100%;
    clear: both;
    display: none;
  }
}
.main-nav > ul > li {
  font-size: 14.4px;
  font-size: 0.9rem;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  position: relative;
  margin-left: 25px;
  padding-bottom: 10px;
}
.main-nav > ul > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 75em) {
  .main-nav > ul > li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 65.625em) {
  .main-nav > ul > li {
    display: block;
    text-align: center;
    margin-left: 0;
    padding: 10px 0px;
    border-top: 1px solid #b7b7b7;
  }
}
.main-nav > ul > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-nav > ul > li.menu-item-has-children > a:after {
  font-family: "Black Tie";
  font-weight: 900;
  content: "";
  margin-left: 0.5em;
  font-size: 0.6em;
}
.main-nav > ul > li a {
  text-transform: uppercase;
  color: #e8e8e8;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.main-nav > ul > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 65.625em) {
  .main-nav > ul > li:hover .sub-menu {
    display: none;
  }
}
.main-nav > ul > li > .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.15s ease-in-out;
  -moz-transition: visibility 0.15s ease-in-out;
  -ms-transition: visibility 0.15s ease-in-out;
  -o-transition: visibility 0.15s ease-in-out;
  transition: visibility 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 9999;
  text-align: left;
}
@media screen and (max-width: 65.625em) {
  .main-nav > ul > li > .sub-menu {
    position: static;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.main-nav > ul > li > .sub-menu.nav-shift {
  left: auto;
  right: 0;
  text-align: right;
}
.main-nav > ul > li > .sub-menu.nav-shift .triangle span {
  left: auto;
  right: 20px;
}
.main-nav > ul > li > .sub-menu > li {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: 0;
}
.main-nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-nav > ul > li > .sub-menu > li.menu-item-has-children > a i {
  font-size: 0.6em;
  margin-left: 0.5em;
}
.main-nav > ul > li > .sub-menu > li.triangle {
  height: 10px;
  position: relative;
  background: none;
}
@media screen and (max-width: 65.625em) {
  .main-nav > ul > li > .sub-menu > li.triangle {
    display: none;
  }
}
.main-nav > ul > li > .sub-menu > li.triangle span {
  display: block;
  position: absolute;
  left: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}
.main-nav > ul > li > .sub-menu > li .sub-menu {
  display: none;
}
.main-nav > ul > li > .sub-menu a {
  display: block;
  white-space: nowrap;
  color: #424242;
  text-transform: uppercase;
  padding: 5px 20px;
  width: 100%;
  min-width: 200px;
}
.main-nav > ul > li > .sub-menu a i {
  margin-right: 10px;
}
@media screen and (max-width: 65.625em) {
  .main-nav > ul > li .search-box {
    margin: 0 auto;
  }
}

.nav-handle {
  float: right;
  display: none;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 70px;
  color: #ffffff;
}
@media screen and (max-width: 65.625em) {
  .nav-handle {
    display: block;
  }
}
@media screen and (max-width: 37.5em) {
  .nav-handle {
    line-height: 50px;
  }
}

#mobile-nav {
  background: #606163;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}
#mobile-nav .header .logo-img {
  float: left;
  max-width: 300px;
  max-height: 50px;
  height: auto;
  margin: 0 0 20px 20px;
}
#mobile-nav .header #close-menu {
  font-size: 22.4px;
  font-size: 1.4rem;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
#mobile-nav .header .clearer {
  margin: 0;
  padding: 0;
}

.sidebar {
  float: right;
  width: 25%;
}
@media screen and (max-width: 46.875em) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .sidebar-widget {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.sidebar .sidebar-widget > div {
  margin-bottom: 30px;
}
.sidebar .sidebar-widget h3 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato Bold";
  background: #e8e8e8;
  color: #424242;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.sidebar .sidebar-widget ul li {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
.sidebar .sidebar-widget .tribe-events-adv-list-widget h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
.sidebar .sidebar-widget .tribe-events-adv-list-widget ol li {
  margin-bottom: 10px;
}
.sidebar .sidebar-widget .tribe-events-adv-list-widget .duration {
  font-weight: normal;
}
.sidebar .sidebar-widget .tribe-mini-calendar-event {
  margin-bottom: 10px;
}
.sidebar .sidebar-widget .tribe-mini-calendar-event h1, .sidebar .sidebar-widget .tribe-mini-calendar-event h2, .sidebar .sidebar-widget .tribe-mini-calendar-event h3, .sidebar .sidebar-widget .tribe-mini-calendar-event h4, .sidebar .sidebar-widget .tribe-mini-calendar-event h5, .sidebar .sidebar-widget .tribe-mini-calendar-event h6 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1em;
}

#footer .secondary {
  background: #e8e8e8;
  background: rgba(232, 232, 232, 0.8);
  font-size: 12.8px;
  font-size: 0.8rem;
}
#footer .secondary h4 {
  font-size: 16px;
  font-size: 1rem;
}
#footer .secondary .wrapper {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
}
#footer .secondary .mission,
#footer .secondary .latest-posts,
#footer .secondary .stay-in-touch {
  float: left;
}
#footer .secondary .mission {
  width: 25%;
}
@media screen and (max-width: 46.875em) {
  #footer .secondary .mission {
    width: 100%;
    margin-bottom: 20px;
  }
}
#footer .secondary .latest-posts {
  margin: 0 10%;
  width: 25%;
}
@media screen and (max-width: 46.875em) {
  #footer .secondary .latest-posts {
    margin-left: 0;
    width: 45%;
  }
}
@media screen and (max-width: 28.125em) {
  #footer .secondary .latest-posts {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
#footer .secondary .latest-posts li {
  margin-bottom: 10px;
}
#footer .secondary .stay-in-touch {
  width: 30%;
}
@media screen and (max-width: 46.875em) {
  #footer .secondary .stay-in-touch {
    width: 45%;
  }
}
@media screen and (max-width: 28.125em) {
  #footer .secondary .stay-in-touch {
    width: 100%;
  }
}
#footer .secondary .stay-in-touch form {
  margin: 10px 0;
  position: relative;
}
#footer .secondary .stay-in-touch form input[type=text] {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
}
#footer .secondary .stay-in-touch form input[type=submit] {
  position: absolute;
  top: -2px;
  right: 5px;
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
  color: #424242;
  font-weight: normal;
}
#footer .secondary .stay-in-touch form label {
  display: none;
}
#footer .secondary .stay-in-touch form .gform_footer {
  padding: 0 !important;
}
#footer .secondary .stay-in-touch .social {
  margin-top: 15px;
  float: none;
}
#footer .secondary .stay-in-touch .social li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin-right: 10px;
}
#footer .secondary .stay-in-touch .social li.social-icon {
  font-size: 20.8px;
  font-size: 1.3rem;
}
#footer .secondary .stay-in-touch .social li a {
  color: #424242;
}
#footer .bottom {
  text-transform: uppercase;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #b7b7b7;
}
#footer .bottom .wrapper {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
#footer .bottom .copyright {
  float: left;
  color: #b7b7b7;
  width: 20%;
  margin-right: 2%;
}
@media screen and (max-width: 46.875em) {
  #footer .bottom .copyright {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
#footer .bottom .footer-nav {
  text-align: center;
}
@media screen and (max-width: 46.875em) {
  #footer .bottom .footer-nav {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
#footer .bottom .footer-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
#footer .bottom .footer-nav ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  padding-left: 7px;
  border-left: 1px solid #b7b7b7;
  margin-left: 5px;
}
#footer .bottom .footer-nav ul li:first-child a {
  padding-left: 0;
  border: none;
  margin-left: 0;
}
#footer .bottom .credit {
  float: right;
  width: 20%;
  text-align: right;
  margin-left: 2%;
}
@media screen and (max-width: 46.875em) {
  #footer .bottom .credit {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
#footer .bottom .credit a {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #b7b7b7;
}
#footer .bottom .credit img {
  padding-bottom: 4px;
}

@media screen and (max-width: 37.5em) {
  .home #main.has-splash {
    margin-top: -50px;
  }
}

.slick-slider {
  position: relative;
  top: 0;
  left: 0;
}
.slick-slider.has-cover .slick-slide {
  height: 550px;
}
@media screen and (max-width: 56.25em) {
  .slick-slider.has-cover .slick-slide {
    height: 500px;
  }
}
@media screen and (max-width: 50em) {
  .slick-slider.has-cover .slick-slide {
    height: 450px;
  }
}
@media screen and (max-width: 43.75em) {
  .slick-slider.has-cover .slick-slide {
    height: 400px;
  }
}
@media screen and (max-width: 37.5em) {
  .slick-slider.has-cover .slick-slide {
    height: 350px;
  }
}
@media screen and (max-width: 34.375em) {
  .slick-slider.has-cover .slick-slide {
    height: 300px;
  }
}
@media screen and (max-width: 31.25em) {
  .slick-slider.has-cover .slick-slide {
    height: 250px;
  }
}
@media screen and (max-width: 25em) {
  .slick-slider.has-cover .slick-slide {
    height: 200px;
  }
}
.slick-slider.has-cover .slick-slide.small {
  margin-top: 0;
}
.slick-slider .slick-slide:focus {
  outline: 0;
}
.slick-slider .slick-slide .cover-link {
  width: 100%;
  height: 100%;
  display: block;
}
.slick-slider .slick-slide.small {
  margin-top: 20px;
}
.slick-slider .slick-slide.small .wrapper {
  display: table;
}
.slick-slider .slick-slide.small .wrapper .image-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: bottom;
  display: table-cell;
}
.slick-slider .slick-slide.small .wrapper .image-wrap img {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  border: 10px solid #ffffff;
  border-bottom: none;
  vertical-align: bottom;
  margin-bottom: 100px;
  max-height: 420px;
}
@media screen and (max-width: 56.25em) {
  .slick-slider .slick-slide.small .wrapper .image-wrap img {
    max-height: 370px;
  }
}
@media screen and (max-width: 50em) {
  .slick-slider .slick-slide.small .wrapper .image-wrap img {
    max-height: 320px;
  }
}
@media screen and (max-width: 43.75em) {
  .slick-slider .slick-slide.small .wrapper .image-wrap img {
    max-height: 270px;
  }
}
@media screen and (max-width: 37.5em) {
  .slick-slider .slick-slide.small .wrapper .image-wrap img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 34.375em) {
  .slick-slider .slick-slide.small .wrapper .image-wrap img {
    max-height: 220px;
  }
}
@media screen and (max-width: 31.25em) {
  .slick-slider .slick-slide.small .wrapper .image-wrap img {
    max-height: 170px;
  }
}
@media screen and (max-width: 25em) {
  .slick-slider .slick-slide.small .wrapper .image-wrap img {
    max-height: 120px;
  }
}
.slick-slider .slick-slide .wrapper {
  position: relative;
  height: 100%;
}
.slick-slider .slick-slide .text {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 70%;
  background: #424242;
  background: rgba(66, 66, 66, 0.79);
  padding: 40px;
  color: #ffffff;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.8);
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
@media screen and (max-width: 65.625em) {
  .slick-slider .slick-slide .text {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 46.875em) {
  .slick-slider .slick-slide .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 37.5em) {
  .slick-slider .slick-slide .text {
    bottom: 60px;
    padding: 10px;
  }
}
.slick-slider .slick-slide .text h1, .slick-slider .slick-slide .text h2, .slick-slider .slick-slide .text h3, .slick-slider .slick-slide .text h4, .slick-slider .slick-slide .text h5, .slick-slider .slick-slide .text h6 {
  color: #ffffff;
  font-size: 44.8px;
  font-size: 2.8rem;
}
@media screen and (max-width: 46.875em) {
  .slick-slider .slick-slide .text h1, .slick-slider .slick-slide .text h2, .slick-slider .slick-slide .text h3, .slick-slider .slick-slide .text h4, .slick-slider .slick-slide .text h5, .slick-slider .slick-slide .text h6 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 34.375em) {
  .slick-slider .slick-slide .text h1, .slick-slider .slick-slide .text h2, .slick-slider .slick-slide .text h3, .slick-slider .slick-slide .text h4, .slick-slider .slick-slide .text h5, .slick-slider .slick-slide .text h6 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.slick-slider .slick-slide .text a {
  color: #ffffff;
}
.slick-slider .slick-paging-wrap {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 46.875em) {
  .slick-slider .slick-paging-wrap {
    display: none;
  }
}
.slick-slider .slick-paging-wrap .slick-dots {
  float: right;
}
.slick-slider .slick-paging-wrap .slick-dots li {
  display: inline;
}
.slick-slider .slick-paging-wrap .slick-dots li button {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  text-indent: -9999em;
  background: #424242;
  background: rgba(66, 66, 66, 0.5);
  border-radius: 7px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  cursor: pointer;
  padding: 0;
}
.slick-slider .slick-paging-wrap .slick-dots li.slick-active button {
  background: #424242;
  background: #424242;
}

.home-content {
  float: left;
  width: 40%;
  margin-bottom: 20px;
}
@media screen and (max-width: 65.625em) {
  .home-content {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 46.875em) {
  .home-content {
    margin-bottom: 0;
  }
}

.upcoming-events {
  float: left;
  margin-bottom: 20px;
  width: 34%;
  margin-left: 2%;
  border: 1px solid #b7b7b7;
}
@media screen and (max-width: 65.625em) {
  .upcoming-events {
    width: 60%;
    margin-left: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .upcoming-events {
    width: 100%;
  }
}
.upcoming-events h3 {
  background: #e8e8e8;
  padding: 15px;
  margin: 0;
}
.upcoming-events .events {
  padding: 15px;
  background: #ffffff;
}
.upcoming-events .events ul li {
  margin-bottom: 10px;
}
.upcoming-events .events ul li a .date {
  font-family: "Lato Bold";
  color: #000000;
  float: left;
}
.upcoming-events .events ul li a .event {
  display: block;
  margin-left: 80px;
}
.upcoming-events .events .see-more {
  border-top: 2px dotted #b7b7b7;
  padding-top: 15px;
  margin-top: 15px;
}

.home .sidebar {
  float: left;
  margin-bottom: 20px;
  width: 22%;
  margin-left: 2%;
}
@media screen and (max-width: 65.625em) {
  .home .sidebar {
    width: 36%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 37.5em) {
  .home .sidebar {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
}
.home .sidebar .quick-links .heading-strike {
  margin-bottom: 10px;
}
.home .sidebar .quick-links .heading-strike h5 {
  margin-right: 10px;
  text-transform: uppercase;
  color: #000000;
  float: left;
}
.home .sidebar .quick-links .heading-strike hr {
  display: block;
  border: none;
  border-bottom: 2px dotted #000000;
  padding-top: 0.4em;
}
.home .sidebar .quick-links ul {
  padding-bottom: 20px;
  border-bottom: 2px dotted #000000;
  margin-bottom: 20px;
  padding-left: 10px;
}

.search-results .page-content > h1 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.search-results .page-content > article {
  margin-bottom: 40px;
}

.loop article {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.loop article .post-title {
  margin-bottom: 5px;
}
.loop article .written-by {
  color: #b7b7b7;
  margin-bottom: 10px;
}

.staff .grid li {
  margin-bottom: 40px;
}
.staff .grid li:hover {
  cursor: pointer;
}
.staff .grid li img {
  border: 1px solid #b7b7b7;
}
.staff .grid li .name {
  text-transform: uppercase;
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 2px dotted #b7b7b7;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}
.staff .grid li .staff-details {
  margin-bottom: 10px;
}
.staff .grid li span {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1.2em;
  display: block;
}

.single-staff .staff-thumb {
  float: left;
  margin-right: 4%;
  max-width: 50%;
  margin-bottom: 2%;
}
@media screen and (max-width: 25em) {
  .single-staff .staff-thumb {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 25em) {
  .single-staff .staff-info {
    clear: left;
    margin: 15px 0;
  }
}
.single-staff .staff-info .email {
  word-break: break-all;
}

.page-featured-image {
  position: relative;
  top: 0;
  left: 0;
  min-height: 150px;
  height: 350px;
}
@media screen and (max-width: 37.5em) {
  .page-featured-image {
    height: 200px;
  }
}

ul.faqs {
  margin: 30px 0;
}
ul.faqs > li {
  margin-bottom: 20px;
}
ul.faqs > li .q {
  cursor: pointer;
}
ul.faqs > li .q span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.4em;
  float: left;
  color: #b7b7b7;
  padding-right: 20px;
}
ul.faqs > li .a {
  padding-left: 35px;
  font-size: 12.8px;
  font-size: 0.8rem;
}

.events-gridview .page-title,
.events-single .page-title {
  display: none;
}

.tribe-events-thismonth {
  background: #f9f9f9;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
  background: #333 !important;
  font-weight: normal !important;
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val {
  color: #333 !important;
}

#main a.tribe-events-gcal,
#main a.tribe-events-ical {
  color: #ffffff !important;
}

ul.tribe-events-sub-nav a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.tribe-events-meta-group .tribe-events-single-section-title {
  font-weight: normal !important;
}

.tribe-events-calendar {
  width: 100%;
}
.tribe-events-calendar thead {
  font-weight: normal !important;
}
@media screen and (max-width: 37.5em) {
  .tribe-events-calendar thead {
    display: none;
  }
}
.tribe-events-calendar thead th {
  font-weight: normal !important;
}
.tribe-events-calendar td {
  border-top: 1px solid #d2d2d2 !important;
}
@media screen and (max-width: 37.5em) {
  .tribe-events-calendar td {
    height: 75px !important;
  }
}
@media screen and (max-width: 37.5em) {
  .tribe-events-calendar .tribe-events-has-events a {
    font-size: 10px !important;
  }
}

.student-groups .grid .title {
  color: #424242;
  font-size: 19.2px;
  font-size: 1.2rem;
  cursor: pointer;
}
.student-groups .grid > li {
  margin-bottom: 40px;
}
.student-groups .grid img {
  cursor: pointer;
  margin-bottom: 10px;
}
.student-groups .grid .contacts {
  margin-bottom: 0.4em;
}

.contact .contact-content {
  float: right;
  width: 40%;
}
@media screen and (max-width: 34.375em) {
  .contact .contact-content {
    width: 100%;
  }
}
.contact .contact-map {
  float: left;
  width: 57%;
}
@media screen and (max-width: 34.375em) {
  .contact .contact-map {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact .contact-form {
  clear: left;
  margin-top: 20px;
  border-top: 1px solid #b7b7b7;
  padding-top: 20px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid #b7b7b7;
}
@media screen and (max-width: 28.125em) {
  .acf-map {
    height: 250px;
  }
}

.post-meta {
  margin-bottom: 20px;
  color: #b7b7b7;
}

.single-student_groups .contact-info {
  float: left;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 31.25em) {
  .single-student_groups .contact-info {
    width: 100%;
  }
}
.single-student_groups .contact-info .info {
  text-align: left;
}
.single-student_groups .contact-info .contacts {
  margin-bottom: 10px;
}
.single-student_groups .student-group-content {
  margin-left: 230px;
}
@media screen and (max-width: 31.25em) {
  .single-student_groups .student-group-content {
    margin-left: 0;
  }
}

input, textarea {
  font-size: 16px;
  border-radius: 0;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #b7b7b7;
  color: #424242;
  font-family: "Lato";
}

select {
  font-size: 16px;
  padding: 5px;
  font-family: "Lato";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=submit],
button {
  font-family: "Lato";
  background: #424242;
  color: #ffffff;
  border-radius: 5px;
  outline: 0;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
input[type=submit]:hover,
button:hover {
  background: #5c5c5c;
}

.gform_fields .gfield {
  margin-bottom: 20px;
}
.gform_fields .gfield input,
.gform_fields .gfield textarea,
.gform_fields .gfield select {
  font-size: 16px !important;
  padding: 5px !important;
}
.gform_fields .gfield .gfield_description {
  color: #b7b7b7;
}

.gform_footer input[type=submit] {
  background: #424242;
  color: #ffffff;
  padding: 10px 20px !important;
  font-family: "Lato";
}

.gform_next_button {
  padding: 10px 20px;
  float: right;
  background: #424242;
  color: #ffffff;
  padding: 10px 20px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.gform_next_button:hover {
  background: #5c5c5c;
}

.gform_previous_button {
  padding: 10px 20px;
  background: #424242;
  color: #ffffff;
  float: left;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.gform_previous_button:hover {
  background: #5c5c5c;
}

.gform_page_footer input[type=submit] {
  padding: 10px 20px;
  background: #424242;
  color: #ffffff;
  float: right;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.gform_page_footer input[type=submit]:hover {
  background: #5c5c5c;
}

.gform_wrapper .gf_progressbar_percentage span {
  display: none !important;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 10px 0 0 15px !important;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  overflow: visible !important;
}

/*------------------------------------*\
    USER STYLES
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS STANDARD STYLES
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.woocommerce-page #main .related {
  clear: left;
}
.woocommerce-page #main .view-cart {
  float: right;
}
@media screen and (max-width: 75em) {
  .woocommerce-page #main .add_to_cart_button {
    font-size: 8.8px;
    font-size: 0.55rem;
  }
}
.woocommerce-page #main .added_to_cart {
  display: block;
}
.woocommerce-page #main .actions {
  overflow: hidden;
}
@media screen and (max-width: 31.25em) {
  .woocommerce-page #main .actions .coupon {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .woocommerce-page #main .actions .button {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 31.25em) {
  .woocommerce-page #main .actions .button {
    margin-top: 0;
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 31.25em) {
  .woocommerce-page #main .actions .input-text {
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
  }
}
.woocommerce-page #main #content .quantity input.qty,
.woocommerce-page #main .quantity input.qty,
.woocommerce-page #main #content .quantity input.qty,
.woocommerce-page #main .quantity input.qty,
.woocommerce-page #main #content .quantity .plus,
.woocommerce-page #main .quantity .plus,
.woocommerce-page #main #content .quantity .plus,
.woocommerce-page #main .quantity .plus,
.woocommerce-page #main #content .quantity .minus,
.woocommerce-page #main .quantity .minus,
.woocommerce-page #main #content .quantity .minus,
.woocommerce-page #main .quantity .minus {
  padding: 0 !important;
}
.woocommerce-page #main .woocommerce-error:before,
.woocommerce-page #main .woocommerce-info:before,
.woocommerce-page #main .woocommerce-message:before,
.woocommerce-page #main .woocommerce-error:before,
.woocommerce-page #main .woocommerce-info:before,
.woocommerce-page #main .woocommerce-message:before {
  padding-top: 0;
}
.woocommerce-page #main #payment li {
  list-style: none;
}
.woocommerce-page #main .price {
  margin-bottom: 7px;
}

/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 500px) {
  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }

  .woocommerce-page table.shop_table td {
    /* Behave like a "row" */
    border: 0 !important;
    border-bottom: 1px solid #d2d3d3 !important;
    position: relative;
    padding-left: 30% !important;
  }

  .woocommerce-page table.shop_table {
    border: none;
  }

  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
  }

  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
  Label the data
  */
  .woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE";
  }

  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
  }

  .woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
  }

  .woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
  }

  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
  }

  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
  }

  .woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
  }

  .woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    margin: 0;
  }

  .woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }

  .woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }

  .woocommerce-page table.cart td.actions div,
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input,
.woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
  }

  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }

  .woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }

  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }

  .woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }

  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }

  .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }

  .woocommerce .order_details ul,
.woocommerce-page .order_details ul,
.woocommerce .order_details,
.woocommerce-page .order_details {
    padding: 0;
  }

  .woocommerce .order_details li,
.woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }

  /* make buttons full width, text wide anyway, improves effectiveness */
  #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input {
    width: 100%;
  }

  /* keep coupon at 50% */
  #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
  }

  /* clean up how coupon inputs display */
  #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    margin-top: 1.5em;
  }

  #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
  }

  /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
  .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    display: none;
  }
}
/* END Make the cart table responsive */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

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