/* custom styles */
.text-shadow {
  /* color | offset-x | offset-y | blur-radius */
  text-shadow: #111 1px 1px 1px;
}
/*=== main css ===*/
body {
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #111;
}
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*
box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
*/
.box-shadow {
  /*Chrome, Safari*/
  -webkit-box-shadow: 2px 2px 10px 1px rgba(193, 193, 193, 0.5);
  /*Firefox*/
  -moz-box-shadow: 2px 2px 10px 1px rgba(193, 193, 193, 0.5);
  /*Standard Syntax*/
  box-shadow: 2px 2px 10px 1px rgba(193, 193, 193, 0.5);
}
.align_left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.align_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.align_center {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* no top/bottom margin */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.center {
  display: table;
  margin: 10px auto;
}
.image-border {
  padding: 6px;
  border: 1px #ddd solid;
  background-color: #fff;
}
/* assign to floated images, so max width 
is 50% at mobile & small tablet */
.image-resp {
  max-width: 100%;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
/*  padding-top: 20px;*/
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.formdiv {
  margin-top: 30px;
}
hr {
  width: 90%;
  border: 1px solid #eaeaea;
  margin: 35px auto;
}
a,
a:link,
a:visited {
  color: #3e6798;
  text-decoration: none;
}
a:hover {
  color: #ad0005;
}
a {
  outline: none;
}
ul {
  padding-left: 25px;
  list-style-type: disc;
}
.main-content li, .banner-main-content li {
  margin-bottom: 0.5em;
}

/*=== typography ===*/
p {
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #111111;
  font-weight: normal;
  text-align: left;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
h1 {
  font-size: 32px;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 28px;
  margin-top: 0.25em;
  margin-bottom: 1em !important;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}

.indent {
  margin-left: 15%;
}



p.action-text {
  margin-top: 40px;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
}

/*=== layout ===*/

#header-outer {
  margin-bottom: 0;
}

img.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#tagline h2 {
  text-align: center;
  line-height: normal;
  font-size: 28px;
  font-style: italic;
  margin: 52px 0 0 15px;
}
#addr {
  margin-top: 45px;
}
#addr h2 {
  font-size: 22px;
  margin-bottom: 5px !important;
}
#addr p {
  margin-top: 0px;
  font-size: 18px;
}
#footer #addr {
  margin-top: 0;
}
#footer #addr h2 {
  color: #fff;
  font-style: bold;
  margin-top: 0;
}


/* menu */

#mainmenu-outer {
  background-color: #222;
}
.mainmenu {
}
.mainmenu li {
  list-style-type: none;
}

/* no padding above banner images */
.banner-main-content {
  padding-top: 0;
}
.main-content {
  padding-top: 40px;
}


.intro {
  font-size: 18px;
}
.specials {
  font-size: 14px;
}
ul.services {
  font-size: 18px;
}
ul.services h3 {
  text-align: center;
}

.callout-text {
  padding-top: 25px;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 32px;
  text-align: center;
}
.callout-text2, .callout-text2 p {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 40px;
  text-align: center;
}

div.post img.align_left {
  margin-right: 40px;
}
div.post ul {
  padding-left: 40px;
  overflow: hidden; /* move list around floats */
}
div.post a.uk-button {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#footer-outer {
  color:#fff;
  background-color: #4A6089;
  padding: 25px 20px;
  margin-top: 50px;
}

#footer-outer a,
#footer-outer a:link,
#footer-outer a:visited {
  color:#ededed;
  text-decoration: none;
}
#footer-outer a:hover {
  color:#fbffc8;
}
.copyright {
  font-size: 0.9em;
  text-align: center;
}


#back-top span {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-bottom: 25px;
  background: #dddddd url(up-arrow.png) no-repeat center center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
}


/*=== uikit overrides ===*/

.uk-modal {
  z-index: 99999 !important;
}
.uk-modal-dialog {
    padding: 20px 40px 30px 40px;
}

.uk-panel-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.uk-panel-box-primary {
  color: #444;
  background-color: #d2e0ea;
  border: 1px solid #AFC1CE;
  font-size: 1em;
}
.uk-panel-box .uk-panel-title {
  color: #111;
}

.uk-panel-box h3.uk-panel-title,
.uk-panel-box h3 {
  color: #111;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}


.uk-button, a.uk-button,
.uk-button:visited, a.uk-button:visited {
  color: #111;
  background: #f0f0f0;
  border: 1px solid #d7d7d7;
  text-shadow: none;
}
.uk-button:hover {
  color: #fff;
  background: #1B9A89;
  border: 1px solid #126A64;
  text-shadow: none;
}
.uk-button-primary, a.uk-button-primary,
.uk-button-primary:visited, a.uk-button-primary:visited {
  color: #111;
  background: #f0f0f0;
  border: 1px solid #d7d7d7;
}
.uk-button-primary:hover {
  color: #fff;
  background: #1B9A89;
  border: 1px solid #126A64;
  text-shadow: none;
}
.uk-button-success, a.uk-button-success,
.uk-button-success:visited, a.uk-button-success:visited {
  color: #fff;
  background: #4A6089;
  border: 1px solid #d7d7d7;
}
.uk-button-success:hover {
  color: #fff;
  background: #1B9A89 !important;
  border: 1px solid #126A64;
  text-shadow: none;
}
.uk-alert {
  color: #111;
  text-shadow: none;
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 24px;
}
div.call-action.uk-alert {
  margin-top: 30px;
}

/* uikit sets this to red for some reason */
em {
  color: #111;
}


/* media queries */

/* phones ----------- */
@media only screen and (max-width : 480px) {
h2 {
  margin-top: 0.5em;
}
h3 {
  margin-top: 0.5em;
}
#tagline h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.image-resp {
  max-width: 50%;
}
.indent {
  margin-left: 2%;
}
.callout-text2, .callout-text2 p {
  font-size: 22px;
}
#addr p, #addr h2 {
  text-align: center;
}

}


/* tablets small  ----------- */
@media only screen and (min-width : 480px) and (max-width : 768px) {
#header-outer {
  padding-top: 10px;
  padding-bottom: 20px;
}
#tagline h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.image-resp {
  max-width: 50%;
}
.indent {
  margin-left: 7%;
}
.callout-text2, .callout-text2 p {
  font-size: 24px;
}
#addr p, #addr h2 {
  text-align: center;
}
}

/* tablets large ----------- */
@media only screen and (min-width : 768px) and (max-width : 970px) {
.uk-panel-box-primary h3.uk-panel-title, .uk-panel-box h3 {
  font-size: 0.9em !important;
}
#tagline h2 {
  font-size: 32px;
}
.callout-text2, .callout-text2 p {
  font-size: 32px;
}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 970px) and (max-width : 1250px) {

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1250px) {

}