@font-face {
    font-family: Calluna-Regular;
    src: url("fonts/Calluna-Regular.otf") format("opentype");
}
@font-face {
    font-family: GeosansLight;    
    src: url("fonts/GeosansLight.ttf") format("opentype");
}
img {max-width: 100%;}
hr {
    border-top:1px solid #000000;
    height: 0;
    border-color: #000000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.checkbox-label {vertical-align: top;}
.checkbox-input:first-child {margin-left:0px !important;}
.checkbox-input {width: 15px;height:15px; margin-left:10px !important;}
h2 {background: none;}
.page-title {color: #000 !important;}
.alert {text-align:center;padding-top:5px;}
.error {color:red;}
.coupon {
    border: 3px solid #496F82;
    width: 50%;
    /*border-radius: 15px;*/ /* Rounded border */
    margin: 0 auto; /* Center the coupon */
    max-width: 250px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;    
}
.coupon:hover {border: 3px solid #CCC;}
.coupon input.pre_coupons {width:20px;height:20px;}
.coupon .purchase {vertical-align: top;}
.coupon .coupon-title {font-family: Georgia,"Times New Roman",Times,serif;color:#1E760F;text-align: center;}
.coupon .coupon-image {height: 100px; overflow: hidden;background: #fff;text-align: center;display: table-cell;vertical-align: middle;}
.coupon .coupon-image img {width:50%;cursor: pointer;}
.coupon .coupon-info {
    padding: 2px 16px;
    background-color:white;
    height: 100px;
    overflow: hidden;
} 
.coupon .coupon-info2 {
    padding: 2px 16px;
    background-color: #f1f1f1;
    height: 100px;    
}
.coupon .coupon-info2 .control-group{
    margin-top: 10px;
}
.coupon .promo {
    background: #ccc;
    padding: 3px;
}
.coupon .expire {
    color: red;
}
#tabs a {   
    font-size: 13px;   
}
.subtitle {font-size: 18px; font-weight: bold;}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


/*.rs-thumb-wrap > a:nth-child(8n) {
    margin-left:0 !important;
}
.rs-slider {padding:0 !important;}*/
.flex-direction-nav a {height:55px !important;}
.albums li.active {background: #EEEEEE;}

/*@media screen and (min-width: 768px) {
/* Style the navbar */
#navbar {
  /*overflow: hidden;*/
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  transition: all .8s ease;
  /*padding:30px 0;*/
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .container {
  padding-top: 60px;
} 
/*}*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vl {
  
  text-align:center;
  margin-left:-2px;
  padding-top:25%
}


.welcome-user-box {
    background:#FD8F34;width:100%; text-align:right;padding:0 10px 0 0;
}
/* Dropdown Button */
.n-dropbtn {
  /*background-color: #FD8F34;*/
  color: #000;
  padding: 2px;
  font-size: 16px;
  border: none;
  min-width:150px;
}

/* The container <div> - needed to position the dropdown content */
.n-dropdown {
  position: relative;
  display: inline-block;
}
.n-dropdown span{  
  font-weight: bold;
}
/* Dropdown Content (Hidden by Default) */
.n-dropdown-content {
  z-index:9999;
  display: none;
  position: absolute;  
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.n-dropdown-content a {    
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align:left;
}

/* Change color of dropdown links on hover */
.n-dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.n-dropdown:hover .n-dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.n-dropdown:hover .n-dropbtn {color:#000;}

.panel-info {
    border-color: #ccc;
}
.panel-info > .panel-heading {
    color: #4E534F;
    background-color: #ABB52A;
    border-color: #ccc;
}

@media screen and (max-width: 768px) {
    body {font-size:15px;}
    #login-or-signup {
        margin-top:0 !important;
        text-align: center;
        width:100% !important;
        margin-bottom: 5%;
    }
}
@media screen and (max-width: 945px) {
    .menubar .menu-item,.menubar .dropdown {border-right:none !important;}
    .menubar .dropdown__menu li {border-right:none !important;}
    .dropdown__menu {position:relative !important;}    
    .dropdown__toggle i.fa {display:none;}
    .dropdown.hover,.dropdown:hover,.dropdown:focus,.main-nav,.dropdown__menu,.dropdown:hover{background-color:transparent !important;}
    .rlist--inline {font-size:12px;margin-right:5px;}
    #fh5co-offcanvas .rlist--inline > li {display:block;}
}
.menubar .menu-item,.menubar .dropdown {border-right:1px solid;}
.menubar li:last-child {border:none;}
.menubar .dropdown__menu li {border-right:none !important;border-bottom:1px solid;}
fieldset {padding:revert;}
.main-nav a {padding:14px 10px !important;}
i.fa {margin-left:3px;}
.border-top {border-top:2px solid #000000;padding-top: 8px;}
.menubar li.active a {color: #FFF;}
.gtco-section {background:rgba(0, 0, 0, 0.05);padding-bottom:15px;}
.feature-left .icon {float:left;display:table-cell;padding-right:20px;}
.feature-left .copy {display:table-cell;}
.feature-left ul {padding:0;}
.feature-left ul li {list-style:inside;}
.article-container {margin-bottom:5em;}
.article {
    border:1px solid #abb52a;
    background-color: #F8F9E8;
    padding: 20px;
    margin-top: 20px;
}
.article .title {font-size:150%;padding:20px 0;font-family: GeosansLight;font-style: normal;color:#abb52a;font-weight:bold;}
.article .info {
    clear: both;
    padding-bottom: 20px;
}
.article .label{
    display: block;
    color: #abb52a;
    width: 15%;
    text-align: left;
    float:left;
    font-size:100%;
    padding:5px 0;
}
.article-image {
    margin-top: 20px;
}
.article .value {float:left;width:100%;padding:0;color:#171717;font-family: Calluna-Regular;font-style: normal;}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 768px) {
    .article .label{
        width: 30%;
    }
    .sponsor-title {
        font-size:20px;
        text-align:center;
    }
}
.modal-content #image-gallery-image {float:none;}
.modal-content .close span {color:#000;font-size:25px;}
.archive_years {padding:0;}
.archive_years li.years {list-style:none;border-bottom:1px solid;text-align:center;}
.archive_years li:hover, .archive_years li.active {background:#ABB52A;}
.container {font-family: Calluna-Regular;}
.container h3 {font-family:GeosansLight;font-weight:bold;}
.main-nav a{font-family:"Work Sans", Arial, sans-serif;}
#loader{display: block;margin: auto;}
.article_list .article {padding: 0 20px;}
.article_list .article .title {padding: 10px 0;font-size:125%;}
.left_box {border: 1px solid #A1A56D;  padding: 10px; /*background:#f2f0f0*/}
.img-fluid {
  max-width: 75%;
  max-height: 200px;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Thumb Info */
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 2px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(23, 23, 23, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
    color: #FFF;
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.thumb-info .thumb-info-inner em {
    display: block;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(23, 23, 23, 0.8);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
}

.thumb-info .thumb-info-type {
    background-color: #CCC;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2;
}

.thumb-info .owl-carousel {
    z-index: auto;
}

.thumb-info .owl-carousel .owl-dots {
    z-index: 2;
}

.thumb-info img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.thumb-info:hover .thumb-info-wrapper:after {
    opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}

.thumb-info:hover .thumb-info-title {
    background: #000;
}

.thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom img {
    -webkit-transition: initial;
    -moz-transition: initial;
    transition: initial;
}

.thumb-info.thumb-info-no-zoom:hover img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(23, 23, 23, 0.25);
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
    display: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
    top: 50%;
    left: 3px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: relative;
    z-index: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    line-height: 33px;
    border-radius: 50%;
    margin-right: 3px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    position: static;
    font-size: 18px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
    position: relative;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
    background: transparent;
    left: 5%;
    width: 90%;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate(0%, -30%);
    top: 50%;
    bottom: auto;
    opacity: 0;
    text-align: center;
    padding: 0;
    position: absolute;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
    opacity: 1;
    transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #FFF;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, 100px, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #777;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
    float: none;
    background: none;
    padding: 0;
    margin: 0;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: -webkit-linear-gradient( bottom , rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
    color: #FFF;
}

.thumb-info.thumb-info-push-hor img {
    -webkit-transform: translatex(-18px);
    -moz-transform: translatex(-18px);
    -ms-transform: translatex(-18px);
    -o-transform: translatex(-18px);
    transform: translatex(-18px);
    width: calc(100% + 19px);
    max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
    opacity: 0.65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    opacity: 1;
    top: 50%;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
    opacity: 0.1;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
    opacity: 0;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
    display: none;
}

.thumb-info.thumb-info-preview .thumb-info-image {
    min-height: 232px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    transition: background-position 0.8s linear 0s;
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
    transition: background-position 2.5s linear 0s;
    background-position: center bottom;
}

.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
    transition: background-position 1s linear 0s;
}

.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
    transition: background-position 5s linear 0s;
}

/* Thumb Info Ribbon */
.thumb-info-ribbon {
    background: #999;
    position: absolute;
    margin: -16px 0 0 0;
    padding: 5px 13px 6px;
    right: 15px;
    z-index: 1;
}

.thumb-info-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

.thumb-info-ribbon span {
    color: #FFF;
    font-size: 1.1em;
    font-family: "Shadows Into Light", cursive;
}

/* Thumb Info - Full Width */
.full-width .thumb-info img {
    border-radius: 0 !important;
}

/* Thumb Info Caption    */
.thumb-info-caption {
    padding: 10px 0;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 10px;
    display: block;
}

/* Thumb Info Side Image    */
.thumb-info-side-image .thumb-info-side-image-wrapper {
    padding: 4px;
    float: left;
    margin-right: 20px;
}

.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
    padding: 17px;
}

.thumb-info-side-image-right .thumb-info-side-image-wrapper {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.feature-box {
    padding-left: 15px;
}
.feature-box .feature-box-style-2 .feature-box-info {
  padding-left: 60px;
  height:75px;
}
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.mt-xl {
  margin-top: 25px !important;
}

.gallery-img-parent {
    padding-bottom: 25px;
}

.gallery-img {
    display: block;
    text-align: center;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.gallery-img:hover {
    background: #eee;
}

.gallery-img img {
    max-width:250px;
}
.card {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.p-3 {
  padding: 1rem !important;
}
@media only screen and (max-width: 768px) {

    #fh5co-contact ul, #fh5co-contact ol, #fh5co-contact ul ul, #fh5co-contact ul ol, #fh5co-contact ol ul, #fh5co-contact ol ol {
        padding:0px;
    }

    .feature-box .feature-box-style-2 .feature-box-info {
        height: auto;
    }
    .feature-box:first-child {
        border-left: 2px solid grey;
        padding-left: 5px;
    }
}

/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 60px 0;
  }
  
  #team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    min-height: 200px;
  }
  
  #team .member .member-info {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
  
  #team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
    color: #ccc;
  }
  
  #team .member:hover .member-info {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: 0.4s;
  }
  
  #team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
  }
  
  #team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
  }
  
  #team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
  }
  
  #team .member .social {
    margin-top: 15px;
  }
  
  #team .member .social a {
    transition: none;
    color: #fff;
  }
  
  #team .member .social a:hover {
    color: #18d26e;
  }
  
  #team .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }
  
  #team .member .img-fluid {
    max-width: 100%;
  }