/*
Theme Name: RezTheme Child Theme - Zermatt
Theme URL:  http://www.rezstream.com
Description:  A RezTheme Child Theme
Author:  RezStream
Template:  reztheme
Version:  2020.1 
*/

/* CHILD CSS */

body {
    background-color: #FFF;
    line-height: 1.875;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x:hidden;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
}

.wrapper { position:relative;}

h1, h2, h3, h4, h5, h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height:normal;
	font-family: "Figtree", sans-serif;
	line-height: 1em;
	font-weight: 700;
}
  
h1, h1 a { font-size: 2.25rem;  }
h2, h2 a { font-size: 1.75rem;  }
h3 { font-size: 1.5rem;  }
h4 { font-size: 1.125rem;  }
h5 { font-size: 0.875rem;  }

h1 a, h2 a {text-decoration:none;}
h3.widget-title {font-size:1.5em;font-weight:bold;margin-bottom:.25em;}
.entry-summary h2 {margin-bottom:0;}

.has-white-color a {color: white !important;}


a {
	color: #0874b1;
}


h1.title-main, div.title-main {
	display: none;
    z-index: 200;
    text-shadow: none !Important;
    font-size: 1.875rem;
    position: relative;
    text-align: left;
    color: #0075bf;
    max-width: 1420px;
    margin: -50px auto !important;
}

i.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
}
i.arrow.white {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
}

.flex-container {
    display: flex;flex-direction: row;flex-wrap: wrap;column-gap: 80px;
}
.flex-container > div.flex-column {
    flex:1; min-width:250px; 
} 

.widget-footerBar .flex-container { align-items: center; }
.widget-footerBar .flex-container > div.flex-column {
    flex:1; 
} 

@media (max-width: 992px) {
  .widget-footerBar .flex-container { text-align: center; }
  .widget-footerBar .flex-container > div.flex-column { text-align:center; }
  #footer_nav {text-align:center;}
}

em { font-style: italic; }
a:hover { text-decoration: none; }
.wp-block-image img { height: auto; }

ol {margin-bottom:1em;list-style-type: decimal;}
#content ul {padding: 0 0 0 20px;margin-bottom: 1.2em;}
#content ul li { list-style-type: disc; }

.kb-gallery-ul, .kt-tabs-title-list {padding: 0 !important;margin-bottom: 0 !important;}
.kb-gallery-ul li, .kt-tabs-title-list li {list-style-type: none !important;}
.kt-tabs-title-list li {list-style-type: none !Important;}

.left-list li {margin-left: 0 !Important;}

.border-red {border:1px solid red !important;display:block;}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.mobile .wp-block-image .alignright, .mobile .wp-block-image .alignleft {float: none; margin: .5em auto;}

#contentArea {
    margin-top:0px !Important;
    margin-bottom: 30px;
	padding-top: 60px !Important;
}

.home #contentArea {
    margin-top: 30px !Important;
    margin-bottom: 0;
}

.page-id-52089 #contentArea, .page-id-50061 #contentArea, .page-id-55345 #contentArea {
	padding-top: 0 !Important;
	margin-bottom: 0;
}

/* Typography
----------------------------------------- */

.section-header {
	font-size: 3rem;
	font-weight: 700;
	color: #111111;
	margin-bottom: .4em;
}

.section-header-white {
	color: #ffffff;
}

.section-tag {
	color:#0176c0;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: .8em !Important;
}

.section-tag-white {
	color: #ffffff;
}

.section-tag {
	 margin-bottom: .8em !Important;
}

.section-tag-logo {
	 margin-bottom: -1em !Important;
}

.cta-header {
	font-weight: 400;
	font-size: 3.375rem;
	margin-bottom: 60px;
}

.header-text {
	font-size: 1.125rem;
	color: #111111;
}

.header-text-center {
	max-width: 900px;
	margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .section-header {
	font-size: 2.6rem;
  }
  .section-tag {
    font-size: 1rem;
  }
  .header-text {
	font-size: 1rem;
  }
  .cta-header {
	font-size: 2.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .cta-header {
	font-size: 1.875rem;
  }
}

.short-text {
	margin: -10px auto 5px;
}

/* Navigation
----------------------------------------- */
#primary_nav {
	position:relative !important;
	right: auto !Important;
	left: auto !Important;
	top: -9px ! Important;
	margin-left: auto;
	display: flex;
}
.primary_nav {visibility:visible;}
/*.menu-main-menu-container ul {
	display: flex;
	flex-direction: row;
    justify-content: end;
}*/

@media only screen and (max-width: 1000px) {
  #primary_nav {
	display: none;
}
}

.nav-demo-button {
	color: #01ac54 !important;
    background: transparent;
    border: 2px solid #01ac54;
    font-size: 18px;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px;
    margin-left: auto;
	line-height: 1.4em;
	margin-top: -15px;
}

.nav-demo-button:hover {
	color: #fff !important;
    background: #01ac54;
}

@media only screen and (max-width: 1000px) {
  .nav-demo-button {
	margin-right: 100px;
	font-size: 15px;
  }
}

@media only screen and (max-width: 800px) {
  .nav-demo-button {
		margin-top: 15px;
  }
	#primary_nav {
		top: auto ! Important;
	}
}

@media only screen and (max-width: 700px) {
  .nav-demo-button {
	margin-right: 80px;
	font-size: 13px;
  }
}

/*@media only screen and (max-width: 600px) {
  .nav-demo-button {
	display: none;
  }
}*/

.primary_nav ul a {
    text-decoration:none;
    font-weight:400;
    position:relative;
}
.primary_nav ul ul a {text-transform: capitalize;}

#menu-main-menu li li.menu-item-has-children { padding-right:0px; }
#menu-main-menu li.menu-item-has-children li a:after { content: none; }
#menu-main-menu li.btn-bookonline a, #menu-split-main-menu-right li.btn-bookonline a  {
    font-weight: bold;
    padding:14px 20px;
    margin-top:-10px;
    text-align:center;
}

