body, html{
    color: rgba(255,255,255,1.00);
    background-color: rgba(98,161,95,1.00);
    background-image: url(../images/bgnd.jpg), -webkit-linear-gradient(288deg,rgba(0,108,144,1.00) 0%,rgba(101,163,93,1.00) 58%,rgba(198,213,42,1.00) 100%);
    background-image: url(../images/bgnd.jpg), -moz-linear-gradient(288deg,rgba(0,108,144,1.00) 0%,rgba(101,163,93,1.00) 58%,rgba(198,213,42,1.00) 100%);
    background-image: url(../images/bgnd.jpg), -o-linear-gradient(288deg,rgba(0,108,144,1.00) 0%,rgba(101,163,93,1.00) 58%,rgba(198,213,42,1.00) 100%);
    background-image: url(../images/bgnd.jpg), linear-gradient(162deg, hsla(194.8965517241379, 100.00%, 28.43%, 1.00), #65a35d 58%, hsla(65.26315789473685, 67.59%, 50.39%, 1.00));
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.body {
    font-family: Lato, sans-serif;
    font-size: 23px;
    font-weight: 100;
    width: 100%;
    height: 100%;
}

.bgndcover {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(162deg, hsla(194.8965517241379, 100.00%, 28.43%, 1.00), hsla(104.61538461538463, 30.71%, 50.20%, 0.86) 55%, hsla(65.26315789473685, 67.59%, 50.39%, 0.00));
    padding-bottom: 70px;
}
.bodywrapper {
    height: 100%;
    padding-bottom: 100px;
}
h1 {
    padding-top: 26px;
    font-weight: 300;
    text-align: left;
}

/*-------------------- Home Styles  ----------------*/
img.logoblock{
    padding-top: 35px;
    padding-left: 20px;
    margin-bottom: 20px;
}
h1.hometitle {
    text-align: left;
    padding-top: 0px;
    font-size: 50px;
    padding-bottom: 15px;
}
.introtext {
    font-size: 16px;
}
p.homesub {
    color: rgba(255,255,255,1.00);
    font-size: 20px;
}
img.coins {
    display: block;
    padding-top: 117px;
    width: 80%;
}
.coinbox {
}
a.homebutton {
    background-image: -webkit-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.15);
    margin: 10px 0px 40px 0px;
}
a.homebutton:hover {
    background-image: -webkit-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%); 
    color: #FFFFFF;
}
img.logo {
    width: 180px;
    height: auto;
    z-index: 100;
    margin-left: -30px;
}


/*--------  Progress Controls ---------*/
.numbercontainer{
    display: flex;
    color: rgba(255,255,255,1.00);
    padding: 30px 0px;
    font-weight: bold;
}
.number{
}
.numberspacer{
    flex-grow: 1;
    background-image: url(../images/line-dash.png);
    background-repeat: repeat-x;
    background-position: 0% center;
}
.numcircleback {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.00);
    background-size: 27px 27px;
    vertical-align: middle;
}
.numcircle {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.39);
    text-align: center;
    line-height: 27px;
    vertical-align: middle;
    color: rgba(0,0,0,1.00);
    font-size: 15px;
    margin: 4px auto;
}
.active{
    border: 1px solid white;    
}
.activeinner{
    background-color: rgba(255,255,255,1.00);    
}
.illustration {
    margin: 10px 0px 30px 0px;
    text-align: center;
}
.illustrationimg{}


/*--------  Results Controls ---------*/
.result1{
    display: hidden;}
.result2{
    display: hidden;}
.result3{
    display: hidden;}

/*--------  Riskblock Controls ---------*/

