/*!
Theme Name: college-weekends
Theme URI: http://underscores.me/
Author: Fuel Digital
Author URI: https://www.wefueldigital.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: college-weekends
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

college-weekends is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/**
 * General Colors
 */
/**
 * Font Colors
 */
/**
 * Buttons
 */
/**
 * Font Awesome
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #484848;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  color: #282e42;
  font-family: "Graduate", cursive;
  font-size: 2rem;
  font-weight: normal;
}

h2 {
  color: #268983;
  font-size: 1.5rem;
  font-weight: 500;
}

h3 {
  color: #484848;
  font-size: 1.125rem;
  font-weight: 600;
}

h4 {
  color: #808080;
  font-size: 0.875rem;
  font-weight: bold;
}

#secondary h2 {
  font-size: 1rem;
}

.location {
  text-transform: uppercase;
}

.entry-header h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

footer p {
  font-weight: 300;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

html,
body {
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.ui-blocker {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#mobile-check {
  display: block;
}

@media screen and (min-width: 48em) {
  #mobile-check {
    display: none;
  }
}

#desktop-check {
  display: none;
}

@media screen and (min-width: 48em) {
  #desktop-check {
    display: block;
  }
}

#primary {
  max-width: 100%;
}

#primary > .vc_row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 48em) {
  div.page-header {
    padding-top: 19rem !important;
  }
  div.page-header h1 {
    font-size: 1.75rem;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/**
 * Common
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="submit"].wpcf7-submit,
.vc_general.vc_btn3.vc_btn3-color-btn-primary,
.btn-primary,
.vc_general.vc_btn3.vc_btn3-color-btn-secondary,
.btn-secondary {
  border-radius: 1.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.75rem 3rem;
  transition: all 0.3s ease-in-out;
}

a.btn {
  text-decoration: none;
}

/**
 * Generic Forms
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #282e42;
  border: 1px solid #282e42;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #268983;
  border-color: #268983;
  color: #fff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #41bfb9;
  border-color: #41bfb9;
  color: #fff;
}

/**
 * Primary
 */
.vc_general.vc_btn3.vc_btn3-color-btn-primary,
.btn-primary,
a.btn-primary,
a:visited.btn-primary,
input[type="submit"].wpcf7-submit {
  background-color: #282e42;
  border: 1px solid #282e42;
  color: #fff;
}

.vc_general.vc_btn3.vc_btn3-color-btn-primary:hover,
.btn-primary:hover,
a.btn-primary:hover,
a:visited.btn-primary:hover,
input[type="submit"].wpcf7-submit:hover {
  background-color: #268983;
  border-color: #268983;
  color: #fff;
}

.vc_general.vc_btn3.vc_btn3-color-btn-primary:active, .vc_general.vc_btn3.vc_btn3-color-btn-primary:focus,
.btn-primary:active,
.btn-primary:focus,
a.btn-primary:active,
a.btn-primary:focus,
a:visited.btn-primary:active,
a:visited.btn-primary:focus,
input[type="submit"].wpcf7-submit:active,
input[type="submit"].wpcf7-submit:focus {
  background-color: #41bfb9;
  border-color: #41bfb9;
  color: #fff;
}

.vc_general.vc_btn3.vc_btn3-color-btn-primary:disabled,
.btn-primary:disabled,
a.btn-primary:disabled,
a:visited.btn-primary:disabled,
input[type="submit"].wpcf7-submit:disabled {
  background-color: #9DC3C1;
  border-color: #9DC3C1;
}

/**
 * Secondary
 */
.vc_general.vc_btn3.vc_btn3-color-btn-secondary,
.btn-secondary,
a.btn-secondary,
a:visited.btn-secondary {
  background-color: #fff;
  border: 1px solid #282e42;
  color: #282e42;
}

.vc_general.vc_btn3.vc_btn3-color-btn-secondary:hover,
.btn-secondary:hover,
a.btn-secondary:hover,
a:visited.btn-secondary:hover {
  background-color: #268983;
  border-color: #268983;
  color: #fff;
}