/*.nav-demo-button  {
	margin-left: 10%;
}*/

.nav-demo-button a {
	background: #13c79a;
	color: #fff !Important;
	border-radius: 15px;
	padding: 13px 20px !Important;
	text-align: center;
	width: 120px;
	margin: -10px auto 0;
}

.mobile-nav-wrapper {visibility: visible; top: -3px !Important; width: 100%;}

.closeX:before, .closeX:after {
    background-color: #ffffff;
}

.menu-style-2 #primary_nav_left {float:left;margin-top:40px;margin-right:15px;}
.menu-style-2 .custom-logo-link {float:left;}
.menu-style-2 #primary_nav_right {float:left;margin-top:40px;margin-left:15px;}
.menu-style-2 .nav-container {display:table;margin-left:auto;margin-right:auto;}

.menu-style-3 .primary_nav, .menu-style-4 .primary_nav
{ 
    top:auto;bottom:0px; right:auto !important; 
    width:100%; }
.menu-style-3 .primary_nav  .menu-main-menu-container,
.menu-style-4 .primary_nav  .menu-main-menu-container 
{ 
    display:flex;
    align-items:center;
    justify-content: center;padding-top:6px;padding-bottom:0px;}

.menu-style-3 .primary_nav ul li:nth-last-child(2),
.menu-style-4 .primary_nav ul li:nth-last-child(2)
{border-right:0px}

/* .menu-style-3 .primary_nav ul ul, .menu-style-4 .primary_nav ul ul {  } */

.menu-style-3 .primary_nav ul ul li,
.menu-style-4 .primary_nav ul ul li 
{  padding: 0;}
.menu-style-3 .primary_nav ul ul a,
.menu-style-4 .primary_nav ul ul a 
{  padding: 10px 15px; }

.menu-style-3 #menu-main-menu li.menu-item-has-children a:after,
.menu-style-4 #menu-main-menu li.menu-item-has-children a:after 
{content: '';margin:0;}

.icon-mobile {border:1px solid black;}
.icon-mobile span {border: 2px solid black; background-color: black;}

header.sticky .icon-mobile {
	top: 29px;
}

.menu-style-4 .top_button {
    position:absolute;
    top:60px;right:0;
    z-index:800;
    margin-right:0;
    border:1px solid white;
    text-decoration:none; 
    color:white; 
    padding:10px 30px;
}

.menu-style-4 .btn-bookonline { display:none;}

.primary_nav ul ul li a::before { 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right:.75em;
    margin-left:-.25em;
}

/* Sub Menu 
----------------------------------------- */

.sub-menu {
	background: rgb(0 117 191 / 95%);
	padding: 10px;
	border-radius: 12px;
	box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
	border: 1px solid #00619f;
}

.primary_nav ul ul li {
	border-bottom: 1px soid #fff;
	padding: 4px 5px;
}

.primary_nav ul ul a {
    padding: 10px;
	color: #ffffff;
	background: transparent;
	border-radius: 10px;
}

.primary_nav ul ul a:hover {
	color: #fff;
	background: #01609d;
}


/* Header Slider
----------------------------------------- */
.maxslider .slick-arrow {
    color: white !important;
    font-weight:bold !important;
    border-radius: 50%;
    width: 58px;
    height: 58px;
}

.maxslider .slick-arrow:hover {
    background-color:black !important;
}

.maxslider .slick-arrow-prev { margin-left: 15px; }
.maxslider .slick-arrow-next { margin-right: 15px;}

/* Header
----------------------------------------- */
header {
    z-index:600;
    width:100%;
	height: 80px;
}

@media only screen and (max-width: 1000px) {
  header {
	height: 90px;
  }
}

.mobile header {
	height: 75px
}

header .container {
	display: flex;
    align-items: center;
}

.header-background{
    position:absolute;
    top:0px;left:0px;
    height:100%;width:100%;
    transition: opacity 1s;
}
.mobile .header-background{opacity:1;}

.custom-logo {
	height: auto;
	width: 170px;
}

@media only screen and (max-width: 800px) {
  .custom-logo {
	width: 130px;
  }
}

.custom-logo-link {position:relative !important;top:-6px!Important;}
.logo-center .custom-logo-link {position:relative;display:table; margin-left:auto;margin-right:auto;}
.menu-style-2 .custom-logo-link {position:relative;}
#footer .custom-logo-link {position:relative;top:0px;left:0px;}

@media only screen and (max-width: 800px) {
	.custom-logo-link {
		top: 6px ! Important;
	}
}

.header-bar-top  {
	background: #fff;
	height: 30px;
}


.mobile .header-bar-top  {
	height: 40px;
}

.header-bar-top .header-bar-links {
    z-index: 99;
    display: flex;
    flex-direction: row;
    justify-content: end;
	position: relative;
}

@media only screen and (max-width: 800px) {
  .header-bar-top .header-bar-links {
    justify-content: center;
  }
}

.header-bar-top .header-bar-links, .header-bar-top .header-bar-links a {
	color: #0070af;
}

.header-bar-top .header-bar-links a {
	padding: 0 10px;
	text-decoration: none;
	font-size: 14px;
	line-height: 31px;
}

.header-bar-top .header-bar-links:hover, .header-bar-top .header-bar-links a:hover {
	color: #014977;
}

.home .header-bar-bottom {
	background: transparent;
	margin-top: -1px;
}

.header-bar-bottom {
    background: #f6fcff;
    z-index: 999;
    position: relative;
	display: none;
}

.header-bar-bottom img {
	width: 100%;
}

.myTopBar {display:block; height:30px;}
.myTopBar .container {display:flex;justify-content:flex-end;gap:30px;}
.myTopBar .social-icons {margin-top:0px;}
.myTopBar .social-icons a {width:1em;}
.header-phone i {margin-right:5px;}
 