.riskblock {
    padding: 30px 20px;
    background-color: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.31);
    box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.31);
    margin-bottom: 70px;
}
.riskdial img {
    width: 100%;
}
.riskprogress{}
.riskanalysis {
    color: rgba(196,196,196,1.00);
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}
.networkanim {
    width: 100%;
    height: 170px;
    background-image: url(../images/network-anim2.svg);
    -webkit-animation: slide 25s linear infinite;
    animation: slide 25s linear infinite;
    background-repeat: repeat-x;
}
.networkanim2 {
    width: 100%;
    height: 170px;
    background-image: url(../images/network-anim1.svg);
    background-repeat: repeat-x;
    -webkit-animation: slide 15s linear infinite;
    animation: slide 15s linear infinite;
}
.networkanim3 {
    background-image: url(../images/network-anim-cover.svg);
    width: 100%;
    height: 170px;
}
.networkanim12 {
    width: 100%;
    height: 170px;
    background-image: url(../images/network-anim2.svg);
    background-repeat: repeat-x;
}
.networkanim22 {
    width: 100%;
    height: 170px;
    background-image: url(../images/network-anim1.svg);
    background-repeat: repeat-x;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -300px 0; }
}
.networkanim3 {
    background-image: url(../images/network-anim-cover.svg);
    width: 100%;
    height: 170px;
}
.networkanim3 p {
    padding-top: 50px;
}
.risklow{
    display: none;}
.riskmed{
    display: none;}
.riskhigh{
    display: none;}
a.restart {
    display: block;
    padding-top: 30px;
    color: rgba(255,255,255,1.00);
}

/*--------  Question Area Layout ---------*/
#error {
    color: rgba(199,214,43,1.00);
}
.questionscut {
    overflow-x: hidden;
}
.questions {
}
.question {
    float: left;
    padding-bottom: 30px;
}
.questionblock {
    width: 680px;
}
.questionblock .illustration  , .questionblock h2, .questionblock .buttonblock, .questionblock #industry{
    width: 675px;
}
.buttonblock {
    text-align: right;
    margin-top: 20px;
}
.buttonblockend {text-align: left;}
a {color: rgba(199,214,43,1.00)}
a:hover {color: #ffffff;}
a.button {
    display: inline-block;
    background-image: -webkit-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    font-weight: bold;
    color: rgba(255,255,255,1.00);
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
a.button:hover{
    background-image: -webkit-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);    
}
a.button.prev {
    margin-right: 20px;
}

a.button2 {
    display: block;
    background-image: -webkit-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    font-weight: bold;
    color: rgba(255,255,255,1.00);
    font-size: 16px;
    padding: 10px 50px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    margin-left: 10px;
}
a.button2:hover{
    background-image: -webkit-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);    
}
h2 {
    font-weight: 400;
}
h2 .subtext {
    font-size: 24px;
}
.endtitle {
    font-weight: 700;
    font-size: 47px;
}
.result1 p , .result2 p, .result3 p{
    font-size: 18px;
    font-weight: 400;
}
.resultside {
    width: 100%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.37);
}
.buttonblock img {
    height: 10px;
    margin-top: -2px;
    margin-left: 9px;
}
#industry {
}

/*----------- Selector Dropdown Styles  ----------------------*/
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: 'Lato', san-serif;
    font-weight: 300;
    height: 33px;
    padding-top: 3px;
}
.custom-select select {
    display: none; /*hide original SELECT element:*/
    color: rgba(158,158,158,1.00);
    font-family: 'Lato', san-serif;
    font-weight: 300;
}
.select-selected {
    background-color: DodgerBlue;
    font-family: 'Lato', san-serif;
    font-weight: 300;
    font-size: 14px;
    padding-top: 3px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid rgba(217,217,217,1.00);
    cursor: pointer;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.industrydrop {
    background-color: #FFFFFF;
    color: #000;
    font-weight: 700;
}


/*--------- The switch - the box around the slider ---------- */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 30px;
}
.switchtxt {
    position: absolute;
    top: 3px;
    left: 78px;
    width: 550px;
    line-height: 22px;
}
.switchtxtsml {
    font-size: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch.buttons6 {
    margin-bottom: 15px;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
/*.form {
    background-color: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
    border-radius: 10px;
    padding: 20px;
    width: 1000%;
}
*/

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*----------------- Custom Checkbox -------------------*/

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
 font-family: 'Lato', san-serif;
}

/* Hide the browser's default checkbox */
.defaultselect input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------------ FORM STYLES -----------*/

.container #ComplianceForm input {
  position: relative;
  opacity: 100;
  cursor: pointer;
  height: 25;
  line-height: 30px;
  font-family: 'Lato', san-serif;
}
input.formcheck {
 width: 40px;
 display: block;
 float: left;
}

