<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Georgia Trust Twenty-five
Theme URI: http://georgiatrust.com/
Description: A WordPress theme for The Georgia Trust site
Version: 4.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* COLORS &amp; FONTS */

/*-------------------------------------------------------------------------*/

/* blue = #3679AD */
/* dark blue = #185280 */
/* red = #EA6955 */

/* black font = #4A4A4A */
/* gray font = #525252 */

/* font-family: 'Open Sans', Helvetica, Arial, sans-serif; (400, 700) */
/* font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif; (400, 700) */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
    background: #FFF url(assets/images/bg_paper.png) repeat top left;
	font: 400 16px/180% 'Open Sans', Helvetica, Arial, sans-serif;
	color: #525252;
}
header, a, img, li{
    transition: all 0.3s ease;
}
a {
	color: #3679AD;
	border-bottom: none;
	text-decoration: none;
    transition: border-color 0.3s ease;
}
a:hover {
	color: #222;
	border-bottom: 1px solid #D2D2D2;
	text-decoration: none;
}
a:active,
a:focus {
	color: #222;
	border-bottom: 1px solid #D2D2D2;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	filter: alpha(opacity=60);
    opacity: 0.6;
}
p {
	margin: 0 0 30px 0;
}
ul, ol {
	margin: 0 0 30px 0;
}
li {
	margin: 0 0 10px 0;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin: 0 0 3px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
    font-weight: 600;
}
em, i {
	font-style: italic;
}
address {
    margin-bottom: 12px;
	font-size: 14px;
	font-weight: 300;
	line-height: 160%;
}
blockquote {
	clear: both;
	color: #525252;
	background-color: #F4F4F4;
	font-size: 22px;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.50);
	border-left: none;
	padding: 20px 30px;
	margin: 0 0 24px 0;
	overflow: hidden;
}
hr {
	clear: both;
	background-color: #E2E2E2;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.blue {
	color: #3679AD !important;
}
.dark-blue {
	color: #185280 !important;
}
.red {
	color: #EA6955 !important;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

.content-wrapper {
	padding-top: 147px;
}
@media (max-width: 992px) {
	.content-wrapper {
		padding-top: 0;
	}
}
.events-archive .content-wrapper,
.events-single .content-wrapper {
	padding-top: 107px !important;
}
#content {
	clear: both;
}
.container-wrapper {
	padding-top: 60px;
    padding-bottom: 80px;
}
footer {
    clear: both;
    background: transparent;
    width: 100%;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar-fixed-top {
    background: transparent url(assets/images/bg_paper.png) repeat top left;
	border: none;
    border-bottom: 7px solid #F0F0F0;
    transition: all 0.3s ease;
}
.navbar-fixed-top a {
	border-bottom: none;
}
.navbar-fixed-top a:hover {
	border-bottom: none;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}
.navbar-fixed-top a.desktop-logo {
    display: block;
    position: absolute;
    top: 23px;
    left: 20px;
    z-index: 1001;
}
@media (max-width: 1184px) {
   .navbar-fixed-top a.desktop-logo {
       top: 60px;
       width: 150px;
   }
}
.navbar-fixed-top .logo h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0;
}
.navbar-fixed-top a.desktop-logo img {
    max-height: 100%;
}
.navbar-fixed-top a.mobile-logo {
    display: none;
}
#ps2id-dummy-offset {
	height: 20px;
}
@media (min-width: 992px) {
	#ps2id-dummy-offset {
		height: 160px;
	}
}

/* --- SMALL NAV BAR --- */

@media (max-width: 992px) {
    .navbar-fixed-top {
		position: relative !important;
        background: #FFF;
        background-image: none;
        border-bottom: 7px solid #F0F0F0;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.50);
		height: auto !important;
	}
    .navbar-default {
    	height: 120px;
    }
    .navbar-fixed-top a.mobile-logo {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1001;
    }
	.navbar-fixed-top .mobile-menu-toggle,
    .navbar-fixed-top a.mobile-logo {
		display: block;
	}
    .navbar-fixed-top a.desktop-logo {
		display: none;
	}
}

/* --- MOBILE TOGGLE ICON --- */

.mobile-menu-toggle {
    position: relative;
    height: 100%;
	display: none;
    z-index: 1;
}
.mobile-menu-toggle span {
	display: block;
	background-color: transparent;
	border: none;
	float: right;
	font-size: 32px;
	line-height: 100%;
	text-align: right;
	border-radius: 4px;
	margin: 42px 0 0 20px;
    cursor: pointer;
}
.mobile-menu-toggle a.btn-mobile  {
	float: right;
    margin-top: 40px;
    margin-left: 5px;
}
.mobile-menu-toggle .glyphicon {
	/* icon in toggle */
	color: #3679AD;
}

@media (max-width: 580px) {
	.navbar-fixed-top .mobile-menu-toggle a.btn-mobile {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

/* --- MAIN MENU LAYOUT --- */

.secondary-menu {
    position: relative;
    height: 50px;
    z-index: 1011;
}
.desktop-menu {
    background: #FEFEFE;
    box-shadow: 0 -2px 6px 0 rgba(0,0,0,0.05);
    height: 90px;
}

/* --- MENU BASICS --- */

.sf-menu,
.sf-menu * {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s;
}
.sf-menu &gt; li {
	float: left;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 1000;
}

/* --- MAIN MENU STYLES --- */

#menu-main-navigation.sf-menu {
	padding-top: 16px;
    padding-left: 360px;
}
@media (max-width: 1184px) {
   #menu-main-navigation.sf-menu {
      padding-top: 16px;
      padding-left: 180px;
   }
}
.sf-menu ul {
	background-color: #FFF;
    min-width: 192px;
}
.sf-menu li {
	white-space: nowrap;
	margin: 0 3px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease;
}
.sf-menu li.menu-item-has-children:hover {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.sf-menu li:hover &gt; a,
.sf-menu li.sfHover &gt; a {
	color: #3679AD;
	text-decoration: none;
}
.sf-menu .current-menu-item &gt; a,
.sf-menu .current-menu-ancestor &gt; a,
.sf-menu .current_page_item &gt; a,
.sf-menu .current_page_ancestor &gt; a {
	color: #3679AD;
	/*background-color: transparent;
	text-decoration: underline;
    border-bottom: 2px solid #F2F2F2;*/
}
.sf-menu li a {
	color: #525252;
    background-color: #FFF;
    border-radius: 4px;
    font: 400 16px/100% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
	text-decoration: none;
    margin-right: 12px;
	padding: 20px 12px;
    cursor: pointer;
}
.sf-menu li a:after {
    margin-right: -12px;
}
@media (max-width: 1400px) {
    #menu-main-navigation.sf-menu {
    	padding-top: 28px;
    }
    .sf-menu li a {
        font: 400 13px/100% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    	padding: 10px 6px;
    }
}

/* --- SECONDARY MENU STYLES --- */

#menu-secondary-navigation.sf-menu {
	padding-top: 10px;
    padding-left: 364px;
}
.secondary-menu .sf-menu li a {
	color: #727272;
    background-color: transparent;
    border-radius: 4px;
    font: 700 12px/100% 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    margin-right: 10px;
	padding: 10px 10px;
}
.secondary-menu .sf-menu li a:after {
    margin-right: -8px;
}
@media (max-width: 1225px) {
    #menu-secondary-navigation.sf-menu {
        padding-left: 112px;
    }
    .secondary-menu .sf-menu li a {
        font: 700 11px/100% 'Open Sans', Helvetica, Arial, sans-serif;
    }
}

/* --- BUTTON MENU --- */

.button-menu {
    position: absolute;
    top: 0;
    right: 24px;
    height: 50px;
    z-index: 1021;
}
.button-menu .btn-red {
    background-color: #EA6955;
    box-shadow: inset 0 1px 11px 0 rgba(0,0,0,0.10);
    border-radius: 0;
    color: #FFF;
    font-size: 15px;
    line-height: 100%;
    margin: 0;
    padding: 17px 22px;
}
.button-menu .btn-blue {
    background-color: #3679AD;
    box-shadow: inset 0 1px 11px 0 rgba(0,0,0,0.10);
    border-radius: 0;
    color: #FFF;
    font-size: 15px;
    line-height: 100%;
    margin: 0;
    padding: 17px 22px;
}
.button-menu .search-icon {
    clear: both;
    margin-left: 24px;
}
.button-menu .search-icon a {
    background-color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 1.0;
}
.button-menu .search-icon a img {
    vertical-align: middle;
}
.button-menu .search-icon:hover,
.button-menu .search-icon a:hover {
	background-color: transparent;
    box-shadow: none;
    opacity: 0.5;
}

/* --- DROP DOWN ARROWS --- */

#menu-main-navigation.sf-arrows .sf-with-ul,
#menu-secondary-navigation.sf-arrows .sf-with-ul {
    /* add margin above for li:after */
}
#menu-main-navigation.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.5em;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
}
#menu-secondary-navigation.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.3em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
}
.sf-arrows &gt; li &gt; .sf-with-ul:focus:after,
.sf-arrows &gt; li:hover &gt; .sf-with-ul:after,
.sf-arrows &gt; .sfHover &gt; .sf-with-ul:after {
    border-top-color: rgba(0, 0, 0, 0.5);
}

/* --- MEGAMENUS --- */

