/* Keyframes */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

/* Hide admin bar by default */
#admin-menu-outer { display: none; }
#admin-minimize { display: none; }
#admin-restore { display: block; }

* {
  margin: 0;
  padding: 0;
}

.viewport-width { 
width: 100vw; 
left: calc(-50vw + 50%); 
position: relative; 
}

.content-width { 
width: 1150px; 
max-width: 98%; 
margin: 0 auto;
 }
 
body { 
background: #content_background_color#; 
overflow-x: hidden; 
}

#social-top {
  color: #fff;
  position: relative;
  display: inline-block;
  background: transparent;
  margin-bottom: 20px;
  text-align: right;
  width: 100vw;
left: calc(-50vw + 50%);
position: relative;
}
#social-top a {
  font-size: 1em;
  width: 100%;
  padding:5px;
  text-align: center;
}
#social-top a:hover { background: transparent; color: #000; }

#social-top ul {
 width: 100%;
display: flex;
}

#social-top li {
  display: grid;
width: 100%;
}

#social-top .fa-phone { background-color: #custom_1#; color: #custom_6#; }
#social-top .fa-yelp { background-color: #custom_2#; color: #custom_6#; }
#social-top .fa-twitter { background-color: #custom_3#; color: #custom_6#; }
#social-top .fa-linkedin{ background-color: #custom_4#; color: #custom_6#; }
#social-top .fa-facebook { background-color: #custom_5#; color: #custom_6#; }
#social-top .fa-instagram { background-color: #custom_7#; color: #custom_6#; }


iframe { border: 0; }

a { text-decoration: none; }

body { background: #content_background_color#; }

header { 
background: #fff; 
position: fixed; 
z-index: 30; 
color: #custom_6#; 
padding: 0px 0 10px;
 }
 
header nav { background: #nav_background_color#; }

header #logo { padding-left: 10px; }

header #logo img {
    transition: 200ms all linear;
    max-height: 140px;
    margin-bottom: -10px;
  margin-top: 10px;
}
 

.docked header { 
background: #custom_6#!important; 
box-shadow: 0 10px 10px rgba(0,0,0,.25);
  max-height: 60px;
 }


#logo { 
transition: all 600ms ease-in-out; 
opacity: 1; 
}

.expanded #mobile-menu { 
z-index: 3000; 
}


.expanded #logo { 
opacity: 0; 
}



#menu-inner li.selected a:hover { 
color: #nav_background_color#; 
text-shadow: none;
 }

nav a { 
transition: 200ms all linear;
 }


#content-outer { background: #content_background_color#; }

#homepage #content { padding: 120px 20px 20px; }

#content { z-index: 1; position: relative; padding: 150px 20px 6%; }

footer { 
min-height: inherit; 
height: inherit; 
background:  #body_background_color#; 
color: #heading_1_color#; 
position: relative; 
z-index: 2; 
margin-top: -20px; 
padding: 6% 0;
 }
 


footer h4 { 
font-weight: bold; 
}


footer a, footer nav ul li a { 
color: #link_color#; 
text-decoration: none; 
}


footer a:hover, footer nav ul li a:hover { 
color: #link_hover_color#; 
}


footer address { 
font-style: normal; 
}


/* homepage */
.message { 
height: 70vh; 
width: 100vw; 
position: relative; 
left: calc(-50vw + 50%); 
background: url(https://s3.amazonaws.com/siteninja/multitenant/assets/26947/files/original/awd19headertop-compressor.jpg) no-repeat #ffffff; 
padding: 5vh 0 8vh;  
text-align: left; 
margin-top: -32px; 
z-index: 1; 
background-size: cover; 
}



.message-inner { 
padding: 0 5%; 
max-width: 98%; 
margin: 0 auto; 
transition: all ease-out 2s; 
opacity: 1; 
position: fixed; 
z-index: 1; 
}

.message.fade .message-inner { 
opacity: 0; 
}


.message .button { 
    background: #custom_6#; 
  color: #content_background_color#; 
  border-radius: 100px;  
  padding: 12px 24px; 
  font-size: 1.25em; 
  text-decoration: none; 
  text-transform: uppercase; 
  display: inline-block; 
  transition: all 600ms ease-in-out; 
  opacity: 0; 
  -webkit-animation: fadeIn 6s; 
  animation: fadeIn 6s; 
  -webkit-animation-fill-mode: forwards; 
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; 
  text-align: left;
    margin: 3% 5%;
}

#content .message .button:hover { 
  background: #custom_3#; 
  color: #custom_1#;
}