.forminputtop{padding-top:10px;}

/*.forminput{
    display: block;
    float: left;
    padding-left: 9px;
    padding-top: 0px;
}*/

input.txtbox, #complianceform input {
    margin: 0px 0px 10px 0px;
    border: 1px solid #D9D9D9;
    width: 100%;
    font-family: 'Lato', san-serif;
    font-weight: 300;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
}

input.formcheck {
 width: 40px;
 display: block;
 float: left;
 margin-top: 7px;
}

.submitbtn {
    display: inline-block;
    background-image: -webkit-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(24,154,205,1.00) 0%,rgba(52,207,240,1.00) 100%);
    font-weight: bold;
    color: rgba(255,255,255,1.00);
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.submitlrg{
    display:block;
    width: 100%;
    margin-top: 20px;}
.submitsml{display:none;
    width: 100%;
    margin-top: 20px;}

.submitbtn:hover {
    
    background-image: -webkit-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(199,214,43,1.00) 0%,rgba(199,214,43,1.00) 100%);
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: 'Lato', san-serif;
    font-weight: 300;
    height: 33px;
    padding-top: 3px;
    margin-bottom: 10px;
}
.custom-select select {
    display: none; /*hide original SELECT element:*/
    color: rgba(158,158,158,1.00);
    font-family: 'Lato', san-serif;
    font-weight: 300;
}
.select-selected {
    background-color: DodgerBlue;
    font-family: 'Lato', san-serif;
    font-weight: 300;
    font-size: 14px;
    padding-top: 3px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid rgba(217,217,217,1.00);
    cursor: pointer;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.industrydrop {
    background-color: #ffffff;
    color: #000;
    font-weight: 700;
}
.iconarrow {
    background-image: url(../img/square-blue.png);
}
.hoverWrapper:hover #hoverShow1 {
 display: block;
}

.hoverWrapper #hoverShow1 {
    position: absolute;
    background-color: #FFFFFF;
    width: 250px;
    right: 29px;
    padding: 30px;
    top: 17px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.22);
    display: none;
}
.hoverWrapper2:hover #hoverShow2 {
 display: block;
}

.hoverWrapper2 #hoverShow2 {
    position: absolute;
    background-color: #FFFFFF;
    width: 250px;
    right: 29px;
    padding: 30px;
    top: 75px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.22);
    display: none;
}
.hoverWrapper3:hover #hoverShow3 {
 display: block;
}

.hoverWrapper3 #hoverShow3 {
    position: absolute;
    background-color: #FFFFFF;
    width: 250px;
    right: 29px;
    padding: 30px;
    top: 140px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.22);
    display: none;
}
.calcpopsource{
    font-style: italic;
    font-weight: 100;
    font-size: 11px;
    color: #999;
}

@media(max-width: 1280px){
	h1 {font-size: 30px;}
	.bgnd-orange {border: 20px solid white;}
    #NumberOfEmployees, #CompanyAnnualRevenue, #SecuritySpendingEstimation, #NumberOfSecurityStaff, #NumberOfSecurityVendors, #CurrentDegreeOfAutomation{font-size:18px; text-align: center;}
	
}

@media(max-width: 991px){
	h1 {font-size: 20px;}
	.bgnd-orange {border: 20px solid white;}
	.coinbox {display:none;}
    #NumberOfEmployees, #CompanyAnnualRevenue, #SecuritySpendingEstimation, #NumberOfSecurityStaff, #NumberOfSecurityVendors, #CurrentDegreeOfAutomation{font-size:20px; text-align: center;}
}


@media(max-width: 767px){
	h1 {font-size: 24px;}
	.bgnd-orange {border: 20px solid white;}
	.coinbox {display:none;}
	.titlebox {padding: 50px;}
	h1.hometitle{font-size: 35px;}
    #NumberOfEmployees, #CompanyAnnualRevenue, #SecuritySpendingEstimation, #NumberOfSecurityStaff, #NumberOfSecurityVendors, #CurrentDegreeOfAutomation{
    font-size: 18px;
    text-align: center;}
	
}