@media (min-width: 1920px) {

    .flexslider .slides img {height:800px;}
}

/* Sticky Header */

.header.sticky {position:sticky;top:0px;height:100px;transition: height .2s;z-index: 9999;}
.header.sticky .container {height:100px;} 
.header.sticky #primary_nav {top:35px; transition:top 1s;}
.hero-wrap.sticky {margin-top:0px;}
.header.sticky .header-background {opacity:.99;box-shadow:0 7px 6px 2px rgba(0, 0, 0, 0.2);}

.header.sticky .custom-logo {
    height: auto;
    width: 120px;
}

.header.sticky .custom-logo-link {
    top: 3px !important;
}

/* Homepage Video 
----------------------------------------- */

.youtube-container {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    /* No clicking/hover effects */
    pointer-events: none;

} 

.youtube-container iframe {
    width: 300%;
    height: 100%;
    margin-left: -100%;
}

@media only screen and (max-width: 1250px) {
    .hero-slider.hero-youtube { height:450px;}
}

@media only screen and (max-width: 1100px) {
    .hero-slider.hero-youtube { height:400px;}
}

@media only screen and (max-width: 700px) {
    .hero-slider.hero-youtube { height:300px;}
}

/** Hero **/

.hero-wrap { position:relative; }
/*.home .hero-wrap {
	margin-top: -70px;
}*/
.hero-main {display:block;min-height:100px;line-height:1;background-color:#f6fcff;overflow:hidden;}
.hero-main img {vertical-align:bottom;object-fit:cover;width:100%;min-height:300px;}
.mobile .hero-main {min-height:125px;height:125px;}
.home.mobile .hero-main {min-height:415px;height:415px;}
.hero-video {min-width:100%;width:100%;height:auto;background-size:cover;overflow:hidden;}

.home #contentArea  {margin-top:0px !important;}
.entry-content {margin: 0 !important;}
@media (max-width: 600px) {
    .home #contentArea  {margin-top:0px;}
    .hero-main {min-height:180px; height:180px;}
    .hero-main img {width:100%;height:auto;min-height:180px;}
}

.hero-sliders, .hero-youtube {display:block;min-height:300px;max-height:800px;overflow:hidden;}
.hero-gallery {display:flex;flex-wrap: wrap;overflow:hidden;}
.hero-gallery .hero-images {flex: 1 0 25%;margin: 0px;max-height:350px;}
.hero-gallery .hero-images img {object-fit: cover;height:100%;width:100%;}

.hero-gallery-mixed .right-col {display:flex;flex-wrap: wrap;overflow:hidden;}
.hero-gallery-mixed .right-col .hero-images {flex: 1 0 50%;margin: 0px;max-height:300px;}
.hero-gallery-mixed .right-col .hero-images img {object-fit: cover;height:100%;width:100%;}

.flexslider .slides img {
    object-fit:cover;
    min-height:400px;
}

.banner-demo-button a {
	text-transform: uppercase;
	color: #02ac54 !important;
    background: transparent;
    border: 2px solid #00ab53 !important;
	font-size: 34px;
	padding: .6em 1.4em;
	text-decoration: none;
	border-radius: 15px;
	text-align: center;
}

.banner-demo-button a:hover {
	background: #00ab53;
	color: #fff !important;
}

.mobile .banner-demo-button a {
	text-transform: uppercase;
	color: #ffffff !important;
    background: transparent;
    border: 2px solid #ffffff !important;
	font-size: 34px;
	padding: .6em 1.4em;
	text-decoration: none;
	border-radius: 15px;
	text-align: center;
	box-shadow: 1px 2px 4px rgb(0 0 0 / 34%) !important;
}

.mobile .banner-demo-button a:hover {
	background: #ffffff !important;
	color: #00ab53 !important;
}

.banner-demo-button a b {
	font-weight: 900;
}

.hero-wrap {
	display: none;
}

.home .hero-wrap {
	display: block;
}

.hero-wrap-bar-bottom {
	display: none;
	background: transparent;
    z-index: 999;
    position: relative;
	margin-top: -152px;
}

.hero-wrap-bar-bottom img {
	width: 100%;
}

.home .hero-wrap-bar-bottom {
	display: none;
}

.hero-main img {
	display: none;
}

.home .hero-main img {
	display: block;
}

/*.n-uc-Rvwnbg6MtU2G, .n-uc-0BtM7coMiRLr {
	background: transparent;
    padding: 0;
}

@media only screen and (max-width: 800px) { 
	.n-uc-Rvwnbg6MtU2G, .n-uc-0BtM7coMiRLr {
		background: rgb(255 255 255 / 64%);
		padding: 10px;
	}
}*/

/* Homepage */

.demo-button a {
	text-transform: uppercase;
	color: #01ac54 !important;
    background: transparent;
	border: 2px solid #00ab53;
	font-size: 1.5rem;
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 15px;
}

.demo-button a:hover {
	background: #01ac54;
	color: #fff !important;
}

@media only screen and (max-width: 800px) { 
.demo-button a {
	font-size: 24px;
	padding: 15px 30px;
}
}

@media only screen and (max-width: 500px) { 
.demo-button a {
	font-size: 20px;
	padding: 12px 20px;
}
}

.cta-button a {
	background: transparent;
    color: #ffffff !important;
    border: 2px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 28px;
	padding: 12px 30px;
	border-radius: 15px;
}

.cta-button a:hover {
	background: #fff;
	color: #07ae58 !important;
}

@media only screen and (max-width: 800px) {
  .cta-button a {
	font-size: 24px;
  }
}

.logo-scroll {
	z-index: 999;
}

.logo-columns img {
	height: auto;
	max-width: 243px;
	width:100%;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .logo-columns img {
	width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  .logo-columns img {
	max-width: 75%;
  }
}

.stat-columns .kt-inside-inner-col {
	background: #006fb0;
	background: linear-gradient(316deg,rgba(0, 111, 176, 1) 0%, rgba(0, 137, 214, 1) 100%);
	color: #fff;
	padding: 50px 20px 20px;
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	font-size: 24px;
	border: 2px solid #0073b5;
}

.stat-columns .kt-inside-inner-col p {
	margin-bottom: 20px;
}

.feature-columns {
	max-width: 1450px;
    margin: 0 auto;
}

.feature-columns .wp-block-kadence-column {
	display: flex;
} 

.feature-columns .wp-block-kadence-column .kt-inside-inner-col {
	max-width: 700px;
}

.blue-cover .wp-block-cover__background {
	background: #006fb0 !Important;
	/*background: linear-gradient(316deg,rgba(0, 97, 153, 1) 20%, rgba(0, 137, 214, 1) 100%) !important;
	border-radius: 80px;*/
}

.inline-logo-text img {
	width: 243px !Important;
    margin-bottom: -24px;
}

@media only screen and (max-width: 800px) {
  .inline-logo-text img {
	  width: 190px !Important;
      margin-bottom: -20px;
  }
}

@media only screen and (max-width: 400px) {
  .inline-logo-text img {
	  width: 165px ! Important;
      margin-bottom: -17px;
  }
}

/* Resource Guide Pages
 * ----------------------------------------- */

.single-resource_guides .leftColumn {
	width: 100%;
}

.single-resource_guides .rightColumn {
	float:none;
	width: 0px;
	display: none;
}

.single-resource_guides .overview-image-container {
	display: none;
}

/* Content Layout
----------------------------------------- */
.home #ContentArea {margin-bottom: 0;}

.container-main .container  {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.home .alignfull { margin: 32px calc(50% - 50vw) 0; max-width: 100vw; }

.leftColumn {float:left;width:calc(100% - 405px);min-height:300px;display:block;}
.rightColumn {float:left;width:360px;margin-left:40px;display:block;}

.entry-meta {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0.3em;
  margin:1em 0 2em 0;
}

#content {min-height:380px;}

.wide-no-margin {
	margin: 0 calc(50% - 50vw) !important;
}

.wide-no-padding {
	padding: 0 !important;
}


@media (max-width: 768px) {
.leftColumn { width:100%;}
.rightColumn { width:100%;margin-left:0px;}
.wp-block-kadence-advancedgallery { margin-right:0px;}
}
@media (max-width: 992px) {
.leftColumn { width:100%;}
.rightColumn { width:100%;margin-left:0px;}
}
@media (min-width: 1200px) {}

img.overview-image { max-width:100%; height:auto;}
.wp-block-image { margin: 0 0 1em; } /* fix to WP block images */

@media only screen and (max-width: 667px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none;
    margin: 0 auto;
  }
}

.single main {line-height:1.4em;}
.page main {line-height:1.4em;}
.page main p {margin-bottom:1em;}

.hr-blue { display: block; height: 1px;
    border: 0; border-top: 2px solid #8da8d3;
    margin: .4em 0; padding: 0; }

.wp-block-eedee-block-gutenslider .slick-next:before, .wp-block-eedee-block-gutenslider .slick-prev:before { color:black;}

.sidebar-slider h3 {margin-bottom:.8em;margin-top:.5em;}
.sidebar-slider p {font-size:.8em;line-height:1.5em;margin-bottom:.8em;}
.sidebar-slider .btn-viewdetails a {display:block;width:150px;background-color:#9CCB41;padding:8px 4px;color:black;text-decoration:none;margin:auto;font-weight:bold;}
.sidebar-slider .btn-viewdetails a:hover { background-color:black;color:white;}

.widget_sidebar_widget_blocks .widSSP {margin:auto !important;}

.overview-item .btn-viewdetails { margin-top: 20px;}
.btn-container .btn-viewdetails { margin-top: 0;}

.link-bottom a {
	position: absolute;
    bottom: -3px;
    width: 100%;
    left: 0;
}

.package-columns .wp-block-kadence-column {
	transition: transform .2s ease;
}

.package-columns .wp-block-kadence-column:hover {
	transform: translateY(-4px);
}

.package-columns .kt-inside-inner-col {
	display: flex;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.package-columns .kb-buttons-wrap  {
	margin-top: auto;
}

.package-columns ul {
	padding: 0 !important;
}

.package-columns ul li {
	margin-left: 1em !important;
}

.popular-item {
	position: relative;
}

.popular-item:before {
	content: "Most Popular";
    font-size: 14px;
    color: #fff;
    background: #03ab54;
    padding: 3px 10px;
    border-radius: 15px;
    display: block;
    width: 83px;
    position: absolute;
    top: -17px;
    left: 20px;
    z-index: 9;
}

.packages-accordion .kt-blocks-accordion-header {
	cursor: pointer;
}

.packages-accordion .kt-blocks-accordion-header {
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}


/* Content Styling
----------------------------------------- */

.rounded-30 {
	border-radius: 30px;
}

.highlight-columns .highlight-column {
	background: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	/*box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);*/
}

.highlight-column-list ul {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.highlight-column-list li {
	margin-left: 0 !important;
	font-weight: 400 !important;
}

.highlight-columns .highlight-column-tag {
	color: #0070af;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-size: .8rem;
}

.highlight-columns .highlight-column h3 {
	font-size: 30px;
	margin-bottom: .6em;
}

/*.highlight-columns .wp-block-kadence-column {
	align-items: center;
}*/

.highlight-column {
	border-radius: 15px;
	/*border: 2px solid #0085d0;
    border-top: none;*/
}

.highlight-column-header {
	background: #006fb0 !important;
    background: linear-gradient(316deg, rgba(0, 111, 176, 1) 0%, rgba(0, 137, 214, 1) 100%) !important;
	border: 2px solid #0073b5;
	display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    min-width: 0;
    min-height: 0;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*.highlight-column-header .wp-block-cover__background {
	background: #006fb0 !important;
	background: linear-gradient(316deg,rgba(0, 111, 176, 1) 0%, rgba(0, 137, 214, 1) 100%) !Important;
}*/

.highlight-column .icon-header .kb-svg-icon-wrap {
	color: #fff !important;
}

.highlight-column .kt-svg-icon-list a {
	color: #3b3b3b !important;
}

.cta-background img {
	object-position: 47% 35% !important;
}

@media only screen and (max-width: 700px) {
 .cta-background img {
	object-position: 10% 35% !Important;
  }
}

.button-gen a {
	color: #0075bf !important;
    background: transparent;
    border: 2px solid #0075bf !important;
    border-radius: 15px;
    padding: 12px 20px ! Important;
    text-align: center;
	text-transform: uppercase;
    font-size: 1rem;
    padding: .8em 2em;
    text-decoration: none;
	font-weight: 700;
}

.button-gen a:hover {
	background: #0075bf;
    color: #fff !important;
}

.link-white a {
	color: #ffffff !Important;
}

.kt-svg-icon-list {
	grid-column-gap: 36px;
}

.meetings-iframe-container iframe {
	width: 100% !important;
}

.flip-cards .kadence-blocks-gallery-item {
	padding: 40px !important;
}

.cloud-cover {
	padding: 0 !Important;
}

/* Webinars & Resource Guides
----------------------------------------- */

.page-webinars .overview-item, .page-resource-guides .overview-item, .page-webinars .overview-image, .page-resource-guides .overview-image {
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.page-webinars .overview-text, .page-resource-guides .overview-text{
	background: rgb(0 0 0 / 62%) !Important;
	top: 0 !important;
    bottom: 0 !important;
	display: flex !important;
	justify-content: center;
    flex-direction: column;
	border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.page-webinars .overview-container-post-type .overview-item h2, .page-resource-guides .overview-container-post-type .overview-item h2 {
	padding: 0 10px;
}

.page-webinars .overview-container-post-type .overview-item h2 a, .page-resource-guides overview-container-post-type .overview-item h2 a{
	font-size: 24px;
    line-height: 20px;
}

.page-webinars .overview-container-post-type .overview-item h2 a:hover, .page-resource-guides overview-container-post-type .overview-item h2 a:hover {
	text-decoration: underline;
}

/* Blog 
----------------------------------------- */

.blog .leftColumn {
	width: 100%;
}

.blog .rightColumn {
    float: none;
    width: 0;
    margin-left: 0;
    display: none;
}

.blog #content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
	gap: 10px;
}

.blog #content .entry-content {
	width: 48%;
    max-width: 600px;
	min-width: 300px;
    flex-grow: 1;
	border: 1px solid #eee;
	border-radius: 15px;
	margin: 0 0 60px 0 !important;
	background: #ffffff;
	padding: 0;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 5px 14px;
}

.blog #content .entry-summary {
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
}

.blog #content .entry-summary a:has(img) { 
	order: 1; 
}

.blog #content .entry-summary h2 { 
	order: 2; 
}

.blog #content .entry-summary .entry-meta { 
	order: 3; 
}

.blog #content .entry-summary p { 
	order: 4; 
}

.blog #content .entry-summary a { 
	order: 5; 
}

