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

* Filename:     custom-style.css
* Version:      1.0.0 (2019-01-22)
* Website:      http://www.zymphonies.com
* Description:  System Style
* Author:       Zymphonies Team
                info@zymphonies.com

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

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap);

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.62em;
  color: #000;
  overflow-x: hidden;
}

p{ margin: 0 0 20px 0; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}

h1, .h1{ font-size: 2em; font-weight: normal; color: #333; }

h2, .h2{ font-size: 1.8em; font-weight: 700; color: #c02529; text-transform:uppercase; margin: 0 0 20px 0; padding-top: 20px; line-height: 1em; }

h2.page-title { font-size: 3em; font-weight: 700; color: #c02529; text-transform:uppercase; margin: 0 0 20px 0; padding-top: 20px; line-height: 1em; }

h3, .h3{ font-size: 1.6em; font-weight: normal; color: #333; padding-top: 20px; }

h4, .h4{ font-size: 1.4em; font-weight: normal; color: #333; }

a{
  color: #c0252a;
text-decoration: none;
}

a:hover{
  color: #c0252a;
text-decoration: underline;
}

ol, ul {
  padding-left: 15px;
margin-left: 5%;
}

ul.links.inline{
  padding: 0;
}

ul.links.inline li{
  list-style: none;
}

.block{
  margin-bottom: 20px;
}

.main-header{
  padding: 10px 0;
  position: relative;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,19,55,1) 35%, rgba(6,75,116,1) 100%);
}

.main-menuwrap nav{
  border: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  border-radius: 0;
  min-height: auto;
}

.main-header .region{
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.main-header .region-header{
  display: inline-block;
}

/*region header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  color: #FFF;
font-size: 22px;
font-weight: bold;
margin: 4% 0 0 25%;
width: 100%;
}

.region-header .brand a {color: #000;}

.site-name a{
  font-size: 22px;
  color: #272727;
}

.site-name a:hover{
  text-decoration: none;
}

/*Banner*/

.welcome-banner-text{
  text-align: center;
  line-height: 160%;
  max-width: 600px;
  padding: 90px 0;
}

.welcome-banner-text h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.topwidget{
  padding: 20px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

.topwidget .region{
  background: #FCFCFC;
  border: 1px solid #F1F1F1;
  padding: 15px;
}

.topwidget h2{
  margin-top: 0;
}

.topwidget p{

}

.topwidget p:last-child{
  margin: 0;
}

/*footerwidget*/

.footerwidget{
  background: #272727;
  color: #8A8A8A;
  padding: 10px 0;
}

.footerwidget img.left{
  float: left;
  margin: 10px 10px 0 0;
}

.copyright{
  background: #000;
  color: #FFF;
font-size: 14px;
}

.copyright a{
  color: #FFF;
font-size: 14px;
}

.copyright p{
  margin: 13px 20px;
}

.footerwidget h2,
.footerwidget .h2{
  color: #FFF;
}

/*bottom-widgets*/

.bottom-widgets{
  text-align: center;
  background: #FBFBFB;
  padding: 10px 0;
}

.bottom-widgets .region{
  padding: 10px;
  background: #DEDEDE;
}

/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #3C3B3B;
  color: #fff;
display: none;
}

.footer-menu ul{
  margin: 10px 0 0 20px;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

.credit-link a {color: #FFF;}

/*SOCIAL MEDIA*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  text-align: center;
  display: none;
}

.social-media a {
  width: 30px;
  height: 30px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: center;
  background: #3262b9;
  font-size: 14px;
  line-height: 220%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}

.social-media a:hover{
  opacity: .6;
}

/*FORM*/

input, button, select, textarea{
  padding: 5px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.btn, 
input[type="submit"]{
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #E3E3E3));
  background-image: -webkit-linear-gradient(top, #FFF 0%, #E3E3E3 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
  border: 1px solid #dbdbdb;
  color: #333;
  font-weight: bold;
  padding: 5px;
}

.btn:hover, 
input[type="submit"]:hover{
  color: #333;
  border: 1px solid #dbdbdb;
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
}

/*FRONT PAGE*/

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: none;
}

.menu-base-theme li a{
  background: #FBFBFB;
  color: #000;
}

.main-menu {
  position: relative;
  z-index: 9999;
}

.region-primary-menu{
  display: none;
  background: #fff;
  width: 100%;
  margin-top: 20px;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
} 

.navbar-toggle{
  z-index: 999;
  background: #333;
}

.navbar-toggle .icon-bar {
  background: #ffff;
}

/*breadcrumb*/

.region-breadcrumb {display: none;}

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul,
.breadcrumb ol{
  padding: 0;
}

.breadcrumb ul li,
.breadcrumb ol li{
  display: inline-block;
  padding-right: 10px;
}

.breadcrumb ul li:after,
.breadcrumb ol li:after{
  content: ">";
  padding-left: 10px;
}

.breadcrumb ul li:last-child:after,
.breadcrumb ol li:last-child:after{
  content: "";
  padding: 0px;
}

/*search form*/

.region-search{
  display: none;
}

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

.block-search input{
  width: 100%;
}

.block-search{
  margin: 0;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact{}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}

/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

/*Carousel*/

.slideshow{
  display: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img{
  width: 100%;
}

.carousel-control.left,
.carousel-control.right{
  width: 50px;
  height: 50px;
  background: #000;
  top: 50%;
  padding: 12px;
  margin-top: -25px;
}

/*flexslider*/

.flexslider{
  border-top: 1px solid #000;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-radius: 0;
  z-index:1;
}

.flexslider .slides > li{
  position: relative;
}

.flexslider .slider-caption{
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 15%;
    font-size: 18px;
color: #FFF;
    left: 25%;
    line-height: 141%;
    margin: 0 auto;
    padding: 20px 40px 40px 40px;
    position: absolute;
    text-align: center;
    width: 50%;
    z-index: 99;
}

.flexslider .slider-title{
  margin-top: 0;
  font-size: 2em;
color: #00cafc;
}

.flexslider .flex-direction-nav a{
  font-size: 0;
}

.flexslider .flex-direction-nav a:before{
  color: #fff;
  padding-top: 10px;
}

.price-table .region{
  background: #eee;
  padding: 20px;
}

.price-table .card-header h2{
  color: #ff4a00;
}

.price-table .card-title{
  color: green;
}

.price-table .block{
  margin: 0;
}

.block-system-main-block {margin: 0;
padding: 20px 0 50px 0;}

.path-frontpage .block-system-main-block, #node-2 .block-system-main-block, #node-3 .block-system-main-block, #node-4 .block-system-main-block {margin: 0;
padding: 0;}

.path-frontpage .col-md-12 {min-height: auto;}

#carousel {
position: relative;
width:90%;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}

#slides ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
height:250px;
float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
float:right;
display: none;
}

#buttons a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 60px;
color:#b14943;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a.button3 {
    background: #083500 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    margin: 0 2px 15px 0;
    padding: 14px 30px;
    transition: all 0.3s ease 0s;
text-decoration: none;
font-size: 22px;
}
a.button3:hover {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    margin: 0 2px 15px 0;
    padding: 14px 30px;
    transition: all 0.3s ease 0s;
text-decoration: none;
font-size: 22px;
}

.slide__caption {display: none;}

.block-block-content71479bd8-3c98-43ba-aae1-adcc5e9ef7b5 {margin-bottom: 0;}

.block-block-content1651b21c-a07f-4e38-8fda-53f087c2aa53 {display: none;}

.slick-slide{
  padding: 3px;
}

.slick-dots{ 
  position: static !important;
}


.slick-arrow::before {
  color: #FFFFFF !important;
  font-size: 3.5rem !important;
}

.slick__arrow {
  top: 40% !important;
}

/*New Code Starts Below*/

a.more-link {
    background: #00cafc none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #083500;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 100%;
    margin-right: 2px;
    padding: 14px 30px;
    transition: all 0.3s ease 0s;
text-decoration: none;
}

a.more-link:hover {
    background: #c02529 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 100%;
    margin-right: 2px;
    padding: 14px 30px;
    transition: all 0.3s ease 0s;
text-decoration: none;
}

a.button {
    background: #c02529 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    margin: 0 2px 15px 0;
    padding: 14px 30px;
    transition: all 0.3s ease 0s;
text-decoration: none;
}
a.button:hover {
    background: #00cafc none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #08082c;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    margin: 0 2px 15px 0;
    padding: 14px 30px;
    transition: all 0.3s ease 0s;
text-decoration: none;
}

table.logo {width: 90%;
margin: 0 auto;}

table.logo td {width: 30%;
vertical-align: middle;
text-align: center;
color: #FFF;}

table.two {width: 90%;
margin: 30px auto 20px auto;}

table.two td {width: 45%;
vertical-align: top;
text-align: left;
padding: 20px;
color: #FFF;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videodiv {margin: 0 auto;
text-align: center;
width: 75%;}

.block-block-contentf13dbdb4-0a5b-47e0-a80a-47367da8004b {margin-bottom: 0;
padding: 30px;
background-color: #020025;
color: #FFF;}

table.schedule {width: 90%;
margin: 0 auto;
padding-bottom: 20px;}

table.schedule td {width: 45%;
vertical-align: top;
text-align: left;
color: #FFF;}

table.schedule td.click {width: 45%;
vertical-align: middle;
text-align: center;
color: #FFF;}

table.schedule h2 {color: #fff9f5;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0px 0 30px 0;
    padding: 0px;
    text-transform: uppercase;}

table.schedule p {padding-top: 20px;}

a.button2 {
    background: #00cafc none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #020025;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    margin: 0 2px 15px 0;
    padding: 14px 30px;
    transition: all 0.3s ease 0s;
text-decoration: none;
font-size: 26px;
}
a.button2:hover {
    background: #c02529 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    margin: 0 2px 15px 0;
    padding: 14px 30px;
    transition: all 0.3s ease 0s;
text-decoration: none;
font-size: 26px;
}

.block-block-contentf2b5d189-b955-4ce3-b0c4-aaaa6ec3d41f, .block-block-contented79a1b8-ddf3-4dd3-814d-7f2c7f0bb5d2 {margin-bottom: 0;
padding: 30px;
background-color: #09163a;
color: #FFF;}

.block-block-contentf2b5d189-b955-4ce3-b0c4-aaaa6ec3d41f table.two td, .block-block-contented79a1b8-ddf3-4dd3-814d-7f2c7f0bb5d2 table.two td {width: 50%;
vertical-align: top;
text-align: left;
padding: 20px 0;
color: #FFF;
font-size: 18px;
line-height: 1.75em;}

.block-block-contentf2b5d189-b955-4ce3-b0c4-aaaa6ec3d41f h2, .block-block-contented79a1b8-ddf3-4dd3-814d-7f2c7f0bb5d2 h2 {color: #FFF;
    font-size: 3em;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0;
    text-transform: uppercase;}

.block-block-contentf2b5d189-b955-4ce3-b0c4-aaaa6ec3d41f h3, .block-block-contented79a1b8-ddf3-4dd3-814d-7f2c7f0bb5d2 h3 {color: #FFF;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0;
    text-transform: uppercase;}

.block-block-contentf2b5d189-b955-4ce3-b0c4-aaaa6ec3d41f img {margin-bottom: 20px;}

table.three {width: 100%;
margin: 0 auto;}

table.three td {width: 33.3%;
vertical-align: top;
text-align: justify;
padding: 20px;}

.boxes {background: rgba(250, 250, 250, 0.3) none repeat scroll 0 0;;
color: #FFF;
padding: 20px;
text-align: center;
min-height: 525px;}

.boxes img {width: 25%;
height: auto;}

.boxes strong {font-size: 22px;
color: #000;}

.block-block-contentbd973028-0d2d-45d8-a8a8-e1077847977f {margin-bottom: 0;
padding: 30px;
background-color: #818978;
color: #FFF;
background-image: url("../images/servicesbg.jpg");
  background-repeat: no-repeat;
background-size: cover;}

.block-block-contentbd973028-0d2d-45d8-a8a8-e1077847977f h2 {color: #00cafc;
    font-size: 3em;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0;
    text-transform: uppercase;}

.block-block-content285aedc3-9d01-47ed-b67d-61f96d1cdd8a {margin-bottom: 0;
padding: 30px;
background-color: #06436b;
color: #083500;}

.block-block-content285aedc3-9d01-47ed-b67d-61f96d1cdd8a table.two td {width: 50%;
vertical-align: top;
text-align: left;
padding: 0;
color: #FFF;}

.block-block-content285aedc3-9d01-47ed-b67d-61f96d1cdd8a h2 {color: #FFF;
    font-size: 3em;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0;
    text-transform: uppercase;}

.block-block-content979ec871-31d8-4dc0-9065-eaa16b6036eb {margin-bottom: 0;
padding: 30px;
background-image: url("../images/headerbg.jpg");
  background-repeat: no-repeat;
background-size: cover;
background-color: #a6ae9c;
color: #FFF;}

.block-block-content979ec871-31d8-4dc0-9065-eaa16b6036eb h2 {
    color: #01cafc;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
height: 120px;
font-size:20px;
color:#FFF;
font-style:italic;
text-shadow:none;  
}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#01cafc;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}

.contact-form {background-color: #091438;
padding: 20px;
color: #FFF;}

.js-form-item-party-size-0-value {display: none;}

.calendar-view-pager div{font-size: 1em !important;}
.calendar-view-pager a {font-size: 1em !important;}
.view-calendar caption {display: none;}
.calendar-view-pager{ list-style: none;}

.block-block-content8b52bced-32be-4657-b5e2-b9f696699c89 {background-color: #3f3f3f;
margin-bottom: 0;}

table.missionfour {width: 100%;
margin: 0 auto;}

table.missionfour td {width: 25%;
vertical-align: top;
text-align: center;
padding: 0px;}

.holderbox {background-color: #6d6c6c;
color: #FFF;
min-height: 250px;
margin: 0 20px 0 20px;
border: 1px solid #000;
box-shadow: 10px 5px 5px #231f1e;}

.holderbox h2, .holderbox .h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 20px;
    line-height: 1em;
    background: #c02529;
}

.holderbox p {padding: 0 30px 20px 30px;}

.path-blog h2 {
    display: none;
} 

.block-block-content787a1899-5ade-49c4-a44a-16be60d52f06 {background-color: #000;
color: #FFF;
padding: 10px;
margin-bottom: 0;}

.block-block-content787a1899-5ade-49c4-a44a-16be60d52f06 img {margin-right: 10px;}

table.four {width: 100%;
margin: 0 auto;}

table.four td {width: 25%;
vertical-align: middle;
text-align: center;
padding: 20px;}