/*
	Theme Name: CloveRock Design
	Theme URI: https://www.cloverockdesign.ie
	Description: CloveRock Design WordPress Theme
	Version: 1.0
	Author: CloveRock Design (@cloverockdesign)
	Author URI: https://www.cloverockdesign.ie

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 300 16px/1.5 hero-new, sans-serif;
	color: #121212;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #121212;
	text-decoration: none !important;
	transition: all 400ms ease-in-out 0s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1,h2,h3,h4,h5,h6 {
font-family: baskerville-display-pt,sans-serif;
font-weight: 300;
font-style: normal;
}
.vimeo-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: 0;
	opacity: 0.7;
}
.vimeo-wrapper iframe {
width: 100vw;
height: 56.26vw; min-height: 100vh;
min-width: 177.77vh; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.review-link {
	background: #cca96b;
	border: 1px solid #cca96b;
	color: #fff;
	display: block;
	width: 100%;
	max-width: 290px;
	text-align: center;
	font-size: 16px;
	line-height: 58px;
	margin: 30px auto 0 auto;
	border: 1px solid #cca96b;
	/* background: 0 0; */
	/* color: #3f334d; */
	border-radius: 99px;
}
.review-link:hover {
	background: 0 0;
	color: #3f334d;
}
.page-template-homepage .text-wrap ul {
  column-count: 2;
  list-style: none;
  padding: 0px;
  column-gap: 0px;
  column-width: 250px;
  column-rule: 1px solid #f2f2f2;
}
.page-template-homepage .text-wrap ul li {
  padding: 0px 10px;
  border-top: ;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.top-bar {
	background: #2b2b2b;
	color: #fff;
}
.top-bar-wrap {
	width: 95%;
	margin: 0 auto;
	max-width: 1380px;
	height: 50px;
	position: relative;
	font-size: 14px;
	line-height: 50px;
}
.top-bar-wrap a {
   color:#fff;
}
.top-bar-wrap i {
	color: #cca96b;
	margin: 0px 5px 0px 0px;
}
.top-bar-wrap .company-tel {
    margin:0px 10px 0px 0px;
}
.top-bar-wrap .company-tel a {
	  color:#fff;
}
.top-bar-wrap .company-address {
	position: absolute;
	right: 0;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.head-wrap {
	height: 102px;
	width: 100%;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid #F4F1EA;
	position: relative;
}
.smallHeader {
    padding-top:100px;
}
.smallHeader .head-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header {
	width: 95%;
	max-width: 1380px;
	margin: 0 auto;
	height: 100px;
	position: relative;
	background: #fff;
	padding: 20px 0px;
	border-radius:5px;

}


.logo {
	max-width: 270px;
	position: absolute;
	top: 20px;
	left: 0px;
}
.logo-img {

}


/* nav */
.nav {
	position: absolute;
	right:0px;
	top: 0px;
}
.call-button {
   display:none;
}
.contact-button {
	height: 50px;
	width: 170px;
	position: absolute;
	display: block;
	background: #7A8B99;
	text-align: center;
	border-radius: 99px;
	line-height: 48px;
	top: 25px;
	right: 20px;
	font-size: 16px;
	color: #fff;
	border:1px solid #7A8B99;
}
.contact-button:hover {
    background:transparent;
	color: #121212;
}
.header .shiftnav-toggle-button {
	display: none;
	padding: 10px 0px;
	background: transparent;
	color: #cca96b;
	font-size: 30px;
	position: absolute;
	right: 20px;
	top: 25px;
}
.header .shiftnav-toggle-button:hover {
	display: inline-block;
	padding: 10px 0px;
	background: transparent;
	color: #121212;
}
.sub-menu {
	padding-left: 0px !important;
	font-size: 95% !important;
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
	padding: 22px 25px !important;
}

.shiftnav ul.shiftnav-menu li.menu-item {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.shiftnav ul.shiftnav-menu .sub-menu.sub-menu-2 li.menu-item {
   border:0 none !important;
}
.shiftnav-inner #menu-item-119272 {
    border:0 none !important;
}
.shiftnav .shiftnav-panel-close {
	padding: 24px 25px 25px 25px !important;
	z-index: 9999 !important;
}
.shiftnav::after {
  display:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.search-bar {
	margin: 0;
	max-width: 230px;
	position: absolute;
	right: 0px;
	top: 25px;
}
.search-bar .search-input {
	border: 0 none;
	width: 100%;
	padding: 0px 60px 0px 20px;
	height: 50px;
	background: #fbf9f5;
	border-radius: 99px;
	font-size: 15px;
	max-width: 150px;
}
.search-bar .search-submit {
	height: 100%;
	position: absolute;
	right: 0px;
	background: transparent;
	border: 0 none;
	padding: 0px;
	width: 50px;
	color: #0d1841;
}
.search-bar .search-button {
display: block;
background: #adddeb;
height: 60px;
position: absolute;
right: 200px;
top: 40px;
width: 60px;
text-align: center;
line-height: 60px;
color: #fff;
border-radius: 99px;
font-size: 24px;
cursor:pointer;
}
.search-bar .search-button:hover {
background: #77b2f8;
color: #fff;
}

@media only screen and (max-width:1050px) {
.nav {
    display:none;
}
.header .shiftnav-toggle-button {
	display: block;
}
.contact-button {
	right: 65px;
}
.search-bar {
	margin: 0;
	max-width: 230px;
	position: absolute;
	right: 70px;
	top: 25px;
}
}


@media only screen and (max-width:767px) {
.top-bar {
	 display:none;
} 
.head-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.nav {
    display:none;
}
.call-button {
	display: block;
	font-size: 28px;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	line-height: 45px;
	left: 20px;
}
.header .shiftnav-toggle-button {
	display: block;
}
.contact-button {
	display:none;
}
.logo {
	max-width: 200px;
	position: absolute;
	top: 20px;
}
.top-bar-wrap a span {
	display: none;
}
.header {
	height: 80px;
}
.head-wrap {
	height: 82px;
}
.smallHeader, body {
    padding-top:80px;
}
.header .shiftnav-toggle-button {
	top: 15px;
}
.search-bar {
	top: 17px;
}
.splash {
	height: calc(100vh - 80px) !important;
	min-height: 500px;
}
.splash-wrap {
	height: calc(100vh - 80px) !important;
}
}


@media only screen and (max-width:550px) {
.search-bar {
	  display:none;
}
.splash-text {
	padding: 0 0 50px 0 !important;
}
}

main {
   max-width:1380px;
	 margin:0 auto;
	 padding:50px 0px;
}
main.row-main {
   max-width:100%;
	 margin:0 auto;
	 padding:0px;
}

/* sidebar */
.sidebar {
   padding:50px 0px;
	 background:#aaa;
	 color:#fff;
	 text-align:center;
}
/* footer */
.footwrap {
	background: #2b2b2b;
}
/* footer */
.footer {
	max-width: 1380px;
	margin: 0 auto;
	width: 95%;
	padding: 70px 0px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	color:#fff;
}
.footer a {
   color:#fff;
}
.signature {
	max-width: 300px;
	margin: 30px auto 0 auto;
	width: 80%;
}
.logo-foot {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0px 0px 15px 0px;
}
.social-links {
	margin: 0px auto 35px auto;
	text-align: right;
}
.social-links a {
	color: #fff !important;
	background: #cca96b;
	font-size: 30px;
	margin: 0px 0px 0px 15px;
	height: 60px;
	width: 60px;
	display: inline-block !important;
	text-align: center;
	border-radius: 99px;
	line-height: 65px;
}
.social-links a:hover{
	background:#fff;
	color:#cca96b !important;
}
.crd-link {
	display: block;
	margin-top: 24px;
}
.footcol {
  width: 370px;
  text-align: left;
  float: left;
}

.footcol span {
  display: block;
}
.footcol span i {
	color:#cca96b;
	margin-right: 5px;
}
.footcol span.company-tel {
	margin-top: 0px;
}
.footcol.footright {
  float: right;
  text-align: right;
  width: 300px;
}
.footcol.footright a {
  display: inline-block;
  color: #fff;
}
.footcol.footright span {
    display:block;
}
.bottom-bar {
  background: #0d1841;
  color: #fff;
  padding: 30px 0px;
}
.bottom-wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1380px;
  font-size: 80%;
  position: relative;
}
.bottom-wrap span {
   display:inline-block;
}
.bottom-wrap a {
  color: #fff;
}
.login-button {
  width: 150px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 99px;
  background: #11cdde;
  display: block;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -8px;
}
.footcol h3 {
	color: #11cdde;
	font-family: Neutro-Bold, sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 22px;
}
@media only screen and (max-width:768px) {
.footcol {
	width: 100%;
	text-align: center;
	float: none;
	border-bottom: 1px solid #fdce7b;
	padding: 0px 0px 70px 0px;
	margin: 0px 0px 70px 0px;
}
.footcol.footright {
  width: 100%;
  text-align: center;
  float: none;
	border-bottom:0 none;
	padding:0px;
	margin:0px;
}
.social-links {
	margin: 0px auto 20px auto;
	text-align: center;
}
.logo-foot {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0px auto 20px auto;
}
.social-links a {
	margin: 0px 6px 0px 6px;
}
}

@media only screen and (max-width:650px) {

.bottom-wrap {
   text-align:center;
}
.login-button {
  position: relative;
  right: auto;
  top: auto;
	margin:20px auto 0px auto;
}
}
.foot-disclaimer {
	background: #1a1a1a;
	color: #fff;
	font-size: 14px;
	padding: 30px 0px;
}
.foot-disclaimer div {
	max-width: 680px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
}
.foot-disclaimer div p {
    margin:0px 0px 10px 0px;
}
.foot-disclaimer div p:last-child {
    margin:0px;
}
.news-wrap h4 span {
	color: #cca96b;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
	  height: 0; 
	  overflow: hidden; 
	  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container .Sirv { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*------------------------------------*\
    TESTIMONIALS
\*------------------------------------*/
.testimonials-text {
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0px 0px 30px 0px;
}
.testimonial-single {
  display: block;
  border: 1px solid #cca96b;
  padding: 40px 80px;
  position: relative;
  text-align: center;
  margin: 0px 0px 30px 0px;
  border-radius: 10px;
}
.quote-text {
  display: block;
  max-width: 500px;
  margin: 0 auto 20px auto;
}
.quote-name {
  font-weight: bold;
  font-size: 80%;
}
.left-quote {
	font: 300 100px/100px baskerville-display-pt,sans-serif;
	position: absolute;
	left: 20px;
	top: 20px;
	color: #cca96b;
}
.right-quote {
	font: 300 100px/100px baskerville-display-pt,sans-serif;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #cca96b;
}
/*------------------------------------*\
    SPLASH
\*------------------------------------*/
.splash {
	background: #fbf9f5;
	color: #313131;
	height: calc(100vh - 150px);
	min-height: 500px;
	position: relative;
}
.splash-wrap {
	display: table;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: calc(100vh - 150px);
	position: relative;
	padding: 0 2.5%;
	min-height: 500px;
	z-index: 999;
	background: rgba(255,255,255,0.65);
}
.splash-text {
		width:100%;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
}
.splash-title {
	font-size: 90px;
	line-height: 75px;
	max-width: 910px;
	margin: 0 auto 40px auto;
}
.splash-title span {
    display:inline-block;
}
.splash-title span:last-child {
	display: block;
	font-size: 55px;
	line-height: 40px;
	margin-top: 10px;
	font-style: italic;
}
.splash-title span u {
	text-decoration: none;
	color: #cca96b;
}
.separator {
    height:130px;
		background:#fbf9f5;
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 100%);
}
.scroll-button {
	position: absolute;
	bottom: 0px;
	width: 100px;
	background: rgba(255,255,255,0);
	display: block;
	color: #cca96b;
	padding: 10px;
	left: 50%;
	margin-left: -50px;
	font-size: 12px;
	text-align: center;
}
.scroll-button .fal.fa-chevron-down {
		display: block;
		font-size: 200%;
		margin: 0px 0px 5px 0px;
}
.scroll-button:hover {
   color:#3F334D;
}
.page-anchor {
	position: absolute;
	bottom: 100px;
	width: 100%;
	height: 0;
	display: block;
}

ul.page-links {
		list-style:none;
		padding:0px;
		margin:0px auto;
		max-width:2000px;
		width:100%;
		text-align:left;
}
@media only screen and (max-width: 1200px) {		
.separator {
	height: 120px;
	background: #fbf9f5;
	clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 100%);
}
}
@media only screen and (max-width: 760px) {	
.separator {
	height: 50px;
	background: #fbf9f5;
	clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 100%);
}
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.link_button {
	width: 100%;
	max-width: 240px;
	height: 60px;
	display: block;
	line-height: 58px;
	font-size: 16px;
	text-align: center;
	margin: 50px auto 0px auto;
	border: 1px solid #313131;
	border-radius: 99px;
    background:transparent;
	color: #313131;
}
.link_button:hover {
	color:#fff;
	border: 1px solid #cca96b;
	background: #cca96b;
}

/*------------------------------------*\
	AUDIO
\*------------------------------------*/
.audio-wrap {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  border: #ccc;
  background: #cca96b !important;
  border-radius: 10px;
  height: 43px;
  margin-top: 30px;
}
.mejs-container {
  padding: 20px !important;
}
.mejs-inner {
  padding: 20px !important;
}

.audio-wrap h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 0px 0px 30px 0px;
}
.audio-row {
  padding: 30px 0px;
	text-align:center;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #000 !important;
}
/*------------------------------------*\
	 LOCATION
\*------------------------------------*/

.text-wrap.location-dets {
  max-width: 500px;
  margin: 0 auto;
}
.full-row-wrap.directions-wrap {
  max-width: 1380px;
}
.directions-row {
  overflow: hidden;
  display: table;
}
.directions-bus {
  width: 50%;
  float: none;
  padding: 0px 40px 0px 0px;
  border-right: 1px dotted #5e5e5e;
  display: table-cell;
}
.directions-row h3 {
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 30px 0px;
  padding: 0px;
}
.directions-car {
  width: 50%;
  float: none;
  padding: 0px 0px 0px 40px;
  border-right: 0 none;
  display: table-cell;
}
.directions-row h3 i {
	color: #cca96b;
	margin-right: 10px;
	font-size: 24px;
}
.directions-row .row-button {
	border: 1px solid #cca96b;
	background:  #cca96b;
	color:  #fff;
}
.directions-row .row-button:hover {
	border: 1px solid #cca96b;
	background: transparent;
	color:  #cca96b;
}
.full-row-wrap.directions-wrap h2 {
	margin-bottom: 50px;
}


@media only screen and (max-width:767px) {
.directions-row {
  overflow: hidden;
  display: bus;
}
.directions-bus {
  width: 100%;
  float: none;
  padding: 0px 0px 40px 0px;
  border-right: 0 none;
	border-bottom:1px dotted #5e5e5e;
  display: block;
}
.directions-car {
  width: 100%;
  float: none;
  padding: 40px 0px 0px 0px;
  border-right: 0 none;
  display: block;
}

}
/*------------------------------------*\
	NEWS
\*------------------------------------*/

.front-news {
list-style:none;
width:100%;
margin:0 auto;
padding:0px;
clear:both;
}
.news-wrap {
margin: 0px auto 0 auto;
max-width: 1410px;
width: calc(95% + 30px);
}
.news-wrap li {
	margin: 0px 15px;
	background: #fff;
	border-bottom: 2px solid #cca96b;
}
.news-wrap h4 {
	padding: 0px;
	text-align: left;
	margin: 0px 0px 20px 15px;
	text-transform: ;
	font-size: 40px;
	line-height: 50px;
}
.news-wrap .slick-prev {
	height: 50px;
	position: absolute;
	top: -70px;
	right: 30px;
	width: 30px;
	text-align: center;
	line-height: 50px;
	background: transparent;
	font-size: 15px;
	color: #cca96b;
	padding: 0px;
	border: 0 none;
	border-radius: 99px;
}
.news-wrap .slick-next {
	height: 50px;
	position: absolute;
	top: -70px;
	right: 0px;
	width: 30px;
	text-align: center;
	line-height: 50px;
	background: transparent;
	font-size: 15px;
	color: #cca96b;
	padding: 0px;
	border: 0 none;
	border-radius: 99px;
}
.news-wrap .slick-prev:hover, .news-wrap .slick-next:hover {
	color: #3f334d;
}
.news-date {
	margin: 0px;
	display: block;
	padding: 30px 20px 10px 20px;
	color: #2b2b2b;
	font-size: 14px;
}
.news-date a {
    color:#c1bfb8;
}
.news-bar {
	padding: 70px 0px;
	background: #efeae0;
}
.news-title-loop {
	padding: 0px 20px 30px 20px;
	font-size: 27px;
	line-height: 32px;
	margin: 0px;
}
@media only screen and (max-width:540px) {

.news-wrap {
	margin: 0px auto 0 auto;
	max-width: 1410px;
	width: 100%;
}
.news-wrap h4 {
	padding: 0px;
	text-align: center;
	margin: 0px auto 70px 0px;
	text-transform: ;
	font-size: 36px;
	line-height: 30px;
}
.news-wrap .slick-prev {
	top: -60px;
	right: 50%;
	width: 30px;
}
.news-wrap .slick-next {
	top: -60px;
	right: calc(50% - 30px);
	width: 30px;
}
.news-bar {
	padding: 40px 0px;
	background: #F4F1EA;
}
}
/*------------------------------------*\
    PAGE ROWS
\*------------------------------------*/
.single .form-bar {
	background: #fbf9f5 !important;
}
.text-row h2, .full-row-wrap h2, .intro-row-wrap h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 0px 0px 30px 0px;
}
.row-wrap {
	padding: 40px 0px;
}
.row-section .row-wrap:nth-child(2n+2) {
	background: #fbf9f5;
}
.intro-row {
	padding: 70px;
}
.intro-row-wrap {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.page-row-wrap {
	width:95%;
	margin:0 auto;
	max-width:1380px;
}
.page-row {
  position: relative;
  display: table;
  height: 500px;
	width:100%;
}
.text-row {
	padding: 30px 5%;
	display: table-cell;
	vertical-align: middle;
}
.image-row {
  display: table-cell;
  width: 50%;
  height: 500px;
  background-size: cover !important;
  background-position: center center !important;
}
.intro-row-wrap h1 {
	margin: 0 0 30px 0;
	font-size: 50px;
	line-height: 50px;
}
.page-row.text-left {
  padding: 0 50% 0 0;
}
.page-row.text-left .image-row {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
}
.row-section .page-row-bg:nth-child(2n+2) {
	background: #fbf9f5;
}
.row-button {
	display: block;
	width: 100%;
	max-width: 240px;
	text-align: center;
	font-size: 16px;
	line-height: 58px;
	margin: 30px 0 0 0;

	border:1px solid #cca96b;
    background:transparent;
		color:#3f334d;
	border-radius: 99px;
}
.row-button:hover {
	background: #cca96b;
	color: #fff;
}
.row-section .page-row-bg:nth-child(2n+2) .row-button {
	background: #cca96b;
	border:1px solid #cca96b;
	color: #fff;
}
.row-section .page-row-bg:nth-child(2n+2) .row-button:hover {
	background: transparent;
	color: #3f334d;
}
.intro-row-wrap .row-button {
	margin: 30px auto 0px auto !important;
}
.full-row {
  padding: 50px 2.5%;
}
.full-row-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.row-section .light {
	background: #fff;
}
.row-section .medium {
	background: #fbf9f5;
	color: #121212;
}
.row-section .dark {
	background: #eb4e1f;
	color:#fff;
}
.row-section .medium .row-button {
	background: #009fdd;
	color:#fff;
}
.row-section .medium .row-button:hover {
	background: #fff;
	color:#009fdd;
}
.row-section .dark .row-button {
	background: #fff;
	color:#be3b14;
}
.row-section .dark .row-button:hover {
	background: #be3b14;
	color:#fff;
}
.image-row {
	border-right: 3px solid #cca96b;
}
.page-row.text-left .image-row {
	border-right: 0px !important;
	border-left: 3px solid #cca96b;
}
@media only screen and (max-width:767px) {

.page-row {
  position: relative;
  display: block;
  height: 100%;
}
.text-row {
  padding: 30px 2.5%;
  display: block;
}
.image-row {
  display: block;
  width: 100%;
  height: 300px;
}
.page-row.text-left {
  padding: 0;
}
.page-row.text-left .image-row {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  height: 300px;
}
.row-wrap {
	padding: 0px;
}
.page-row-wrap {
	width: 100%;
}
.intro-row-wrap {
	width: 95%;
	padding: 30px 0px;
}
}
/*------------------------------------*\
    LISTS
\*------------------------------------*/
.front-services {
	background: #fbf9f5;
	padding: 70px 0px;
	width: 100%;
	max-width: ;
	margin: 0 auto 0px auto;
	border-radius: 0;
	border-top: 0 nome;
}
.front-services-wrap {
  text-align: center;
	margin: 0px auto 0 auto;
	max-width: 1410px;
	width: calc(95% + 30px);
	position:relative;
}
.front-services-wrap h3 {
	padding: 0px;
	text-align: left;
	margin: 0px 0px 20px 15px;
	text-transform: none;
  font-size:36px;
	line-height:50px;
	color: #2a1718;
}
.front-services-wrap .slick-prev {
height: 50px;
position: absolute;
top: -70px;
right: 30px;
width: 30px;
text-align: center;
line-height: 50px;
background: transparent;
font-size: 15px;
color: #cca96b;
padding: 0px;
border: 0 none;
border-radius: 99px;
}
.front-services-wrap .slick-next {
	height: 50px;
position: absolute;
top: -70px;
right: 0px;
width: 30px;
text-align: center;
line-height: 50px;
background: transparent;
font-size: 15px;
color: #cca96b;
padding: 0px;
border: 0 none;
border-radius: 99px;
}
.front-services-wrap .slick-prev:hover, .front-services-wrap .slick-next:hover {
  color: #3f334d;
}
.front-service-title {
   font: 400 45px/40px "Playfair Display", serif !important;
	 padding: 0px;
	 margin: 0px 0px 30px 0px;
}
.service-intro {
	font-size: 120%;
	font-weight: 700;
}
.front-links {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.front-links li {
  padding:0px 15px;
}
.front-links li a {
	display: table;
	height: 80px;
	width: 100%;
	padding: 0px 20px;
	background: #fff;
	color: #2b2b2b;
	font-size: 20px;
	line-height: 22px;
	border-radius: 10px;
}
.front-links li a h2 {
	margin: 0 !important;
	padding: 0;
	font-size: 16px;
	font-fm: ;
	font-family: hero-new, sans-serif;
	line-height: 16px;
}
.front-links li a:hover {
	background: #cca96b;
	color: #fff;
}
.front-links li a span {
   display:table-cell;
	 width:100%;
	 height:100%;
	 text-align:center;
	 vertical-align:middle;
}
@media only screen and (max-width:1410px) {
.front-services-wrap {
	text-align: center;
	margin: 0px auto 0 auto;
	width: 100%
}
}
@media only screen and (max-width:767px) {
.intro-row {
	padding: 30px 0px;
}
}
@media only screen and (max-width:400px) {
.front-services-wrap h3 {
	font-size: 27px;
}
}
/*------------------------------------*\
    LISTS
\*------------------------------------*/
.list-row {
	padding: 50px 0px;
}
.list-wrap {
  width: 1380px;
  margin: 0 auto;
  max-width: 95%;
  text-align: center;
}
.row-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #ddd;
}
.row-list li {
  padding: 10px;
  border-top: 1px solid #ddd;
}
.single-list-wrap {
  margin: 0 auto;
  max-width: 460px;
}
.list-grid {
  float: left;
}
.double-list-wrap {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
}
.double-list-wrap .list-grid {
  width: calc(50% - 15px);
  float: left;
  margin: 0px 30px 0px 0px;
}
.double-list-wrap .list-grid:last-child {
  margin: 0px;
}
.triple-list-wrap {
  max-width: 1380px;
  margin: 0 auto;
  overflow: hidden;
}
.triple-list-wrap .list-grid {
  width: calc(33.3% - 20px);
  float: left;
  margin: 0px 30px 0px 0px;
}
.triple-list-wrap .list-grid:last-child {
  margin: 0px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
	margin-top: 2px !important;
}

.mega-indicator {
	position: absolute !important;
	right: 50% !important;
	margin-right: -5px;
	border: 0px !important;
	bottom: -17px;
	color: #d7d0bf !important;
	font-size: 12px !important;
}
/*------------------------------------*\
    PAGE SPLASH
\*------------------------------------*/
.page-splash {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #fbf9f5;
	padding: 80px 0px 80px 0px;
}
.page-splash.podcast-splash {
	padding: 40px 0px;
}
.page-splash.category-splash {
	padding: 40px 0px !important;
}
.page-splash-blue {
    height:auto;
		padding:60px 2.5% 60px 2.5%;
		background:#2a56a5;
	margin-top:124px;
}
.title-bar {
	color: #fff;
	position: relative;
	text-align: center;
	display: block;
	width: 95%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
}
.title-bar.no-image {
   background:0 none;
}
.title-bar-single{ 
	 color:#fff;
	 display:table;
	 width:100%;
	 height:auto;
	 color:#fff;
	 background:#f7cfda;
}
.page-title {
	font-size: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	color: #121212;
}
.post-main {
  max-width: 800px;
  padding: 70px 0px;
	width:95%;
}
.podcast-link, .article-link {
	margin-top: 30px;
	text-align: center;
}
.podcast-link:first-child, .article-link:first-child {
    margin-top:0px;
}
.podcast-link h3, .article-link h3 {
  margin: 0 0 30px 0;
  font-size: 30px;
  line-height: 30px;
}
.external-link {
		width:100%;
    display:block;
		width: 100%;
		max-width: 240px;
		text-align: center;
		font-size: 16px;
		line-height: 58px;
		margin: 0px auto 0 auto;
		border: 1px solid #333;
		background: transparent;
		color: #333;
		border-radius: 99px;
}
.external-link:hover {
    background:#cca96b;
		color:#fff;
		border:1px solid #cca96b;
}
.title-wrap {
	 width:100%;
	 padding:0px;
}
.splash-inner {
	height: auto;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	opacity: 0.1;
}
.splash-inner .page-title {
	font-size: 60px;
	margin: 0px;
	line-height: 60px;
	color: #121212 !important;
}
.breadcrumb {
	font-size: 70%;
	margin: 0px 0px 5px 0px;
	color: #cca96b;
}
.breadcrumb a {
	color: #cca96b;
}
.page-splash-blue .splash-inner {
	height: auto;
}
.splash-overlay {
   position:absolute;
	 top:0px;
	 left:0px;
	 width:100%;
	 height:auto;
	 opacity:0.75;
}

.page-splash-blue .title-wrap {
	padding: 0px;
}
.page-splash-blue .title-bar {
	position: relative;
}
a.scroll-link i {
	position: absolute;
	bottom: 20px;
	font-size: 36px;
	color: #fff;
	left: 50%;
	margin-left: -18px;
}
.scroll-anchor {
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 100%;
	height: 0px;
}

@media only screen and (max-width:650px) {
.splash-title {
	font-size: 70px;
	line-height: 55px;
	max-width: 370px;
	margin: 0 auto 30px auto;
}
.splash-title span:last-child {
	display: block;
	font-size: 48px;
	line-height: 40px;
	margin-top: 7px;
	font-style: italic;
}
.link_button {
	margin: 30px auto 0px auto;
}
}
@media only screen and (max-width:400px) {
.splash-title {
	font-size: 60px;
	line-height: 49px;
	max-width: 370px;
	margin: 0 auto 40px auto;
}

}


.award-bar {
	width: 95%;
	margin: 0 auto;
	max-width: 1380px;
	text-align: center;
	color: #fff;
	padding: 70px 0px;
	border-bottom: 1px solid #cca96b;
}
.award-bar h3 {
  font-size: 30px;
  line-height: 30px;
  padding: 0px;
  margin: 0 0 30px 0;
}
.award-bar h3 span {
	color: #cca96b;
}
.award-list {
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
}
.award-list span {
	background: #fff;
	margin: 0 10px;
	display: block;
	width:100%;
	height:auto;
	text-align: center;
	border-bottom: 2px solid #cca96b;
	overflow: hidden;
}

@media only screen and (max-width: 480px) {		

.award-list div {
	margin: 0px auto 10px auto;
	display: block;
	text-align: center;
	border-bottom: 2px solid #cca96b;
	overflow: hidden;
}
}






/*------------------------------------*\
    VIDEO
\*------------------------------------*/

.video-row {
  padding: 50px 0px;
  text-align: center;
}
.video-wrap {
  width: 95%;
  max-width: 940px;
  margin: 0 auto;
}
.video-text {
  margin-top: 30px;
}
.embed-container { 
    position: relative;
		padding-bottom: 56.25%; 
		height: 0; 
		overflow: hidden; 
		max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute;
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
}

/*------------------------------------*\
    FORM
\*------------------------------------*/

.form-bar {
	padding: 60px 0px;
	background: #F4F1EA;
}
.form-wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 95%;
}
.form-title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: 36px;
	line-height: 44px;
}
.form-desc {
	display: block;
	text-align: center;
	margin: 0 auto 30px auto;
	max-width: 600px;
}
.page-form {
  background: #c5d3d5;
  padding: 50px 0px;
  text-align: center;
}
.page-form-wrap {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
}
.form-wrap-title {
  font-size: 36px;
  line-height: 36px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.form-wrap-intro {
  max-width: 600px;
  margin: 0 auto 30px auto;
  display: block;
}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size: 15px;
	padding: 15px !important;
	margin-bottom: 0;
	margin-top: 0;
	border-radius: 5px;
	border: 1px solid #eae3d7;
}