.blog #content .entry-content img {
	height: auto;
    height: 211px;
	max-width: 100%;
	margin-bottom: 15px;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.blog .entry-meta {
    text-transform: uppercase;
    font-size: 11px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin: 1em 0;
    height: auto;
	padding: 0 20px;
}

.blog .entry-meta a {
    color: #0075bf;
}

.blog .entry-summary h2 {
    margin-bottom: 0;
    line-height: .6em;
	padding: 0 20px;
	min-height: 44px;
}

.blog .entry-summary h2 a {
    color: #0075bf;
	font-size: 1.2rem;
}

.blog #content .entry-content p {
	line-height: 1.6em;
	padding: 10px 20px;
	margin: 0;
	font-size: 1rem;
}

.blog .entry-summary .more-link {
	display: none ;
}

.nav-links a {
	color: #0075bf;
}

/* Archive Pages 
----------------------------------------- */

.archive .leftColumn {
	width: 100%;
}

.archive .rightColumn {
    float: none;
    width: 0;
    margin-left: 0;
    display: none;
}

.archive #content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
	gap: 10px;
}

.archive #content article {
	width: 48%;
    max-width: 580px;
	min-width: 300px;
    flex-grow: 1;
	border: 1px solid #eee;
	border-radius: 15px;
	margin: 0 0 60px 0 !important;
	background: #ffffff;
	padding: 0;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 5px 14px;
}