#homepage-signup { 
text-align: center; 
font-size: 1.25em; 
padding: 3% 0 12%; 
line-height: 1.3em; 
color: #content_background_color#; 
background: #link_color#; 
position: relative; 
z-index: 2; 
margin-top: 0; 
text-shadow: none; 
min-height: 30vh; 
text-align: left;
}

#homepage-signup h2 { 
font-size: 1.7em; 
color: #content_background_color#; 
font-weight: bold;
 padding: 0 0 10px;
  }
  



#homepage-signup p { padding: 0 0 24px; }

#homepage-signup a { color: #custom_8#; font-weight: bold; }

#homepage-signup a:hover { color: #content_background_color#; }

#homepage-signup #inquiry_email, #intakeform #inquiry_email { 
font-size: .8em; 
padding: 4px 4px 4px 12px; 
border: #nav_selected_background_color# 2px solid; 
border-radius: 100px 0 0 100px; box-shadow: 0 0 10px rgba(0,0,0,.5);
 }
 

#request-submit { display: inline; }

input[type="submit"] { font-size: .8em; background: #heading_1_color#; color: #content_background_color#; border-radius: 0 100px 100px 0; border: 2px solid #nav_selected_background_color#; padding: 4px 12px; transition: all 600ms ease-in-out; text-shadow: 0 0 6px #heading_1_color#; box-shadow: 0 0 10px rgba(0,0,0,.5); }
input[type="submit"]:hover { background: #nav_selected_background_color#; color: #content_background_color#; }

#main-content-outer { 
background: #content_background_color#; 
position: relative; 
z-index: 2; 
margin-bottom: -14px;
 }
 

#homepage .content-width#main-content { 
max-width: calc(100% - 40px); 
}


.list_of_links .date { font-size: .8em; }

.list_of_links.recent_articles li, .article_for_list  { 
border-bottom: 1px solid #eaeaea!important;
 }
 
.article_for_list { padding-bottom: 15%; }

.article_posted_info { font-size: .8em;  }

article .article_posted_info { 
border-left: 4px solid #nav_color#; 
border-bottom: 1px solid #nav_color#; 
padding: 0 0 0 8px; 
}

article .article_posted_info.categories { 
border-bottom: 0; 
border-top: 1px solid #nav_color#; 
}

.images { 
padding: 2px; 
margin: 0 0 0 20px; 
border: none; 
}

.images img { 
display: block; 
margin: 0 auto;
 }





/* Comments */
#answer_form input, #answer_form textarea { max-width: 96%; border: 1px solid #link_color#; padding: .5% 1%; margin-bottom: 1%; }
#answer_form .submit { margin-top: 0; }
#answer_form input[type="submit"] { font-size: 1.4em; border: 2px solid #link_hover_color#; border-radius: 100px; content: "Post"; padding: .5% 2%; }


#side-sub-menu, #side-sub-menu ul { list-style: none; padding: 0; margin: 0; font-size: 1.4em; }
#side-sub-menu ul  { padding: 0 0 0 10px; font-size: .8em; }
#side-sub-menu li { display: block; padding: 4px 0; }
#side-sub-menu a.selected, #side-sub-menu a.selected-tree { font-weight: bold; }

#side-column #intakeform #inquiry_email, #side-column-2 #intakeform #inquiry_email { width: calc(50% - 12px); box-shadow: none; }
#side-column #intakeform #inquiry_submit, #side-column-2 #intakeform #inquiry_submit  { width: calc(25% - 12px); box-shadow: none; }


