@import '/wp-content/themes/humphreys/css/bootstrap.min.css';
@import '/wp-content/themes/humphreys/css/font-awesome.min.css';
@import 'https://fonts.googleapis.com/css?family=Cabin:400,100,200,300,500,600,700,800,900';
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
::selection {
  color: #fff;
  background: #252a66;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff;
  background: #252a66;
  /* Gecko Browsers */
}
div,
span,
p,
h1,
h2,
h3,
h4,
h5 {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}
html,
body {
  background-color: #363636 !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: sans-serif !important;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  color: #676767 !important;
}
h1 {
  font-size: 3em;
  font-weight: 900;
  color: #ffffff;
}
h1 a {
  position: relative;
  text-indent: -999em;
  display: block;
  width: 296px;
  height: 126px;
  background-image: url('/wp-content/themes/humphreys/img/logo.svg');
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
h2 {
  font-size: 34px !important;
  font-weight: 300 !important;
}
h3 {
  font-size: 26px;
  font-weight: 300;
  color: #666666;
}
h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}
h4.subhead {
  font-size: 20px;
  line-height: 1.0125em;
  font-weight: 300;
  color: #666;
}
h5 {
  font-size: 18px;
  font-weight: 300;
}
a {
  color: #3e1151 !important;
}
a:visited {
  color: #3e1151 !important;
}
a:hover {
  color: #676767 !important;
}
.no-padding {
  padding: 0px !important;
  margin: 0px !important;
}
.padding-bottom {
  padding: 15px;
  text-align: right;
}
.changeWidth {
  width: 430px !important;
}
.sideRight {
  margin-right: 430px !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.academics-h2 {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 34px !important;
  padding-bottom: 28px !important;
}
.linkbutton {
  color: #ffffff !important;
  font-size: 20px !important;
  padding: 10px 20px 10px 20px !important;
  background-color: #7D1A49 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: background 0.2s ease-out !important;
}
.linkbutton:visited {
  color: #ffffff !important;
}
.linkbutton:hover {
  color: #ffffff !important;
  background-color: #C3A11C !important;
  -webkit-transition: background 0.2s ease !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-banner {
  height: 173px;
  background-color: #3e1151;
  border-bottom: 3px solid #c3a11c;
}
.hide-border {
  border-right: 0px solid #fff !important;
}
.table-header-container {
  float: right;
  width: 320px;
  color: #fff;
  position: relative;
  top: 56px;
}
.header-address {
  text-indent: -999em !important;
  text-transform: uppercase;
  width: 220px;
  text-indent: -99999 !important;
  text-align: right;
  padding-right: 10px;
  line-height: 20px;
  border-right: 1px solid #fff !important;
}
.address-text {
  display: block;
}
.search-icon {
  position: relative;
  top: -3px;
  height: 45px !important;
  width: 45px !important;
  padding: 10px;
}
/*--------------------------------------------------------------
# Navigation
-------------------------------------------------------------*/
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.limit-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.menu-break {
  border-top: 2px solid #666;
}
/* HAM MENU ICON */
.ham-menu {
  z-index: 9999 !important;
  display: block;
  cursor: pointer !important;
  width: 35px;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 9px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.bartext {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  position: relative;
  left: -2px;
}
.msize {
  font-size: 10px;
  position: relative;
  left: -2px;
}
/* SIDE MENU BAR */
.sidenav {
  height: 1500px;
  width: 0;
  position: absolute;
  z-index: 9999 !important;
  top: 0;
  right: 0;
  background-color: #363636;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 40px;
  background-image: url('/wp-content/themes/humphreys/img/menu-bg.svg');
  background-position: 230px 600px;
  background-size: 200px auto;
  background-repeat: no-repeat;
}
.sidenav a {
  width: 430px;
  font-weight: bold;
  padding: 12px 8px 12px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  display: block;
  transition: 0.2s;
}
.sidenav a:hover {
  color: #999 !important;
}
.offcanvas a:focus {
  color: #999;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
  margin-right: 50px;
}
.phone-menu {
  padding-left: 20px;
  color: white;
  padding-bottom: 20px;
}
.phone-menu .menu-telephone-text a {
  padding: 10px 0px 20px 0px;
}
.phone-menu-item {
  margin-bottom: 20px;
}
#main {
  transition: margin-right 0.2s;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.menu-icon1,
.menu-icon2,
.menu-icon3,
.menu-icon4 {
  padding-left: 30px;
  background-position: 30px 10px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.menu-icon1 span,
.menu-icon2 span,
.menu-icon3 span,
.menu-icon4 span {
  font-weight: normal !important;
}
.menu-icon1 {
  background-image: url('/wp-content/uploads/2016/12/virtual-tour.svg');
}
.menu-icon2 {
  background-image: url('/wp-content/uploads/2016/12/request-information.svg');
}
.menu-icon3 {
  background-image: url('/wp-content/uploads/2016/12/visit-us-icon.svg');
}
.menu-icon4 {
  background-image: url('/wp-content/uploads/2016/12/apply-now-icon.svg');
}
.quick-links {
  padding-left: 30px;
  background-position: 30px 10px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.quick-links span {
  font-weight: normal !important;
}
.more-icon {
  position: relative;
  top: 0px;
  left: 10px;
  height: 25px;
  width: 19px;
}
.back-icon {
  position: relative;
  top: 0px;
  left: 10px;
  margin-right: 10px;
  height: 25px;
  width: 19px;
}
/*--------------------------------------------------------------
# Homepage Slider
--------------------------------------------------------------*/
.hpslider-container {
  width: 50% !important;
}
.hpslider-title {
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  font-size: 36px;
  padding-bottom: 40px;
  text-shadow: 0px 1px 2px #000;
}
.hpslider-content {
  display: block;
  padding-bottom: 40px;
  font-style: 16px;
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  line-height: 25px;
  font-size: 16px !important;
}
.hpslider-button {
  color: #fff !important;
  border: 2px solid #fff;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: background 0.2s ease-out;
}
.hpslider-button:visited {
  color: #fff !important;
}
.hpslider-button:hover {
  text-decoration: none;
  color: #fff !important;
  -webkit-transition: background 0.2s ease;
}
/*--------------------------------------------------------------
# ADA
--------------------------------------------------------------*/
.btn .btn-search {
  font-size: 0;
  text-indent: -9999px;
  color: transparent;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.section-slider {
  background-color: #EBEBEB;
  padding: 90px;
}
.slick-next {
  background: url(/wp-content/themes/humphreys/img/arrowright.svg) no-repeat !important;
  cursor: pointer;
  width: 20px !important;
  height: 35px !important;
  border: none;
  z-index: 999 !important;
}
.slick-prev {
  background: url(/wp-content/themes/humphreys/img/arrowleft.svg) no-repeat !important;
  cursor: pointer;
  width: 20px !important;
  height: 35px !important;
  border: none;
  z-index: 999 !important;
}
.slick-next,
.slick-prev,
.slick-next:hover,
.slick-prev:hover {
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.slider-subtitle {
  position: relative;
  top: 20px;
  color: #676767;
  font-size: 20px;
  padding-bottom: 25px;
}
.slider-over h3 {
  font-weight: 400;
  font-size: 34px;
  color: #676767;
}
.slider-over .slider-content {
  margin-top: 50px;
  line-height: 25px;
  font-size: 16px;
  color: #676767;
}
.slider-over .slider-content p {
  line-height: 25px;
}
.financial-aid-button {
  font-size: 20px !important;
  padding: 10px 20px 10px 20px !important;
  background-color: #211645 !important;
  color: #fff !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  -webkit-transition: background 0.2s ease-out !important;
}
.financial-aid-button:visited {
  color: #fff !important;
}
.financial-aid-button:hover {
  color: #fff !important;
  background-color: #C3A11C !important;
  -webkit-transition: background 0.2s ease !important;
}
.slider-learn-more {
  margin-top: 30px;
}
.slider-learn-more a {
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #211645;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out;
}
.slider-learn-more a:hover {
  background-color: #C3A11C;
  -webkit-transition: background 0.2s ease;
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.menu-cover {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: #363636;
  z-index: 9 !important;
}
.modal-title {
  font-size: 22px;
  font-weight: bold;
}
.modal-body p {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
.modal-body ul {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 50px !important;
}
.modal-body ul li {
  color: #676767 !important;
  list-style: disc !important;
  line-height: 22px !important;
}
.modal-content .close {
  color: #fff !important;
  text-shadow: 0px 0px 0px !important;
  height: 30px;
  width: 30px;
  background-color: #211645;
  border-radius: 15px !important;
  opacity: 1 !important;
  box-shadow: inset 0px 0px 0px !important;
  position: relative;
  top: -2px;
}
.modal-footer .btn-default,
.modal-content .btn-default {
  color: #fff;
  background-color: #211645;
  border: 1px solid #211645;
  text-shadow: 0px 0px 0px !important;
  box-shadow: inset 0px 0px 0px !important;
}
.modal-content a,
.modal-content a:visited {
  color: #211645 !important;
  text-decoration: underline !important;
}
.modal-content a:hover {
  color: #211645 !important;
  text-decoration: underline !important;
}
/*--------------------------------------------------------------
# Internal
--------------------------------------------------------------*/
.section-body {
  background-color: #fff;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.page-title {
  font-size: 34px !important;
  font-weight: 300 !important;
  color: #676767 !important;
}
.page-content p {
  color: #676767 !important;
  line-height: 25px !important;
}
.entry-title {
  font-size: 34px;
  color: #3e1151;
  font-weight: 600 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry-title a:hover {
  color: #3e1151 !important;
}
.entry-summary p {
  color: #676767 !important;
  line-height: 25px !important;
}
.entry-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-navigation {
  margin-top: 20px;
}
.main-image {
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 101px;
  max-height: 501px;
  overflow: hidden !important;
}
.internal-header-image img {
  width: 100% !important;
}
.breadcrumbs {
  color: #ddd !important;
  font-size: 17px !important;
  padding-bottom: 10px;
  line-height: 20px;
}
.breadcrumbs a {
  color: #ddd !important;
}
.breadcrumbs a:hover {
  color: #ddd !important;
}
/*--------------------------------------------------------------
# SEARCH BAR
--------------------------------------------------------------*/
.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  top: 100px !important;
}
.btn-search {
  border-radius: 0px !important;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px !important;
  border: 0px solid #fff;
  padding: 0px 5px 5px 5px;
  outline: 0px !important;
}
.search-icon {
  min-height: 30px;
  min-width: 30px;
  height: 30px;
  width: 30px;
}
.btn-search:hover {
  border: 0px solid #fff;
}
.searchOn {
  z-index: 99 !important;
}
.search-form {
  padding-top: 10px;
  padding-bottom: 10px;
}
#searchModal .search-field {
  outline: none;
  width: 100% !important;
  padding: 10px 100px 10px 20px !important;
  color: #999 !important;
  font-size: 36px !important;
  float: left;
  width: 100%;
  margin: 0;
  height: 63px !important;
}
#searchModal .search-field:focus {
  outline: none;
}
#searchModal label {
  display: block !important;
  padding-left: 10px;
}
#searchModal .search-submit {
  position: relative;
  float: right;
  top: -63px;
  width: 90px;
  height: 63px;
  padding: 10px 20px 10px 20px !important;
  background-image: url('/wp-content/themes/humphreys/img/search-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-color: #C3A11C !important;
}
#searchModal .search-submit:hover {
  background-color: #211645 !important;
}
.search-field {
  width: 300px !important;
  padding: 5px 10px 5px 10px !important;
  color: #999 !important;
  font-size: 16px !important;
}
.search-submit {
  box-shadow: inset 0px 0px 0px !important;
  font-size: 16px !important;
  padding: 8px 15px 8px 15px !important;
  background-color: #211645 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: background 0.2s ease-out !important;
  border: 0px solid #dddddd !important;
  border-radius: 0px !important;
  text-shadow: 0px 0px 0px #fff !important;
}
.search-submit:hover {
  background-color: #C3A11C !important;
}
/*--------------------------------------------------------------
# Divi Builder Overright
--------------------------------------------------------------*/
.post-password-form input {
  background-color: #eee !important;
  color: #666 !important;
  border: 0px solid #ccc !important;
  border-radius: 0px !important;
  padding: 10px !important;
}
.post-password-form input[type="submit"] {
  color: #ffffff !important;
  font-size: 20px !important;
  padding: 10px 20px 10px 20px !important;
  background-color: #7D1A49 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: background 0.2s ease-out !important;
}
.post-password-form input[type="submit"]:visited {
  color: #ffffff !important;
}
.post-password-form input[type="submit"]:hover {
  color: #ffffff !important;
  background-color: #C3A11C !important;
  -webkit-transition: background 0.2s ease !important;
}
.et_pb_text input[type="submit"] {
  color: #ffffff !important;
  font-size: 20px !important;
  padding: 10px 20px 10px 20px !important;
  background-color: #7D1A49 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: background 0.2s ease-out !important;
}
.et_pb_text input[type="submit"]:visited {
  color: #ffffff !important;
}
.et_pb_text input[type="submit"]:hover {
  color: #ffffff !important;
  background-color: #C3A11C !important;
  -webkit-transition: background 0.2s ease !important;
}
/* hide original loader */
div.wpcf7 img.ajax-loader {
  display: none;
}
/* style for custom loader
   '1s' for speeding up animation */
i.fa.fa-refresh.fa-spin.ajax-loader-cusom {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}
.wpcf7-not-valid-tip {
  color: #7D1A49 !important;
  font-weight: bold;
}
.your-message textarea {
  background-color: #eee !important;
}
div.wpcf7 .ajax-loader {
  margin-top: 20px !important;
  margin-left: 20px !important;
  height: 30px !important;
  width: 25px !important;
  padding-left: 30px !important;
  color: #7D1A49 !important;
  font-weight: bold !important;
  text-decoration: underline !important;
  background-image: url('/wp-content/themes/humphreys/css/ajax-loader.gif') !important;
  background-repeat: no-repeat !important;
}
div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors:before {
  padding-top: 10px !important;
}
div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: #7D1A49 !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.wpcf7-mail-sent-ok {
  color: #837A02 !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.tab-circle {
  border-radius: 50% !important;
  overflow: hidden !important;
}
/*-------------COUNTER OVERIRGHT-------------------------------------------------*/
.et_divi_builder #et_builder_outer_content .et_pb_countdown_timer .days.section.values {
  width: 100%;
  max-width: 500px;
}
.et_divi_builder #et_builder_outer_content .days-until-grad .days.section.values .value:after {
  content: " Days until Graduation";
}
.et_divi_builder #et_builder_outer_content .academics-page-days .days.section.values .value:after {
  content: " Days";
}
.et_divi_builder #et_builder_outer_content .et_pb_countdown_timer .days.section.values .label {
  display: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_countdown_timer .hours.section.values {
  display: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_countdown_timer .minutes.section.values {
  display: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_countdown_timer .seconds.section.values {
  display: none !important;
}
div .seconds .section .values {
  display: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_countdown_timer .sep {
  display: none !important;
}
/*-------------COUNTER OVERIRGHT-------------------------------------------------*/
.logo-icon {
  margin-top: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
  height: 90px !important;
}
.section-hp-content .et_divi_builder #et_builder_outer_content .et_pb_row:not(.et_pb_gutters1) {
  padding: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.ms-layer h2 {
  font-size: 50px !important;
}
.ms-layer h3 {
  font-size: 30px !important;
}
.ms-layer h4 {
  font-size: 20px !important;
}
.subtitle {
  font-weight: normal !important;
  color: #676767 !important;
  font-size: 16px !important;
}
.posted-on {
  line-height: 25px !important;
}
.entry-content {
  color: #676767 !important;
  background-color: #fff !important;
}
.entry-content p {
  line-height: 25px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section {
  padding: 0px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
  max-width: 1140px !important;
}
.et_pb_row {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}
.et_pb_row .et_pb_row_0 {
  padding: 0px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_row:not(.et_pb_gutters1) {
  padding-right: 15px !important;
  padding-left: 15px !important;
  max-width: 1140px !important;
}
.h3-title {
  margin-top: 20px;
  font-size: 28px !important;
  margin-bottom: 20px;
}
#et_builder_outer_content h2 {
  color: #3e1151 !important;
  font-weight: bold !important;
  font-size: 34px !important;
}
#et_builder_outer_content h3 {
  color: #3e1151 !important;
  font-weight: bold !important;
  font-size: 28px !important;
  margin-top: 1.25rem !important;
}
#et_builder_outer_content h4 {
  color: #3e1151 !important;
  font-size: 24px !important;
}
#et_builder_outer_content h5 {
  color: #3e1151 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
#et_builder_outer_content h6 {
  color: #3e1151 !important;
  font-size: 16px !important;
}
#et_builder_outer_content p {
  padding-bottom: 0.5em !important;
  color: #676767 !important;
  line-height: 25px !important;
}
strong {
  font-weight: bold !important;
}
#et_builder_outer_content ul {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 50px !important;
}
#et_builder_outer_content ul li {
  color: #676767 !important;
  list-style: disc !important;
  line-height: 22px !important;
}
#et_builder_outer_content ol {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 50px !important;
}
#et_builder_outer_content ol li {
  color: #676767 !important;
  list-style: decimal !important;
  line-height: 25px !important;
}
#et_builder_outer_content p em {
  font-style: italic !important;
}
.et_divi_builder #et_builder_outer_content .et-pb-icon-circle {
  font-size: 28px !important;
  padding: 15px !important;
}
.cd-timeline-content {
  padding: 20px !important;
}
.cd-timeline-content-liner h2 {
  font-size: 26px;
  color: #676767;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cd-timeline-content-liner p {
  padding-bottom: 20px !important;
}
.cd-timeline-img {
  left: 47.5% !important;
  border-radius: 100px !important;
}
.tribe-events-page-title {
  color: #676767 !important;
}
.tribe-events-day {
  padding: 0px !important;
}
p i {
  font-style: italic !important;
}
p em {
  font-style: italic !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_all_tabs .et_pb_active_content {
  line-height: 25px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_all_tabs > div {
  line-height: 25px !important;
}
.display-posts-listing {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.display-posts-listing .listing-item {
  color: #ffffff !important;
}
.display-posts-listing li a {
  color: #fff !important;
}
/* -------------- FORM Overright -------------- */
.wpcf7-form-control-wrap select {
  padding: 10px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px 20px 10px 20px!important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section input {
  padding: 10px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section i {
  font-style: italic !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section b {
  font-weight: bold !important;
}
#et_builder_outer_content label {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#et_builder_outer_content span {
  padding-right: 10px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module input {
  background-color: #eee;
}
#et_builder_outer_content textarea {
  background-color: #eee;
}
.et_divi_builder #et_builder_outer_content #form-centertext {
  text-align: center !important;
}
.form-padding {
  padding: 50px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpcf7-submit {
  color: #ffffff !important;
  font-size: 20px !important;
  padding: 10px 20px 10px 20px !important;
  background-color: #7D1A49 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: background 0.2s ease-out !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpcf7-submit:hover {
  color: #ffffff !important;
  background-color: #C3A11C !important;
  -webkit-transition: background 0.2s ease !important;
}
/* -------------- Tab Overright -------------- */
.esg-center .eg-monroe-element-1 a {
  color: #FFF !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_tabs {
  border: 0px solid #d9d9d9 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_tabs_controls {
  background-color: #fff !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_tabs_controls li {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  list-style: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_tabs_controls li a {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  padding: 10px !important;
  font-weight: bold !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_tabs_controls .et_pb_tab_active a {
  color: #fff !important;
  text-transform: uppercase !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_tabs_controls .et_pb_tab_active::after {
  display: block !important;
  content: " ";
  background-color: inherit !important;
  height: 20px !important;
  width: 20px !important;
  position: absolute !important;
  top: 37px !important;
  left: 40% !important;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  /* Standard syntax */
}
.space-right {
  padding-right: 10px !important;
}
.space-left {
  padding-left: 10px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_pricing_heading {
  padding: 20px !important;
  display: block !important;
}
.et_pb_pricing_title {
  font-weight: 400 !important;
  font-size: 22px !important;
}
.et_pb_pricing_content_top {
  display: none !important;
}
.et_pb_pricing {
  list-style: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_pricing li {
  line-height: 25px !important;
  list-style: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_pricing li:last-child {
  list-style: none !important;
}
/* -------------- Table Overright -------------- */
.et_divi_builder #et_builder_outer_content .et_pb_pricing_heading h2 {
  padding: 20px;
  color: #fff !important;
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.table-heading {
  font-wize: 1.125rem;
  font-weight: bold;
}
.et_divi_builder #et_builder_outer_content .et_pb_section table tr {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #c9c9c9;
}
/* -------------- GRID CSS OVERRIGHT -------------- */
.academics-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  background-color: #0D2240 !important;
}
.eg-monroe-container {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.esg-media-cover-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center !important;
  background: #666 !important;
}
.eg-henryharrison-container {
  background-color: rgba(0, 0, 0, 0.45) !important;
}
#et_builder_outer_content ul li .esg-center {
  color: #fff !important;
}
.esg-entry-cover {
  width: 100% !important;
  height: 100% !important;
}
.esg-center a {
  color: #ffffff !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
}
.esg-center a:visited {
  color: #FFFFFF !important;
}
.eg-monroe-element-1 {
  background-color: none !important;
}
.entry-footer {
  display: none !important;
}
@media only screen and (max-width: 1169px) {
  .cd-timeline-content::before {
    display: none !important;
  }
  .et_divi_builder #et_builder_outer_content .et-pb-icon-circle {
    font-size: 10px !important;
    padding: 15px !important;
  }
  .cd-timeline-img {
    top: -10px !important;
    left: 0px !important;
    border-radius: 100px !important;
  }
  .cd-timeline-content-liner {
    padding-left: 40px !important;
  }
  .cd-timeline-content-liner p {
    padding-bottom: 20px !important;
  }
}
/*--------------------------------------------------------------
# Homepage - Sections
--------------------------------------------------------------*/
.section-content {
  border-top: 20px solid #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.section-hp-content {
  border-top: 31px solid #f7f7f7;
  padding-top: 67px;
  padding-bottom: 70px;
  background-color: #fff;
}
.section-graph {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #fff;
}
.section-counter {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 21px solid #f7f7f7;
  background-color: #fff;
  overflow: hidden;
}
.border-right {
  width: 100px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.border-left {
  padding-left: 25px;
}
/*--------------------------------------------------------------
# Homepage - Tabs Section
--------------------------------------------------------------*/
.section-tabs {
  background-color: #3e1151;
}
.section-tabs a {
  display: block;
  text-align: center;
  color: #FFF !important;
  font-size: 16px;
  padding-top: 19px;
  padding-bottom: 19px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
}
.section-tabs a:hover {
  -webkit-transition: color 0.2s ease;
  color: #6E457F !important;
}
.section-tabs img {
  opacity: 1;
  height: 60px;
  padding-bottom: 16px;
  transform: scale(0.9);
  -webkit-transition: transform 0.2s ease-out;
}
.tab-1 {
  overflow: hidden;
  height: 120px;
  border-right: 1px solid #6E457F;
}
.tab-1:hover img {
  opacity: 0.5;
  transform: scale(1.1);
  -webkit-transition: transform 0.2s ease;
}
.tab-2 {
  overflow: hidden;
  height: 120px;
  border-right: 1px solid #6E457F;
}
.tab-2:hover img {
  opacity: 0.5;
  transform: scale(1.1);
  -webkit-transition: transform 0.2s ease;
}
.tab-3 {
  overflow: hidden;
  height: 120px;
  border-right: 1px solid #6E457F;
}
.tab-3:hover img {
  opacity: 0.5;
  transform: scale(1.1);
  -webkit-transition: transform 0.2s ease;
}
.tab-4 {
  overflow: hidden;
  height: 120px;
  border-left: 0px solid #6E457F;
}
.tab-4:hover img {
  opacity: 0.5;
  transform: scale(1.1);
  -webkit-transition: transform 0.2s ease;
}
/*--------------------------------------------------------------
# Homepage - BIO Section
--------------------------------------------------------------*/
.bio-quote {
  color: #fff;
  font-size: 42px;
  padding-bottom: 10px;
}
.bio-name {
  display: inline-block;
  padding-top: 20px;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
}
.bio-degree {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}
.bio-class {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}
.left-line-break {
  border-left: 1px solid #ddd;
  padding-bottom: 20px;
}
.player-container {
  position: relative;
  height: 300px;
}
.player-container-full {
  position: relative;
  height: 300px;
}
.hpplayer {
  position: absolute;
  padding-top: 300px;
  bottom: 0px;
}
.section-bio {
  background-color: #000;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: right 10% top;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 400px 0px 300px 25px #000000;
  -moz-box-shadow: inset 400px 0px 300px 25px #000000;
  box-shadow: inset 400px 0px 300px 25px #000000;
}
.section-bio-full {
  display: none;
}
.section-bio-full {
  background-color: #000;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
  background-size: fill;
  background-position: right;
}
/*--------------------------------------------------------------
# Homepage - Content Section
--------------------------------------------------------------*/
.hpc-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #3E1151;
  padding-bottom: 20px !important;
  line-height: 25px !important;
}
.hpc-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 16px;
  line-height: 25px;
  color: #676767 !important;
}
.et_pb_text {
  line-height: 25px;
}
.et_pb_text p {
  line-height: 25px;
}
.et_pb_text p a {
  color: #3e1151;
}
.et_pb_text p a:visited {
  color: #3e1151;
}
.et_pb_text p a:hover {
  text-decoration: underline;
  color: #676767;
}
#et_builder_outer_content a {
  color: #3e1151;
}
#et_builder_outer_content a:hover {
  text-decoration: underline;
  color: #676767;
}
.hpc-learnmore {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #7d1a49 !important;
  padding-top: 10px !important;
}
.hpc-learnmore:visited {
  color: #7d1a49 !important;
}
.hpc-learnmore:hover {
  text-decoration: underline !important;
  color: #3e1151 !important;
}
/*--------------------------------------------------------------
# Homepage - Graph Section
--------------------------------------------------------------*/
.stats-title {
  font-size: 34px;
  text-align: center !important;
  color: #3e1151 !important;
}
.why-content .textwidget {
  color: #676767;
  padding: 40px 50px 40px 50px;
  font-size: 16px;
  text-align: center !important;
  line-height: 25px;
}
.circle-grid {
  padding: 20px;
}
.circle {
  width: 240px;
  height: 240px;
  background: #7D1A49;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  padding: 50px 20px 20px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-transition: transform 0.2s ease-out;
}
.circle:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.circle h3 {
  color: #fff;
  font-size: 68px;
  font-weight: bold;
}
.num-1 {
  background: #7D1A49;
}
.num-2 {
  background: #C3A11C;
}
.num-3 {
  background: #837A02;
}
.num-4 {
  background: #0D2240;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer Carousel Slider
--------------------------------------------------------------*/
.carousel {
  position: relative;
  width: auto;
}
.slider-over {
  position: relative;
}
.slick-slide {
  outline: none !important;
  color: white;
  width: 250px;
}
.slick-slide img {
  display: inline-block;
  outline: none !important;
}
.slick-slide img {
  animation: scaleout 0.2s;
  -moz-animation: scaleout 0.2s;
  -webkit-animation: scaleout 0.2s;
  -o-animation: scaleout 0.2s;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
}
.slick-slide img:hover {
  animation: scalein 0.3s;
  -moz-animation: scalein 0.3s;
  -webkit-animation: scalein 0.3s;
  -o-animation: scalein 0.3s;
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9, 0.9);
  /* Safari */
  transform: scale(0.9, 0.9);
}
@keyframes scalein {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(0.9, 0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9, 0.9);
    /* Safari */
    transform: scale(0.9, 0.9);
  }
}
@keyframes scaleout {
  0% {
    -ms-transform: scale(0.9, 0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9, 0.9);
    /* Safari */
    transform: scale(0.9, 0.9);
  }
  100% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
}
.slider-title {
  text-align: center;
  position: relative;
  bottom: 0px;
  top: 0px;
  z-index: 50;
  color: #ff750e;
  font-weight: bold;
  letter-spacing: 2.5px;
  font-style: italic;
  text-decoration: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots {
  bottom: -40px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer h1 a {
  position: relative;
  top: -5px;
  text-indent: -999em;
  display: block;
  width: 220px;
  height: 80px;
  background-repeat: no-repeat;
}
.site-title {
  position: relative;
  top: 20px;
}
.footer-image {
  width: 246px;
  padding-bottom: 35px;
}
.menu-footer-1-container ul,
ol {
  margin: 0px !important;
}
.menu-footer-1-container ul,
menu,
dir {
  -webkit-padding-start: 0px !important;
}
.menu-footer-1-container ul li {
  list-style: none !important;
  margin: 0px !important;
}
.menu-footer-1-container ul li a {
  color: #fff !important;
  font-size: 13px;
}
.menu-footer-2-container ul,
ol {
  margin: 0px !important;
}
.menu-footer-2-container ul,
menu,
dir {
  -webkit-padding-start: 0px !important;
}
.menu-footer-2-container ul li {
  list-style: none !important;
  margin: 0px !important;
}
.menu-footer-2-container ul li a {
  color: #fff !important;
  font-size: 13px;
}
.footer-header {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 5px;
}
.footer-info p {
  padding-top: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.footer-info div {
  line-height: 25px;
}
.footer-1-campus {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  line-height: 0px;
  padding-bottom: 10px;
}
.footer-1-location {
  line-height: 16px;
  font-size: 12px;
  color: #fff;
}
.footer-1-location a {
  color: #fff !important;
}
.section-footer-menu {
  background-color: #3e1151;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-footer {
  background-color: #c3a11c;
  color: #fff;
  padding-top: 25px;
}
.footer-credited {
  font-size: 18px;
  color: #fff;
  text-align: right;
}
.footer-copyright {
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.menu-footer-1-container ul li a {
  display: inline-block;
  padding-bottom: 10px !important;
}
.menu-footer-2-container ul li a {
  display: inline-block;
  padding-bottom: 10px !important;
}
.ms-nav-prev,
.ms-nav-next {
  top: 60% !important;
}
.mobile-masterslider-wrapper,
.mega-masterslider-wrapper {
  display: none;
}
.master-slider img {
  display: inline-block;
}
/*--------------------------------------------------------------
# Responsive Views
--------------------------------------------------------------*/
@media only screen and (max-width: 2400px) {
  .et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
    width: 100% !important;
  }
}
@media only screen and (min-width: 2400px) {
  .mega-masterslider-wrapper {
    display: block;
  }
  .masterslider-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .space-right {
    padding-right: 0px !important;
    padding-bottom: 10px !important;
  }
  .space-left {
    padding-top: 10px !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  .bio-quote {
    font-size: 24px;
  }
}
@media screen and (max-width: 875px) {
  .header-address {
    border-right: 0px solid #fff !important;
  }
  .address-text {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .academics-footer .no-padding {
    border: 0px solid #fff !important;
  }
  .table-header-container {
    position: absolute !important;
    right: 20px;
    top: -136px;
  }
  .section-bio {
    padding-top: 100px !important;
    background-image: url("") !important;
  }
  .section-bio-full {
    display: block;
    background-position: right !important;
  }
  .player-container {
    display: none;
  }
  .hpslider-container {
    width: 100% !important;
  }
  .section-bio {
    background-size: cover !important;
  }
  .tab-1,
  .tab-2,
  .tab-3 {
    border-right: 0px solid #6E457F;
    border-bottom: 1px solid #6E457F;
  }
  .section-slider {
    background-color: #EBEBEB;
    padding: 10px;
  }
  .slick-prev {
    left: -20px !important;
  }
  .slick-next {
    right: -20px !important;
  }
  .footer-header {
    padding-top: 20px !important;
  }
  .padding-bottom {
    padding: 15px;
    text-align: left !important;
  }
  .ms-nav-prev,
  .ms-nav-next {
    top: 90% !important;
  }
}
@media screen and (max-width: 671px) {
  .mobile-masterslider-wrapper {
    display: block;
  }
  .masterslider-wrapper {
    display: none;
  }
  .texth2 {
    display: block;
    padding-top: 60px !important;
  }
  /* MASTERSLIDER OVERRIGHT 
  .ms-layer {
	left:10px !important;
  }
  .textreward {
    padding-top: 20px !important;
  }
  .textwith {
    padding-top: 35px !important;
  }
  .texth2 {
    padding-top: 80px !important;
  }
  .list1 {
    padding-top: 20px !important;
  }
  .list2 {
    padding-top: 5px !important;
  }
  .list3 {
    padding-top: 0px !important;
  }
  .list4 {
    padding-top: 15px !important;
  }
  .list5 {
    padding-top: 205px !important;
  }

 MASTERSLIDER OVERRIGHT */
  .changeWidth {
    width: 100% !important;
  }
  .hdg {
    width: 100% !important;
  }
  .mySidenav {
    width: 100% !important;
  }
  .pushNav {
    width: 100% !important;
  }
  .sidenav {
    background-image: url('/wp-content/themes/humphreys/img/menu-bg.svg');
    background-position: 100% 600px;
    background-size: 200px auto;
    background-repeat: no-repeat;
  }
  .sidenav a {
    width: 100% !important;
  }
  .table-header-container {
    z-index: 9999 !important;
    position: absolute !important;
    top: -136px;
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .logo-icon {
    margin-top: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 90px !important;
  }
}
@media screen and (max-width: 320px) {
  .ham-menu {
    position: relative !important;
    top: -9px !important;
  }
  .btn-search {
    position: relative !important;
    top: -5px !important;
  }
  .bartext {
    display: none !important;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_tabs_controls .et_pb_tab_active::after {
  display: none !important;
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slick Theme */
.slick-loading .slick-list {
  background: #ffffff url('https://www.humphreys.edu/wp-content/themes/humphreys/css/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://www.humphreys.edu/wp-content/themes/humphreys/css/fonts/slick.eot');
  src: url('https://www.humphreys.edu/wp-content/themes/humphreys/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.humphreys.edu/wp-content/themes/humphreys/css/fonts/slick.woff') format('woff'), url('https://www.humphreys.edu/wp-content/themes/humphreys/css/fonts/slick.ttf') format('truetype'), url('https://www.humphreys.edu/wp-content/themes/humphreys/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -35px;
}
[dir='rtl'] .slick-prev {
  right: -35px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '';
}
.slick-next {
  right: -35px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -35px;
}
.slick-next:before {
  content: '';
}
[dir='rtl'] .slick-next:before {
  content: '';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* end slick theme */
/* Menu Styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pushNav {
  width: 430px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -671px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  color: #fff;
  font-size: 16px;
  padding-top: 90px;
  overflow-y: hidden !important;
  overflow: hidden !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
}
.pushNav a {
  color: #ED5C5C;
}
.pushNavIsOpen {
  overflow: hidden;
  height: 100%;
}
.pushNav_indent * .pushNav {
  background-color: #ED5C5C;
  width: 280px;
}
.sideIsOpen {
  width: 250px;
}
.mainIsOpen {
  margin-right: 250px;
}
.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  right: 0;
  padding-top: 90px;
}
.closeLevel,
.openLevel {
  cursor: pointer;
}
.pushNav_level {
  overflow: hidden !important;
  background: #363636;
  background-image: url('/wp-content/themes/humphreys/img/menu-bg.svg');
  background-position: 230px 600px;
  background-size: 200px auto;
  background-repeat: no-repeat;
}
.pushNav_level *,
.pushNav_level a {
  color: #fff;
}
.openLevel,
.closeLevel,
.pushNav a,
.pushNav_level-label {
  padding: 16px 0;
  border-bottom: 1px solid #333;
  display: block;
  padding-left: 16px !important;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.openLevel:hover,
.closeLevel:hover,
.pushNav a:hover,
.pushNav_level-label:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.5);
}
.pushNav_level-label:hover {
  background: transparent;
}
.pushNav_level-label.hdg {
  color: white;
}
.closeLevel {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 16px;
}
.wrapper {
  max-width: 615px;
  margin: 160px auto;
  min-height: 600px;
  color: white;
}
.hdg {
  width: 430px;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 18px;
  color: #ED5C5C;
}
.hdg_lg {
  font-size: 36px;
}
.bdcpy {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 12px 0;
  display: block;
}
.bdcpy a {
  color: #ED5C5C;
}
.burger {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 54px;
  height: 54px;
  top: 24px;
  left: 48px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.pushNavIsOpen .burger {
  z-index: 51;
}
.burger:hover {
  cursor: pointer;
  opacity: 0.8;
}
.burger > * {
  display: block;
  width: 34px;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
  right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  -webkit-backface-visibility: hidden;
}
.burger-top {
  margin-top: 17px;
}
.burger-middle {
  margin-top: 26px;
}
.burger-bottom {
  margin-top: 35px;
}
.pushNavIsOpen .burger .burger-top,
.pushNavIsOpen .burger:hover .burger-top {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
  width: 34px;
}
.pushNavIsOpen .burger .burger-middle,
.pushNavIsOpen .burger:hover .burger-middle {
  opacity: 0;
  width: 0;
  right: 50%;
}
.pushNavIsOpen .burger .burger-bottom,
.pushNavIsOpen .burger:hover .burger-bottom {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: -8px;
  width: 34px;
}
.screen {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}
/* end Menu Styles */