.archive #content .entry-summary {
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
}

.archive #content .entry-summary a:has(img) { 
	order: 1; 
}

.archive #content .entry-summary h2 { 
	order: 2; 
}

.archive #content .entry-summary .entry-meta { 
	order: 3; 
}

.archive #content .entry-summary p { 
	order: 4; 
}

.archive #content .entry-summary a { 
	order: 5; 
}

.archive #content .entry-summary img {
	height: auto;
    height: 211px;
	max-width: 100%;
	margin-bottom: 15px;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.archive .entry-meta {
    text-transform: uppercase;
    font-size: 11px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin: 1em 0;
    height: auto;
	padding: 0 20px;
}

.archive .entry-meta a {
    color: #0075bf;
}

.archive .entry-summary h2 {
    margin-bottom: 0;
    line-height: .6em;
	padding: 0 20px;
	min-height: 44px;
}

.archive .entry-summary h2 a {
    color: #0075bf;
	font-size: 1.2rem;
}

.archive #content .entry-summary p {
	line-height: 1.6em;
	padding: 10px 20px;
	margin: 0;
	font-size: 1rem;
}

.archive .entry-summary .more-link {
	display: none ;
}

/* Archive Pages 
----------------------------------------- */

.archive #content .container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
}

.tax-resource_guide_categories article .entry-meta span, .tax-webinar_categories article .entry-meta span {
	display: none;
}

