/* =============================================================


MOBILE/DEFAULT
 

============================================================= */

.reviews {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0971ce;
}

.reviews img {
  padding: 0px 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reviews img:hover {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -moz-transform: rotate(-10deg) scale(1.2);
  -o-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);s
  transform: rotate(-10deg) scale(1.2);
}


body {
  font-size: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
  color: #6d6d6d;
  background: #f6fdff url(../images/bg.png) left top repeat-x;
  xheight: 100%;
}

body#tinymce {background-image: none !important; background: #fff none !important;}

p {
  margin: 0 0 1em 0;
  line-height: 1.4;
  overflow-x: hidden;
}

h1 {
  margin: 0.25 0 0.5em 0;
  font-size: 3em;
  font-weight: 200;
  line-height: 0.8;
  text-align: center;
  line-height: 1.1;
}
h2 {
  margin: 2em 0 .5em 0;
  font-size: 1.6em;
  line-height: 1.1;
}
h3 {
  margin: 2em 0 .25em 0;
  font-size: .75em;
  line-height: 1.1;
}

ul {
  padding: 0;
  margin: 0 0 1em 1.5em;
}
a {
  color: #cc2900;
}

article img {width: 100%;}

.main-photo.hero {
  width: 100%;
}



#callout-boxes {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

body#home h1 {
  display: none;
}

body#home aside {
  display: none;
}

body#home article {
}

body#home .banner {
  display: block;
}

.banner {
  display: none;
}

body#home .monolith-ad {
  display: block;
  width: 100%;
}

a {
  color: #cc2900;
  text-decoration: none;
  
}

a:hover {
  text-decoration: underline;
  color: #cc2900;
  
}

header {
  background: #FFF;
}

header .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 236px;
  height: 58px;
}

main {
  width: 100%;
  margin: 0px auto 20px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slicknav_menu {
  display: block;
  font-size: 20px;
  box-sizing: border-box;
  background: #FFF;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: none;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #e2e2e2;
}
    
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #3a3a3a;
}
.slicknav_nav a:hover {
  background: #cc2900;
  color: #FFF;
  border-radius: 0;
}

.slicknav_menu .active {
  background: #FFF;
  color: #cc2900;
}

.slicknav_btn {
  background: #cc2900;
  border-radius: 0;
}

header nav .menu {
  display: none;
  font-size: 16px;
}

header .menu a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 0;
  display: inline-block;
}

header .menu a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#home-banner .bubble {
  display: none;
}

#home-banner {
display: none;
}

main, article, aside, footer {
  box-sizing: border-box;
  position: relative;
}

article {
  padding: .5em;
  margin: 0;
}

aside {
  display: block;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  box-sizing: border-box;
  padding: 20px;
}

#section-links {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

#section-links li {
  margin-bottom: 5px;
}

#section-links a {
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #ca2b15;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#section-links a:hover {
  color: #3a3a3a;
}

.callout-box {
  flex: 30%;
}

#callout-boxes .callout-box img {
  padding-bottom: 20px;
  transition: all 0.5s ease;
}

#callout-boxes .callout-box img:hover {
  filter: grayscale(100%);
}

.monolith-ad a {
  width: 100%;
  display: block;
}

.monolith-ad img {
  padding: 1em 1em;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.banner {
  height: 300px;
  margin: 20px;
  clear: both;
  box-sizing: bord;
}

footer {
  clear: both;
  padding: 20px;
  box-sizing: border-box;
  background: #3a3a3a;
}

footer .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 236px;
  height: 58px;
  padding: 20px 0px 0px 20px;
}

footer .bubble {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 292px;
  height: 135px;
  box-sizing: border-box;
  padding: 20px;
  background: transparent url(../images/bubble-footer.png) top left no-repeat;
}

footer .bubble p {
  line-height: 1.2em;
  font-weight: 200;
  color: #6d6d6d;
  padding: 1.5em .5em 0;
}

footer .bubble p a {
  font-weight: 500;
  color: #cc2900;
}

footer .nav {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}

