@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'open_sansbold';
	src: url('/wp-content/themes/kettner/fonts/opensans-bold.woff2') format('woff2'), url('/wp-content/themes/kettner/fonts/opensans-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('/wp-content/themes/kettner/fonts/opensans-semibold.woff2') format('woff2'), url('/wp-content/themes/kettner/fonts/opensans-semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('/wp-content/themes/kettner/fonts/opensans-light.woff2') format('woff2'), url('/wp-content/themes/kettner/fonts/opensans-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('/wp-content/themes/kettner/fonts/opensans-regular.woff2') format('woff2'), url('/wp-content/themes/kettner/fonts/opensans-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotobold';
	src: url('/wp-content/themes/kettner/fonts/roboto-bold.woff2') format('woff2'), url('/wp-content/themes/kettner/fonts/roboto-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'open_sansregular';
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
input:focus, textarea:focus {
	outline: 0;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
.container {
	width: 75%;
	margin: auto;
}
header {
	min-height: 863px;
	background: url(/wp-content/themes/kettner/images/sh/sh_bg.jpg);
	background-size: cover;
	position: relative;
	z-index: 2;
	padding-bottom: 20px;
}
.back {
	background: none !important;
}
header .overlay {
	background: rgba(26, 185, 167, 0.9);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
header .overlay_new {
	background: rgba(231, 39, 141, 0.87);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
header > div {
	position: relative;
	z-index: 3;
}
.top_section {
	padding: 1.5% 1.5% 1.5% 1.5%;
	border-bottom: rgba(255, 255, 255, 0.4) solid 2px;
    margin-bottom: 30px;
}
.top_section h1 {
	float: right;
	text-align: center;
	color: #ffffff;
	font-family: 'open_sansbold';
	font-size: 24px;
}
.top_section h1 span {
	display: block;
	color: #000;
}
.middle_section {
	text-align: center;
	margin: auto;
	color: #fff;
	display: table;
	padding: 0;
	width: 100%;
}
.middle_section h1 {
	font-size: 24px;
	color: #ffedc1;
	font-family: 'open_sansbold';
	position: relative;
	margin-bottom: 20px;
}
body.sexual_harassment {
	position: relative;
	background: url(/wp-content/themes/kettner/images/sh/sh_bg.jpg) no-repeat;
	background-size: cover;
}
body.sexual_harassment .overlay {
	background:rgba(53, 195, 111, 0.95);
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index:1;
}
.middle_section p {
	font-size: 20px;
	line-height: 30px;
	font-family: 'open_sansregular';
}
.middle_section p span {
	color: #ffedc1;
	font-family: 'open_sanssemibold';
}
.questionarrie_section {
	text-align: center;
	margin: 1% auto auto;
	color: #fff;
}
.questionarrie_section p {
	font-family: 'open_sansregular';
}
.questionarrie_section h1 {
	margin: auto;
    font-family: 'open_sanslight';
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
	font-weight: 100;
}
.questionarrie_section .button_section {
	margin-top: 40px;
}
.questionarrie_section .button_section button {
	border: #ffedc1 solid 3px;
	min-width: 120px;
	font-family: 'open_sansbold';
	color: #ffedc1;
	padding: 5px 15px;
	background: none;
	font-size: 30px;
	margin: 0 10px;
}
.questionarrie_section .que_num {
	margin: 120px auto;
}
.questionarrie_section .que_num ul {
	list-style: none;
}
.questionarrie_section .que_num ul li {
	border: #fff solid 2px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 54px;
	position: relative;
}
.questionarrie_section .que_num ul li.complete {
	background: url(/wp-content/themes/kettner/images/sh/true-icon.png)#e74c3c;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 8px 7px;
}
.questionarrie_section .que_num ul li:before {
	content: "";
	display: block;
	width: 114px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 38px;
}
.questionarrie_section .que_num ul li:last-child:before {
	display: none;
}
.agecheck, .sexualchk, .employerchk, .incidentchk {
	border: #a2fff5 solid 3px;
	min-width: 120px;
	font-family: 'open_sansbold';
	color: #fff;
	padding: 5px 15px;
	background: none;
	font-size: 30px;
	margin: 60px auto;
	display: table;
	cursor: pointer; /*background: #9d3ce7;*/
	text-transform: uppercase;
}
.lastsex input[type="submit"] {
	border: none;
	min-width: 250px;
	font-family: 'open_sansbold';
	color: #fff;
	padding: 10px 0;
	background: none;
	font-size: 30px;
	margin: 10px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	background:#fbb000;
	border-radius: 10px;
}
.lastsex p {
	width: 800px;
	margin: 20px auto;
}
.lastsex span.wpcf7-form-control-wrap {
	width: 31.33%;
	display: inline-block;
}
.lastsex span.wpcf7-form-control-wrap.email {
	margin: 0 3%;
}
.lastsex span.wpcf7-form-control-wrap input {
	width: 96%;
	background: none;
	border: #fff solid 1px;
	padding: 4% 2%;
	margin: 0;
	color: #fff;
	font-size: 16px;
}
.screen-reader-response {
    margin-bottom: 10px;
    font-size: 14px;
}
.lastsex span.wpcf7-form-control-wrap.message {
	width: 100%;
	margin: 1% 0;
}
.lastsex span.wpcf7-form-control-wrap.message textarea {
	width: 98%;
	margin: 1% 0;
	border: #fff solid 1px;
	background: none;
	color: #fff;
	padding: 1%;
	height: 100px;
	font-size: 16px;
	font-family: 'open_sansregular';
}
span.wpcf7-not-valid-tip {
	display: none;
}
.screen-reader-response ul {
	display: none;
}
.wpcf7-form-control-wrap.age .wpcf7-checkbox span {
	margin: 0 5px;
}
.button_section .wpcf7-radio .wpcf7-list-item label {
	position: relative;
}
.button_section .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
}
.button_section .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked ~ span {
	background: #31b142
}
.button_section .wpcf7-radio .wpcf7-list-item span {
	/*border: #ffedc1 solid 3px;*/
	min-width: 250px;
	font-family: 'open_sansbold';
	color: #fff;
	padding: 10px 0;
	background: none;
	font-size: 30px;
	margin: 10px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	background:#fbb000;
	border-radius: 10px;
}
.button_section .wpcf7-list-item {
    display: block;
}
.questionarrie_section #wpcf7-f461-p457-o1 .wpcf7-response-output.wpcf7-validation-errors {
	display: none;
}
.questionarrie_section #wpcf7-f461-p457-o1 .screen-reader-response {
	color: #ffedc1;
	text-align: center;
	font-size: 14px;
}
.wpcf7-form invalid .wpcf7-response-output.wpcf7-validation-errors {
	display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
	display: none;
}
.sexual_harassment .middle_section .heading {
	padding:0 0 10px 0;
	margin: 0;
	width:50%; margin:auto;
}
.sexual_harassment .middle_section .heading p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
}
.sexual_harassment .middle_section .heading h1 {
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	line-height: 1;
	font-family: 'open_sanslight';
}
.sexual_harassment .middle_section .heading h1 span {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'open_sansbold';
}
.sexual_harassment .top_section .logo {
	display: table;
	margin: auto;
}
.sexual_harassment .top_section .logo .icon {
	float: left;
	margin-right: 10px;
}
.sexual_harassment .top_section .logo .content {
	float: left;
}
.sexual_harassment .top_section .logo .content h2 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;	
	font-weight: 100;
    font-family: 'open_sansbold';
}
.sexual_harassment .top_section .logo .content p {
	padding: 2px 0;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	color: #fff;
}
.sexual_harassment .top_section .logo .content p:before {
	content: "";
    background: #fff;
    height: 2px;
    width: 30%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateX(0%);
}
.sexual_harassment .top_section .logo .content p:after {
	content: "";
    background: #fff;
    height: 2px;
    width: 30%;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateX(0%);
}
.sexual_harassment .top_section .logo .content p span {
	/*background: #0ac7f6;*/
	padding: 0 5px;
	display:table; margin:auto;
}
.people {
    padding: 50px 40px;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    border: rgba(255, 255, 255, 0.4) solid 2px;
}
.footer {
    text-align: center;
    padding: 0;
    margin: 0;
	z-index:2;
	position:relative;
}
.footer ul li:first-child {
    padding-left: 0;
}
.footer ul li:last-child {
    padding-right: 0;
    border-right: none;
}
.footer ul li {
    padding: 0 8px;
    margin: 0;
    list-style: none;
    display: inline;
    border-right: 1px solid #fff;
}
.footer ul li a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.footer p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
	font-weight:300;
}