/*.tax-resource_guide_categories article .entry-meta, .tax-webinar_categories article {
    text-transform: uppercase;
    font-size: 11px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin: .5em 0 1em 0;
    height: 2px;
    padding: 0 20px;
}*/


/* Cloud Message Page 
----------------------------------------- */

.page-id-40454 header, .page-id-40454 footer, .page-id-40454 .header-bar-top {
	display: none;
}

.entry-summary {margin-bottom:40px; }

.entry-summary a.more-link { 
    display:inline-block;
    padding:5px 15px 5px 15px;
    text-decoration:none;
}

.widget_recent_entries li { border-bottom:1px solid #cccccc;padding:5px 0 5px 0;}
.widget_recent_entries a { text-decoration:none;}

.overview-image-container img {width:100%;height:auto;}

.bio_box {width:100%;border:2px solid #eee;}
.bio_photo {float:left;width:190px;}
.bio_photo img {display:block; width:150px; height: auto;padding:20px;}
.bio_text {float:left;padding-left:20px;padding-top:20px;width:calc(100% - 230px);}

.author .bio_box {margin-bottom:40px;}



/* Covers */

.cover-button a {
    background: #c96235;
    color: #fff !important;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
}
.cover-button a:hover {
    background: #dd8863;
}


.wp-block-cover, .wp-block-cover.sidebar-cover {
    padding: 20px 0;
}
.home .wp-block-cover .wp-block-cover__inner-container {
    background: none;
    padding: 0;
}


/* Rooms
----------------------------------------- */
#content ul.room-amenities {padding:0;}
#content ul.room-amenities li {list-style-type:none;}
.room-amenities {columns: 2;-webkit-columns: 2;-moz-columns: 2;}
.room-amenities i{margin-right:20px;}
.room-amenities svg {margin-right:16px;vertical-align: middle;}

/* Room Slider
----------------------------------------- */
.fagsfacf-gallery-slide-inner {max-height:600px;}
.fagsfacf-slider-wrap img { 
    width:100%; 
    object-fit: cover; 
    object-position:center;
    margin-top:-15px !important;
}

/* Sidebar
----------------------------------------- */

/* Sticky Sidebar
----------------------------------------- */

.page-webinars .rightColumn, .page-resource-guides .rightColumn {
	height: 1000vh;
}

.single-webinars .rightColumn, .page-resource-guides .rightColumn {
	height: 100vh;
}

.single-webinars #sidebar, .page-webinars #sidebar, .single-resource-guides #sidebar, .page-resource-guides #sidebar{
	position: sticky;
    top: 150px;
}

#sidebar .widget_sidebar_widget_blocks {
	background: #fff;
	border-radius: 20px;
	padding: 16px;
	border: 1px solid #ebebeb;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 992px) {
  .page-webinars .rightColumn, .page-resource-guides .rightColumn {
	height: auto;
}

.single-webinars .rightColumn, .page-resource-guides .rightColumn {
	height: auto;
}
	.single-webinars #sidebar, .page-webinars #sidebar, .single-resource-guides #sidebar, .page-resource-guides #sidebar {
	position: relative;
    top: 0;
}
}

.single-webinars .overview-image-container {
	display: none;
}

.sidebar-menu li {
	line-height: 26px;
}

.sidebar-menu li a {
	font-size: 16px;
	color: #0075bf;
}

/* Footer
----------------------------------------- */
#footer {
    background: #004f80;
    background: linear-gradient(316deg,rgba(0, 79, 128, 1) 21%, rgba(0, 117, 191, 1) 100%);
    color: white;
    line-height:1.4em;
    padding: 100px 0px 20px;
	margin-bottom: 0 !important;
}
#footer a { color:white; text-decoration:none;}
#footer a.rezstream {
    display:block;
    font-size: 12px;
    text-decoration: none;
}
#footer h4 { color: #fff; }
#footer a.email { word-wrap: break-word;}

#footer .floatLeft {line-height:1.5em;}

#footer .footer-menu-button {
	background: #0070af;
	border-radius: 10px;
	border: 2px solid #fff;
	padding: 5px 10px;
	display: block;
	color: #ffffff;
	text-align: center;
}

#footer .footer-menu-button:hover {
	background: #fff;
	color: #0070af;
}

#footer .footer-menu-button i {
	margin-right: 5px;
}

.button-demo-footer a {
	text-transform: uppercase;
    color: #fff !important;
    background: #00ab53;
    border: 2px solid #fff;
    font-size: 21px;
    padding: 13px 20px;
    text-decoration: none;
    border-radius: 15px;
	text-align: center;
	display: block;
}

.button-demo-footer a:hover {
	color: #0070af !important;
    background: #fff;
}

.widget-footerBar {
	margin-top:80px;
	background-color: #014977;
    height: auto !Important;
    padding: 15px 0 7px;
}
.widget-footerBar p {
	margin-bottom: 0;
	font-size: 14px;
}
/* .widget-footerBar .flex-container {margin-bottom:10px;} */