.gform_button.button {
	width: 100%;
	max-width: 240px;
	height: 60px;
	display: block;
	line-height: 58px;
	font-size: 16px;
	text-align: center;
	margin: 20px auto 0px auto;
	border: 1px solid #121212;
	border-radius: 99px;
	background: transparent;
	color: #121212;
		transition: all 400ms ease-in-out 0s;
}
.gform_button.button:hover {
	background: #121212;
	color: #fff;
}
.gform_wrapper.gravity-theme .gfield_label {
	padding: 0 0 0 15px !important;
}
/*------------------------------------*\
    SLICK
\*------------------------------------*/

.slick-prev.slick-arrow {
}
.slick-next.slick-arrow {
}  .slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0 !important;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img {
	display: block;
	width: 100%;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

/*------------------------------------*\
    MAILCHIMP
\*------------------------------------*/
.nl-bar {
	background: #f2f2f2;
	padding: 40px 0px;
	text-align: center;
	clear: both;
	margin: 0px 0px 0px 0px;
}
.nl-wrap {
   max-width:500px;
	 width:95%;
	 margin:0 auto;
}
.nl-title {
	padding:0px;
	display:block;
	margin:0px 0px 20px 0px;
	text-align:center;
	color:#fff;
}
.sub-button {
  width: 160px;
  height: 60px;
  background: #050a71;
  border: 0 none;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
	font-size:18px;
	height:60px;
	transition:all 400ms ease-in-out 0s;
	vertical-align:top;
}
.sub-button:hover {
  background: #000;
    color:#fff;
}
.sub-input {
  width: calc(100% - 170px);
  height: 60px;
  padding: 0px 15px;
  border: 0 none;
	vertical-align:top;
}

/*------------------------------------*\
    ACCORDION
\*------------------------------------*/

.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
.accordion {
	overflow: hidden;
	border-radius: 0px;
	max-width: 1000px;
	margin: 0 auto;
}
.accordion-section-title {
	width: 100%;
	padding: 25px 40px;
	display: inline-block;
	transition: all linear 0.15s;
	text-decoration: none;
	background: transparent;
	/* text-decoration: none; */
	color: #3f334d;
	border: 1px solid #cca96b;
	border-radius: 10px;
	margin: 0px 0px 20px;
	text-align: center;
	position: relative;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background: #cca96b;
	text-decoration: none;
	color: #fff;
}
 
.accordion-section:last-child .accordion-section-title {
 border-bottom-color:white;
 padding-bottom:2px;
}
.accordion-section-content {
	padding: 25px;
	display: none;
	text-align: justify;
	position: relative;
	padding: 30px;
	border: 1px dashed #cca96b;
	margin: 0 0 20px 0;
	border-radius: 10px;
}
.bc-intro {
    text-align:center;
}
.accordion-section-title::before {
	content: "\f055";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 20px;
}
.accordion-section-title.active::before {
	content: "\f056";
}
.page-layout .row-block:nth-child(2n+2)  .accordion-section-content {
	background: #fff;
}
.answer-text, .answer-example {
    display:none;
}
.question-text, .example-text {
	border: 2px solid #cca96b;
	border-radius: 10px;
	padding: 50px 30px;
	position: relative;
	text-align: center;
}
.show-button, .show-example {
  display: block;
  width: 100%;
  max-width: 240px;
  text-align: center;
  font-size: 16px;
  line-height: 56px;
  margin: -30px auto 0px auto;
  border: 2px solid #cca96b;
  background: #fff;
  color: #3f334d;
  border-radius: 99px;
  position: relative;
}
.row-section .row-wrap:nth-child(2n+2) .show-button, .row-section .row-wrap:nth-child(2n+2) .show-example {
	background: #fbf9f5;
}
.show-button:before {
   content:"View Answer";
}
.show-button.hide:before {
   content:"Hide Answer";
}
.show-example:before {
   content:"View Example";
}
.show-example.hide:before {
   content:"Hide Example";
}
.show-button:hover, .show-example:hover, .row-section .row-wrap:nth-child(2n+2) .show-button:hover, .row-section .row-wrap:nth-child(2n+2) .show-example:hover {
	background: #cca96b;
	color: #fff;
	cursor: pointer;
}
.question-text:before {
	font-family:"Font Awesome 6 Pro";
  content: "\3f";
  background: #cca96b;
  border-radius: 99px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 32px;
  position: absolute;
  text-align: ;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.example-text:before {
	font-family:"Font Awesome 6 Pro";
  content: "\f129";
  background: #cca96b;
  border-radius: 99px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 32px;
  position: absolute;
  text-align: ;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.answer-text, .answer-example {
  position: relative;
  padding: 30px;
  border: 1px dashed #cca96b;
  margin: 30px 0 0 0;
  border-radius: 10px;
}

.bc-intro {
	display: block;
	margin: 0 0 30px 0;
}

/*------------------------------------*\
    LOOP
\*------------------------------------*/
.cat-main {
    overflow:hidden;
		width:95%;
}
.cat-main article {
	background: #fbf9f5;
	float: left;
}

.cat-main article img {
   width:100%;
}
@media only screen and (min-width: 1101px) {	
.cat-main article {
	width: calc(25% - 15px);
	margin: 0px 20px 20px 0px;
}
.cat-main article:nth-child(4n + 4) {
	margin: 0px 0px 20px 0px;
}

}	
@media only screen and (max-width: 1100px) {		
.cat-main article {
	width: calc(33.3% - 14px);
	margin: 0px 21px 20px 0px;
}
.cat-main article:nth-child(3n + 3) {
	margin: 0px 0px 20px 0px;
}
}

@media only screen and (max-width: 750px) {		
.cat-main article {
	width: calc(50% - 10px);
	margin: 0px 20px 20px 0px;
}
.cat-main article:nth-child(2n + 2) {
	margin: 0px 0px 20px 0px;
}
}

@media only screen and (max-width: 480px) {		
.cat-main article {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.cat-main article:last-child {
	margin: 0px;
}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/
.team-section {
    width:100%;
		margin:0 auto;
		padding:0px;
}
.team-details h2 span {
    color:#2a1718;
}
.team-member {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	padding: 20px 0px;
}
.team-headshot {
	max-width: 300px;
	padding-top: 0px;
	display: block;
	margin: 0 auto 30px auto;
	border-radius: 999px;
	vertical-align: top;
	overflow: hidden;
}
.team-details {
		vertical-align:top;
		text-align:left;
}
.team-member:first-child .team-headshot, .team-member:first-child .team-details {
    padding-top:0px;
}
a.linkedin-link {
    display:block;
		margin:30px 0px 0px 0px;
		width:100%;
		max-width:270px;
		border-radius: 5px;
		background:#bf1e2e;
		color:#fff;
		height:60px;
		line-height:60px;
		text-align:center;
}
a.linkedin-link i {
    margin-right:10px;
}
a.linkedin-link:hover {
		background:#2a1718;
		color:#fff;
}
.team-details h2:first-child {
  text-align: center;
  margin: 0px 0px 30px 0px;
  font-size: 30px;
  line-height: 30px;
}
.team-details h2:first-child span {
	display: block;
	position: relative;
	margin: 5px 0px 0px 0px;
	font: 700 16px/16px 'hero-new', Helvetica, Arial, sans-serif;
	color: #cca96b !important;
}
@media only screen and (max-width: 600px) {
.team-member {
    display:block;
		width:100%;
}
.team-headshot {
    width:100%;
    display:block;
		vertical-align:top;
}
.team-details {
    width:100%;
    display:block;
		padding-left:0px;
		padding-top:40px;
		vertical-align:top;
		text-align:left;
}
a.linkedin-link {
    display:block;
		margin:30px 0px 0px 0px;
}
.pum-container.pum-responsive {
	left: 10% !important;
	width: 80% !important;
	height: auto;
	overflow: visible;
}
}
.team-content-wrap {
	margin: 0 auto;
	max-width: 900px;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.single article img {
	max-width: calc(100% + 200px);
	width: calc(100% + 200px);
	margin: 30px -100px;
}
blockquote {
	background:#fbf9f5;
	padding:30px 100px;
	max-width: calc(100% + 200px);
	width: calc(100% + 200px);
	margin: 30px -100px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.form-single {
  text-align: center;
}
.form-single input {
  text-align: center;
}

.disclaimer-wrap {
  max-width: 1380px !important;
  margin: 0 auto !important;
  width: 95% !important;
  display: block;
  overflow: hidden;
}
.disclaimer-wrap div {
  float: left;
  text-align: left;
  padding: 1px 0px;
}
.payment-button {
  display: block;
  width: 100%;
  max-width: 240px;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
  margin: 0;
  border: 1px solid #cca96b;
	background:transparent;
  color: #fff;
  border-radius: 99px;
  float: right;
  vertical-align: top;
}
.payment-button:hover {
    color:#fff;	
	  background: #cca96b;
}
.google-maps {
  width: 100%;
  height: 400px;
  position: relative;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-title {
    text-align:center;
}
.cont-links {
  overflow: hidden;
  margin-top: 40px;
}
.cont-links a {
  background: #2b2b2b;
  color: #fff;
  border-radius: 99px;
  width: calc(50% - 10px);
  margin: 0px 20px 0px 0px;
  display: block;
  float: left;
  line-height: 58px;
	border:1px solid #2b2b2b;
}
.cont-links a:last-child {
  margin: 0px !important;
}
.text-wrap.contact-dets span {
  display: block;
}
.text-wrap.contact-dets span i {
  color: #ccc;
  color: #cca96b;
  margin: 0px 5px 0px 0px;
}
.cont-links a i {
	margin-right: 5px;
	color: #cca96b;
}
.cont-links a:hover {
  background: transparent;
  color: #2b2b2b;
}
.map-anchor {
    display:block;
		width:100%;
		height:0px;
		position:absolute;
		left:0px;
		top:-100px;
}
.opening-hours {
    margin-top:20px;
}
@media only screen and (max-width: 1100px) {		
.foot-disclaimer div {
	max-width: 700px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	float:none;
}
.payment-button {
	display: block;
	width: 100%;
	float: none;
	margin:30px auto 0px auto;
}
.disclaimer-wrap div {
	float: none;
	text-align: center;
	padding: 0px;
}
}
@media only screen and (max-width: 767px) {		
.map-anchor {
		top:-80px;
}
}

.pod-main {
  max-width: 800px;
}
.pod-main section {
	width: 95%;
	margin: 0 auto;
}
.pod-main article {
	position: relative;
	background: #fbf9f5;
	padding: 20px 80px 20px 110px;
	border-radius: 10px;
	margin: 0px 0px 20px 0px;
}
.pod-main article:last-child {
    margin:0px;
}
.pod-thumb {
	position: absolute;
	left: 20px;
	top: 20px;
	width:75px;
}
.pod-main article i {
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 40px;
	color: #cca96b;
	margin-top: 0px;
}
.pod-main article .news-date {
  margin: 0px 0px 3px 0px !important;
  padding: 0px !important;
}
.pod-main article .news-title-loop {
  padding: 0px;
}
.pod-link {
  display: block;
}
.podcast-name, .publication-name {
	display: block;
	color: #2b2b2b;
}
.page-splash .podcast-name, .page-splash .publication-name {
	display: inline-block;
	color: #2b2b2b;
	border-top: 1px solid #2b2b2b;
	padding-top: 10px;
	margin-top: 20px;
}
.page-splash .news-date {
	padding: 10px 0px 0px 0px !important;
}
div.pagination {
clear:both;
text-align:center;
padding:10px 0px;
}
.pagination span {
padding:10px 15px;
display:inline-block;
margin:0px 2px;
background:#cca96b;
color:#fff;
}
.pagination a {
	padding: 10px 15px;
	display: inline-block;
	margin: 0px 2px;
	background: #fbf9f5;
}
.pagination a:hover {
background:#F4F1EA;
}

@media only screen and (max-width: 480px) {		
.cont-links a {
	width: 100%;
	margin: 10px 0px;
}
}

@media only screen and (max-width: 767px) {	
main {
	padding: 30px 0px;
}	
.pod-main article {
  padding: 20px 20px 20px 110px;
}
.pod-main article i {
   display:none;
}
}
.loop-publication-name {
	border-top: 1px solid #2b2b2b;
	padding: 10px 0px 0px 0px;
	margin: -10px 0px 30px 20px;
	font-size: 80%;
	display: inline-block;
	max-width:calc(100% - 40px);
}

.language-title.flag-title img {
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 2px;
  width: 50px;
  height: auto;
}
.language-wrap {
  width: 95%;
  max-width: 800px;
  margin: 30px auto;
  position: relative;
  background: #fbf9f5;
  padding: 30px;
  border-radius: 10px;
  margin: ;
}
.language-title h3 {
  font-size: 27px;
  margin: 0px 0px 30px 0px;
  line-height: 30px;
}
.language-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}
.language-wrap ul li {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.leaflet-section {
   padding:40px 0px;
}


.language-wrap ul li .fa-file-pdf {
  margin-right: 0;
  position: absolute;
  left: 15px;
  top: 19px;
}
.language-wrap ul li .fa-circle-arrow-down {
  position: absolute;
  rotate: ;
  right: 15px;
  top: 19px;
}
.language-wrap ul li a {
  padding: 0px 40px;
  display: block;
}
.language-wrap ul li a:hover i {
   color:#d9b069;
}

.language-wrap ul li img {
	display: inline-block;
	width: 25px;
	vertical-align: baseline;
	margin-left: 10px;
	border: 1px solid rgba(0,0,0,0.1);
}

.google-text {
    font-size:10px;
		display:block;
		text-align:center;
		margin-top:20px;
}
.google-text a {
	color: #62b8e6;
}