label { color: #link_color#; }
label:hover { background: transparent; color: #link_hover_color#; }

#side-column .list-of-links { margin: 0; padding: 0 0 0 10px; list-style: none; }

#side-column-2 {
     padding: 20px!important;
    margin-top: 10px!important;
    background: -moz-linear-gradient(left, rgba(234,234,234,1) 0%, rgba(252,252,252,1) 85%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(252,252,252,1) 85%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(234,234,234,1) 0%,rgba(252,252,252,1) 85%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00ffffff',GradientType=1 )!important;
    border-radius: 1em!important; 
  display: inline-block!important;
}




#video-gallery .link_for_list {
    z-index: 1;
    width: 30.33%;
    margin: 0 .5% 10%;
    background: #191919;
    transition: all 200ms linear;
    border-radius: .75em;
    display: inline-table;
}

#video-gallery .link_for_list p { 
 font-size: 12px;
 padding-left: 10px;
   padding-right: 10px;
}

#video-gallery .link_for_list:hover { 
  background: #333d49; 
  box-shadow: 0px 0px 25px #000;
  z-index: 2; 
}

#video-gallery .link_for_list:nth-child(3n+1) { clear: left; }

#video-gallery .link_for_list h2 { font-size: 1.5em; }

#video-gallery .link_for_list .images {
    display: block;
    height: 100%;
    overflow: hidden;
    float: left;
    width: 95%;
    margin-right: 3%;
    line-height: 100px;
}

#video-gallery .link_for_list img { 
  width: 100%; 
  vertical-align: middle;
}

#video-gallery .link_for_list h2 { padding: 10px; }

#video-gallery .list_of_links h2 { 
  float: right; 
  clear: right;
}
#video-gallery .link_for_list .images img {
    display: block;
}

#video-gallery #link-list a { background-image: none; }

#video-gallery iframe {
    min-height: 500px;
}

#video-gallery .link_main_category {
    overflow: -webkit-paged-x;
}
#video-gallery .link_sub_categories h2 {
    margin: -15% 0px;
    position: relative;
    width: 100%;
    padding-left: 10px;
}

#video-gallery .link_sub_categories {
   columns: 1;
}

#video-gallery .list_of_links.categories li {
  padding: 10px!important; 
      font-weight: 900;
}
#video-gallery .list_of_links a {
    font-weight: 100;
}

#video-gallery #links-list h4 {
    font-size: .8em;
    color: #afafaf;
    padding: 4px 0;
    margin-bottom: -.25em;
}


#video-gallery .list_of_links {
  display: inline-flex;
}

#video-gallery .list_of_links li {
    padding: 10px;
    margin: 1%;
    min-width: 15vw;
}

#video-gallery #links-list {
  display: inline-flex;
}

#video-gallery #links-list a {
 background: none!important;
  margin: 2%;
}


#portfolio .body-content ul {
    columns: 2;
    list-style-type: none;
    -webkit-padding-start: 0;
      -webkit-margin-before: 0;
}
#portfolio .body-content li {
    background: #eaeaea;
    padding: 20px;
  margin-bottom: 20px;
  min-height: 80px;
}

#portfolio #links-list a {
 background: none!important; 
}
#portfolio #links-list h4 {
  padding-bottom: 20px;
  box-shadow: 0px 20px 60px -30px #000;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 1em;
  color: #999;
  letter-spacing: 1px;
}
#portfolio #links-list h2 {
    font-weight: 600;
    color: #417be6;
}


#portfolio .body-content ul {
  display: none; 
}

#side-column {
    font-size: .85em;
    margin-right: -20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 1em;
    display: table;
    box-shadow: 0px 0px 50px -20px;
}

#side-column-2 {
    font-size: .85em;
    margin-left: -20px;
    margin-right: 10%;
    background: #ffffff;
    padding: 20px;
    border-radius: 1em;
    display: table;
    box-shadow: 0px 0px 50px -20px;
}



footer h2 {
    font-size: 1.75em;
    font-weight: 600;
}

.docked header #logo h1 { line-height: 16px; }
.docked .downarrowclass { top: 10px !important; }


.cover-image { 
width: 100vw; 
left: calc(-50vw + 50%); 
position: relative; 
}




/* Cover Image */
#cover-image-outer.viewport-width { 
  margin-left: -20px;
}

.cover-image-background { 
  background: no-repeat center; 
  height: 350px; 
  background-size: cover; 
  position: relative; 
}

.cover-image-overlay { 
  position: absolute; 
  bottom: 0; 
  text-align: center; 
  background: rgba(0, 0, 0, .7)  
  no-repeat center; 
  width: 100%; 
  padding: .5em 0; 
  text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}