.vc_general.vc_btn3.vc_btn3-color-btn-secondary:active, .vc_general.vc_btn3.vc_btn3-color-btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus,
a.btn-secondary:active,
a.btn-secondary:focus,
a:visited.btn-secondary:active,
a:visited.btn-secondary:focus {
  background-color: #41bfb9;
  border-color: #41bfb9;
  color: #fff;
}

.vc_btn3.vc_btn3-shape-round {
  border-radius: 1.75rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #484848;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  padding: .5rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #484848;
}

select {
  border: 1px solid #b3b3b3;
}

textarea {
  width: 100%;
}

header input#search-input {
  width: 100%;
  height: 50px;
  font-size: 1.0625rem;
  padding: 1rem;
  font-weight: 1.5rem;
  font-size: 1rem;
  border: .04rem solid #b3b3b3;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.wpcf7-select {
  background: #fff;
  padding: .5rem;
  height: 2.6em;
}

.wpcf7 label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.full-width-form .wpcf7-form-control {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #268983;
  text-decoration: underline;
}

a:visited {
  color: #268983;
}

a:hover {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #41bfb9;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: right;
  text-align: right;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.18), 0 16px 16px 0 rgba(0, 0, 0, 0.24);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #fff;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li {
  border-bottom: 1px solid #b3b3b3;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul li:hover > ul li a span,
.main-navigation ul ul li.focus > ul li a span {
  border-color: transparent;
}

.main-navigation ul ul li:hover a,
.main-navigation ul ul li.focus a {
  border: 0px;
}

.main-navigation ul ul a {
  width: 300px;
  padding: 1.5rem 1rem;
  text-align: left;
  border: 0px;
}

.main-navigation ul ul a:after {
  display: none !important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation li a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  content: "\f107";
  color: #282e42;
  padding-left: .5rem;
}

.main-navigation li:hover > a span,
.main-navigation li.focus > a span {
  border-bottom: 1px solid #41bfb9;
}

.main-navigation li:hover > a:after,
.main-navigation li.focus > a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  content: "\f106";
  color: #282e42;
  padding-left: .5rem;
  border-bottom: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
#masthead .user {
  width: 2rem;
  height: 2rem;
  float: right;
  border-radius: 1rem;
}

.mobile-logo {
  height: 5rem;
}

@media screen and (min-width: 48em) {
  button.menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.custom-logo-link {
  max-width: 7rem;
  height: auto;
}

ul#primary-menu > li {
  background-color: #fff;
  margin-right: 4em;
}

ul#primary-menu > li a {
  color: #282e42;
}

ul#primary-menu .sub-menu {
  display: none;
  padding-left: 2rem;
}

ul#primary-menu .sub-menu.active {
  display: block;
}

@media screen and (min-width: 48em) {
  ul#primary-menu .sub-menu {
    display: block;
    padding-left: 0;
  }
}

@media screen and (max-width: 47.938em) {
  a.mobile-menu-logo {
    display: none;
  }
  button.menu-toggle {
    background: url(images/menu-icon.svg) no-repeat center left;
    background-size: 2em 2em;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    height: 2em;
    padding: 0;
    transition: none;
    width: 2em;
  }
  #user-menu .toggled,
  .main-navigation.toggled {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: fixed;
    left: 0;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .main-navigation.toggled .main-navigation-inner {
    background-color: #fff;
    height: 4rem;
    left: 0;
    position: absolute;
    width: 90%;
    z-index: 100000;
  }
  .main-navigation.toggled button.menu-toggle {
    background: url(images/close-icon.svg) no-repeat center right;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .main-navigation.toggled .menu-primary-container {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.18), 0 16px 16px 0 rgba(0, 0, 0, 0.24);
    height: 100%;
    overflow: auto;
    padding-top: 4rem;
    width: 90%;
  }
  .main-navigation.toggled .menu-primary-container ul {
    display: inline-block;
    position: inherit;
    text-align: left;
    box-shadow: none;
    left: 0px;
  }
  .main-navigation.toggled .menu-primary-container ul#primary-menu > li {
    margin-right: 0rem;
    border-top: 1px solid #CCCCCC;
    width: 100%;
  }
  .main-navigation.toggled .menu-primary-container ul#primary-menu > li a {
    padding: 1.5rem 1rem;
    font-weight: 700;
  }
  .main-navigation.toggled .menu-primary-container ul#primary-menu > li ul li {
    border-bottom: 0px;
  }
  .main-navigation.toggled .menu-primary-container ul#primary-menu > li ul li a {
    font-weight: 1rem;
  }
  .main-navigation.toggled .mobile-menu-logo {
    display: block;
    left: 0.7rem;
    position: absolute;
    top: 0.7rem;
  }
  .main-navigation.toggled .mobile-menu-logo img {
    height: 3rem;
  }
}