@media(max-width: 575px){
	h1 {font-size: 25px;}
	.bgnd-orange {border: 0px solid white;}
	.coinbox {display:none;}
	.titlebox {padding: 30px;}
	h1.hometitle{font-size:30px;}
    #NumberOfEmployees, #CompanyAnnualRevenue, #SecuritySpendingEstimation, #NumberOfSecurityStaff, #NumberOfSecurityVendors, #CurrentDegreeOfAutomation{font-size:30px;text-align: center;}
    .padleftsml{padding-left:15px;}
    .padrightsml{padding-right:15px;}
    .toppad{padding-top:20px;}
	
}
@media(max-width: 480px){
	h1 {font-size: 25px;}
	.bgnd-orange {border: 0px solid white;}
	.submitlrg{display:none;}
	.submitsml{display:block;}
	.coinbox {display:none;}
    #NumberOfEmployees, #CompanyAnnualRevenue, #SecuritySpendingEstimation, #NumberOfSecurityStaff, #NumberOfSecurityVendors, #CurrentDegreeOfAutomation{font-size:25px;text-align: center;}
}
@media(max-width: 420px){
	h1 {font-size: 20px;}
	.bgnd-orange {border: 0px solid white;}
	.coinbox {display:none;}
    #NumberOfEmployees, #CompanyAnnualRevenue, #SecuritySpendingEstimation, #NumberOfSecurityStaff, #NumberOfSecurityVendors, #CurrentDegreeOfAutomation{font-size:25px;text-align: center;}
	
}

@media(max-width: 375px){
	h1 {font-size: 20px;}
	.bgnd-orange {border: 0px solid white;}
	.coinbox {display:none;}
    #NumberOfEmployees, #CompanyAnnualRevenue, #SecuritySpendingEstimation, #NumberOfSecurityStaff, #NumberOfSecurityVendors, #CurrentDegreeOfAutomation{font-size:22px;text-align: center;}
	
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .cornertop {background-image: none;}
    .cornerbotm {background-image: none;} 
}

/*------------  jQuery UI Overrides  ---------------*/

.panblue1 {color: #006D91;}
.panblue2 {color: #009ACE;}
.panblue3 {color: #8AD4DF;}
.pangreen1 {color: #98C23D;}
.pangreen2 {color: #D9E021;}
.panorange {color: #F3723C;}
.panyellow {color: #FFC528;}
.pangrey1 {color: #48525A;}

.ui-widget.ui-widget-content {
	border: none;
}

div#NumOfEmployeesSlider.slider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
	background-color: #009ACE;
}
div#NumOfEmployeesSlider span.ui-slider-handle.ui-corner-all.ui-state-default{
	background-color: #009ACE;
}
div#CompanyAnnualRevenueSlider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
	background-color: #98C23D;
}
div#CompanyAnnualRevenueSlider span.ui-slider-handle.ui-corner-all.ui-state-default{
	background-color: #98C23D;
}
div#SecuritySpendingEstimationSlider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
	background-color: #8AD4DF;
}
div#SecuritySpendingEstimationSlider span.ui-slider-handle.ui-corner-all.ui-state-default{
	background-color: #8AD4DF;
}
div#NumberOfSecurityStaffSlider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
	background-color: #FFC528;
}
div#NumberOfSecurityStaffSlider span.ui-slider-handle.ui-corner-all.ui-state-default{
	background-color: #FFC528;
}
div#NumberOfSecurityVendorsSlider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
	background-color: #D9E021;
}
div#NumberOfSecurityVendorsSlider span.ui-slider-handle.ui-corner-all.ui-state-default{
	background-color: #D9E021;
}
div#CurrentDegreeOfAutomationSlider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
	background-color: #F3723C;
}
div#CurrentDegreeOfAutomationSlider span.ui-slider-handle.ui-corner-all.ui-state-default{
	background-color: #F3723C;
}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
	margin: 15px 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 7px solid white;
    background: #009ACE;
    font-weight: normal;
    color: #454545;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
}
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 10px;
}