.cover-image h1 { 
  border-bottom: 0;
  margin-top: 0; 
  padding: 10px 0 0; 
  text-transform: uppercase; 
  background-position: center 40px; 
  color: #content_background_color#;
}

.cover-image p { 
  color: #content_background_color#; 
  padding: .25em 0 .5em; 
  font-size: 1.4em;
}

.cover-image { 
  margin-bottom: 44px; 
  box-shadow: 0 0 40px rgba(0,0,0,.5);
}

#homepage .cover-image { 
  margin-bottom: 0;
}
.cover-image img { 
  width: 100%;
}

#homepage .body-content { 
  padding: 20px 0;
}

.images { 
  border: none; 
  background: none; 
  padding: 2px; 
  margin: 10px;
}

.images.float-left { 
  margin: 10px;
}


.images img { 
  display: block;
}

.list_of_links li.sidebar_link_active { 
  background: #custom_3#; 
  color: #nav_color#; 
  padding: 10px; 
  border-radius: 100px; 
  display: inline-block; 
  font-weight: normal; 
  margin-left: -10px;
}



/* Links */
.link_for_list .images img { 
  display: block;
}



/* Gallery Thumbs */

.image { 
  margin: 0 .5% .5%; 
  width: 24%; 
  overflow: hidden; 
  height: 0; 
  padding: 15% 0 0 0; 
  opacity: 1; 
  transition: 400ms all linear;
}
  
.image:hover {  
  opacity: .5;
}

.image-thumb-container { 
  padding: 0; 
  float: none;
}

.image-thumb-container, .image-thumb-container:hover { 
  border: 0;
}

.image-thumb { 
  height: inherit; 
}

.image img { 
  width: 100%; 
}

.fancybox-skin { 
  background: rgba(0,0,0,.75); 
}


/* Article Thumbs */
#post-images .image-thumb-container { 
padding: 0; 
margin: 0% 0 0; 
float: none; 
}

#post-images .image-thumb-container, .image-thumb-container:hover { 
  border: 0; 
}

#post-images .image-thumb { 
  max-height: 150px!important; 
  margin-bottom: 5px;
}

#post-images .image img { 
  width: 100%; 
  margin-top: -20px; 
  min-height: 170px!important;
}

#post-images .fancybox-skin { 
  background: rgba(0,0,0,.75);
}



#feature-panels { 
  margin-right: -20px; 
}



.ajax-articles h2 { 
  font-size: 1.3em; 
  padding: 10px 0 4px; 
}

.ajax-articles .article_body { 
  display: none; 
}

.ajax-articles .images { 
  width: 25%; 
  margin: 1% 0 1% 1%; 
  padding: 1%;
}

.ajax-articles .read-more { 
  display: none;
}

.ajax-articles .article_posted_info { 
  font-size: .8em;
  line-height: 1.4em;
}




/* links layout */

#links-list a { 
  display: block; 
  float: left; 
  width: 30.3333%; 
  height: 0; 
  padding: 0 0 30%; 
  margin: 1.5%; 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 100% auto; 
  position: relative; 
  transition: 400ms all ease-in-out; 
}

#links-list a:hover { 
  opacity: 1; 
  -moz-filter: none; 
  -o-filter: none; 
  -webkit-filter: none; 
  filter: none; 
}

#links-list h2, #links-list p { 
  display: none;
}

#links-list span { 
  display: none 
}

.testimonial cite {
  margin-top: 10px;
}





#homepage header.viewport-width { 
  	background: #fff; 
}

.docked header.viewport-width { 
  	background: #fff!important; 
}

#content-middle {
    padding: 100px 0px 40px;
}

#logo h1 a {
 	color: #232323; 
}

.docked #logo h1 a {
	font-size: .85em; 
  	text-shadow: none!important; 
  	color: #bf0000!important;
}

#menu-middle {
  	padding-top: 0px;
    margin-top: 28px;
    padding: 20px;
}
.docked #menu-middle {
    margin-top: 0px;
}

.bottom .image-container a {
  	background-position: bottom;
}

.panel .panel-overlay-inner a {
 	text-decoration: none; 
}
.panel-overlay-inner a:hover {
	color: #b1b0b0!important;
}

.panel-overlay-inner {
    padding: 20px;
}


.service-box {
 text-align: center;
  margin: 10px;
  padding: 20px;
}