/**
 * User Menu
 */
#user-menu .user-menu-toggle {
  background: none;
  border: 0 none;
  border-radius: 0;
  display: inline-block;
  height: auto;
  padding: 0;
  width: auto;
}

@media screen and (max-width: 47.938em) {
  #user-menu .toggled .user-menu-toggle {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  #user-menu {
    position: relative;
  }
}

.login-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.user-menu-container {
  background-color: #fff;
  border-top: 1px solid #CCCCCC;
  display: none;
  padding: 1rem 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 75vw;
  z-index: 999;
}

.user-menu-container-inner-authenticated {
  list-style-type: none;
  margin: 0 -2rem;
  padding: 0;
}

.user-menu-container-inner-authenticated img {
  border-radius: 9999px;
  margin-right: 1rem;
}

.user-menu-container-inner-authenticated li {
  border-bottom: 1px solid #b3b3b3;
  padding: 1rem 2rem;
}

.user-menu-container-inner-authenticated li h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-menu-container-inner-authenticated li a {
  display: block;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: #282e42;
}

.user-menu-container-inner-authenticated li a:hover {
  text-decoration: underline;
}

.user-menu-container-inner-authenticated li a:hover span {
  border-bottom: 1px solid #41bfb9;
}

.user-menu-container-inner-authenticated li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}

.user-menu-container-footer {
  background-color: #ececec;
  margin: 1rem -2rem -2rem -2rem;
  padding: 1rem 2rem;
}

.user-menu-container.toggled {
  display: block;
}

.user-menu-container .menu-close {
  background: url("images/close-icon.svg") no-repeat center right;
  border: 0 none;
  border-radius: 0;
  display: inline-block;
  height: 1rem;
  right: 1rem;
  position: absolute;
  top: 1rem;
  width: 1rem;
}

@media screen and (min-width: 48em) {
  .user-menu-container .menu-close {
    display: none;
  }
}

.user-menu-container .login-header {
  padding-left: 15px;
}

.user-menu-container form {
  margin-bottom: 1rem;
}

.user-menu-container form button {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .user-menu-container {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.18), 0 16px 16px 0 rgba(0, 0, 0, 0.24);
    right: -15px;
    min-width: 20rem;
    top: 100%;
    width: auto;
    white-space: nowrap;
  }
}

.search-bar {
  background: #fff;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  padding: 10px;
  width: 500px;
  z-index: 2;
}

@media screen and (max-width: 48em) {
  .search-bar {
    width: 100%;
  }
  .search-bar input::-webkit-input-placeholder {
    font-size: 0.7rem !important;
    line-height: 1.25rem !important;
  }
}

.search-bar #ajaxsearchlite1 {
  z-index: 1;
  border-radius: 5px;
  box-shadow: unset;
}

.search-bar #ajaxsearchlite1 .probox,
.search-bar #ajaxsearchlite1 div.asl_w .probox {
  height: 50px;
  display: flex;
  align-items: center;
}

.search-bar #ajaxsearchlite1 .probox .promagnifier,
.search-bar #ajaxsearchlite1 div.asl_w .probox .promagnifier {
  width: 50px;
  height: 100%;
}

.search-bar #ajaxsearchlite1 .probox .proinput,
.search-bar #ajaxsearchlite1 div.asl_w .probox .proinput {
  display: flex;
  align-items: center;
}

.search-bar #ajaxsearchlite1 .probox .proinput form,
.search-bar #ajaxsearchlite1 div.asl_w .probox .proinput form {
  width: 100%;
}

.search-bar #ajaxsearchlite1 .probox .proinput input,
.search-bar #ajaxsearchlite1 div.asl_w .probox .proinput input {
  font-weight: bold;
  font-size: initial;
}

.search-bar #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
.search-bar #ajaxsearchlite1 div.asl_w .probox .proinput input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: bold;
}