footer .menu {
  font-size: 18px;
  margin: 0px 0px;
  padding: 20px 0px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

footer ul.menu {
  list-style-type: none;
}

footer .menu li {
  padding: 0px 10px 0px 10px;
  float: left;
  border-right: 1px solid #FFF;
  margin: 0;
}

footer .menu a {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: 200;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .menu a:hover {
  text-decoration: none;
  color: #cc2900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .footer-contact {
  color: #FFF;
  font-size: 12px;
}

.social {
  text-align: center;
  margin-bottom: 10px;
  clear: both;
}

.social img {
  padding: 0px 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social img:hover {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -moz-transform: rotate(-10deg) scale(1.2);
  -o-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}

.address {
  text-align: left;
  float: left;
  padding-left: 10px;
}

.copyright {
  clear: both;
  text-align: center;
  font-size: 12px;
  padding: 20px 20px;
  color: #FFF;
}

.copyright a {
  color: #cc2900;
}

footer .footer-R {
  box-sizing: border-box;
}

.post {
  padding: 1em; 
  margin: 2em 0;
}


/* =============================================================


TABLET
 

============================================================= */
@media only screen and (min-width: 650px) {
  
  h1 {
    text-align: left;
  }
  
  article img {width: initial;}
  
  main {
    padding: 20px;
  }
  
  header {
    margin-bottom: 85px;
  }
  
  header .wrapper {
    position: relative;
    height: 78px;
  }
  
  header nav .menu {
    display: block;
  }
    
  .slicknav_menu {
    display: none;
  }
    
  header .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 236px;
    height: 58px;
  }
  
  header nav {
    margin-bottom: 20px;
  }
    
  header .menu {
    display: block;
    margin: 0px auto;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  
  header .menu li {
    display: inline;
    list-style: none;
    text-decoration: none;
    border-right: 1px solid #3a3a3a;
  }
  
  header .menu a {
    display: inline-block;
    font-weight: 200;
    text-decoration: none;
    color: #3a3a3a;
    padding: 5px 0px;
    font-size: 18px;
    margin: 0px 10px;
    line-height: .75em;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    border-bottom: 5px solid #fff;
  }
    
  header .menu .active {
    color: #cc2900;
    border-bottom: 5px solid #cc2900;
  }

  header .menu a:hover {
    color: #cc2900;
    border-bottom: 5px solid #cc2900;
  }

  .menu li.last {
    border-right: none;
  }
  
  #home-banner {
    display: block;
    width: 960px;
    height: 399px;
    margin: 0 auto 45px auto;
  }

  .banner a.button {
    float: right;
    margin-top: 0px;
  }

  .banner a.button:hover {
    float: right;
    margin-top: 0px;
  }

  .banner {
    padding: 20px;
    box-sizing: border;
    text-align: center;
    margin-top: 20px;
    clear: both;
    position: relative;
  }
  
  body#home .banner {
    height: 300px;
    margin-top: 0px;
  }
  
  .banner {
    height: 150px;
  }
  #home-banner {
    width: 100%;
  }
  
  #home-banner .bubble {
    display: block;
    position: absolute;
    box-sizing: border-box;
    padding: 2em;
    margin-top: 0;
    z-index: 100;
    font-size: 19px;
    line-height: 1.8em;
    color: #6d6d6d;
    background-color: #fff;
  }
  
  #home-banner .bubble p { line-height: 1.9; }

  .bubble .close {
    position: absolute;
    right: 45px;
    bottom: 30px;
    font-size: 11px;
  }
  
  #callout-boxes {
    padding: 1em 1em;
  }
  
  article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: left;
    width: 600px;
    margin: 0;
  }
  
  .no-sidebar article {
    width: 100%;
  }
  
  #home article {
    padding: 0;
  }
  
  aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 330px;
    margin: 0;
    padding: 0px 0px 0px 1em;
  }
  
  .no-sidebar aside {
    display: none;
  }
  
   #section-links a {
    box-sizing: border-box;
    padding: 5px 25px;
    width: 100%;
  }
  
  #callout-boxes {
  }
  
  #callout-boxes .callout-box img {
    width: 100%;
  }
  
  footer {
    margin: 1em;
  }
  
  footer .bubble p {
    padding: 1.5em .5em 0;
  }
  
  footer .wrapper .footer-L {
    float: left;
    width: 43%;
  }
  
  footer .wrapper .footer-R {
    float: right;
    width: 56%;
  }
  
  footer .wrapper .logo {
    margin: 0;
  }
  
  .social {
    text-align: center;
    float: left;
    clear: both;
  }
  
  .social img {
    padding: 0px 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .social img:hover {
    -webkit-transform: rotate(-10deg) scale(1.2);
    -moz-transform: rotate(-10deg) scale(1.2);
    -o-transform: rotate(-10deg) scale(1.2);
    -ms-transform: rotate(-10deg) scale(1.2);
    transform: rotate(-10deg) scale(1.2);
  }
  
  .address {
    text-align: left;
    float: left;
    padding-left: 10px;
  }
  
  footer .bubble {
    float: left;
    padding: 16px 0px 0px 18px;
  }
  
  footer .footer-R {
    padding-left: 40px;
  }
  

}


/* =============================================================


DESKTOP
 

============================================================= */
@media only screen and (min-width: 960px) {
  main {
    width: 960px;
    margin: 20px auto;
    padding: 0;
  }
  
  header {
    width: 100%;
  }
  
  header .logo {
    display: block;
    float: left;
    width: 99px;
    xheight: 93px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
  }
  
  header nav {
    float: right;
    padding: 0px;
    box-sizing: border-box;
    margin: 30px 20px 0px 0px;
  }
    
  header .menu {
    display: block;
    margin: 0px auto;
    width: 100%;
  }
    
  header ul.menu {
    margin: 0px;
    padding: 0;
    float: right;
  }
    
  header .menu li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    border-right: 1px solid #3a3a3a;
  }
    
  header .menu a {
    float: right;
    display: block;
    font-weight: 200;
    text-decoration: none;
    color: #3a3a3a;
    padding: 5px 0px;
    font-size: 18px;
    margin: 0px 10px;
    line-height: .75em;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }
    
  header .menu .active {
    color: #cc2900;
    border-bottom: 5px solid #cc2900;
  }
   
  header .menu a:hover {
    color: #cc2900;
    border-bottom: 5px solid #cc2900;
  }
    
  header .menu li.last {
    border-right: none;
  }
  
  #home-banner .bubble {
    display: block;
    position: absolute;
    box-sizing: content-box;
    width: 820px;
    height: 208px;
    padding: 70px 70px 0 70px;
    margin-top: -100px;
    background: transparent url(../images/bubble.png) left top no-repeat;
    z-index: 100;
    font-size: 19px;
    line-height: 1.8em;
    color: #6d6d6d;
  }
  
  .wrapper {
    width: 960px;
    margin: 0 auto;
    clear: both;
  }
  
  body#home .banner {
    height: 360px;
    width: 960px;
    margin: 0 auto;
  }
  
  .banner {
    height: 150px;
    width: 960px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  
  body#home .banner {
    margin-bottom: 40px;
  }
  
  article {
    padding-bottom: 2em;
  }

  footer {
    width: 960px;
    margin: 2em auto 1em;
    text-align: center;
  }
  
  footer .menu {
    width: 70%;
  }
  
  footer .bubble {
    float: left;
    padding: 16px 0px 0px 0px;
  }

}