@media only screen  and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {  
.people {
    width: auto;
}
.sexual_harassment .middle_section .heading {
    width: 80%;
}
}
@media only screen and (max-width : 767px){
	header {
    min-height: auto;
	}
	.top_section {
    padding: 1.5% 1.5% 1.5% 1.5%;
    border-bottom: rgba(255, 255, 255, 0.4) solid 2px;
    margin-bottom: 10px;
}
.sexual_harassment .middle_section .heading p {
    font-size: 1.2em;
}
.sexual_harassment .middle_section .heading h1 {
    font-size: 1.2em;
}
.sexual_harassment .middle_section .heading h1 span {
    font-size: 1.2em;
}
.container {
    width: 90%;
    margin: auto;
}
.people {
    width: auto;
	padding: 20px;
}
.questionarrie_section h1 {
    margin: auto;
    font-family: 'open_sanslight';
    font-size: 2.0em;
    line-height: 2;
    margin-bottom: 20px;
}
.sexual_harassment .middle_section .heading {
    width: 90%;
}
}
@media only screen and (max-width : 420px){
	.sexual_harassment .middle_section .heading p {
    font-size: 1em;
}
.sexual_harassment .middle_section .heading h1 {
    font-size: 1em;
}
.sexual_harassment .middle_section .heading h1 span {
    font-size: 1em;
}
.sexual_harassment .top_section .logo .icon img {
    width: 100%;
}
.sexual_harassment .top_section .logo .icon {
        float: left;
    margin-right: 10px;
    width: 56px;
}
.sexual_harassment .top_section .logo .content h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
}
.sexual_harassment .top_section .logo .content p {
    padding: 2px 0;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    color: #fff;
}
.button_section .wpcf7-radio .wpcf7-list-item span {
    min-width: 200px;
	font-size: 1em;
}
.questionarrie_section .button_section {
    margin-top: 20px;
}
.questionarrie_section h1 {
    font-size: 1em;
    line-height: 1.5;
}