.sf-menu .mega-menu {
	position: inherit;
}
.sf-menu .mega-menu &gt; ul {
    left: 0;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    width: 100%;
}
.sf-menu .mega-menu &gt; ul &gt; li {
    float: left;
    margin: 15px 0;
	padding: 0;
  box-shadow: none;
}
.sf-menu .mega-menu ul li:hover {
	transition: all 0.3s ease;
	box-shadow: none;
}
.sf-menu .mega-menu &gt; ul &gt; li a.title {
	color: #4A4A4A;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
	font: 700 15px/180% 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    margin: 0 5px;
	padding: 9px 10px;
	white-space: normal;
}
.sf-menu .mega-menu &gt; ul &gt; li a.title:hover {
    color: #FFF;
	background-color: #3679AD;
	border: none;
	text-decoration: none;
    box-shadow: none;
}
.sf-menu .mega-menu &gt; ul &gt; li a.title:after {
	display: none;
}
.sf-menu .mega-menu &gt; ul &gt; li a.no-title {
  display: none;
}
.sf-menu .mega-menu .sf-arrows .sf-with-ul:after {
	display: none;
}
.sf-menu .mega-menu &gt; ul &gt; li ul {
    background-color: transparent;
    clear: both;
	display: block !important;
	position: relative !important;
	left: 0 !important;
	filter: alpha(opacity=100);
    opacity: 1 !important;
	width: 100%;
	box-shadow: none;
}
.sf-menu ul li ul li a.link {
    display: block;
    color: #525252;
	font: 400 15px/120% 'Open Sans', Helvetica, Arial, sans-serif;
    background: transparent;
    box-shadow: none;
	border-radius: 4px;
	line-height: 110%;
	text-decoration: none;
	text-transform: none;
    margin: 0 5px;
	padding: 9px 10px;
	white-space: normal;
}
#menu-secondary-navigation.sf-menu ul li ul li a.link {
	color: #727272;
    font: 400 13px/120% 'Open Sans', Helvetica, Arial, sans-serif;
}
.sf-menu ul li ul li.nav-gray a.link {
	/* for adding color to menu items in the drop down */
    display: block;
    font-size: 14px;
	font-weight: 400;
    background: #F2F2F2;
    box-shadow: none;
	border-radius: 4px;
	line-height: 110%;
	text-decoration: none;
	text-transform: none;
    margin: 0 5px 1px 5px;
	padding: 6px 10px;
	white-space: normal;
}
.sf-menu ul li ul li a.link:hover,
#menu-secondary-navigation.sf-menu ul li ul li a.link:hover {
	color: #FFF;
	background-color: #3679AD;
	border: none;
	text-decoration: none;
    box-shadow: none;
}
.sf-menu ul li ul li a.link .current-menu-item &gt; a {
    border-bottom: none;
}
.sf-menu &gt; ul &gt; li &gt; ul &gt; li:first-child &gt; .link {
	border-top: none;
}
.sf-menu .mega-menu p {
	display: block;
	font-size: 11px;
	line-height: 150%;
	margin: 5px 8px 16px 8px;
	white-space: normal;
}
.sf-menu .mega-menu p a {
	position: inherit;
	display: inline;
	color: #525252;
	font-size: 11px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
}
.sf-menu .mega-menu p a:hover {
	text-decoration: underline;
}
.sf-menu .mega-menu .image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 12px 10px;
}
.sf-menu .mega-menu a .image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 0;
}

/* --- MEGA COLUMNS --- */
/* --- adjust column widths depending on the theme's needs --- */

.sf-menu .col-2 &gt; ul {
	width: 480px;
}
.sf-menu .col-3 &gt; ul {
	width: 680px;
}
.sf-menu .col-4 &gt; ul {
	width: 650px;
}
.sf-menu .col-5 &gt; ul {
	width: 500px;
}
.sf-menu .col-6 &gt; ul {
	width: 600px;
}
.sf-menu .right &gt; ul {
	left: auto !important;
	right: 0;
}

/* --- unused label and description styles --- */
/*
.sf-menu .label {
  position: relative;
  top: -5px;
  left: 3px;
  padding: 1px 4px;
  font-size: 9px;
  text-transform: uppercase;
}
.sf-menu .column-title {
	cursor: inherit;
}
.sf-menu .content {
	display: block;
	font-size: 11px;
	padding-top: 5px;
	opacity: 0.7;
}
.sf-menu .full-content {
	margin: 10px;
}
/*
.sf-menu .current-menu-ancestor &gt; .link,
.sf-menu .current-menu-item &gt; .link {
	color: #930;
}
*/

/* --- MOBILE MENU --- */

.mobile-menu {
	clear: both;
	display: none;
    background-color: #FFF;
	padding: 0 17px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #F2F2F2;
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid #F2F2F2;
}
.mobile-menu ul li span {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}
.mobile-menu ul li a {
	display: block;
	color: #525252;
	padding: 12px;
	font-size: 18px;
	font-weight: 400;
    line-height: 150%;
	text-decoration: none;
    text-transform: none;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #4A4A4A;
}
.mobile-menu ul li a.active span {
	color: #4A4A4A;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid #F2F2F2;
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
    padding-left: 32px;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
}
.mobile-menu ul .sub-menu li li a {
    padding-left: 52px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}

/*-------------------------------------------------------------------------*/

/* MODAL SEARCH */

/*-------------------------------------------------------------------------*/

.modalsearch-form {
    position: relative;
	height: 120px;
	margin: 0 auto;
	width: 100%;
    overflow: hidden;
}
.modalsearch-input {
	width: 100%;
	height: 112px;
	padding: 0 10% 24px 10px;
	font-weight: 700;
	border: none;
    border-radius: 4px;
	background: #3679AD;
    background: rgba(255, 255, 255, 0.20);
    font-size: 48px;
    line-height: 110%;
    color: #FFF;
}
.modalsearch-input::-ms-clear { /* remove cross in IE */
    display: none;
}
/* placeholder */
.modalsearch-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}
.modalsearch-input:focus,
.modalsearch-submit:focus {
	outline: none;
}
.modalsearch-submit {
    position: absolute;
	width: 36px;
	height: 36px;
	text-indent: 100px;
	overflow: hidden;
	right: 15px;
	top: 60px;
	background: transparent url(assets/images/magnifier.png) no-repeat center center;
	background-size: 100%;
	border: none;
    opacity: 1.0;
    transition: all 0.3s ease;
}
.modalsearch-submit:hover {
    opacity: 1.0;
}

@media (max-width: 992px) {
    .modalsearch-form {
    	margin: 17px auto;
        height: 60px;
        overflow: hidden;
    }
    .modalsearch-input {
    	color: #424242;
        background: #F2F2F2;
    	font-size: 24px;
        font-weight: 400;
    	padding: 20px 10% 20px 12px;
        height: 60px;
    }
    .modalsearch-input::-webkit-input-placeholder {
    	color: #CCC
    }
    .modalsearch-input:-moz-placeholder {
    	color: #CCC
    }
    .modalsearch-input::-moz-placeholder {
    	color: #CCC
    }
    .modalsearch-input:-ms-input-placeholder {
    	color: #CCC
    }
    .modalsearch-submit {
    	top: 17px;
        right: 15px;
        width: 30px;
    	height: 30px;
    }
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
    color: #4A4A4A;
    font: 400 44px/110% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
	line-height: 110%;
	margin: 0 0 30px 0;
	padding: 0;
}
@media (max-width: 992px) {
	h1 {
		font-size: 34px;
	}
}
h2 {
    color: #4A4A4A;
    font: 400 38px/120% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
	line-height: 120%;
	margin: 0 0 12px 0;
	padding: 0;
}
@media (max-width: 767px) {
	h2 {
		font-size: 30px;
	}
}
h3 {
	/* paragraph title  - with spacing below */
    color: #4A4A4A;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
	margin: 0 0 24px 0;
	padding: 0;
}
h4 {
	/* paragraph title - with no spacing below */
    color: #4A4A4A;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
	margin: 0 0 8px 0;
	padding: 0;
}
@media (max-width: 767px) {
	h3, h4 {
		font-size: 26px;
	}
}
h5 {
	/* smaller title  - with no spacing below */
    color: #4A4A4A;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 24px 0;
	padding: 0;
}
h6 {
	/* smaller title  - with no spacing below */
    color: #4A4A4A;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 6px 0;
	padding: 0;
}
@media (max-width: 767px) {
	h5, h6 {
		font-size: 20px;
	}
}
h1 a, h2 a, h3 a, h4 a {
	color: #4A4A4A;
	border-bottom: none;
}
h1 a:hover, h2 a:hover {
	color: #4A4A4A;
	border-bottom: 1px solid #d2d2d2;
}

/*-------------------------------------------------------------------------*/

/* HEADER IMAGE  */

/*-------------------------------------------------------------------------*/

#header-image {
	clear: both;
	background-color: #000 !important;
	text-align: center;
	width: 100%;
	height: 340px;
}
#header-image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.entry-header {
	display: inline-block;
	vertical-align: middle;
	max-width: 1170px;
}
.entry-header h1,
.entry-header span {
	color: #FFF;
	font-size: 44px;
	font-weight: 400;
	line-height: 100%;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0,0,0,0.65);
	margin-top: 46px;
}
#header-image img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
@media (max-width: 992px) {
    .entry-header {
    	max-width: 92%;
    }
    #header-image {
		height: 280px;
	}
	.entry-header h1,
	.entry-header span {
		font-size: 32px;
        margin-top: 0;
	}
}

/*-------------------------------------------------------------------------*/

/* SECTION BACKGROUNDS  */

/*-------------------------------------------------------------------------*/

.paper-bg {
	background-color: transparent;
	padding-top: 80px;
	padding-bottom: 80px;
}
.paper-bg-top {
	background-color: transparent;
	padding-top: 80px;
	padding-bottom: 12px;
}
.paper-bg-bottom {
	background-color: transparent;
	padding-top: 12px;
	padding-bottom: 80px;
}
.paper-bg-none {
	background-color: transparent;
	padding-top: 12px;
	padding-bottom: 12px;
}
.paper-bg .video-wrapper,
.paper-bg-top .video-wrapper,
.paper-bg-bottom .video-wrapper  {
	background-color: #F6F6F6;
	border-radius: 4px;
	padding: 8px;
}
.white-bg {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white-bg-top {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 12px;
}
.white-bg-bottom {
	background-color: #FFF;
	padding-top: 12px;
	padding-bottom: 80px;
}
.white-bg-none {
	background-color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.white-bg .video-wrapper,
.white-bg-top .video-wrapper,
.white-bg-bottom .video-wrapper  {
	background-color: #F6F6F6;
	border-radius: 4px;
	padding: 8px;
}
.gray-bg {
	background-color: #F2F2F2;
	padding-top: 70px;
	padding-bottom: 70px;
}
.gray-bg-top {
	background-color: #F2F2F2;
	padding-top: 70px;
	padding-bottom: 10px;
}
.gray-bg-bottom {
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 70px;
}
.gray-bg-none {
	background-color: #F2F2F2;
	padding-top: 12px;
	padding-bottom: 12px;
}
.gray-bg .video-wrapper,
.gray-bg-top .video-wrapper,
.gray-bg-bottom .video-wrapper {
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
}
.blue-bg,
.dark-blue-bg,
.red-bg,
.black-bg {
	color: #FFF;
    padding-top: 80px;
	padding-bottom: 80px;
}
.blue-bg a,
.dark-blue-bg a,
.red-bg a,
.black-bg a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.blue-bg {
	background-color: #3679AD;
}
.dark-blue-bg {
	background-color: #185280;
}
.red-bg {
	background-color: #EA6955;
}
.black-bg {
    background-color: #222;
}
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6,
.blue-bg h1 a, .blue-bg h2 a, .blue-bg h3 a, .blue-bg h4 a, .blue-bg h5 a, .blue-bg h6 a,
.dark-blue-bg h1, .dark-blue-bg h2, .dark-blue-bg h3, .dark-blue-bg h4, .dark-blue-bg h5, .dark-blue-bg h6,
.dark-blue-bg h1 a, .dark-blue-bg h2 a, .dark-blue-bg h3 a, .dark-blue-bg h4 a, .dark-blue-bg h5 a, .dark-blue-bg h6 a,
.red-bg h1, .red-bg h2, .red-bg h3, .red-bg h4, .red-bg h5, .red-bg h6,
.red-bg h1 a, .red-bg h2 a, .red-bg h3 a, .red-bg h4 a, .red-bg h5 a, .red-bg h6 a,
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
	color: #FFF;
}
.blue-bg .video-wrapper,
.dark-blue-bg .video-wrapper,
.red-bg .video-wrapper,
.black-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px;
}
.blue-bg .btn-white {
	color: #FFF;
}
.dark-blue-bg .btn-white {
	color: #FFF;
}
.red-bg .btn-white {
	color: #FFF;
}