.widget-footerContent .wp-block-column:nth-child(1) a { color:black; margin-right:10px;}
.widget-footerContent .wp-block-column:nth-child(1) a:hover { color:white; }
.widget-footerContent .wp-block-column:nth-child(2) { }
.widget-footerContent .wp-block-column:nth-child(2) p { 
    color:white;
    line-height:1.7em;
    font-size:.8em;
}
.widget-footerContent .wp-block-column:nth-child(2) p a { color:#B6F340; }
.widget-footerContent .wp-block-column:nth-child(2) p a:hover { color: black;}
.widget-footerContent .wp-block-column:nth-child(3) p { color:white; font-size:.9em;line-height:1.5em; }

.company-info {display: none;}

.footerMiddle .social-icons, .rezstream {
	display: none !important;
}

.footerLeft {
	flex-grow: 1.5 !important;
} 

.footerMiddle {
	flex-grow: 2 !important;
}

.footerRight {
	flex-grow: 1.5 !important;
}

.social-icons {
	margin-top: 40px !Important;
}

.social-icons i {
	font-size: 42px;
}


/*  REZSTREAM BOOKING WIDGET
----------------------------------------- */

.below-header-booking-widget {position:absolute;z-index:700;display:table;margin-left:auto;margin-right:auto;left:0;right:0;padding:5px 20px;}
.float-left-booking-widget {position:fixed;z-index:700;display:table;top:400px;}
.float-right-booking-widget {position:fixed;z-index:700;display:table;top:50%;right:0px;}
.over-hero-booking-widget {position:absolute;display:table;bottom:60px;left:0;right:0;margin:auto;padding:10px 20px;}
.over-hero-wide-booking-widget {position:absolute;display:table;bottom:60px;left:0;right:0;margin:auto;}
.over-hero-wide-booking-widget #RezWrap {padding:0px 30px;}
.bottom-hero-booking-widget {position:absolute;display:table;bottom:0px;left:0;right:0;margin:auto;}

.rightTab {
    position:absolute;
    top:0;right:100%;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    transform-origin: 100% 100%;
    transform: rotate(-90deg);
    white-space:nowrap;
    padding:2px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border:1px solid white;
    background-color:green;
    color:white;
    cursor:pointer;}

.leftTab {
    position:absolute;
    top:0;left:100%;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotate(90deg);
    transform-origin: 0% 100%;
    transform: rotate(90deg);
    white-space:nowrap;
    padding:2px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border:1px solid white;
    background-color:green;
    color:white;
    cursor:pointer;}


.float-right-booking-widget.sideTabClose #RezBusinessCalendar { width:0px !important;transition: width 1s;}
.float-right-booking-widget.sideTabOpen #RezBusinessCalendar { width:300px; transition: width 1s;}

.float-left-booking-widget.sideTabClose #RezBusinessCalendar {margin-left:-300px; transition: margin-left 1s;}
.float-left-booking-widget.sideTabOpen #RezBusinessCalendar {margin-left:30px; transition: margin-left 1s;}

.over-hero-booking-widget #RezWrap {height:auto;}
.over-hero-booking-widget .rs-sc-field {width:120px;float:left;}
.over-hero-booking-widget #RezBusinessCalendar .rs-sc-field.rs-sc-button {width:252px;margin-top:10px;}
.over-hero-booking-widget .rs-sc-field.rs-sc-button a {width:222px;}
.over-hero-booking-widget .rs-sc-nights-wrapper {clear:both;}
.over-hero-booking-widget .rs-sc-book-button-wrapper {clear:both;}
.over-hero-booking-widget .rs-sc-field label span {display:block;text-align:left;margin-left:7px;}
.over-hero-booking-widget .rs-sc-field label span.rs-calendar-icon {display:inline-block;text-align:right;margin-left:2px;}

.two-column-widget #RezWrap {height:auto;}
.two-column-widget .rs-sc-field {width:120px;float:left;}
.two-column-widget #RezBusinessCalendar .rs-sc-field.rs-sc-button {width:252px;margin-top:10px;}
.two-column-widget .rs-sc-field.rs-sc-button a {width:222px;}
.two-column-widget .rs-sc-nights-wrapper {clear:both;}
.two-column-widget .rs-sc-book-button-wrapper {clear:both;}
.two-column-widget .rs-sc-field label span {display:block;text-align:left;margin-left:7px;}
.two-column-widget .rs-sc-field label span.rs-calendar-icon {display:inline-block;text-align:right;margin-left:2px;}

#footerBar {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0px;
    z-index: 999;
}


#RezWrap { 
    max-width: 1280px; 
    margin:0 auto; 
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3.RezPhone, h3.RezText {margin:0;padding:0;display:inline-block;vertical-align:middle;color:white;}
#RezWrap .footer-arrows {display:inline-block;vertical-align:middle;}
#RezBusinessCalendar {display:inline-block;vertical-align: middle;}

#RezBusinessCalendar .rs-sc-selections-no-calendar-wrapper {display:table;}
#RezBusinessCalendar .rs-sc-field {display:inline-block; margin:5px 5px;}
#RezBusinessCalendar .rs-sc-field label {}
#RezBusinessCalendar .rs-sc-field label span {width:auto;}
#RezBusinessCalendar .rs-sc-field label span.rs-calendar-icon {width:23px;}

#RezBusinessCalendar .rs-sc-field label input, #RezBusinessCalendar .rs-sc-field label select { padding:4px;}
#RezBusinessCalendar .rs-sc-field label select {width:auto;}

.ui-button-text-only .ui-button-text {padding:0 0;}

.btn-nav,
#RezBusinessCalendar a.rs-sc-book-button, #RezBusinessCalendar button.rs-sc-book-button {
    padding:10px 15px;
    font-family:inherit;
}

#RezBusinessCalendar a.rs-sc-book-button > span{color:transparent; line-height: 0px;padding:.6em 0px;}
#RezBusinessCalendar a.rs-sc-book-button > span:before{
	content:"Check Availability";
	color:#ffffff;
    display:block;
}

#rscalendar-mobile {
	display: none;
	margin: 0;
    width: 100%;
	color: #ffffff;
	text-align: center;
    line-height: inherit;
    padding: 7px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration:none;
}