.search-bar #ajaxsearchlite1 .probox .proinput input::-moz-placeholder,
.search-bar #ajaxsearchlite1 div.asl_w .probox .proinput input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: bold;
}

.search-bar #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
.search-bar #ajaxsearchlite1 div.asl_w .probox .proinput input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: bold;
}

.search-bar #ajaxsearchlite1 .probox .proinput input:-moz-placeholder,
.search-bar #ajaxsearchlite1 div.asl_w .probox .proinput input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: bold;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

ul#menu-footer {
  padding: 0px;
  margin: 0px;
}

ul#menu-footer li {
  list-style-type: none;
  line-height: 1.8rem;
}

ul#menu-footer li a {
  color: #41bfb9;
  font-weight: 1rem;
  text-decoration: none;
}

@media screen and (max-width: 62em) {
  .site-footer {
    padding: 2rem 0;
  }
  .site-footer #footer-sidebar3 aside {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    margin-top: 2rem;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.page {
  margin: 0;
}

.site-content {
  border-top: 1px solid #b3b3b3;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/**
 * Footer
 */
.site-footer {
  background: #282e42;
  color: #fff;
}

.site-footer .row {
  min-height: 200px;
  padding: 2rem 0;
}

.site-footer .widget {
  margin: 0px;
}

.site-footer .footer-logo {
  height: 7rem;
  float: left;
  margin-right: .5rem;
}

.site-footer i.fa {
  font-size: 2.6rem;
}

.site-footer a {
  color: #fff;
}

#footer-sidebar1 aside {
  padding-top: .5rem;
}

@media screen and (max-width: 48rem) {
  .site-footer {
    text-align: center;
  }
}

.header-filter {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  min-height: 25rem;
  position: relative;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 48em) {
  .header-filter {
    min-height: 35rem;
  }
}

.callout {
  background: #282e42;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
}

.destinations .callout,
.special_events .callout {
  border-bottom: 7px solid #14213D;
  padding: 0.8125rem 1rem 1.3125rem;
}

.destinations .callout h1,
.special_events .callout h1 {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0.25rem 0 0;
}

.position {
  position: absolute;
  bottom: 2rem;
  z-index: 1;
}

.destinations .position,
.special_events .position {
  bottom: 0;
}

/**
 * Home page
 */
.home.entry-header {
  border-bottom: 6px solid #41bfb9;
}

.home.entry-header h1 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.home.entry-header h1 span {
  color: #fff;
}

.home.entry-header p {
  color: #fff;
  text-align: center;
}

.home .featured {
  margin-bottom: 4rem;
}

.home .featured h2 {
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
}

.home .featured p {
  text-align: center;
  width: 100%;
}

.home .featured img {
  border-radius: 3px;
}

.home .featured .destinations-all-main-cards {
  width: 100%;
}