/* FAQ TITLES AND ANSWERS */
.white-bg .faq-title a,
.white-bg-top .faq-title a,
.white-bg-bottom .faq-title a,
.white-bg-none .faq-title a,
.gray-bg .faq-title a,
.gray-bg-top .faq-title a,
.gray-bg-bottom .faq-title a,
.gray-bg-none .faq-title a,
.paper-bg .faq-title a,
.paper-bg-top .faq-title a,
.paper-bg-bottom .faq-title a,
.paper-bg-none .faq-title a {
  color: #222;
  text-decoration: none;
}
.white-bg .collapse,
.white-bg-top .collapse,
.white-bg-bottom .collapse,
.white-bg-none .collapse {
    background-color: #F6F6F6;
}
.gray-bg .collapse,
.gray-bg-top .collapse,
.gray-bg-bottom .collapse,
.gray-bg-none .collapse,
.paper-bg .collapse,
.paper-bg-top .collapse,
.paper-bg-bottom .collapse,
.paper-bg-none .collapse,
.blue-bg .collapse,
.dark-blue-bg .collapse,
.red-bg .collapse,
.black-bg .collapse,
.black-pattern-bg .collapse {
    color: #525252;
  background-color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* MODAL LOGIN PLUGIN */

/*-------------------------------------------------------------------------*/

/*.login-popup {
    min-width: 380px;
}
.login-popup .close-btn {
    top: 10px !important;
    right: 10px !important;
}
.login-popup a.close-btn {
    border-bottom: none;
}
.login-popup a {
    color: #B3AB70 !important;
}
.login-popup h2 {
	color: #797979 !important;
	font-size: 28px !important;
    font-weight: 400;
    text-align: left;
	margin-top: 10px !important;
}
#login-box input {
    font-size: 14px !important;
    margin-top: 5px !important;
    height: 40px !important;
}
#login-box #forgetmenot {
	display: none !important;
}
#login-box #form .submit .button {
	background: #B3AB70 !important;
}
#login-box #additional-settings {
    font-size: .725em;
    position: absolute;
    bottom: 25px;
}
.login-popup #forgotten h2 {
	color: #797979 !important;
	font-size: 20px !important;
	margin-top: 10px !important;
}*/

/*-------------------------------------------------------------------------*/

/* FIREBOX POPUP PLUGIN */

/*-------------------------------------------------------------------------*/

.fb-content p {
  margin-bottom: 15px;
}

/*-------------------------------------------------------------------------*/

/* SECTION MENUS */

/*-------------------------------------------------------------------------*/

.section-menu {
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    border-top: 1px solid #E5E5E5;
	padding-top: 36px;
	padding-bottom: 10px;
    width: 100%;
    z-index: 9000;
}
/*nav.affix {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9000;
}*/
.section-menu ul {
	list-style: none;
    text-align: center;
	margin: 0 auto;
	padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-menu li {
	float: left;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 2px 26px 2px !important;
    white-space: nowrap;
}
.section-menu li a {
	color: #EA6955;
    font: 700 13px/100% 'Open Sans', Helvetica, Arial, sans-serif;
    border: none;
    border-radius: 4px;
	background-color: #FFF;
	text-decoration: none;
    padding: 10px 10px;
	white-space: nowrap;
}
.section-menu li a:hover {
	color: #FFF;
	background-color: #3679AD;
}
.section-menu span {
	float: left;
	color: #4A4A4A;
	font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

/*-------------------------------------------------------------------------*/

/* CALLOUTS  */

/*-------------------------------------------------------------------------*/

.callout {
    font: 400 32px/140% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    text-align: center;
}
@media (max-width: 767px) {
	.callout {
		font-size: 24px;
	}
}

/*-------------------------------------------------------------------------*/

/* QUOTE  */

/*-------------------------------------------------------------------------*/

.quote {
    background: url(assets/images/icon_blockquote.png) no-repeat center -16px / 80px 80px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: 0;
	padding-top: 84px;
	padding-bottom: 40px;
	overflow: visible !important;
}
.blue-bg .quote,
.black-bg .quote {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.quote span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/*-------------------------------------------------------------------------*/

/* FULL WIDTH IMAGE WITH AND WITHOUT TEXT */

/*-------------------------------------------------------------------------*/

.full-width-text,
.full-width-no-text {
    position: relative;
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
	border-bottom: none;
    margin-bottom: 8px;
}
.full-width-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-no-text .details-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    max-width: 90%;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

/* --- ONE COLUMN --- */

/*.one-column { }*/

/* --- TWO COLUMN LIST --- */

#two-column-list .one-column {
	padding-bottom: 30px;
}
#two-column-list p {
	margin: 0 0 36px 0;
}

/* --- ADD SPACE TO COLUMNS ABOVE --- */

.copy-left {
	padding-right: 40px;
}
.copy-right {
	padding-left: 40px;
}
@media (max-width: 992px) {
	.copy-left,
    .copy-right {
		padding-left: 0;
		padding-right: 0;
	}
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
    padding-left: 80px;
    padding-right: 80px;
}
@media (max-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.copy-image-left,
.copy-image-right {
    min-height: 320px;
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}


/* --- 2 COLUMN CONTENT LIKE BLOG --- */

.entry-content {
	padding-right: 70px;
}
@media (max-width: 992px) {
	.entry-content {
		padding-right: 0;
	}
}
.page-title {
    text-align: left;
}
.single-title {
    text-align: left;
}

/* --- ADD SPACE TO SPONSORS LOGOS --- */

.sponsors-logo {
	margin: 0 20px 40px 20px;
	max-height: 120px;
	vertical-align: middle;
}
.sponsors-logo-vert {
	margin: 0 20px 40px 20px;
	max-height: 220px;
	vertical-align: middle;
}

/* --- BOOTSTRAP VIDEO IFRAMES --- */

.embed-responsive {
	clear: both;
    margin-bottom: 24px;
}
.video-responsive .embed-responsive {
    margin-bottom: 0;
}
.wp-video {
	margin-bottom: 24px;
}

/* --- FIXES ANCHORS FALLING BEHIND STICKY NAV BAR --- */

a.anchor {
	clear: both;
    position: relative;
	top: -310px;
	display: block;
}
@media (max-width: 992px) {
    a.anchor {
    	top: -132px;
    }
}

/*-------------------------------------------------------------------------*/

/* FAQS */

/*-------------------------------------------------------------------------*/

.faqs-accordion {
  width: 100%;
}
.faq-question .accordion-toggle:after {
  position: relative;
  float: right;
  width: 24px;
  height: 24px;
  content: url(assets/icons/feather/chevron-down.svg);
  margin-top: 5px;
  margin-right: -30px;
  stroke: #5091CD;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  cursor: pointer;
}
.faq-question.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: url(assets/icons/feather/x.svg);
}
.faq-question {
    padding-top: 20px;
    padding-bottom: 20px;
  padding-right: 30px;
    border-bottom: 1px solid #E2E2E2;
}
.faq-question:first-child {
    border-top: 1px solid #E2E2E2;
}
.faq-question .faq-title a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  line-height: 120%;
  text-decoration: none;
    cursor: pointer;
}
@media (max-width: 992px) {
  .faq-question .faq-title a {
      font-size: 21px;
  }
}
.faq-question .collapse {
  transition: all 0.6s ease;
}
.faq-answer {
    margin-top: 8px;
    padding: 20px 20px 6px 20px;
}
@media (max-width: 992px) {
    .faq-answer {
    padding: 30px 30px 16px 30px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS FULL SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-full {
    background-color: #FFF;
}
.testimonials-text {
    position: relative;
}
.testimonials-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.testimonials-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 90% !important;
}
p.testimonials-name {
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0px;
}
p.testimonials-title {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-excerpt {
    color: #FFF;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
    .testimonials-excerpt {
        font-size: 24px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS HALF SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-half .testimonial-carousel .item {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .testimonials-half .testimonial-carousel {
        padding: 48px 70px 60px 70px;
    }
}
.testimonials-half .testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-half .testimonials-image img {
    border-radius: 50%;
    filter: alpha(opacity=100);
	opacity: 1.0;
}
.testimonials-half p.testimonials-title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 2px;
}
.testimonials-half p.testimonials-job {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-half .testimonials-excerpt p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 0;
}

/* --- OWL CAROUSEL - CORE CSS --- */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .item img:hover {
	opacity: 0.80 !important;
	transition: all 0.3s ease !important;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* --- OWL CAROUSEL - BUTTONS  --- */

.owl-theme .owl-controls {
	position: relative;
    margin-top: -50px; /* move buttons on top of image */
    margin-bottom: 50px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
    z-index: 1000;
}
.owl-nav {
	display: none;
}
/*
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}
*/
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #FFF;
	display: block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4A4A4A;
}

/*-------------------------------------------------------------------------*/

/* BUSINESS DIRECTORY */

/*-------------------------------------------------------------------------*/

/* --- ISOTOPE --- */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope .fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.isotope .fade:hover {
   opacity: 0.5;
}

/* --- PORTFOLIO IMAGES --- */

#directory {
	display: block;
	position: relative;
    padding-bottom: 60px;
}
#directory .panels {
    margin: 0 auto;
	overflow: visible !important;
}
#directory .well {
    font-size: 13px;
    line-height: 150%;
    padding: 19px;
    margin: 7px;
}
#directory .well p {
    margin-bottom: 12px;
}
#directory .directory-title {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 140%;
    border-bottom: none;
    margin: 0;
}
#directory .directory-categories {
    font-size: 11px;
    color: #929292;
    text-transform: uppercase;
}
#directory .col-md-4 {
    width: 31.5%;
}
@media (max-width: 992px) {
    #directory .col-sm-6 {
        width: 48%;
    }
}
@media (max-width: 767px) {
    #directory .col-xs-12 {
        width: 97.15%;
    }
}

/* --- THEME FILTER NAVIGATION --- */

#filterNav {
	background-color: transparent;
	width: auto;
	text-align: center;
	width: 100%;
	position: relative;
    margin: 0 auto 24px auto;
    padding: 0;
}
#filterNav .filterNav-by {
	color: #828282;
    font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
#filterNav .btn-gray {
    margin-bottom: 4px;
}
#filterNav .btn-gray:active,
#filterNav .btn-gray:focus {
    background-color: #3679AD;
}

/*-------------------------------------------------------------------------*/

/* BLOG &amp; POST LISTING PAGES */

/*-------------------------------------------------------------------------*/

/* --- POSTS --- */