@media screen and (max-width: 1068px) {
	#RezBusinessCalendar,
	h3.RezPhone, #RezWrap .arrow, #RezWrap .footer-arrows {
		display: none !important;
    }
   
	#rscalendar-mobile {
		display: block;
    }
    #RezWrap .container {width:100%;margin:0;padding:0;}

    .below-header-booking-widget, .hero-image-booking-widget, .over-hero-booking-widget, .float-left-booking-widget, .float-right-booking-widget
    {

        position: fixed;
        display: block;
        width: 100%;
        top:auto;
        bottom: 0px;
        z-index: 999;
        background-color:transparent !important;
        padding:0 0;

    }


}
@media only screen and (max-width: 767px) {
	#RezBusinessCalendar .rs-sc-field.rs-sc-arrival-wrapper label ,
	#RezBusinessCalendar .rs-sc-field.rs-sc-departure-wrapper label {
		width:150px;
	}
}
@media only screen and (max-width: 500px) {
	#RezBusinessCalendar .rs-sc-field label {
		float:none;
	}
	#RezBusinessCalendar .rs-sc-field.rs-sc-arrival-wrapper label ,
	#RezBusinessCalendar .rs-sc-field.rs-sc-departure-wrapper label {
		width:auto;
	}
}

#RezunitCalendar {width: 300px;}

#RezunitCalendar .rs-sc-field.rs-sc-validation,
#RezunitCalendar .rs-sc-field.rs-sc-arrival-wrapper,
#RezunitCalendar .rs-sc-field.rs-sc-departure-wrapper,
#RezunitCalendar .rs-sc-field.rs-sc-nights-wrapper,
/*#RezunitCalendar .rs-sc-field.rs-sc-guest-wrapper,*/
#RezunitCalendar .rs-sc-field.rs-sc-validation,
#RezunitCalendar .rs-sc-field.rs-sc-validation{display: none;}
#RezunitCalendar select, #RezunitCalendar input{width: auto; height: auto;}
#RezunitCalendar .ui-datepicker table{margin: 5px;}
#RezunitCalendar{line-height: normal;}
#RezunitCalendar .rs-ac-legend-table {font-size: 15px !important;}
#RezunitCalendar .rs-ac-legend-table tr:nth-of-type(2) td:nth-of-type(2){color:transparent;}
#RezunitCalendar .rs-ac-legend-table tr:nth-of-type(2) td:nth-of-type(2):before {
	content:"Available";
	color:#53454b;
	display:block;
	margin:-1em 0em -2em 0em;
	padding-top:.5em;
}

#RezunitCalendar .rs-sc-field label span{width: auto;}
#RezunitCalendar .rs-sc-field{float: left; padding-left: 40px;}
#RezunitCalendar .rs-sc-button{display: block; float: none; }
#RezunitCalendar .hasDatepick > div{max-width:360px;}
#RezBusinessCalendar a.rs-sc-book-button,
#RezunitCalendar a.rs-sc-book-button,
button.ui-datepicker{height: auto;}

#RezunitCalendar .rs-sc-book-button {
    width: 90%;
    margin: 0 0 0 -26px;
    font-weight: 900;
    text-transform: uppercase;
}

#RezunitCalendar .ui-datepicker td {padding: 2px; line-height: 18px;}
.datepick-popup {position:fixed !important;}
.ui-datepicker-group select{height: auto;}

.ui-state-default, 
.ui-widget-content .ui-state-default{}
.ui-widget-content .ui-state-default:hover,
.ui-widget-content .ui-state-default:focus{}
.ui-state-highlight, .ui-widget-content .ui-state-highlight{}
#RezunitCalendar .rs-min-stay,
#RezBusinessCalendar .rs-min-stay{
    font-weight: normal;
}

#RezBusinessCalendar .ui-corner-all {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}


/*  Overview Pages
----------------------------------------- */
.wp-block-cover .overview-container {margin-left:auto;margin-right:auto;}



/* Custom Post Types Block */
.ptam-block-post-grid { width:100%;}
.ptam-post-grid-items { }
.ptam-block-post-grid .is-grid article {  margin-bottom: 0; }  
.ptam-post-grid-items article {  position:relative; padding-bottom:70px !important;}
.ptam-pagination {}
.ptam-block-post-grid .ptam-block-post-grid-image {margin:0; height:320px;}
.ptam-block-post-grid .ptam-block-post-grid-image img {margin:0; object-fit:cover; width:100%; height:320px; display:block;}
.ptam-block-post-grid .ptam-block-post-grid-text { position:absolute; top:0;left:0;width:100%;height:100%; }
.ptam-block-post-grid .ptam-block-post-grid-title {position:absolute; top:120px; left:0; width:100%;}
.ptam-block-post-grid .ptam-block-post-custom-fields { 
    position:absolute; 
    top: 160px; left:0; 
    text-align:center !important;
    width:100%;
    color:white !important;
    text-shadow: 1px 1px 1px #000000; 
}
.ptam-block-post-grid h2.ptam-block-post-grid-title a { 
    color: white !important; 
    text-decoration:none; 
    text-shadow: 1px 1px 2px #000000; 
    width:100%; 
    display:block; 
    text-align:center;
}
.ptam-block-post-grid-link-wrapper {
    margin:0;padding:0;
    position:absolute; bottom:0;
    width:100%;text-align:center;
}
.ptam-block-post-grid .ptam-block-post-grid-link { 

    background: #7993b4;
    color: #ffffff !important;
    text-decoration: none !important;
    padding:8px 30px 8px 30px;
    font-size:16px;
    text-shadow:0px !important;
    font-weight:normal;
    display:inline-block;
}
.ptam-block-post-grid .ptam-block-post-grid-link:hover { 
    -webkit-box-shadow: 0 0px 0 inset;
    box-shadow: 0 0px 0 inset;
    background-color:#365d8c;
}