/**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

img {
    height: auto!important;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

html {
    background: #ffffff;
    font-size: 13px
    -webkit-overflow-scrolling: touch;
    //-webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {

    position: relative;
    width: 100%;
    line-height: 1.5em;
    background: #eee
}

/* ###################### general ###################### */
.animation {
    height: 315px;
    background: #81c1e8;
    margin: 7px 0;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
}


.animation .main-animation {
    background: url(../images/kwhs/topbanner.jpg) top center no-repeat;
    background-size: 1214px 315px;
    height: 100%;
    width:100%;
    position: relative;
    z-index:1;
}

.animation .clouds {
    width: 50%;
    height: 315px;
    position: absolute;
    margin: 0;
    z-index: 3;
    top: 0;
    opacity: 1;
    margin: 0;
}

.animation .clouds.left {
    background: url(../images/kwhs/left-clouds.png) bottom right no-repeat;
    left: 0%;
}

.animation .clouds.right {
    background: url(../images/kwhs/right-clouds.png) top left no-repeat;
    right: 0%;
}

body.play .animation {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 5s;
}

body.play .animation .clouds.left {
    opacity: 0.1;
    width: 40%;
    transition: all 5s;
}

body.play .animation .clouds.right {
    opacity: 0.25;
    width: 40%;
    transition: all 5s;
}


#all {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    text-align: left;
    font-size: 13px
}

#header {
    display: block !important;
    position: relative;
    padding: 0;
    overflow: hidden;
}

#navigation {
    background: #f19695;
}

#navigation ul {
    display: block;
    margin: 0 auto;
    list-style-type: none;
    padding: 5px 0;
    max-width: 1000px;
}

#navigation ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    border-right: 1px solid #f8caca;
    margin-right: 10px;
    position: relative;
}

#navigation ul li:last-child {
    border-right: 0;
    margin-right:0;
    padding: 0;
}

#navigation ul li.active a {
    font-weight: 400;
}

#navigation ul li a {
    color: #fdfbfb;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', Arial, Sans-serif;
    font-weight: 300;
}

#navigation ul li a:hover, 
#navigation ul li a:active, 
#navigation ul li a:focus {
    font-weight: 400;
}

#navigation ul li ul {
    display: none;
}

#navigation ul li:hover ul, #navigation ul li ul:hover {
    display: block;
    background: #f19695;
    width: 200px;
    padding-top: 5px;
    position: absolute;
    left: -10px;
    float: left;
    padding: 0px;
    z-index: 9999;
}

#navigation ul li ul li {
    display: block;
    padding: 5px 10px!important;
    width: 180px;
    border: 0;
    border-top: 1px solid #f8caca;
}

#navigation ul li ul li:first-child {
    margin-top: 5px;
}

.video-container {
    max-width: 600px;
    margin: 0 auto 40px;
}

.article-image {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 3px;
}

.article-image.right {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.article-image.full {
    float: none;
    margin: 0;
}

#back {
    margin: 0;
    padding: 0;
}

#contentarea,
#contentarea2 {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;

}

#wrapper {
    width: 53%;
    float: left;
    position: relative;

}

#wrapper2 {
    width: 72%;
    float: left;
    position: relative;
    padding-bottom: 25px;

}


.gbs3 .form-group {
    margin-bottom: 5px!important;
}

#main {
    padding-top: 40px;
    position: relative;

}

#right {
    float: left;
    width: 20%;
    margin: 10px 0 10px 2%;
    padding: 0 0 5px 0;
    position: relative;
}

.unseen,
.hidelabeltxt,
#line label {
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;
}

/* ++++++++++++++  nav after content  ++++++++++++++ */
.left {
    padding-top: 0;
    float: right;
    margin: 10px 0 10px 0;
    width: 22%;
    position: relative;

}

/* ++++++++++++++  nav before content  ++++++++++++++ */
.left1 {
    padding: 0;
    float: left;
    margin: 10px 3% 10px 0;
    width: 21%;
    position: relative
}