/*  Media Queries  */

@media(max-width: 1280px){
.networkanim {
    width: 100%;
}
.switchtxt {
    width: 500px;
}
h2 {
    font-size: 32px;
}
.switchtxtsml {
}
	
	
}
@media(max-width: 1199px){
.questionscut {
}
.questionblock .illustration, .questionblock h2, .questionblock .buttonblock, .questionblock #industry {
    width: 570px;
}
.switchtxt {
    width: 450px;
}
h2 {
    font-size: 28px;
}
.buttonblock {
    margin-bottom: 100px;
}
.resultside {
    width: 80%;
}
.endtitle {
    font-size: 36px;
}
.switch.buttons6 .switchtxt {
    width: 135px;
}
.form {
    width: 80%;
}
    
}

@media(max-width: 991px){
.questionblock .illustration, .questionblock h2, .questionblock .buttonblock, .questionblock #industry {
    width: 65%;
}
.illustrationimg {
    width: 60%;
}
h2 {
    font-size: 24px;
}
h2 .subtext {
    font-size: 20px;
}
h1 {
    font-size: 30px;
}
.switchtxt {
    width: 349px;
}
.switch {
    margin-bottom: 39px;
}
.form {
    width: 60%;
}
	
}


@media(max-width: 767px){
.col-xs-12 {
}
.buttonblock {
    margin-bottom: 37px;
}
.questionblock .illustration, .questionblock h2, .questionblock .buttonblock, .questionblock #industry {
    width: 70%;
}
.logoblock {
    width: 39%;
    margin-left: -20px;
}
h1 {
    padding: 0px;
    margin: 0px;
    font-size: 32px;
}
.form {
    width: 70%;
}
	
}

@media(max-width : 571px ){
.questionblock .illustration, .questionblock h2, .questionblock .buttonblock, .questionblock #industry {
    width: 73%;
}
.logoblock {
    width: 38%;
}
.col {
    padding-left: 0px;
}
.form {
    width: 75%;
}
	
	
}
@media(max-width: 480px){
.questionblock .illustration , .questionblock h2 , .questionblock .buttonblock, .questionblock #industry{
    width: 60%;
}
.logoblock {
    width: 43%;
}
.endtitle {
    font-size: 34px;
}
a.button2 {
    padding: 10px 20px;
}
.form {
    width: 60%;
}
	
}
@media(max-width: 420px){
.questionblock .illustration, .questionblock h2, .questionblock .buttonblock, .questionblock #industry {
    width: 53%;
}
.logoblock {
    width: 50%;
}
h1 {
    font-size: 32px;
}
.resultside {
    width: 100%;
}
.switch.buttons6 .switchtxt {
    font-size: 16px;
    padding-left: 0px;
    margin-left: -7px;
}
.form {
    width: 55%;
}
	
}

@media(max-width: 375px){
.questionblock .illustration, .questionblock h2, .questionblock .buttonblock, .questionblock #industry {
    width: 45%;
}
h1 {
    font-size: 29px;
}
.switch.buttons6 .switchtxt {
    font-size: 13px;
}
.form {
    width: 45%;
}

	
}

@media(max-width: 320px){
.questionblock .illustration, .questionblock h2, .questionblock .buttonblock, .questionblock #industry {
    width: 40%;
}
h1 {
    font-size: 29px;
}
.switch.buttons6 .switchtxt {
    font-size: 13px;
}
.logoblock {
    width: 75%;
}
.switchtxt {
    width: 197px;
    margin-bottom: 0px;
}
.switchtxtsml {
    font-size: 16px;
}
.switch.switchmrgn30 {
    margin-bottom: 65px;
}
.form {
    width: 40%;
}
a.button.prev {
    float: left;
    margin-right: 0px;
}
a.button.cont {
    float: right;
}

	
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   
}

/* Animations */
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.slideInAnimationRight {
  animation: slideInRight .5s;		  animation: slideInRight .5s;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}		
.slideInAnimationLeft {
  animation: slideInLeft .5s;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
.fadeOut {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.fadeOutAnimation {
  animation: fadeout .5s;
}