h3.post-title {
	clear: both;
	font-size: 27px;
	font-weight: 400;
	margin: 0 0 8px 0;
	padding: 0;
}
@media (max-width: 767px) {
    h3.post-title {
    	font-size: 22px;
    }
}
h3.post-title a {
	color: #4A4A4A;
}
h3.post-title a:hover {
	color: #4A4A4A;
}
.post-listings h6 {
	font-size: 20px;
	margin: -12px 0 12px 0;
}
.post-listings .video-wrapper {
	background-color: #F2F2F2;
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 8px;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
}
.post-listing-info {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0 0 16px 0;
}
.post-listing-info a {
	color: #727272;
    border-bottom: 1px solid #E2E2E2;
	text-decoration: none;
}
.post-listing-info a:hover {
	color: #727272;
    border-bottom: 1px solid #727272;
}
.post-listing-image {
    float: right;
    max-width: 36%;
    margin: 0 0 24px 30px;
}
@media (max-width: 767px) {
	.post-listing-image {
        float: none;
        max-width: 100%;
        margin: 0 auto 24px auto;
	}
}
.post-excerpt p {
	margin: 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata-section {
    margin: 0 0 24px 0;
}
.postmetadata {
    color: #727272;
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    margin: 0;
}
.postmetadata a {
	color: #727272;
	border-bottom: none;
}
.postmetadata a:hover {
	color: #3679AD;
	border-bottom: 1px solid #3679AD;
}
.postmetadata p {
	margin: 0 0 12px 0;
}

/* --- BLOG --- */

img.blog-listing-image {
    float: none;
    max-width: 100%;
    margin: 0 auto 24px auto;
}
.blog-listings .blog-month {
	margin-top: 6px;
}
.blog-month,
.blog-year {
	color: #525252;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
}
.blog-day {
	color: #4A4A4A;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	margin: 0;
}
@media (max-width: 767px) {
    .blog-listings {
    	margin-bottom: 8px;
        /* padding-left: 15px; */
    }
    .blog-month,
    .blog-year,
    .blog-day {
    	float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        text-align: left;
        margin: 0 4px 0 0 !important;
        padding: 0;
    }
}

/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	margin: 0 0 24px 0;
	padding: 20px;
	overflow: hidden;
}
.post-author-image {
	padding-right: 20px;
}
.post-author-image img {
	border: 8px solid #f2f2f2;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0;
}
.post-author .post-author-image img {
    background-color: #FFF;
    border: 8px solid #FFF;
    margin-bottom: 18px;
}
.post-author-info h1 {
    line-height: 100%;
    margin-top: -20px;
	margin-bottom: 6px;
}
.post-author-info h1 span {
	font-size: 15px;
    text-transform: uppercase;
}
.post-author-info h4 {
	clear: none;
	font-size: 22px;
	margin: 10px 0 6px 0;
}
.post-author-info p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 8px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}
@media (max-width: 767px) {
	.post-author-info h1 {
		font-size: 36px;
	}
}