.service-box .fa {
    font-weight: 900;
    font-size: 10em;
  	color: #fff;
    text-shadow: 0px 0px 30px #007f7f;
}

.ddsmoothmenu #menu-inner .submenu-inner li {
    border-bottom: 1px solid rgba(0,0,0,.3);
}


.body-content {
    margin: 0 5%;
}


.slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(105,55,35,.5);
}


#footer-message {
 padding: 10px; 
}








@media only screen and (max-width: 559px) {

.viewport-width { width: calc(100% + 40px); margin: 0 -20px; left: inherit; }

.content-width { width: calc(100% - 28px); padding: 0 14px; }

#menu-expander-placeholder { height: 0; }

#exp-menu { margin-top: 0; padding-top: 0; max-height: calc(100vh - 42px); overflow: auto; }

header { width: 100%; }

.header-logo { width: 100%; text-align: center; }

header #logo { padding: 0 0 6px 0; position: relative; left: 55px; margin: 0; text-align: left; }

header #logo img { max-height: 140px; }

.docked header #logo img { max-height: 60px; margin-top: 10px; }

header #logo span { display: block; margin-top: 4px; }

.docked header #logo span { display: none; }
  
  .docked header {
    max-height: 70px;
}

.message {
    width: 100vh;
    left: inherit;
    margin: 0px -20px 0;
    padding: 90px 0;
    height: 290px;
}

.message-inner { padding: 0 14px; width: inherit; width: calc(100% - 28px); max-width: inherit; }

.message h1 { font-size: 2em; }

.message h2 { font-size: 1em; }

.message .button { font-size: 1em; }

#homepage-signup { font-size: 1em; padding: 10% 0 20%; }

#homepage-signup #inquiry_email, #intakeform #inquiry_email { border-radius: 100px; }

#homepage-signup form { font-size: 1em; }

#homepage-signup input[type="submit"] { margin-top: 10px; }

#homepage-signup a { display: block; font-size: 1.4em; padding: 6px 0; }

input[type="submit"] { border-radius: 100px; }

footer.viewport-width { width: 100%; }

#homepage #content { 
  padding: 120px 0px 20px;
  overflow-x: hidden; 
}


#homepage .link-list li { width: 50%; display: block; }

#homepage .link-image span { 
display: block; 
background: transparent; 
text-shadow: 0 0 5px black, 0 0 15px 
black; opacity: 1; t
ext-align: center; 
line-height: 1.1em; 
font-size: .9em; 
padding: 0; width: 
inherit; margin 0; 
margin-top: -68%; 
}
  

h1 { font-size: 1.5em; }  
  
.body-content {
    margin: 0 5% 10%;
}
  
  




.panel-overlay-inner h2 {
    margin: 0;
    padding: 0 0 10px;
    font-weight: 400;
}

.panel-overlay-inner p {
    font-size: .5em!important;
    color: #999!important;
    line-height: 1.75em;
    padding: 10px!important;
}

.panel-overlay-inner {
    padding: 10px!important;
}
.panel-overlay-inner h2 {
 font-size: 1em!important; 
}


.list_of_links li {
    padding: 5px 0;
    width: 98%;
    display: inline-block;
}

#video-gallery #links-list {
    display: inline-block;
}
  
  
  #social-top {
    text-align: center;
  }


#menu-expander {
    height: 32px;
    padding: 16px 8px 20px 35px;
    background-position: 12px 24px;
}

.docked #menu-expander {
    height: 10px;
    padding: 16px 8px 20px 35px;
    background-position: 12px 14px;
}

.testimonial blockquote {
    margin: 50px 0;
    min-height: 54px;
    font-size: 1em;
    padding: 50px 10px;
    line-height: 1.5em;
}
  
  #mobile-menu {
    top: 10px;
  }


footer.viewport-width { margin: 0; } 
  
#footer-menu {
    list-style: none;
    padding: 0;
    text-align: -webkit-center;
    margin-top: 50px;
}
#footer-menu li {
    margin: 25px 0;
}
}
/*End Mobile*/







/*Tablet Formatting*/

@media only screen and (max-width: 759px) and (min-width: 560px) {

#menu-expander { 
  height: 20px; 
  padding: 15px 10px 25px 35px;
  background-position: 12px 14px;
}
#menu-expander-placeholder { height: 0; }
  