.leftbigger {
    width: 25%
}

/* ###################### header ###################### */

.skiplinks,
.skiplinks li {
    display: inline;
    height: 0;
    line-height: 0;
    padding: 0 !important;
}

.skiplinks li a.u2 {
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;

}

.skiplinks li a.u2:active,
.skiplinks li a.u2:focus {
    position: absolute;
    width: 13em;
    top: -4em;
    left: 10px;
    line-height: 1.5em;
    padding: 5px;
    font-weight: bold;
    height: 3em;

}

.wrap {
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#logo {
    display: block;
    font-weight: normal;
    line-height: 1em;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

#logo img {
    display: inline-block;
    margin-top: 65px;
    width: 190px;
}

#logo span {
    padding-left: 2px
}

#logo span.header1 {
    display: block;
    top: 0;
    line-height: 0.8em;
    font-size: 0.7em;
    padding-left: 55px
}

.logoheader {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    line-height: 1.5em;
    width: 100%;
    height: 315px;
    position: absolute;
    top: 0;
    display: block;
    background: #fff;
}
.header1 {
	font-size: 1.5em;
	margin-left: 10px;
}

#line {
    padding: 5px 0 2px 2px;
    position: absolute;
    right: 10px;
    top: 0.5em;
    max-width: 40em;
    text-align: right;
    min-width: 40em

}

#fontsize,
#line .search {
    display: inline;
    margin: 0;
}

.headshot {
    float: right;
}

.headshot.circle {
    margin-left: 10px;
}

@media screen and (max-width: 767px){
    .headshot.circle {
        margin-left: auto;
    }
}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */

#close {
    margin-right: 0;
    text-transform: uppercase;
}

#close span {
    position: absolute;
    right: 20px;
    z-index: 10000;
    top: 5px;
    font-weight: bold;
    text-align: right;
    line-height: 1.5em;
    margin-top:20px;
    padding: 5px
}

#close > a {
    display: block;
    overflow: hidden
}

#close > a:hover span {
    background: #095197
}

/* ###################### main ###################### */

/* ++++++++++++++  position  ++++++++++++++ */

.blog-featured {
    padding: 0;
}

.items-leading {
    padding: 0 5px 10px 5px;
    overflow: hidden;
    margin-bottom: 10px
}

.row-separator {
    display: block;
    clear: both;
    margin: 0;
    border: 0;
    height: 1px
}

.item-separator {
    display: none;
    margin: 0;
}

.shownocolumns {
    width: 98% !important;
}

#top {
    margin: 0 0 20px 0;
    overflow: hidden
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog-more {
    padding: 10px 5px
}

/* ++++++++++++++  footer  ++++++++++++++ */

#bottom {
    overflow: hidden
}

.box {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    min-height: 100px
}

.box3 {
    margin-right: 0;
}

.mod_supportingimage {
    display: inline-block;
    width: 28%;
    vertical-align:top;
}

.mod_supportingtext {
    display: inline-block;
    width: 70%;
}

hr {
    border-top: 1px solid #f19695;
    border-bottom: 0;
    margin: 15px 0 20px;
    box-shadow: none;
    text-shadow: none;
}

.mod_readmore, .readmore a {
    color: #fff!important;
    background: #f19695!important;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 1px;
    display: inline-block;
    border: 0;
}

.mod_readmore:hover, .readmore a:hover {
    background-color: #ec817f!important;
}

#header { display: none!important;}

#footer-inner, #footer {
    max-width: 1000px;
    margin: 0 auto;

    padding: 0;
}

img {
    border: 0 none;
    max-width: 100%;
}

/* hide the mobile menu button */
#mobile_select {
    display: none
}

@media only screen and (max-width:1040px) {
    #all, #navigation, #footer-outer {
        padding: 0 20px;
    }
    
}