.home-header-title {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.home-sub-header {
  background-color: #ececec;
  font-weight: 500;
  padding: 1.625rem 5%;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .home-sub-header {
    padding-left: 20%;
    padding-right: 20%;
  }
}

@media screen and (max-width: 48rem) {
  .home.entry-header h1 {
    font-size: 1.5rem;
  }
}

.destinations .post-thumbnail img {
  border-radius: 3px;
}

.post-type-archive-destinations article {
  margin-bottom: 2rem;
}

.post-type-archive-destinations article h2 {
  font-size: 1rem;
  text-align: center;
}

.post-type-archive-destinations article .entry-content {
  margin: .5rem 0 0;
}

.post-type-archive-destinations article p.locations {
  text-align: center;
  margin-bottom: 0px;
}

.card-img-top {
  border-radius: 3px;
}

.silver {
  background: #efefef;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.grid .vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
  padding-bottom: 0.5rem;
  padding-top: 1rem;
}

@media screen and (max-width: 48em) {
  .grid .vc_row.wpb_row > .wpb_column.vc_column_container {
    border-bottom: 1px solid #b3b3b3;
  }
  .grid .vc_row.wpb_row > .wpb_column.vc_column_container .vc_column-inner .wpb_wrapper .vc_row.wpb_row > .wpb_column.vc_column_container {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 48em) {
  .grid .vc_column-inner .wpb_wrapper .vc_row.wpb_row > .wpb_column.vc_column_container {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .grid .wpb_column {
    border-bottom: 0 none;
  }
  .grid .vc_row {
    border-bottom: 1px solid #b3b3b3;
  }
  .grid .vc_row:last-of-type {
    border-bottom: none;
  }
  .grid .vc_row .wpb_column:first-child {
    border-right: 1px solid #b3b3b3;
  }
  .grid .vc_column-inner .wpb_column {
    border-right: 0 none !important;
  }
}

/**
 * Destination Landing
 */
.destinations-wrapper {
  padding-top: 1rem;
}

.destination-feature {
  margin-bottom: 2rem;
  padding: 1.625rem 10vw 0;
}

.destination-feature-heading {
  font-weight: 600;
  margin-bottom: 0;
}

.destination-feature-sub {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.related-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related-posts-container {
  background-color: #ececec;
}

.related-posts-item {
  background-size: cover;
  background-position: center center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 13.125rem;
  margin: 0 auto 2.6875rem;
  position: relative;
  width: 100%;
}

.related-posts-item strong {
  display: block;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .related-posts-item {
    width: 45%;
  }
  .related-posts-item.vc_gitem-zone {
    width: 100%;
  }
}

.related-posts-item-content {
  background-color: rgba(40, 46, 66, 0.75);
  border-bottom: 4px solid #41bfb9;
  bottom: 0;
  display: block;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
}

.related-posts-item-content h4,
.related-posts-item-content p,
.related-posts-item-content strong {
  color: #fff;
  text-align: center;
}

.related-posts-item-content h4 {
  font-size: 1.125rem;
}

.related-posts-item-content p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .related-posts .vc_grid-item {
    margin-right: 5%;
    width: 30%;
  }
  .related-posts .vc_grid-item:nth-child(3n) {
    margin-right: 0;
  }
}

/**
 * Blog Posts
 */
.post-template-default .entry-header {
  padding: 0 15px;
}

.post-template-default .entry-title {
  margin-bottom: 0;
  width: 100%;
}

.post-template-default .entry-meta {
  margin-bottom: 2rem;
}

.post-template-default .featured-image {
  height: 100%;
  width: 100%;
}

.post-template-default .comments-title,
.post-template-default .comment-respond,
.post-template-default .comment-list {
  width: 100%;
}

.post-template-default .comments-title {
  margin-bottom: 1rem;
}

.post-template-default .comment-list {
  margin: 0 0 1rem;
  padding-left: 1rem;
}

.post-template-default label {
  display: block;
}

.post-template-default aside h3 {
  margin: 1.84rem 0 1rem;
}

.post-template-default .comment-section {
  border-top: 1px solid #b3b3b3;
  padding-top: 2rem;
}

/**
 *  Post Sidebar Related Links List
 */
.more-resources {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-resources li {
  margin-bottom: 1rem;
}

/**
 * Resources & Destinations
 */
.resources,
.college-town-favorites,
.destinations-all,
.special-events {
  padding: 2rem 5% 0;
}

.resources-main,
.college-town-favorites-main,
.destinations-all-main,
.special-events-main {
  flex: 0 0 100%;
  max-width: 100%;
}

.resources-main-cards,
.college-town-favorites-main-cards,
.destinations-all-main-cards,
.special-events-main-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.resources-main-cards-card,
.college-town-favorites-main-cards-card,
.destinations-all-main-cards-card,
.special-events-main-cards-card {
  background-position: center center;
  background-size: cover;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  height: 13rem;
  position: relative;
  margin: 0 0 2.6875rem;
  text-align: center;
  width: 100%;
}

.resources-main-cards-card-content,
.college-town-favorites-main-cards-card-content,
.destinations-all-main-cards-card-content,
.special-events-main-cards-card-content {
  background-color: rgba(40, 46, 66, 0.75);
  border-bottom: 4px solid #41bfb9;
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
}

.resources-main-cards-card-content-excerpt,
.college-town-favorites-main-cards-card-content-excerpt,
.destinations-all-main-cards-card-content-excerpt,
.special-events-main-cards-card-content-excerpt {
  display: none;
}

.resources-main-cards-card-content p,
.resources-main-cards-card-content strong,
.college-town-favorites-main-cards-card-content p,
.college-town-favorites-main-cards-card-content strong,
.destinations-all-main-cards-card-content p,
.destinations-all-main-cards-card-content strong,
.special-events-main-cards-card-content p,
.special-events-main-cards-card-content strong {
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .resources,
  .college-town-favorites,
  .destinations-all,
  .special-events {
    flex-direction: row;
  }
  .resources-main-cards-card-content-excerpt,
  .college-town-favorites-main-cards-card-content-excerpt,
  .destinations-all-main-cards-card-content-excerpt,
  .special-events-main-cards-card-content-excerpt {
    display: block;
    max-height: 3rem;
    overflow: hidden;
  }
}

@media screen and (min-width: 48em) {
  .destinations-all-main,
  .special-events-main {
    display: flex;
    flex-direction: column;
  }
  .destinations-all-main-cards-card,
  .special-events-main-cards-card {
    margin-right: 5%;
    width: 30%;
  }
  .destinations-all-main-cards-card:nth-child(3n),
  .special-events-main-cards-card:nth-child(3n) {
    margin-right: 0;
  }
}

.special-events {
  background-color: #E7F0EF;
  text-align: center;
}

.special-events h2 {
  margin-bottom: 2rem;
}

.resources,
.college-town-favorites {
  display: flex;
  flex-direction: column;
}

.resources-main {
  flex: 0 0 100%;
  max-width: 100%;
}

.resources-main-cards-card-content-excerpt {
  color: white;
}

@media screen and (min-width: 48em) {
  .resources {
    flex-direction: row;
  }
  .resources-main-cards-card {
    margin-right: 5%;
    width: 30%;
  }
  .resources-main-cards-card:nth-child(3n) {
    margin-right: 0;
  }
}

.college-town-favorites-sidebar {
  flex: 0 0 100%;
  max-width: 100%;
}

.college-town-favorites-sidebar ul {
  margin: 0;
  padding-left: 1.1rem;
}

.college-town-favorites-sidebar ul li {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 48em) {
  .college-town-favorites {
    flex-direction: row;
  }
  .college-town-favorites-main {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1rem;
  }
  .college-town-favorites-main-cards-card {
    margin-right: 5%;
    width: 47.5%;
  }
  .college-town-favorites-main-cards-card:nth-child(2n) {
    margin-right: 0;
  }
  .college-town-favorites-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1.5rem 0 0 1rem;
  }
}

/**
 * College Town Favorites
 **/
.college_town_favorit-template-default .entry-header {
  padding: 0 15px;
}

.college_town_favorit-template-default .entry-header h2 {
  font-size: 1.5rem;
  text-align: left;
  width: 100%;
}

.college_town_favorit-template-default .featured-image {
  height: 100%;
  width: 100%;
}

.college_town_favorit-template-default .entry-title {
  margin-bottom: 0;
  width: 100%;
}

.college_town_favorit-template-default .entry-meta {
  margin-bottom: 2rem;
}

.college_town_favorit-template-default .comment-section {
  border-top: 1px solid #b3b3b3;
  padding-top: 2rem;
}

.college_town_favorit-template-default .comments-title,
.college_town_favorit-template-default .comment-respond,
.college_town_favorit-template-default .comment-list {
  width: 100%;
}

.college_town_favorit-template-default .comments-title {
  margin-bottom: 1rem;
}

.college_town_favorit-template-default .comment-list {
  margin: 0 0 1rem;
  padding-left: 1rem;
}

.college_town_favorit-template-default aside h3 {
  margin: 1.84rem 0 1rem;
}

.college-town-favorites-repeater {
  align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.college-town-favorites-repeater:last-of-type {
  border-bottom: 0 none;
}

.college-town-favorites-repeater-image {
  padding-bottom: 1rem;
}

@media screen and (min-width: 48rem) {
  .college-town-favorites-repeater {
    flex-direction: row;
  }
  .college-town-favorites-repeater-image {
    flex-basis: 30%;
    padding-bottom: 0;
    padding-right: 2rem;
  }
  .college-town-favorites-repeater-content {
    flex-basis: 70%;
  }
}

/**
 * 404 Page
 */
.error-404 {
  padding: 3rem 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