#exp-menu { margin-top: 0; padding-top: 0; }
  
#mobile-menu {
    top: 8px;
  }
  
#logo { padding:0; position: relative; left: 34px; margin: 0; }

header #logo img { max-height: 100px; padding-bottom: 4px; }
  
.docked header #logo img { max-height: 60px; margin-top: 10px; }  
  
.message {
    padding: 50% 0 0 0;
    margin-top: -100px;
}

.message h1 { font-size: 2em; }
.message h2 { font-size: 1.1em; }

#homepage .list_of_links.link-list li { width: 33.33333333333%; float: left; }
#homepage .link-image span { display: block; background: transparent; text-shadow: 0 0 5px black, 0 0 15px black; opacity: 1; text-align: center; line-height: 1.1em; font-size: 1.1em; padding: 0; width: inherit; margin 0; margin-top: -68%; }
.message { position: relative; left: 0; margin-left: -28px; }
#homepage-signup { margin-top: 0; }
#homepage .link-image span  { opacity: 1; display: block; }

#content {
    padding: 120px 20px 6%;
}

.panel-overlay-inner h2 {
    margin: 0;
    padding: 0 0 10px;
    font-weight: 400;
    color: #CFE7FF;
    font-size: 1.5em!important;
}
.panel-overlay-inner p {
    font-size: 18px!important;
    color: #999!important;
    line-height: 1.75em;
    padding: 10px!important;
}


.panel-container {
    position: relative;
    max-height: 60vh;
    overflow: hidden!important;
}

.cover-image-background {
    background: repeat center;
    height: 30vh;
}
  
  #social-top {
    text-align: center;
  }


.panel-overlay-inner {
    padding: 8% 8% 6% 5%;
}


.message {
    height: 70vh;
}

.list_of_links li {
    padding: 5px 0;
    width: 48%;
    display: inline-block;
}
  
  
#video-gallery #links-list {
    display: inline-block;
}
}
/*End Tablet*/











/*Narrow Formatting*/

@media only screen and (max-width: 1159px) and (min-width: 760px) {

  
header #logo img { max-height: 140px; }
header #logo span { display: block; }
.message {
    padding: 200px 0 10px;
    height: 45vh;
    margin-top: 0px;
    background-size: contain;
}
  
    #social-top {
    text-align: center;
  }
  
  #menu-expander { 
  height: 20px; 
  padding: 15px 10px 10px 30px;
  background-position: 12px 14px;
}
  #mobile-menu {
    top: 25px;
  }

.message h1 { font-size: 2.5em; }
.message h2 { font-size: 1.25em; }

.docked #logo span { display: inline-block; margin-top: 4px; }
  
.docked header #logo img { max-height: 32px; vertical-align: super; }
  
.docked #menu-inner a { line-height: 30px; }
  
.docked .main-menu { min-height: 30px; }
  
#homepage .link-list li { width: 25%; }

.panel-overlay-inner h2 {
    margin: 0;
    padding: 0 0 10px;
    font-weight: 400;
    color: #CFE7FF;
    font-size: 2em!important;
}

}














/*Wide Formatting*/

@media only screen and (min-width: 1160px) {
.docked #logo span { display: inline-block; margin-top: 4px; }
.docked header #logo img { max-height:50px; vertical-align: super; }
.docked #menu-inner a { line-height: 30px; }
.docked .main-menu { min-height: 30px; }

.panel-overlay-inner h2 {
    margin: 0;
    padding: 0 0 10px;
    font-weight: 400;
    color: #CFE7FF;
    font-size: 2.5em!important;
}

#homepage .slice-wrapper .slice {
    margin: 0 40px 20px 0;
}

.message {
    height: 70vh;
    margin-top: 0;
    padding: 25vh 0 0vh;
}
.message-inner {
    display: contents;
}


}

















/* Responsive Styles*/

/* Mobile size */
@media screen and (max-width: 559px) {
 
}

/* Tablet size */
@media screen and (min-width: 560px) and (max-width: 769px) {
   
}

/* Narrow size */
@media screen and (min-width: 770px) and (max-width: 999px) {
   
}

/* Wide size */
@media screen and (min-width: 1000px) {
   
}