@media only screen and (min-width:1001px) {
    .mobileonly {
        display: none;
    }
    .desktoponly {
        display: block;
    }
    .menumain {
        display: block;
    }
}

@media only screen and (max-width:1000px) {
    .mobileonly {
        display: block;
    }
    .desktoponly {
        display: none;
    }
    .menumain {
        display: none!important;
    }
    #navigation {
        padding: 10px 20px 1px;
    }

    #navigation select {
        width: 100%!important;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ie-appearance: none;
        -o-appearance: none;
        padding: 0 0 0 40px;
        background: url("../images/kwhs/menu-icon.svg") transparent no-repeat;
        border: none;
        color: #fff;
        font-family: 'lato', arial, sans-serif;
        font-size: 15px;
        background-size: 30px;
        background-position: 0px 4px;
        display: block;
    }

    #navigation {
        background-image: url('../images/kwhs/drop-icon.svg');
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: 97% 20px;
    }
}

@media only screen and (max-width:767px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
    .box {
        width: 100%;
        margin: 0;
    }

    .box .moduletable {
        margin-bottom: 30px;
    }

    .box .mod_supportingimage {
        width: 100%;
        text-align: center;
    }

    .box .mod_supportingtext {
        width: 100%;
    }

    #main {
        padding-top: 30px;
    }

    .headshot {
        margin: 0 auto 15px;
        display: block;
        float: none!important;
    }

    body h2, body h3 {
        text-align: center;
        font-size: 38px!important;
    }

    .gbs3 .gcore-form-row .gcore-input, .gbs3 .gcore-form-row .gcore-input input {
        width: 100%!important;
        margin-bottom: 4px;
    }

    .gbs3 input[type="submit"] {
        margin-top: 5px;
    }

    .credits {
        margin-top: 0!important;
    }

    .credit-container .left-align, .credit-container .right-align {
        width: 100%!important;
        text-align: center!important;
        display: block!important;
        line-height: 1.3em!important;
    }

    .credit-container {
        padding: 10px 0!important;
    }

    .animation {
        height: 215px;
        width: 100%;
        overflow: hidden;
    }

    .animation .main-animation {
        background-size: 829px 215px;
    }

    .animation .clouds {
        height: 215px;
    }

    #logo img {
        width: 135px;
        margin-top: 40px;
    }

    .logoheader {
        height: 215px;
    }

    .moduletable._aboutfooter, .moduletable._contactfooter {
        width: 100%!important;
    }

    .moduletable._contactfooter .gcore-form-row {
        width: 100%!important;
    }

    .moduletable._contactfooter .gcore-form-row .control-label,
    .moduletable._contactfooter .gcore-form-row .gcore-input {
        //width: auto!important;
    }

    .moduletable._contactfooter #form-row-message {
        position: static!important;
        height: auto!important;
        resize: inherit!important;
    }

    .moduletable._contactfooter #fin-send {
        position: static!important;
    }

    body.showSide .item-page, body.showSide .moduletable._contactsidebar {
        width: 100%!important;
        margin: !important;
    }

    body.showSide .moduletable._contactsidebar {
        margin-top: 40px;
    }
}

/* Contact form */
.moduletable._contactsidebar .field label,
.moduletable._contactfooter .field label,
.moduletable_1col-contact .field label {
	width: 70px;
	display: inline-block!important;
	padding-top:5px;
}

.moduletable._contactsidebar .field input,
.moduletable._contactsidebar .field textarea,
.moduletable._contactfooter .field input,
.moduletable._contactfooter .field textarea,
.moduletable_1col-contact .field input,
.moduletable_1col-contact .field textarea {
	width: calc(100% - 80px)!important;
	display: inline-block!important;
	font-size: 16px!important;
}

.chronoforms button[type="submit"]{
	background-color: #f19696!important;
}

.chronoforms6_credits {
	display: none!important;
}

.ui.message.success {
	box-shadow: none!important;
	background: none!important;
	padding: 0!important;
}