.lastsex span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.lastsex span.wpcf7-form-control-wrap.email {
    margin: 0 0 10px 0;
}

.lastsex input[type="submit"] {
    min-width: 100%;
    font-size: 1em;
    margin: 10px 0;
}	
}
.screen-reader-response {color:#F00;}body.ivc { position: relative; background: url(/wp-content/themes/kettner/images/ivc-bg.jpg) bottom left no-repeat; background-size: cover; }
.ivc .people { padding: 0; max-width: 750px; width: 100%; margin: 0 auto; border: none; }
body.sexual_harassment .overlay { background: rgba(9, 52, 117, 0.94); position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 1; }
.ivc .age { margin-bottom: 12px; }
.ivc select { width: 400px; height: 44px; padding: 0 10px; border-radius: 4px; }
.ivc .top_section .logo .content p:before { width: 26%; }
.ivc .top_section .logo .content p:after { width: 26%; }
.sub-section { background: #0c3472 none repeat scroll 0 0; border: 1px solid #fff; margin-bottom: 43px; padding: 20px 46px; }
.click-first, .click-second { background: #2173f3; padding: 10px; width: 100px; margin: 20px auto 0px auto; border-bottom: solid 4px #071b44; }
.lastsex1 input[type="submit"] { border: none; min-width: 250px; font-family: 'open_sansbold'; color: #fff; padding: 10px 0; background: none; font-size: 30px; margin: 10px; display: inline-block; cursor: pointer; text-transform: uppercase; background: #fbb000; border-radius: 10px; }
.lastsex1 p { width: 800px; margin: 20px auto; }
.ivc .lastsex1 span.wpcf7-form-control-wrap { width: 48%; display: inline-block; float: left; margin: 0 2% 15px 0px !important; }
.ivc .lastsex1 span.wpcf7-form-control-wrap.message textarea { width: 96%; float: left; }
.lastsex1 span.wpcf7-form-control-wrap { width: 31.33%; display: inline-block; }
.lastsex1 span.wpcf7-form-control-wrap.email { margin: 0 3%; }
.lastsex1 span.wpcf7-form-control-wrap input { width: 96%; background: none; border: #fff solid 1px; padding: 4% 2%; margin: 0; color: #fff; font-size: 16px; }
.screen-reader-response { margin-bottom: 10px; font-size: 14px; }
.lastsex1 span.wpcf7-form-control-wrap.message { width: 100%; margin: 1% 0; }
.lastsex1 span.wpcf7-form-control-wrap.message textarea { width: 98%; margin: 1% 0; border: #fff solid 1px; background: none; color: #fff; padding: 1%; height: 100px; font-size: 16px; font-family: 'open_sansregular'; }
.screen-reader-response { color: #F00; }

@media screen and (min-width: 768px) and (max-width: 1024px)  {
body.ivc {
    padding: 30px 0;
}
}

@media only screen and (max-width: 767px) {

.ivc select {
    width: 250px;}
.sub-section {
    padding: 20px 11px;
}
.ivc .lastsex1 span.wpcf7-form-control-wrap {
    width: 100%;
}
.ivc .lastsex1 span.wpcf7-form-control-wrap.message textarea {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.lastsex1 span.wpcf7-form-control-wrap input {
    width: 100%;    box-sizing: border-box;
}
body.ivc {
    padding: 30px 0;
}
.ivc .top_section .logo .content p:before { width: 21%; }
.ivc .top_section .logo .content p:after { width: 21%; }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/wp-content/themes/kettner/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
    position: absolute;
    transform: translateY(-40%);
    top: 40%;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -100px;
    position: absolute;
	background: url(/wp-content/themes/kettner/images/sprite.png);
    width: 28px;
    height: 40px;
    display: inline-block;
    background-position: -10px -312px;
    padding: 0;
    margin: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -100px;
	position:absolute;
	background: url(/wp-content/themes/kettner/images/sprite.png);
    width: 28px;
    height: 40px;
    display: inline-block;
    background-position: -36px -312px;
    padding: 0;
    margin: 0;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/wp-content/themes/kettner/css/AjaxLoader.gif) no-repeat center center
}

@media screen and (max-width:1346px){
	.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
	}
	
}