.featured-image {
    float: right;
    max-width: 40%;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 24px;
}
@media (max-width: 767px) {
	.featured-image {
        float: none;
        max-width: 100%;
        margin: 0 auto 24px auto;
	}
}
.featured-postmetadata {
	color: #929292;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
	line-height: 140%;
    text-align: right;
    margin-top: 6px;
}
.featured-icons {
    color: #4A4A4A;
    font-size: 18px;
    margin-top: -24px;
    margin-bottom: 24px;
}
.featured-icons a {
    color: #4A4A4A;
}
.featured-icons a:hover {
    border-bottom: none;
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.et_monarch .et_social_inline_bottom {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* MASONRY */

/*-------------------------------------------------------------------------*/

/* --- MASONRY FOR  --- */

.masonry-wrapper {
	background-color: #F2F2F2;
	padding-top: 80px;
	padding-bottom: 80px;
}
.masonry-wrapper a {
	border-bottom: none;
}
.masonry-wrapper header {
    padding-left: 8px;
}
.masonry-wrapper h5 {
    margin-left: 23px;
}
.masonry-details {
    background: #FFFFFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
	padding: 15px;
	overflow: hidden;
}
.masonry-thumbnail img {
    margin-bottom: 18px;
}
.masonry-title p {
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 8px;
}
.masonry-title p a {
	color: #4A4A4A;
}
.masonry-title p a:hover {
	color: #4A4A4A;
}
.masonry-excerpt {
    margin-bottom: 16px;
}
.masonry-excerpt p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 8px;
}
.read-more {
    font-size: 12px;
    font-weight: 700;
	line-height: 180%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.masonry-excerpt .btn {
	margin-bottom: 0;
}
.masonry-avatar img {
    margin-top: -2px;
}
.masonry-postmetadata {
	border-top: 1px solid #E2E2E2;
    color: #929292;
    font-size: 12px;
    font-weight: 400;
	line-height: 160%;
    text-transform: uppercase;
    padding-top: 12px;
}
.masonry-postmetadata a {
    color: #929292;
}
.masonry-postmetadata a:hover {
    color: #4A4A4A;
}
.masonry-postmetadata p {
	margin-bottom: 6px;
}

/* --- MASONRY FLEXIBLE CONTENT --- */

.masonry-flexible {
	overflow: hidden;
}
/*ul.masonry-flexible-list {
    list-style: none;
    padding: 0;
    margin: 0;
}*/
.masonry-flexible-list div {
	background-color: #FFF;
	border: 8px solid #F2F2F2;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    font-size: 15px;
    text-align: left;
	margin: 0;
    line-height: 160%;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
div.masonry-list-12 {
	width: 100%;
    left: 0 !important;
}
div.masonry-list-6 {
	width: 47%;
}
div.masonry-list-4 {
    width: 31.9658119%;
}
@media (max-width: 992px) {
	div.masonry-list-4 {
		width: 47%;
	}
}
@media (max-width: 767px) {
	div.masonry-list-6,
    div.masonry-list-4 {
		width: 100%;
		left: 0 !important;
	}
}

/*-------------------------------------------------------------------------*/

/* SINGLE PROPERTY PAGES */

/*-------------------------------------------------------------------------*/

/* --- MASONRY FOR PROPERTY INFO --- */

.masonry-property-info {
    font-size: 13px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.masonry-postmetadata-properties {
    font-size: 13px;
    font-weight: 400;
	line-height: 160%;
}
.masonry-postmetadata-properties p {
	margin-bottom: 6px;
}

/* --- SINGLE PROPERTY PAGES --- */

.single-property-city {
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
}

/* --- SINGLE PROPERTY POST-IT --- */

.post-it {
    position: absolute;
	top: 10px;
	right: -20px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.50);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 18px;
    min-width: 100px;
	z-index: 100;
}
.post-it.sold {
    background-color: #C10435;
}
.post-it.pending {
    background-color: #59BAFF;
}
.post-it.new {
    background-color: #7FAF1B;
}
.post-it.reduced {
    background-color: #BC0000;
}

/*-------------------------------------------------------------------------*/

/* BIO / STAFF */

/*-------------------------------------------------------------------------*/

/* --- MAKE 5 COLUMNS --- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* --- BIO BOXES --- */

.well {
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.20);
    border: none;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}
.well a {
    cursor: pointer;
}
.bio-section-margin {
    margin-left: -15px;
    margin-right: -15px;
}
.bio-listing-image {
    margin: 0 auto 16px auto;
    max-width: 100%;
    max-height: 100%;
}
p.bio-listing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
}
p.bio-listing-job {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
}

/* --- MODAL FULLSCREEN --- */

.modal-fullscreen {
    background: #3679AD;
    color: #FFF;
    z-index: 10000;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    text-align: left;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #FFF;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
}
.modal-fullscreen .close {
    float: right;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    margin-top: 8px;
    opacity: 1.0;
}
.modal-fullscreen .modal-body {
    background-color: #3679AD;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
}
.modal-fullscreen .modal-title {
    color: #FFF;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 0 24px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 22px;
}
.modal-fullscreen .modal-title span a {
    color: #FFF;
}
.modal-fullscreen .modal-icons {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-icons a {
    color: #FFF;
}
.modal-fullscreen .modal-icons a:hover {
    border-bottom: none;
    text-decoration: none;
}
@media (max-width: 992px) {
	.modal-fullscreen .close {
        margin-top: 4px;
    }
}

/* --- SINGLE BIO PAGES --- */

.single-bio h1 {
	font-size: 40px;
    margin: 0 0 6px 0;
}
.single-bio h6 {
    margin: 0 0 8px 0;
}
.single-bio-icons {
    margin: 0 0 24px 0;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

.sidebar {
	color: #727272;
	font-size: 15px;
	line-height: 180%;
}
.sidebar .widget  {
	background: #FFFFFF;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
.sidebar .widget h3  {
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 18px 12px;
	padding: 0;
}
.sidebar ol,
.sidebar ul {
	margin: 0 0 24px 0;
	/* padding-left: 24px; */
}

/* --- CATEOGORY WIDGET --- */

.sidebar .widget_categories ul,
.sidebar .widget_archive ul,
.sidebar .widget_recent_entries ul {
	list-style: none;
	border-bottom: 1px solid #E2E2E2;
	margin: 0;
	padding: 0;
}
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_recent_entries ul li {
    margin: 0;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_recent_entries ul li a {
	display: block;
	color: #3679AD;
	border-top: 1px solid #E2E2E2;
    border-bottom: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 10px 14px 12px;
}
.sidebar .widget_categories ul li a:hover,
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_recent_entries ul li a:hover {
	color: #FFF;
	background-color: #3679AD;
	text-decoration: none;
}

/* --- SIDEBAR TAG CLOUD --- */

.sidebar .tagcloud {
    padding-left: 12px;
}
.sidebar .tagcloud a {
    border-bottom: 1px solid #E2E2E2;
    line-height: 140%;
}

/* --- SIDEBAR MENUS --- */

.sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li a {
	display: block;
	color: #3679AD;
	border-top: 1px solid #d8d8d8;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.sidebar ul.menu li a:hover {
	color: #424242;
    border-bottom: none;
	background-color: #F2F2F2;
	text-decoration: none;
}
.sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li li a {
	padding: 10px 10px 10px 32px;
}
.sidebar ul.menu .current-menu-item &gt; a,
.sidebar ul.menu .current-menu-ancestor &gt; a,
.sidebar ul.menu .current_page_item &gt; a,
.sidebar ul.menu .current_page_ancestor &gt; a {
	color: #424242;
	background-color: #F2F2F2;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- FLEXSLIDER RESETS --- */

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides &gt; li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* --- FLEXSLIDER BASE STYLES --- */

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides &gt; li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides &gt; li:first-child {
	display: block;
}

/* --- FLEXSLIDER THEME --- */

.slideshow {
	clear: both;
	position: relative;
	margin: 0;
	padding: 147px 0 0 0;
	overflow: hidden;
}
/*.slideshow video {
	margin-bottom: 0;
}*/
.flexslider {
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	margin: 0;
	padding: 0;
	zoom: 1;
    height: 648px;
	z-index: 99;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider.loading {
	height: 648px;
	background: #000 url(assets/images/ajax-loader.svg) no-repeat center center;
}

/* --- FLEXSLIDER TEXT --- */

.flexslider .slide {
	text-align: center;
	width: 100%;
	height: 648px;
}
.flexslider .slide:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.flexslider .details {
	display: inline-block;
	background: transparent;
	text-align: center;
	line-height: 120%;
    text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.65);
	margin: 0 -5px;
    padding-top: 220px;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: middle;
    width: 100%;
	height: 100%;
}
.flexslider .details .container {
	max-width: 1170px;
}
.flexslider h1 {
    color: #FFF;
	font-size: 50px;
	font-weight: 400;
	line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 auto;
	padding: 0 0 14px 0;
}
/* .flexslider h1 span {
    border-bottom: 5px solid #FFF;
    position: relative;
    z-index: 1;
} */
.flexslider h3 {
	color: #FFF;
    font-size: 24px;
	font-weight: 700;
	line-height: 140%;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin: 0 0 10px 0;
}
.flexslider p {
	margin: 0;
}

/* --- FLEXSLIDER DOWN ARROW --- */

/*.flexslider .arrow-down {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	height: 40px;
	z-index: 110;
	zoom: 1;
}
.flexslider .arrow-down:before {
 	content: '';
 	display: inline-block;
 	height: 100%;
 	vertical-align: middle;
 	margin-right: -0.25em;
}
.flexslider .arrow-down a {
	border-bottom: none;
}
@media (max-width: 767px) {
	.flexslider .arrow-down {
		display: none;
	}
}*/

/* --- FLEXSLIDER BUTTON --- */

.flexslider .btn-white {
    margin-top: 24px;
}

/* --- FLEXSLIDER CONTROL NAV --- */

/*.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: #FFF;
	background: rgba(255, 255, 255, 1.0);
    border-bottom: none;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #FAE100;
}
.flex-control-paging li a.flex-active {
	background: #FAE100;
	cursor: default;
}*/

/* --- FLEXSLIDER DIRECTION NAV --- */

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
    position: absolute;
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: none;
    text-decoration: none;
    margin: -40px 0 0;
    opacity: 0;
    width: 40px;
    height: 76px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 10;
}
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
    /*arrows always on*/
    display: block;
    opacity: 0.7;
}
.flex-direction-nav .flex-prev {
    background: url(assets/images/arrow_left.png);
    left: 30px;
}
.flex-direction-nav .flex-next {
    background: url(assets/images/arrow_right.png);
    right: 30px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 30px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

@media (max-width: 992px) {
    .slideshow {
    	padding: 0;
    }
    .flex-direction-nav {
        display: none;
    }
}
@media (max-width: 767px) {
    .flexslider,
    .flexslider.loading,
    .flexslider .slide {
        height: 580px;
    }
    .flexslider .details {
        padding-top: 180px;
        padding-right: 15px;
		padding-left: 15px;
	}
	.flexslider h1 {
		font-size: 34px;
	}
    .flexslider h1 span {
        border-bottom: none;
    }
	.flexslider h3 {
		font-size: 17px;
	}
}

/* --- HOMEPAGE EMERGENCY MESSAGE --- */

.homepage-message {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}
.homepage-message.alert {
	margin-bottom: 0;
}
.homepage-message h6 {
	color: #8a6d3b;
}

/* --- HOMEPAGE ABOUT --- */

.homepage-intro {
    background: #FFF url(assets/images/bg_logo.png) no-repeat top right;
    background-size: contain;
    font-size: 17px;
    line-height: 200%;
    text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}

/* --- HOMEPAGE HIGHLIGHTS --- */

.homepage-highlights {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}

/* --- HOMEPAGE BLOG --- */

.homepage-featured-event {
    position: relative;
    text-shadow: 0 2px 12px rgba(0, 36, 64, 1.0);
}
.homepage-featured-event .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 70%;
}
.homepage-featured-event-image {
    background-color: #185280;
    position: relative;
    min-height: 440px;
}
.homepage-featured-event-image img {
    filter: alpha(opacity=30);
    opacity: 0.3;
}
p.homepage-featured-event-date {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.homepage-featured-event hr {
	clear: both;
	background-color: #FFF;
	border: 0;
    width: 120px;
	height: 2px;
	margin: 0 auto 18px auto;
}
p.homepage-featured-event-title {
    margin: 0 auto 8px auto;
}
p.homepage-featured-event-title a {
    color: #FFF;
    font: 400 34px/120% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
}
p.homepage-featured-event-title a:hover {
    color: #FFF;
    border-bottom: 2px solid #626262;
}
p.homepage-featured-event-excerpt {
    color: #FFF;
    font: italic 400 18px/160% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    margin-bottom: 24px;
}
@media (max-width: 992px) {
    p.homepage-featured-event-title a {
    	font-size: 28px;
    }
    p.homepage-featured-event-excerpt {
        font-size: 17px;
    }

}
@media (max-width: 767px) {
    p.homepage-featured-event-title a {
    	font-size: 24px;
    }
    p.homepage-featured-event-excerpt {
        font-size: 15px;
    }
}

/* --- HOMEPAGE EVENTS --- */

.homepage-events {
    text-align: left;
    line-height: 120%;
}
.homepage-events-image {
    margin-bottom: 16px;
}
.homepage-events-icon {
    margin-right: 6px;
    width: 18px;
    vertical-align: top;
}
.homepage-events-date {
    color: #929292;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
p.homepage-events-title {
    margin: 3px 0 0 0;
}
.homepage-events-title a {
    color: #4A4A4A;
    font-size: 19px;
    font-weight: 600;
    line-height: 120%;
}
.homepage-events-title a:hover {
    color: #3679AD;
}
.homepage-events hr {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
    width: 50%;
	height: 4px;
	margin: 12px 0;
}
p.homepage-events-excerpt {
    color: #727272;
    font-size: 13px;
    margin-bottom: 12px;
}
p.homepage-events-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* --- HOMEPAGE ABOUT --- */

.homepage-about {
    background-color: #FFF;
    text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.homepage-about-boxes {
    text-align: left;
    margin-top: 22px;
}
.homepage-about-image {
    margin-bottom: 24px;
}
.homepage-about-image:hover {
	filter: alpha(opacity=60);
    opacity: 0.6;
    text-decoration: none;
    border-bottom: none;
}
p.homepage-about-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.homepage-about-title a {
    color: #4A4A4A;
    border-bottom: none;
}
p.homepage-about-excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 18px;
}
@media (max-width: 992px) {
    p.homepage-about-title {
        font-size: 16px;
    }
}

/* --- HOMEPAGE PLACES IN PERIL --- */

.homepage-places-peril {
    background-color: #FFF;
}
.homepage-places-peril-text {
    position: relative;
    border-top: 7px solid #F0F0F0;
    border-bottom: 7px solid #F0F0F0;
}
.homepage-places-peril-text .details-bg {
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.homepage-places-peril-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.50);
    opacity: 0.92;
    border: none;
    border-radius: 4px;
    color: #525252;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    padding: 30px 40px;
    -webkit-transform: translate(-155%, -50%);
    -moz-transform: translate(-155%, -50%);
    -ms-transform: translate(-155%, -50%);
    -o-transform: translate(-155%, -50%);
    transform: translate(-155%, -50%);
    overflow: hidden;
    width: 30% !important;
}
.homepage-places-peril-text h3 {
    color: #4A4A4A;
    font: 400 30px/120% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
	line-height: 120%;
	margin: 20px 0;
}
p.homepage-places-peril-title {
    color: #4A4A4A;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 4px;
}
.homepage-places-peril-county {
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.homepage-places-peril-excerpt {
    color: #525252;
    font-size: 13px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 18px;
}
@media (max-width: 1170px) {
    .homepage-places-peril-text .details {
        -webkit-transform: translate(-90%, -50%);
        -moz-transform: translate(-90%, -50%);
        -ms-transform: translate(-90%, -50%);
        -o-transform: translate(-90%, -50%);
        transform: translate(-90%, -50%);
        overflow: hidden;
        width: 50% !important;
    }
}
@media (max-width: 767px) {
    .homepage-places-peril-text .details {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        overflow: hidden;
        width: 90% !important;
    }
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

/* --- FOOTER AREA --- */

#colophon {
    margin: 0;
	padding: 0 0 80px 0;
}
#colophon a {
	border-bottom: none;
}
#colophon a:hover {
	border-bottom: none;
}

/* --- FOOTER SUBSCRIBE --- */

.footer-callout {
    background: #185280;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 160%;
	padding-top: 90px;
	padding-bottom: 90px;
}
.footer-callout h2 {
    color: #FFF;
    font-size: 38px;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0;
}
@media (max-width: 992px) {
    .footer-callout h2 {
        font-size: 32px;
        margin-bottom: 16px
    }
}

/* --- FOOTER LINKS --- */

.footer-links {
	padding-top: 80px;
	padding-bottom: 0;
}
.footer-links-logo {
	display: block;
    text-align: left;
	margin: 0 0 44px 0;
	padding: 0;
}
.footer-links-logo img {
	max-height: 100%;
}
@media (max-width: 992px) {
	.footer-links-logo {
		text-align: center;
        margin-left: auto;
		margin-right: auto;
	}
}

/* --- FOOTER NAV --- */

.footer-links-list h6 {
	color: #6C6A68;
	font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
    margin: 0 0 6px 0;
}
 ul.footer-menu {
    list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
 ul.footer-menu li {
    margin: 0;
}
 ul.footer-menu li a {
	color: #929292;
	font-size: 15px;
    font-weight: 400;
	text-decoration: none;
	line-height: 200%;
}
 ul.footer-menu li a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
    .footer-links-list h6,
     ul.footer-menu li {
		 text-align: center;
	}
}

/* --- COPYRIGHT --- */

.footer-links-copyright {
	color: #929292;
	font-size: 14px;
	line-height: 200%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}
.footer-links-copyright a {
	color: #929292;
	text-decoration: none;
}
.footer-links-copyright a:hover {
	color: #929292;
	text-decoration: underline;
}
.footer-links-copyright p {
	margin-bottom: 0;
}

/* --- COPYRIGHT MENU --- */

.footer-links-copyright-menu {
	position: relative;
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}
.footer-links-copyright-menu ul {
    list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
}
.footer-links-copyright-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s ease;
}
.footer-links-copyright-menu &gt; li {
	display: inline-block;
    margin-right: 4px;
}
.footer-links-copyright-menu &gt; li a {
    margin-right: 8px;
}
.footer-links-copyright-menu &gt; li:after {
	content: "|";
}
.footer-links-copyright-menu &gt; li:last-child:after {
	content:  none;
}

/* --- SOCIAL --- */

.footer-links-social {
	text-align: left;
    margin-bottom: 60px;
}
.footer-links-social img {
	margin: 6px 3px 0 3px;
}
.footer-links-social img:hover,
.footer-links-social a:hover,
.footer-links-social a:active {
	filter: alpha(opacity=60);
    opacity: 0.6;
    text-decoration: underline;
    border-bottom: none;
}

/*-------------------------------------------------------------------------*/

/* LISTING AD UNDERNEATH PLACES IN PERIL */

/*-------------------------------------------------------------------------*/

.listing-ad {
    position: relative;
}
.listing-ad .well {
    background-color: #EA6955;
}
@media (max-width: 992px) {
    .listing-ad .well {
        min-height: 420px;
    }
}
.listing-ad h2,
.listing-ad h3,
.listing-ad h4,
.listing-ad h5,
.listing-ad h6 {
    color: #FFF;
}
.listing-ad .details-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 420px;
}
.listing-ad .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden !important;
    width: 80%;
}

/*-------------------------------------------------------------------------*/

/* LANDING PAGE */

/*-------------------------------------------------------------------------*/

.landing-page-text {
    margin-bottom: 24px;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 6px 24px 12px 0;
}
img.alignleft.icon {
	margin: 0 12px 0 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 6px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: 12px auto 24px auto;
}
@media (max-width: 580px) {
	.alignleft {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}
	.alignright {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}

}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #525252;
	padding-top: 16px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

.gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
.gallery .col-xs-6,
.gallery .col-sm-3,
.gallery .col-md-3 {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.gallery .gallery-icon {
	width: 100%;
}
.gallery .gallery-caption {
	/*font-size: 13px;
	text-align: center;
	line-height: 15px;
	color: #727272;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;*/
    display: none;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

hr.hr-comments {
	clear: both;
	background-color: #E2E2E2;
	border: 0;
	height: 1px;
	margin: 35px 0 50px 0;
}
#comments h3.comments-title {
	margin: 0 0 60px 0;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(assets/images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width:75px;
	height:75px;
}
#commentForm label,
#comments #respond label {
	text-align: left !important;;
	padding-left: 12px;
}
.comment h5 {
	margin: 0 0 0 100px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 13px;
	font-weight: 400;
}
.comment p {
	margin: 0 0 10px 100px;
}
.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
}
.comment-reply {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px 0;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0;
	padding-bottom: 30px;
}
#comments h3 {
	margin: 10px 0 12px 0;
}
#comments #respond {
	position: relative;
	margin: 0 0 0 100px;
	padding: 0 0 40px 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}

/*-------------------------------------------------------------------------*/

/* FOOBOX STYLES */

/*-------------------------------------------------------------------------*/

.fbx-fullscreen-mode.fbx-light {
	background-color: #222;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-close,
.fbx-fullscreen-mode.fbx-rounded .fbx-fullscreen-toggle,
.fbx-fullscreen-mode.fbx-metro .fbx-close,
.fbx-fullscreen-mode.fbx-metro .fbx-fullscreen-toggle {
	opacity: .2;
	border-radius: 5px;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro .fbx-prev,
.fbx-fullscreen-mode.fbx-metro .fbx-next {
	top: 50%;
	margin-top: -40px;
	width: 28px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	opacity: .5;
}
.fbx-inner-shadow, .fbx-rounded .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fbx-close-overlays {
	top: 10px;
	right: 0;
}
.fbx-close-overlays {
	border-bottom: none;
}
.fbx-light,
.fbx-light .fbx-caption,
.fbx-light .fbx-open-caption,
.fbx-light.fbx-phone .fbx-social {
    background-color: #303030;
    background-color: rgba(28, 28, 28, 0.5);
}
a.fbx-close-caption,
a.fbx-open-caption {
    color: #626262;
    text-decoration: none;
    border-bottom: none;
}
.fbx-caption-title {
    font-size: 18px;
    line-height: 180%;
    padding: 15px;
}
.fbx-caption-desc {
	font-size: 158px;
    line-height: 160%;
    padding: 15px 15px 20px 15px;
}

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */

/*-------------------------------------------------------------------------*/

.pagenavi-wrapper {
    background-color: #F2F2F2;
    padding-top: 0;
    padding-bottom: 40px;
}
.wp-pagenavi {
	clear: both;
    /*border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;*/
    font-size: 15px;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	font-weight: 400;
	color: #525252;
	line-height: 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
    margin-right: 2px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #3679AD;
	border: 1px solid #3679AD;
	border-radius: 4px;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span {
	font-weight: 400;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 0;
	color: #525252;
	font-weight: 400;
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: 400;
	color: #FFF;
	background-color: #3679AD;
	/* border: 1px solid #FFF !important; */
	border-radius: 4px;
}
.wp-pagenavi span.extend {
	padding: 6px 2px 5px 2px;
	font-weight: 400;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}


.post-navigation {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;

}
.post-navigation-next {
    text-align: right;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

.table-responsive {
    border: none;
}
.table {
    font-size: 13px;
}
.table p {
    margin-bottom: 0;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.dataTable th {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; thead &gt; tr &gt; th {
    padding: 16px 8px;
}
.table-no-border &gt; tbody &gt; tr &gt; td,
.table-no-border &gt; tbody &gt; tr &gt; th,
.table-no-border &gt; tfoot &gt; tr &gt; td,
.table-no-border &gt; tfoot &gt; tr &gt; th,
.table-no-border &gt; thead &gt; tr &gt; td,
.table-no-border &gt; thead &gt; tr &gt; th {
    padding: 20px 12px;
    text-align: center;
    border-top: none;
}
.table &gt; tbody &gt; tr &gt; td.table-center {
    text-align: center !important;
}

/*-------------------------------------------------------------------------*/

/* TOOLTIPS */

/*-------------------------------------------------------------------------*/

.tooltip {
	font-size: 12px;
    z-index: 20000;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 320px;
	padding: 6px 10px;
	color: #FFF;
	text-align: left;
    font-weight: 400;
	background-color: #4A4A4A;
	border: 1px solid #4A4A4A;
	border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #4A4A4A;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn {
    font: 700 14px/180% 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 4px;
	white-space: normal;
}
.btn-lg {
    font-size: 16px;
}
.btn-sm {
    font-size: 12px;
}

/* --- BLUE --- */

.btn-primary,
.btn-blue {
	color: #FFF;
	background-color: #3679AD;
	border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-blue:active,
.btn-blue.active {
	background-image: none;
}

/* --- DARK BLUE --- */

.btn-dark-blue {
	color: #FFF;
	background-color: #185280;
	border: none;
    border-bottom: none;
}
.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active,
.btn-dark-blue.active {
	color: #FFF;
	background-color: #222;
	border: none;
    border-bottom: none;
}
.btn-dark-blue:active,
.btn-dark-blue.active {
	background-image: none;
}

/* --- RED --- */

.btn-red {
	color: #FFF;
	background-color: #EA6955;
	border: none;
    border-bottom: none;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
	color: #FFF;
	background-color: #222;
	border: none;
    border-bottom: none;
}
.btn-red:active,
.btn-red.active {
	background-image: none;
}

/* --- WHITE --- */

.btn-white {
	color: #FFF;
	background-color: transparent;
    border: 2px solid #FFF !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #FFF;
	background-color: #222;
    border: 2px solid #222 !important;;
}
.btn-white:active,
.btn-white.active {
	background-image: none;
}

/* --- BLACK --- */

.btn-black {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #FFF;
	background-color: #3679AD;
	border: none;
}
.btn-black:active,
.btn-black.active {
	background-image: none;
}

/* --- GRAY --- */

.btn-gray {
	color: #929292;
	background-color: #F2F2F2;
	border: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active{
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

/*-------------------------------------------------------------------------*/

/* EVENTS CALENDAR - v5.5.0+ */

/*-------------------------------------------------------------------------*/

/* --- OVERALL --- */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.tribe-events .tribe-events-header {
    background-color: transparent;
}
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled {
    background-color: #929292;
}
.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover {
    background-color: #3679AD;
}
.tribe-common .tribe-common-c-btn:active,
.tribe-common a.tribe-common-c-btn:active {
    background-color: rgba(0,0,0,.9);
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 700;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    transition: background-color .2s ease;
    background-color: #3679AD;
    padding: 11px 20px;
    width: 100%;
}
.tribe-common a.tribe-common-c-btn-link,
.tribe-common button.tribe-common-c-btn-link,
.tribe-common input[type=button].tribe-common-c-btn-link,
.tribe-common input[type=submit].tribe-common-c-btn-link {
    background-color: transparent;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.62;
    font-weight: 700;
    color: #3679AD;
}
.tribe-common a.tribe-common-c-btn-link:focus,
.tribe-common a.tribe-common-c-btn-link:hover,
.tribe-common button.tribe-common-c-btn-link:focus,
.tribe-common button.tribe-common-c-btn-link:hover,
.tribe-common input[type=button].tribe-common-c-btn-link:focus,
.tribe-common input[type=button].tribe-common-c-btn-link:hover,
.tribe-common input[type=submit].tribe-common-c-btn-link:focus,
.tribe-common input[type=submit].tribe-common-c-btn-link:hover {
    background-color: transparent;
    color: #222;
}
h1.tribe-events-page-title {
    font-size: 42px;
    font-weight: 800;
    text-align: left;
	margin-bottom: 36px;
}
@media (min-width: 992px) {
	h1.tribe-events-page-title {
		font-size: 52px;
	}
}

/* --- CALENDAR PAGE --- */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
    background-color: #FFF;
}
.tribe-common .tribe-common-h--alt {
    /* event title in calendar */
    font-weight: 700 !important;
}

/* --- SINGLE EVENT PAGE --- */

.tribe-events-back a, .tribe-events-back a:visited {
    color: #4A4A4A;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.tribe-events-event-image {
    display: none;
}
.single-tribe_events .tribe-events-single-event-title {
    font: 400 36px/110% 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    line-height: 100%;
    margin: 0 0 4px 0;
    padding: 0;
}
@media (min-width: 992px) {
	.single-tribe_events .tribe-events-single-event-title {
		font-size: 46px;
	}
}
.tribe-events-schedule {
    margin: 0 !important;
}
.single-tribe_events .tribe-events-schedule h2 {
    /* date &amp; time */
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 12px 16px 0;
}
.single-tribe_events .tribe-events-schedule .recurringinfo,
.single-tribe_events .tribe-events-schedule .tribe-events-cost,
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
    font-size: 20px;
}
.tribe-events-content p {
    color: #525252;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 24px;
}
.tribe-events-cal-links {
    display: none;
}
h2.tribe-events-tickets-title {
    font-size: 20px;
    margin-top: 36px;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    color: #4A4A4A;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: transparent;
	border: none;
	margin: 0;
    padding: 0;
}
@media (max-width: 992px) {
    .single-tribe_events .tribe-events-single .tribe-events-event-meta {
      padding: 30px 0 0 0;
    }
}
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    width: 100%;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    color: #4A4A4A;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
.tribe-events-event-meta dl {
    color: #525252;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.single-tribe_events #tribe-events-footer {
    display: none;
}

/* --- TICKETS --- */

.tribe-tickets__tickets-form {
    max-width: 100% !important;
}
.tribe-common.event-tickets .tribe-common-c-btn:focus,
.tribe-common.event-tickets .tribe-common-c-btn:hover {
    background-color: #222 !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-field {
    display: block !important;
    flex-flow: column nowrap !important;
    margin-bottom: 16px !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-tickets-meta-label,
.tribe-common .tribe-tickets__item__attendee__fields label {
    color: #141827 !important;
    display: block !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
    width: 100% !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-tickets-meta-label,
.tribe-common .tribe-tickets__item__attendee__fields label {
    color: #141827 !important;
    display: block !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
    width: 100% !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-tickets-meta-label span.tribe-required,
.tribe-common .tribe-tickets__item__attendee__fields label span.tribe-required {
    color: #930 !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus {
    border-left-color: #3679AD !important;
}

/* --- ATTENDEE PAGE --- */

.tribe-common-h2 {
    color: #4A4A4A !important;
}
body.page-tribe-attendee-registration #header-image {
	display: none !important;
}
body.page-tribe-attendee-registration .tribe-tickets__registration-actions {
    margin: 0 auto 24px !important;
}
body.page-tribe-attendee-registration h1.page-title {
    display: none !important;
}
body.page-tribe-attendee-registration .tribe-tickets__registration {
    margin: auto !important;
    max-width: 100% !important;
}
body.page-tribe-attendee-registration .tribe-tickets__registration__footer {
    display: block !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-block__tickets__item__attendee__fields__footer__divider {
    display: none !important;
}
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn {
    display: none !important;
}
.tribe-common .tribe-common-form-control-checkbox__input.tribe-common-form-control-checkbox__input:checked,
.tribe-common .tribe-common-form-control-radio__input.tribe-common-form-control-radio__input:checked {
    background-color: #929292 !important;
    border-color: #929292 !important;
}

/* --- ATTENDEE RIGHT BEFORE CHECKOUT --- */

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart {
  margin-top: 0 !important;
}

/* --- WOO CHECKOUT --- */

.tec-tickets__attendees-list-wrapper--woo {
  display: none !important;
}

/*-------------------------------------------------------------------------*/

/* GRAVITY FORM 2.5+ STYLES */

/*-------------------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
/*input[type="search"],*/
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #525252 !important;
	font-size: 18px !important;
	background-color: #FFF !important;
    border: 1px solid transparent !important;
	border-radius: 4px !important;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10) !important;
	padding: 10px 8px !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
/*input[type="search"]:focus,*/
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    color: #4A4A4A !important;
	font-size: 18px !important;
	background-color: #E2E2E2 !important;
    border: 1px solid transparent !important;
	border-radius: 4px !important;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10) !important;
	padding: 10px 8px !important;
}
textarea,
textarea:focus {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 130% !important;
}
.gform_wrapper {
	margin: 0 !important;
}


/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid #E5E5E5 !important;
	padding: 48px 16px 0 0 !important;
}
.gform_wrapper h2.gform_title {
	color: #4A4A4A !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h3.gsection_title {
  font-size: 28px !important;
  font-weight: 600 !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
}
.gform_wrapper .top_label .gfield_label {
  color: #4A4A4A !important;
  font-size: 18px !important;
  padding: 10px 0 0 0 !important;
  font-weight: 600 !important;
}
.gform_wrapper .gchoice {
  margin-bottom: 12px;
}
.gform_wrapper.gravity-theme legend {
  border-bottom: none;
}
.gform_required_legend {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-top: 5px !important;
  vertical-align: top !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  vertical-align: top !important;
}
.gfield_consent_label {
  display: inline-block;
  max-width: calc(100% - 32px);
  vertical-align: top;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-size: 12px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: #888 !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 140% !important;
	margin: 0 0 12px 0 !important;
    padding: 0 !important;
}
.gform_wrapper em {
	color: #999 !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
    font-weight: 400 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #494949 !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	height: 50px;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
  min-width: 120px !important;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: #727272;
	font-size: 20px;
    background-image: none !important;
	border: 1px solid #ccc;
	padding: 6px 0 0 8px;
	height: 38px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 16px;
	padding: 12px;
}
.gform_wrapper .gform_body .chosen-container-single .chosen-single div b {
	background-position-y: 10px !important;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_confirmation_wrapper {
	background-color: #FEEFE7 !important;
	font-size: 16px !important;
	color: #525252 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 24px 0 !important;
	padding: 20px 12px !important;
	overflow: hidden !important;
}
.gform_confirmation_wrapper h2 {
  font-size: 28px !important;
}
.gform_confirmation_wrapper p:last-child {
	margin-bottom: 0 !important;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */

.gform_wrapper input.button {
	color: #fff;
	background-color: #3679AD;
  	display: inline-block;
	margin-bottom: 24px !important;
	font-weight: 700;
	text-align: center;
    text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 2px solid transparent;
	white-space: nowrap;
	padding: 14px 26px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	user-select: none;
    transition: all 0.3s ease;
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: #fff;
	background-color: #222;
	border-color: #222;
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- SAVE FOR LATER BUTTON COLOR --- */

.gform_wrapper .gform_save_link.button,
.gform_wrapper .button.gform_button_select_files,
.gform_wrapper.gravity-theme .gfield_checkbox button {
  color: var(--dark-black-color) !important;
  background-color: #E2E2E2 !important;
  display: inline-block;
  margin-bottom: 24px !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  padding: 14px 26px;
  user-select: none;
  transition: all 0.3s ease;
}
.gform_wrapper .gform_save_link.button:focus,
.gform_wrapper .button.gform_button_select_files:focus,
.gform_wrapper.gravity-theme .gfield_checkbox button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_wrapper .gform_save_link.button:hover,
.gform_wrapper .gform_save_link.button:focus,
.gform_wrapper .button.gform_button_select_files:hover,
.gform_wrapper .button.gform_button_select_files:focus,
.gform_wrapper.gravity-theme .gfield_checkbox button:hover,
.gform_wrapper.gravity-theme .gfield_checkbox button:focus {
  color: #FFF !important;
  background-color: #222 !important;
  border-color: #222 !important;
  text-decoration: none;
}
.gform_wrapper .gform_save_link.button.active,
.gform_wrapper .gform_save_link.button:active,
.gform_wrapper .button.gform_button_select_files.active,
.gform_wrapper .button.gform_button_select_files:active,
.gform_wrapper.gravity-theme .gfield_checkbox button.active,
.gform_wrapper.gravity-theme .gfield_checkbox button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_wrapper .form_saved_message_emailform input[type="email"] {
  width: 100% !important;
}

/* --- PREVIOUS BUTTON COLOR --- */

.gform_wrapper.gravity-theme .gform_previous_button.button {
    color: #222 !important;
}

/* --- SEND LINK --- */

.gform_wrapper .form_saved_message_emailform input[name="gform_send_resume_link_button"] {
  color: #FFF !important;
  background-color: #3679AD !important;
  display: inline-block;
  margin-bottom: 24px !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  margin-top: 12px !important;
  margin-left: 0 !important;
  padding: 14px 26px;
  user-select: none;
  transition: all 0.3s ease;
}
.gform_wrapper .form_saved_message_emailform input[name="gform_send_resume_link_button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_wrapper .form_saved_message_emailform input[name="gform_send_resume_link_button"]:hover,
.gform_wrapper .form_saved_message_emailform input[name="gform_send_resume_link_button"]:focus {
  color: #FFF !important;
  background-color: #222 !important;
  border-color: #222 !important;
  text-decoration: none;
}

/* --- HTML FOR LISTS IN FORMS --- */

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1.5em 2.5em !important;
    padding-left: 0 !important;
}

/* --- GF FOOTER SUBSCRIBE FORM --- */

.gf_input_small input#field_2_1 {
	color: #929292 !important;
    font-size: 13px !important;
}
.gravity-forms-footer {
    color: #929292;
    font-size: 14px;
    line-height: 200%;
    text-align: left;
}
.gravity-forms-footer p {
    margin-bottom: 12px;
}
/* .gravity-forms-footer label {
  display: none !important;
}
.gravity-forms-footer label {
	display: none !important;
}
.gravity-forms-footer .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
.gravity-forms-footer .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gravity-forms-footer ul li.gfield {
    margin-top: 14px !important;
} */

/* --- HIDE BIG INVISIBLE RECAPTCHA BANNER --- */

.gf-recaptcha-div {
    display: none;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED WOOCOMMERCE STYLES */

/*-------------------------------------------------------------------------*/

/* --- WOOCOMMERCE GENERAL --- */

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    background-color: #FFF;
    padding: 12px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    /*majority of buttons*/
    background-color: #3679AD;
    border: none;
    border-radius: 4px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.argmc-submit {
    /*checkout and place order buttons*/
    background-color: #EA6955;
}
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-size: 14px;
    font-weight: 600;
    color: #FFF !important;
    text-transform: uppercase;
    padding: 12px 16px;
    transition: all 0.3s ease;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #222;
    color: #FFF;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #B2B2B2;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    background-color: #B2B2B2;
}
.woocommerce div.product .button {
  padding: 18px 16px;
}
.woocommerce .cart .button,
.woocommerce .checkout .button,
.woocommerce .argmc-wrapper .argmc-nav-buttons .button {
  padding: 16px 16px;
}
.woocommerce .sidebar {
    display: none;
}
.woocommerce span.onsale {
    background-color: #EA6955;
     padding: 0;
}

/* --- WOOCOMMERCE SHOP NOTICE --- */

.woocommerce-store-notice,
p.demo_store {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    background-color: #4A4A4A;
    color: #FFF;
    z-index: 99998;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.20);
    display: none;
}
@media (max-width: 767px) {
    .woocommerce-store-notice,
    p.demo_store {
        font-size: 12px;
        padding: 10px;
        line-height: 130%;

    }
}

/* --- WOOCOMMERCE SHOP PAGE --- */

.woocommerce-ordering {
    display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 19px;
}
.woocommerce ul.products li.product .button {
    background-color: #3679AD;
    font-size: 12px;
    margin: 0 auto 18px auto;
    padding: 10px 12px;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #4A4A4A;
}
.woocommerce ul.products li.product .price {
    color: #828282;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px;
}
.woocommerce ul.products li.product .price del {
    display: none;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 2.8% 30px 0;
    width: 22.80%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}
@media (max-width: 992px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        margin: 0 0 30px 0;
        width: 47.5%;
    }
}
@media (max-width: 580px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 auto 30px auto;
    }
}
.woocommerce nav.woocommerce-pagination ul {
    background: transparent;
    padding: 0;
    border: none;
    border-right: 0;
    margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0;
    margin: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a {
    background-color: #FFF;
    border-bottom: none;
    color: #3679AD;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #3679AD;
    color: #FFF;
}

/* --- WOOCOMMERCE PRODUCT SINGLE PAGE --- */

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 32%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 64%;
}
@media (max-width: 767px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce div.product div.images img {
        float: none !important;
        width: 100% !important;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: none !important;
        width: 100% !important;
    }
}
.woocommerce div.product div.images img {
    padding: 0 2px;
}
/* Make the summary full-width whenever gallery is gone. There is a function related to this. */
body.woocommerce.no-woo-gallery #content div.product div.summary,
body.woocommerce.no-woo-gallery div.product div.summary,
body.woocommerce-page.no-woo-gallery #content div.product div.summary,
body.woocommerce-page.no-woo-gallery div.product div.summary {
  float: none !important;
  margin: 0 auto !important;
  width: 80% !important;  
}
body.woocommerce.no-woo-gallery .quantity .qty,
body.woocommerce-page.no-woo-gallery .quantity .qty {
    display: none;
}
.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    color: #929292;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 105%;
    margin-bottom: 16px;
}
.woocommerce .woocommerce-breadcrumb a {
    border-bottom: none;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    border-bottom: none;
    text-decoration: underline;
}
.woocommerce h1.product_title {
    font-size: 36px;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .woocommerce h1.product_title {
        font-size: 32px;
    }
}
.woocommerce h2 {
    font-size: 28px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #525252;
    line-height: 200%;
    font-size: 24px;
    margin-bottom: 24px;
}
.woocommerce .product_meta {
    display: none;
}
.woocommerce .sku_wrapper {
    display: none;
}
.woocommerce div.product .variations label {
    color: #525252;
    font-size: 17px !important;
    margin: 0 0 4px 0 !important;
    font-weight: 700 !important;
}
.woocommerce div.product .variations-field {
    padding-bottom: 20px;
}
.woocommerce div.product .variations select {
    font-size: 17px;
    color: #929292 !important;
    height: 50px;
}
/* .woocommerce div.product form.cart .reset_variations {
    clear: both;
    display: inline-block;
    visibility: hidden;
    font-size: .83em;
} */
/* hide clear button */
.woocommerce a.reset_variations {
    display: none;
}
/* hide quanity on preservation awards certificate */
.woocommerce #product-12674 .quantity .qty {
    display: none;
}
.single .up-sells,
.single .related {
    clear: both;
    border-top: 1px solid #E2E2E2;
    padding-top: 48px;
}
.woocommerce .woocommerce-product-gallery__image {
	margin-bottom: 10px;
}

/* --- WOOCOMMERCE TABS --- */

/* .woocommerce div.product .woocommerce-tabs {
    display: none;
} */
.woocommerce div.product .woocommerce-tabs .panel {
    background-color: transparent;
    padding: 20px;
}

/* --- WOOCOMMERCE MY ACCOUNT PAGES --- */

/*.woocommerce-account h2 {
    padding: 0 0 40px 0;
}*/
.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
@media (max-width: 992px) {
    .woocommerce-MyAccount-navigation {
        padding: 0;
    }
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: #4A4A4A;
	border-top: 1px solid #d8d8d8;
    border-bottom: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #222;
	background-color: #E5E5D1;
    border-bottom: none;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active {
	color: #222;
	background-color: #FFF;
	text-decoration: none;
}
.woocommerce .my-membership-tabs {
    display: none;
}
.woocommerce .my-membership-section h3 {
    display: none;
}
.woocommerce table.shop_table th.membership-content-excerpt,
.woocommerce table.shop_table td.membership-content-excerpt {
    display: none;
}

/* --- WOOCOMMERCE LOGIN BOXES --- */

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    margin: 0;
    padding: 0;
}
.coupon-wrapper {
    background-color: #FFF;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 40px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.05);
    margin-bottom: 30px;
    padding: 20px;
}

/* --- WOOCOMMERCE CART --- */

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 140px !important;
    height: 47px;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    background-color: #F6F6F6;
    padding: 30px;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce-page .cart-collaterals .cross-sells h2 {
    font-size: 20px;
    margin-bottom: 12px;
}
.woocommerce input[type="number"]:read-only {
    cursor: not-allowed !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: left !important;
    padding: 8px 8px 8px 0 !important;
}
@media (max-width: 992px) {
    .woocommerce input[type="number"]:read-only {
        text-align: right !important;
        padding: 8px 0 !important;
    }
}

/* --- WOOCOMMERCE ARG MULTI-STEP CHECKOUT PLUGIN --- */

@media (min-width: 1200px) {
    .argmc-wrapper .argmc-form-steps {
        padding-left: 20%;
        padding-right: 20%;
    }
}
.argmc-login-tabs .tab-item {
    font-size: 28px !important;
    font-weight: 300;
    margin: 0 0 24px 0;
}

/* --- WOOCOMMERCE CHECKOUT BILLING &amp; SHIPPING --- */

@media (min-width: 992px) {
   .woocommerce-checkout .customer-details {
      padding-right: 60px;
   }
}
@media (max-width: 992px) {
   .woocommerce-checkout .customer-details {
      margin-bottom: 60px;
   }
}
#billing_country_field strong,
#shipping_country_field strong {
    font-weight: 300;
}
.woocommerce-shipping-fields h3 label {
    font-size: 18px;
    font-weight: 500;
    line-height: 128%;
}
.woocommerce-shipping-fields .checkbox input[type=checkbox] {
    margin-left: 0;
}
.woocommerce-shipping-fields label span {
    margin-left: 22px;
}

/* --- WOOCOMMERCE CHECKOUT SELECT FIELDS --- */

.select2-dropdown {
    border: 1px solid transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #727272;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
}
.select2-container .select2-selection--single {
    height: 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}
.select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*down arrow*/
    height: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
ul.select2-results__options li {
    padding: 0 6px 0 12px;
    margin: 0;
}

/* --- WOOCOMMERCE CHECKOUT ORDER REVIEWS --- */

.woocommerce table.shop_table {
    border: 0;
    background-color: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 4px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-bottom: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 12px;
    vertical-align: middle;
}
/*.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
    background-color: rgba(0, 0, 0, 0.025);
}*/
.woocommerce ul#shipping_method li label {
    font-size: 14px;
    text-indent: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce td.product-name dl.variation ul {
    margin: 0;
}
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation dt {
    float: none;
    font-size: 13px;
    margin-top: 8px;
    display: block;
}
.woocommerce td.product-name dl.variation .map-it-link {
    display: none;
}
/*.woocommerce-checkout-payment p.wc-terms-and-conditions,
.woocommerce-checkout-payment .checkbox-small {
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    margin-bottom: 6px;
}*/
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
    padding: 20px 20px 0 20px;
}
/*#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #E5E5D1 #E5E5D1 #E5E5D1;
}*/

/* --- WOOCOMMERCE CREDIT CARD --- */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #FFF;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #FFF;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/* --- WOOCOMMERCE CHECKOUT TERMS &amp; BUTTON --- */

/*.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 12px 0 0;
    float: none;
}
.woocommerce #payment .terms .input-checkbox {
    display: inline;
    margin: 7px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce form .form-row label.checkbox span {
    padding-left: 24px;
}
.woocommerce form .form-row label.checkbox span.required {
    padding-left: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    clear: both;
    float: none;
    margin-top: 12px;
}*/

/* --- WOOCOMMERCE THANK YOU PAGE --- */

.woocommerce .order_details {
    margin: 0 0 24px 0;
    list-style: none;
}
p.woocommerce-thankyou-order-received {
    margin-bottom: 12px;
}
ul.woocommerce-thankyou-order-details {
    background-color: #dff0d8;
    padding: 20px 20px 12px 20px;
}
.woocommerce .woocommerce-customer-details address {
    margin-bottom: 24px !important;
    border: 0;
    padding: 0;
}

/* --- WOOCOMMERCE INFO BOXES --- */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #FFF;
    color: #525252;
    border-top: 3px solid #525252;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #525252;
    border-bottom: 1px solid #525252;
}
.woocommerce-info {
    border-top-color: #525252;
}
.woocommerce-info:before {
    color: #525252;
}

/*-------------------------------------------------------------------------*/

/* BOOKED QUICKCAL PLUGIN STYLES */

/*-------------------------------------------------------------------------*/

/* hide the quantities for booked products */
.woocommerce-cart table.cart input[aria-labelledby="Test Product quantity"],
.woocommerce-cart table.cart input[aria-labelledby="Santa quantity"],
.woocommerce-cart table.cart input[aria-labelledby="Santa - Pet Night quantity"] {
    display: none !important;
}
body .booked-form .cf-block select {
    height: 48px !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    font-size: 1rem !important;
}
/* for some reason booked dates were showing red, this grays them out */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.booked .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.booked .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .booked:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .booked:hover .date span {
    cursor: not-allowed;
    background: #f5f5f5 !important;
    color: #ccc !important;
}
.woocommerce-cart .product-name .booked-wc-checkout-section {
    text-transform: uppercase !important;
    padding: 0 !important;
}

/*-------------------------------------------------------------------------*/

/* WOOCOMMERCE DONATIONS PLUGIN STYLES */

/*-------------------------------------------------------------------------*/

#wc_donation_on_cart .wc-label-button,
#wc_donation_on_checkout .wc-label-button {
  background-color: #FFF;
}
.wc_donation_on_checkout {
  background-color: #FFF;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  padding: 20px;
  margin-bottom: 40px;
}
.wc_donation_on_checkout h4,
.wc_donation_on_checkout .block-campaign-thumbnail {
  display: none;
}
.wc_donation_on_checkout .wc-donation-title {
    font-size: 1.25em;
    font-weight: 600;
    margin: 0;
    margin-bottom: 24px;
}
.wc_donation_on_checkout .wc-label-radio {
  font-weight: 400;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	html, body {
		height: auto;
	}
	body {
		background: white;
	    font-size: 10pt;
	    color: black;
	    line-height: 14pt;
	    margin: 0 auto;
	    padding: 0;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	.container-wrapper {
    	padding-top: 0;
    	padding-bottom: 0;
	}
	#header-image {
		height: 80px;
	}
	#header-image img {
		display:none;
	}
	a {
	    color: black;
	    text-decoration: none;
	    border-bottom: none;
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	.wp-caption-text {
		font-size: 8pt;
	}
	.alignleft {
		float: left;
		margin: 0;
		padding: 6px 20px 12px 0;
		max-width: 220px;
	}
	.alignright {
		float: right;
		margin: 0;
		padding: 6px 0 12px 20px;
		max-width: 220px;
	}
	.aligncenter {
		float: none;
		margin: 0;
		padding: 12px 0 12px 0;
		max-width: 220px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}

	ul, ol, dl  {
		wrapper-break-before:avoid
	}
	.et_social_inline {
		display: none;
	}
	.postmetadata {
		display: none;
	}
	.print:last-child {
    	page-break-before: auto;
	}
}
</pre></body></html>