/*
=============== 
Fonts
===============
*/

@font-face {
  font-family: 'Acumin Pro';
  src: local('Acumin Pro'), url('font/Acumin-Pro.otf') format('opentype');
}

@font-face {
  font-family: 'EurostileBQ Bold';
  src: local('EurostileBQ Bold'), url('font/EurostileBQ-BoldExtended.otf') format('opentype');
}

@font-face {
  font-family: 'Eurostile Bold';
  src: local('Eurostile Bold'), url('font/EurostileBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Eurostile Extended';
  src: local('Eurostile Extended'), url('font/EurostileExtended.ttf') format('truetype');
}

@font-face {
  font-family: 'EuroStile Normal';
  src: local('EuroStile Normal'), url('font/EuroStile-Normal.ttf') format('truetype');
}

@font-face {
  font-family: 'Eurostile Oblique';
  src: local('Eurostile Oblique'), url('font/EurostileOblique.ttf') format('truetype');
}


/*
=============== 
Global Styles
===============
*/
html {
  scroll-behavior: smooth;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #242424;
  line-height: 1.5;
  font-size: 0.875rem;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
img:not(.logo) {
  width: 100%;
}
img {
  display: block;
}

h1,
h2,
h3,
h4 {
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 0.875rem;
}
p {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 800px) {
  

}

.section-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 1170px;
}
@media screen and (min-width: 992px) {
  .section-center {
    width: 95vw;
  }
}
main {
  min-height: 100vh;
  display: grid;
  place-items: center;
}
/*
=============== 
Scroll
===============
*/
/* navbar */
nav {
  background: #FF582D !important;
  padding: 1rem 1.5rem;
}

/* fixed nav */
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FF582D;
  box-shadow: var(--light-shadow);
z-index: 200;
}
.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-toggle {
  font-size: 1.5rem;
  color: var(--clr-grey-1);
  background: transparent;
  border-color: transparent;
  transition: var(--transition);
  cursor: pointer;
}
.nav-toggle:hover {
  color: var(--clr-secondary);
}
.logo {
  height: 36px;
}
.links-container {
  height: 0;
  overflow: hidden;
  transition: var(--transition);
}
.show-links {
  height: 200px;
}
.links a {
  font-family: eurostile-extended;
  padding: 0.75rem 0;
  font-weight: 200;
}
.links a:hover {
  color: #242424;
}


nav {
    background: transparent;
  }
  .nav-center {
    width: 90vw;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-header {
    padding: 0;
  }
  .nav-toggle {
    display: none;
  }
  .links-container {
    height: auto !important;
        width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .links {
    display: flex;
  }
  .links a {
    background: transparent;
    color: #242424;
    font-size: 13px;
    text-transform: uppercase !important;
    text-transform: capitalize;
    /* letter-spacing: var(--spacing); */
    display: block;
    /* transition: var(--transition); */
    margin: 0 1rem;
    font-weight: lighter !important;
    padding: 9px 12px;
    font-family: EurostileBQ Bold;
  }
  a.scroll-link.statusactive {
    background: #fff;
    /* padding: 10px 14px; */
}
.links a:hover {
    /*color: var(--clr-white);*/
  }
/* hero */
header {
  /*min-height: 100vh;*/
  /*background:url("src/schedule.jpg") repeat;*/
  /*background-size: 100% ;*/
  /*background-attachment: fixed;*/
    min-height: 600px;
    background: url(src/schedule.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    overflow: hidden;
}
.banner {
  /*min-height: 100vh;*/
  /*display: grid;*/
  /*place-items: center;*/
  /*text-align: center;*/
      /* min-height: 400px; */
    display: grid;
    place-items: center;
    text-align: center;
}
a.scroll-link.btn.bannerbtn.lgbutton {
    font-size: 19px;
    color: #444 !important;
    transition: all 0.5s ease;
}
.footerlink {
    width: 29%;
}
.questpage p {
    color: #fff !important;
    width: 70%;
    margin: 0px auto;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: Acumin Pro;
    text-align: center;
}

#subheadingdownload{
    padding-top:30px;
}


.formbtn {
background: #ff582d;
    text-align: center;
    padding: 13px 0px;
    font-size: 17px;
    font-family: 'EurostileBQ Bold';
    width: 73px;
    margin: 0px auto;
    margin-bottom: 15px;
    text-align: center;
}


/*SOCIAL MEDIA LINKS*/
.socialblock {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 6px;
}
.socialblock a {
    margin-right: 3px;
}
.socialblock img {
    width: 30px;
}


#getdownloadresults {
    margin-bottom: 30px;
}
#getdownloadresults:hover{
    border: 1px solid #ff582d;
}




/*NEW ADDITIONAL STYLES*/

p{
    font-family: Acumin Pro;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4em;
}

h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1rem;
  }
  body {
    font-size: 1rem;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: 1;
    color: #ff582d;
    text-align: center;
    font-family: EurostileBQ Bold;
    font-weight: lighter !important;
    text-transform: uppercase;
  }

 h1:before,
h2:before,
h3:before,
h4:before {
    content: "";
    background: url(src/loading-growth-arrows.png) no-repeat;
    width: 310px;
    height: 16px;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
  }
.introduction p{
  text-align: center;
}
.introduction p {
text-align: center;
    color: #242424;
    padding: 0px 70px;
    margin-top: 30px;
    line-height: 1.8;
}
.wheel_wrap p {
text-align: left;
    padding: 0px 56px;
    margin-top: 15px;
    color:#242424;
}
.sliderimage img.front-graph {
    width: 420px;
    margin: 0px auto;
}
.slider .flex-control-nav {
    bottom: 0px;
}

.footsocial{
    display:none;
    visibility:hidden;
}

.slider {
    width: 640px;
    height: 440px;
    border-radius: 10px;
    color: #fff;
    margin: 0px auto;
}
.sliderdemo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.slider ul {
  padding:0;
  margin:0
}
.wheel_wrap {
    padding-bottom: 70px;
    padding-top: 30px;
}
.slider li {list-style:none }

.bx-wrapper {
    box-shadow: none !important;
    border: 0px !important;
    background: none !important;
}
#about .container {
    padding-bottom: 0px;
}


.container{
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
  padding: 100px 0px;
}

/*Register Styles*/
.register_block{
    background: url('src/loading-growth-register.jpg') no-repeat;
    text-align: center;
    background-attachment: fixed;
    background-size: 100%;
  }
.register_block p{
    color: #f4f4f4;
}
.formcontrol label {
    display: block;
    text-transform: uppercase;
    color: #ff582d;
    font-family: 'EurostileBQ Bold';
    font-size: 14px;
}
#register .formcontrol {
    padding-bottom: 20px;
}
.reg_formwrap {
    width: 54%;
    margin: 0px auto;
}
.formcontrol input.reglist {
    width: 100%;
    padding: 12px 20px;
    color: #777575;
    text-align: center !important;
    font-size: 14px;
    font-family: 'EurostileBQ Bold';
    font-weight: 100;
/*    border-radius: 5px;
    border: 2px solid;*/
}
.listcontrol select#income{
    width: 100%;
    padding: 12px 20px;
    color: #777575;
    text-align: center !important;
    font-size: 16px;
    font-family: 'EurostileBQ Bold';
    font-weight: 100;
}
.reglist::placeholder{
    font-weight: normal !important;
    font-size: 14px !important;
}
/*.listcontrol select option{
    padding: 0px 0px;
}*/
select.formlist.reglist {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    transition: all 0.5s ease;
}
.formcontrol input.reglist:hover{
transition: all 0.5s ease;
}
button.submitbtn, #returnbutton, .viewlinkbtn {
    font-family: 'EurostileBQ Bold';
    background: #ff582d;
    border: 1px solid #ff582d;
    padding: 11px 40px;
    text-transform: uppercase;
    font-size: 15px;
    color: #242424;
}
.viewlinkbtn {
    font-size: 13px !important;
}
.viewlinkbtnblock {
    margin-bottom: 15px;
}
#returnbutton{
    width: 51%;
}
button.submitbtn:hover, .bannerlink a:hover, #returnbutton:hover, .viewlinkbtn:hover {
    background: #242424;
    color:#ff582d !important;
    cursor: pointer;
}
.formerrors {
  color: #ff582d;
  font-family: 'Acumin Pro';
  font-size: 15px;
  font-weight: lighter !important;
}





.banner p {
    color: #f4f4f4;
}
.bannerlink {
    margin-top: 50px;
}
.bannerlink a:hover{
  color: #fff !important;
}
a.scroll-link.btn.bannerbtn.lgbutton:hover{
  color: #fff !important;
  transition: all 0.5s ease;
}
.user-block {
    background: #ff582d;
}

footer.section, .surveycontent, .questpage {
    background: url(src/loading-growth-black-texture.jpg) repeat;
    padding: 30px 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
footer.section p {
    padding: 0px;
    margin: 0px;
    color: #c1c1c1;
    font-size: 12px;

}
.copyrightblock.fblock {
    padding-top: 15px;
}
.footerlink .links a {
    font-size: 11px !important;
    color: #c1c1c1;
}
.footerlink a.scroll-link.statusactive{
  color: #444444;
}
.regform_wrap {
    width: 45%;
    margin: 0px auto;
}
.formcontrol input {
    width: 100%;
    padding: 13px 20px;
    color: #777575;
    text-align: center;
    font-size: 1.08em;
}
select.formlist {
    width: 100% !important;
    padding: 13px 20px !important;
    color: #777575;
    text-align: center !important;
        text-transform: capitalize;
    display: inline-block;
}
.regform_wrap select.formlist {
    text-transform: capitalize;
    display: inline-block;
    text-align: center !important;
}
.regform_wrap .formcontrol {
    margin-bottom: 20px;
}
.formcontrol label, .formlist {
    font-family: Eurostile Bold !important;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff582d;
}
.selectlist{
    font-family: Eurostile Bold !important;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ff582d;
}
.lgbutton {
    background: #ff582d;
    border: 0px;
    color: #fff !important;
    border-radius: 0px;
    padding: 13px 0px;
}
.formcontrol .lgbutton{
  width: 45%;
}

.bannerbtn {
    padding: 13px 50px;
}
.btn{
    font-family: 'EurostileBQ Bold';
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}
section#about{
  background: url(src/loading-growth-white-texture.jpg) repeat;
}

span.lgbutton.btn {
    display: block;
    margin: 0px auto;
}
.surveybanner {
    min-height: 290px;
    background:url(src/survey-banner.jpg) repeat;;
    background-size: 100%;
}
.surveybanner h3 {
    padding-top: 30px;
}
.surveycontent h3 {
    padding-top:30px !important;
}
.surveycontent .container{
  padding: 0px;
}
.surveycontent {
  min-height: 65vh;
  font-family: Acumin Pro;
  font-size: 14px;
  text-align: center;
}
.surveycontent .container p{
  font-family:Acumin Pro;
  font-size: 14px;
  color: #242424 !important;
  text-align: center;
}

.flexslider h3 {
    margin-top: 80px;
    font-size: 22px;
    text-align: left;
    padding: 0px 56px;
    color: #242424;
    line-height: 1.3;
}
.flexslider .slides > li {
    padding-bottom: 30px;
}
 .flexslider h3:before {
    content: "";
    background: url(src/loading-growth-arrows.png) no-repeat;
    width: 205px;
    height: 12px;
    display: block;
    margin: 0px;
    margin-bottom: 4px;
    background-size: 199px;
    text-align: left;
}
.sliderpack .flexslider {
    margin: 0 0 60px;
    background: none;
    border: 0px;
}
.graph {
    width: 46%;
}
.graph h5 {
    font-size: 18px;
    font-family: EurostileBQ Bold;
    color: #ff582d;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: normal;
}
.wheel_description.graph {
    padding-top: 60px;
}
.progressbar {
    height: 5px;
    background: #ff582d;
}
.button-wrap {
    max-width: 20%;
    margin: 0px auto;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}








/*SURVEY PAGE STYLES*/
.progresswrap {
  background: #ff582d;
      height: 10px;
}
.progressbar {
  height: 10px;
  background: #ffffff;
  width: 1.111%;
  transition: all 0.5s ease;
}
.surveybanner {
    min-height: 290px;
    background:url('src/survey-banner.jpg') repeat;;
    background-size: 100%;
}
.surveybanner h3 {
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.9em;
    color: #ff582d;
}
.survey-head nav {
    padding: 0.3rem 3rem;
}
.account_wrap p {
    padding: 0px;
    margin: 0px;
    font-family: 'EurostileBQ Bold';
    font-size: 13px;
    color: #444444 !important;
}
.survey-head .logo {
    height: 24px;
}
.account_wrap, .account_wrap p {
    text-align: right;
    color: #fff;
}
.account_wrap span {
    font-size: 12px;
    text-align: right;
    font-family: 'Acumin Pro';
    color: #444444;
}
.survey_page.container {
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
}
.surveybanner .container {
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    padding: 110px 0px;
    min-height: 130px;
}
.surveybanner p {
    padding: 0px 13%;
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.survey_wrap {
    background: url(src/loading-growth-black-texture.jpg) repeat;
    min-height: 50vh;
}
.survey_wrap, .survey_wrap p{
    font-family: Acumin Pro;
    color: #e1dfdf;
    font-size: 14px;
    font-weight: lighter !important;
}
.survey_buttons .loadbutton, .loadbutton {
    background: #ff582d;
    color: #242424;
    font-family: EurostileBQ Bold;
    border: 0px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 22px;
    cursor: pointer;
    margin: 0px 5px;
}
.incomplete h3#survey_title:before {
    display: none;
}
.incomplete h3#survey_title{
    font-size: 21px;
}

.incomplete{
    margin-bottom: 30px;
}
.survey_buttons .loadbutton:hover, .loadbutton:hover{
   background:#ffffff;
   color: #242424;
}
.nonactive{
    color: #ffffff;
    background: transparent;
    border: 0px;
}
.survey_buttons {
  margin-top: 30px;
  margin-bottom: 50px;
}
.detail_block {
    margin-bottom: 20px !important;
}
#errmsgs {
    padding: 8px 30px;
    color: #ff582d;
    border: 1px solid;
    font-family: 'Acumin Pro';
    width: 80%;
    margin: 0px auto;
    display: none;
    
}
.objective_block span, .detail_block span {
  width: 18%;
  display: block;
  padding: 20px;
  font-family: 'EurostileBQ Bold';
  text-align: left;
  min-width: 110px;
}
.objective_block, .detail_block {
  display: flex;
  border: 1px solid #ccc;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0px auto;
}
.objective_block{
  border-bottom: 0px;
}
.objective_block p, .detail_block p {
  text-align: left;
  width: 83%;
  border-left: 1px solid;
  padding: 20px;
  margin: 0px;
}
form.surveySteps {
  margin-top: 40px;
}



button#viewresults {
    margin-bottom: 30px;
    background: #fff;
    border: 0px;
    padding: 10px 15px;
    font-family: 'EurostileBQ Bold';
    font-size: 15px;
}




/*Survey radio button*/
.survey_radio {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-top: 30px;
  width: 62%;
  margin: 0px auto;
}
.radio_wrap input[type="radio"] {
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 52px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.radio_wrap {
  position: relative;
  width: 80px;
  margin: 0px auto;
  margin-bottom: 10px;
}
.radio_wrap label {
  display: block;
  background-color: #FF582D;
  padding: 7px 0px;
  font-family: 'EurostileBQ Bold';
  font-size: 25px;
  color: #242424;
  cursor: pointer;
  transition: all 0.8s ease;
}
.radio_wrap input[type="radio"]:checked + label {
  background-color:#ffffff;
  cursor: pointer;
  transition: all 0.8s ease;
}
.radio_wrap input[type="radio"]:focus + label {
  cursor: pointer;
  transition: all 0.8s ease;
}
.radio_wrap input[type="radio"]:hover + label {
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.8s ease;
}
.radiobtn {
  width: 17%;
}
.radiobtn span {
  color: #FF582D;
  font-style: italic;
  font-family: 'Acumin Pro';
  font-size: 12px;
}





/*Admin Page Styles*/
.adminwrapper {
    display: flex;
    flex-wrap: nowrap;
    background: url(./src/loading-growth-white-texture.jpg) repeat;
    font-family: "acumin-pro-wide", sans-serif;
    margin-top: 62px;
}
.dashicon i.material-icons {
    font-size: 50px !important;
    margin-top: 6px !important;
    border-right: 1px solid #ccc;
    padding-right: 8px;
}
.actionrow i.material-icons {
    font-size: 20px;
    margin-right: 10px;
    padding: 2px;
}
.adminwrapper .maincontent {
    margin: 30px;
    background: #fff;
    padding: 25px;
    border: 1px solid #edecec;
    border-radius: 7px;
}
.adminwrapper p {
    font-size: 15px;
    color: #767676;
    line-height: 1.6em;
}

.admin_sidebar {
    width: 270px;
    height: 100vh;
    background: url(src/loading-growth-black-texture.jpg) repeat;
    -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    position: fixed;
}
.lglogo {
    min-height: 70px;
    max-width: 270px;
    width: 100%;
}
.lglogo img {
    width: 70%;
    margin-top: 15px;
    padding-left: 30px;
}
.admincontent {
    width: 100%;
    min-height: 100vh;
}
.userblock h4, .userblock h4:before{
    text-align: left;
    content: "";
    background:none;
    width: auto;
    height: auto;
    display: block;
    margin: 0px auto;
    margin-bottom: 0px;
}
.userblock p {
    margin: 0px;
    margin-top: 5px;
    font-size: 15px;
    text-align: right !important;
}
.userblock h4 {
    color: #fff;
    text-align: right;
    padding-top: 12px;
    font-size: 18px;
}

.userpanel {
    display: flex;
    flex-wrap: wrap;
    background: #ff582d;
        justify-content: space-between;
        -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0px;
}
.userinfo {
    padding-right: 30px;
}
.userblock h4 {
    color: #fff;
    text-align: right;
    padding-top: 15px;
}
.sidenav a {
font-family: "eurostile-extended", sans-serif;
    color: #dfdfdf;
    font-size: 14px;
    text-transform: capitalize;
    padding: 14px 30px;
    display: block;
    border-bottom: 1px dashed #454545;
}
.dashlinkwrap {
    margin: 30px;
}
.dashlink ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
}
.dashlink ul li {
width: 31%;
padding: 15px 20px;
    border-radius: 7px;
}

/*.dashlink a {
    font-family: 'EurostileBQ Bold';
    font-size: 13px;
    line-height: 15px;
    color: #000;
    display: block;
}*/
.maincontent h5 {
    font-size: 23px;
    /* border-bottom: 1px dashed #ccc; */
    /* margin-bottom: 13px; */
    padding-bottom: 5px;
    font-family: 'EurostileBQ Bold';
    font-weight: normal;
    text-transform: uppercase;
}
.maincontent table {
    width: 100%;
        font-size: 15px;
    color: #767676;
        border-spacing: 0px;
}
.maincontent thead {
    text-align: left;
}
.adminwrapper td, .adminwrapper th {
    border-bottom: 1px solid #ccc;
    margin: 0px;
    padding: 8px 10px;
    font-size: 13px;
        border-right: 1px solid #ccc;
}
 .adminwrapper th{
    background: #f0f0f0;
    border-top: 1px solid #ccc;
 }
 .adminwrapper th:first-child, .adminwrapper td:first-child{
    border-left: 1px solid #ccc;
    text-align: center;
 }
.adminwrapper tr:hover{
    background: #fff0ec61;
}

.loadingstatus span {
    width: 10px;
    height: 10px;
    
    display: block;
    margin-top: 3px;
    margin-right: 5px;
    border-radius: 50%;
}
#active.loadingstatus span{
    background: #41c032;
}
#active.loadingstatus{
    color: #41c032;
}
#disabled.loadingstatus span{
    background: #ff582d;
}
#disabled.loadingstatus{
    color: #ff582db8;
}
.loadingstatus {
    border: 1px solid #ccc;
    padding: 2px 7px;
    font-size: 11px;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    text-transform: capitalize;
    max-width: 85px;
}
.admincontainer {
    margin-left: 270px;
}

.usercontrol label {
    font-family: Eurostile Bold !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7a7a7a;
    display: block;
}
.statusblock input {
    width: auto !important;
    padding: 0px 0px;
    margin-right: 6px;
}
.statusblock span {
    margin-right: 20px;
}

.usercontrol textarea {
    width: 100%;
    min-height: 100px !important;
    height: auto;
    line-height: 1.4em;
    padding-top: 20px !important;
}

.usercontrol{
    margin-bottom: 20px;
}

.usercontrol input, .usercontrol textarea, .usercontrol select{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: Acumin Pro;
    font-size: 15px;
    color: #747373;
}
.topform {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.logintopform{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.loginlogo img.logo {
    height: auto;
    margin: 0px auto;
    padding-top: 30px;
    width: 170px;
}
.topform .usercontrol, .logintopform .usercontrol {
width: 48%;
}
.usercontrol option{
    padding: 10px;
    line-height: 1.3em;
}
.resultstatus {
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-transform: capitalize;
    display: flex;
    flex-wrap: no-wrap;
    padding: 1px 0px 1px 8px;
}
.resultstatus.completed span {
    background: #41c032;
}
td.actionrow a, td.actionrow {
    font-size: 13px !important;
    color: #7e7c7c;
    display: flex;
}
.resultstatus.ongoing span {
    background: #ff582d;
}
.resultstatus span {
    width: 10px;
    height: 10px;
    display: block;
    margin-top: 3px;
    margin-right: 5px;
    border-radius: 50%;
}
.newquestion {
    margin-top: 30px;
}

button#addquestion, .buttonsubmit, #buttonsubmit {
    background: #ff582d;
    color: #fff;
    padding: 13px 30px;
    border: 0px;
    font-family: 'EurostileBQ Bold';
    text-transform: uppercase;
}
button#addquestion:hover, .buttonsubmit:hover{
    background: #000;
    cursor: pointer;
}
a.actionlink {
    color: #8d8d8d;
    font-size: 13px;
    text-decoration: none;
    padding:0px !important;
}
.actionrow i.material-icons {
    margin-right: 10px;
    font-size: 20px !important;
}
.actionrow span {
    font-size: 11px !important;
    display: block;
        height: 21px;
}
a.actionlink:hover {
    color: #ff582d;
}

h4.passtitle {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 15px;
}

h4.passtitle:before{
display: none;
}




/*Admin Login Form Styles*/
.loginwrap {
    padding: 10px 30px 10px 30px;
}
.mainlogin{
    width: 450px;
    background: #fff;
    border-radius: 5px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 50px;
}
.loginlogo {
    width: 100%;
    height: 100px;
    background: #ff582d;
}
.loginwrap h5{
    font-family: Eurostile Bold !important;
    font-size: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ff582d;
}
.logincopy {
    color: #d0d0d0;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Acumin Pro', sans-serif;
    font-weight: lighter;
}

/*Error Message Styles*/
.messages, #messages {
    margin-bottom: 20px;
}
.titleblock {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.messages .success, #messages .success{
    background: #dbf5d9;
    padding: 12px 20px;
    border: 1px solid #a4d7a0;
    border-radius: 5px;
    color: #6c9b69;
    font-size: 14px;
    display: block;
}
.messages .error, #messages .error {
    background: #fff0f0;
    padding: 12px 20px;
    border: 1px solid #fac9c9;
    border-radius: 5px;
    color: #d99292;
    font-size: 14px;
    display: block;
}

a.createlink, a.backlink {
    height: 33px;
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
a.createlink {
    background: #ff582d;
}
a.backlink {
    background: #ccc;
    }
a.createlink:hover, a.backlink:hover{
    background:url(src/loading-growth-black-texture.jpg) repeat;
    }

.dashlist {
    display: flex;
    flex-wrap: nowrap;
}
.dashicon {
    width: 60px;
    height: 60px;
    /*border: 1px solid #ccc;*/
    border-radius: 50%;
}
.dashicon img {
    width: 100%;
    height: auto;
}


.actionrow img {
/*    width: 26px;
    border: 1px solid #8c8c8c;
    border-radius: 2px;
    padding: 1px 2px;
    margin-right: 4px;*/
        width: 19px;
    /* border: 1px solid #8c8c8c; */
    border-radius: 2px;
    padding: 0px;
    margin-right: 10px;
}
.actionrow img:hover{
    border: 1px solid #ff582d;
}
.dashright {
    margin-left: 10px;
}
.dashright span {
    text-align: left;
    font-size: 30px;
    font-family: 'EurostileBQ Bold';
    display: block;
    margin-bottom: -6px;
    margin-top: -3px;
}
.dashright a{
    font-size: 15px;
    text-decoration: none;
}
.dash1 {
    background: #ff582d;
    border: 1px solid #ff582d;
    color: #fff;
}
.dash1 .dashright a{
    color: #fff;
}
.dash2 {
    background: #fff;
    border: 1px solid #e3e2e2;
    color: #767676;
}
.dash2 .dashright a{
    color: #767676;
}
.dash3 {
    background: url(src/loading-growth-black-texture.jpg) repeat;
    color: #fff;
    border: 1px solid #000;
}
.dash3 .dashright a{
    color: #fff;
}
a.logoutlink {
    text-align: right;
    display: block;
    color: #fff;
    font-family: 'Acumin Pro';
    font-size: 11px;
    text-transform: uppercase;
}
.displayblock {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px;
}
.displayblock p {
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #000000;
}
a.returnuser {
    color: #fff;
    font-family: 'Acumin Pro';
    font-size: 17px;
    text-decoration: none;
}
a.returnuser:hover {
    color: #ff582d;
    text-decoration: underline;
}




/*Survey Website Session*/
.surveyuser {
    background: #ff582d;
    height: 45px;
}

div#frontmessages {
    height: 30px;
    background: #ff582d;
    margin-bottom: 30px;
    color: #000;
}


.welcome_wrap {
    padding: 30px 10px;
    text-align: center;
        background: url(src/loading-growth-black-texture.jpg) repeat;
    min-height: 50vh;
}

.welcome_wrap p {
    color: #fff;
    padding: 0px 10%;
}
.surveyleft p {
    margin: 0px;
    font-family: 'EurostileBQ Bold';
    color: #fff;
    font-size: 13px;
}
.surveyleft a {
    color: #fff;
    font-family: 'Acumin Pro';
    font-size: 14px;
    text-transform: uppercase;
}
.userblock {
    display: flex;
    flex-wrap: nowrap;
}
.clienttop .ubright {
    margin-top: 14px;
    padding: 0px 20px;
}
.clienttop .lglogo img {
    width: 55%;
    margin-top: 5px;
    padding-left: 30px;
}
.clienttop .userblock h4 {
    color: #1d1d1d;
    text-align: right;
    padding-top: 0px;
    font-size: 14px;
}
.clienttop .userblock p {
    font-size: 13px;
    margin-top: 0px;
}
.clienttop .lglogo {
    min-height: 42px;
    }
.clienttop .ubleft {
    border-right: 1px solid #000;
    padding-right: 15px;
    margin-top: 6px;
}
.subheamap{
    text-transform: uppercase;
}
.welcome_wrap .survey_buttons {
    margin-top: 20px;
    margin-bottom: 20px;
}
.adscon .userpanel {
    
    padding: 10px 0px;
}
.downloadreport i.material-icons {
    margin-right: 0px !important;
}
button.downloadreport {
    background: none;
    border: 0px;
    color:#7e7c7c;
}
button.downloadreport:hover {
    color:#ff582d;
}
#msgs {
    height: auto;
    background: #ff582df5;
    color: #fff;
    padding: 7px 0px;
    border-radius: 5px;
    font-family: 'Acumin Pro';
    margin-bottom: 20px;
    font-size: 15px;
    display: none;
}





@media only screen and (max-width: 580px), only screen and (max-device-width: 580px) {

.fixed-nav {
    position: relative;
}
.container {
    width: 100%;
    padding: 40px 0px;
}
nav {
    padding: 10px 1rem;
}
.nav-center {
    width: 100%;
    display: block;
}
.nav-header {
    display: block;
    align-items: center;
    justify-content: center;
}
.logo {
    height: auto;
    text-align: center;
    width: 215px;
    margin: 0px auto;
}
.menublock {
    margin-top: 14px;
    margin-bottom: 0px;
}
.links {
    display: flex;
    width: 100%;
    justify-content: center;
}

.links a {
    font-size: 11px;
    display: flex;
    margin: 0 0.5rem;
    padding: 7px 9px;
}
.socialblock a {
    margin-right: 8px;
}
.socialblock {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 6px;
}
h1 {
    font-size: 1.7rem;
}
h2 {
    font-size: 1.6rem;
}
.surveybanner h3 {
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.6em;
    color: #ff582d;
}
.introduction p {
    text-align: justify;
    color: #242424;
    padding: 0px 20px;
    margin-top: 15px;
    line-height: 1.5;
}
.welcome_wrap p {
    color: #fff;
    padding: 0px 4%;
    text-align: justify;
    font-size: 15px;
    line-height: 1.9em;
    font-weight: lighter;
}
.subheamap {
    text-transform: uppercase;
    text-align: center !important;
}
.survey_radio {
    width: 100%;
}
.sliderdemo {
    display: block;
}
.flexslider h3 {
    margin-top: 20px;
    font-size: 0.9em !important;
    padding: 0px 50px;
    line-height: 1.2;
}
.clienttop .lglogo img {
    width: 100%;
    margin-top: 5px;
    padding-left: 30px;
    margin: 0px auto;
    margin-bottom: 20px;
    padding-top: 20px;
}
.lglogo {
    width: 100%;
    /*max-width: 40%;*/
    max-width:250px;
}
.sliderpack .flexslider {
    margin: 0 0 20px;
    background: none;
    border: 0px;
}
.slider {
    width: 100%;
    height: auto;
}
.wheel_wrap {
    padding-bottom: 10px;
    padding-top: 10px;
}
.wheel_wrap p {
    text-align: justify;
    padding: 0px 50px;
    margin-top: 10px;
}
.reg_formwrap {
    width: 88%;
    margin: 0px auto;
}
.sliderimage img.front-graph {
    width: 95%;
    margin: 0px auto;
}
.register_block p {
    color: #f4f4f4;
    padding: 0px 25px;
    text-align: justify;
}
footer.section, .surveycontent, .questpage {
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: row-reverse !important; */
    flex-flow: wrap-reverse;
}
footer .footblock {
    margin-top: 10px;
    width: 100%;
    display: block;
}
.footerlink {
    width: 100%;
    margin-top: 10px;
}
footer.section p {
    text-align: center;
}
.banner p {
    color: #f4f4f4;
    padding: 0px 20px;
    text-align: justify;
    line-height: 1.2em;
}
h1:before, h2:before, h3:before, h4:before {
    content: "";
    background: url(src/loading-growth-arrows.png) no-repeat;
    width: 205px;
    height: 12px;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    background-size: 195px auto;
}
header {
    background: url(src/schedule.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: inherit;
    /*background-position: center bottom;*/
    background-position: -410px 110px;
}
#about h3 {
    font-size: 1.2rem;
}
#about h3:before {
    margin-bottom: 10px !important;
}
#about .introduction h3 {
    font-size: 1.2rem;
    padding: 0px 15% !important;
}

a.scroll-link.btn.bannerbtn.lgbutton {
    font-size: 15px;
    color: #000 !important;
    transition: all 0.5s ease;
}
.register_block {
    background: url(src/loading-growth-register.jpg) no-repeat;
    text-align: center;
    background-attachment: inherit;
    background-size: auto 100%;
    background-position: -400px 0px;
}
/*.banner {*/
/*    min-height: 60vh;*/
/*}*/
.links-container {
    height: auto !important;
    width: 100% !important;
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
}
#returnbutton {
    width: 100%;
}
button.submitbtn, #returnbutton, .viewlinkbtn {
    padding: 12px 10px;
    font-size: 12px;
}
.survey_page h4 {
    font-size:1.1em !important;
    padding: 0px 30px;
}
#surveycontain {
    padding: 0px 30px;
}
.objective_block, .detail_block {
    display: block;
    border: 1px solid #ccc;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0px auto;
}
.objective_block span, .detail_block span {
    width: 100%;
    display: block;
    padding: 20px 35px;
    font-family: 'EurostileBQ Bold';
    text-align: left;
    min-width: 110px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}
.objective_block p, .detail_block p {
    text-align: justify;
    width: 100%;
    border-left: 0px;
    padding: 35px;
    margin: 0px;
}
.survey_wrap, .survey_wrap p {
    font-size: 21px;
    line-height: 1.8em;
}
.objective_block span, .detail_block span {
    font-size: 28px !important;
}
.surveybanner {
    min-height: 330px;
    background: url(src/survey-banner.jpg) repeat;
    background-size: auto 100%;
    background-position: bottom;
}
#errmsgs {
    width: 100%;
}
.survey_buttons .loadbutton, .loadbutton {
font-size: 35px;
    padding: 36px 92px;
    margin-top: 33px;
}
.survey_buttons {
    margin-bottom: 120px;
}
.surveybanner .container {
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    padding: 50px 0px;
    min-height: 130px;
    margin-top: 75px;
}
.radio_wrap input[type="radio"] {
    width: 100%;
    height: 98px;
}
.radio_wrap label {
    padding: 10px 0px;
    font-size: 51px;
}
.surveySteps .radio_wrap label {
    padding: 35px 0px;
    font-size: 51px;
}
.radio_wrap {
    position: relative;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
}
.radiobtn span {
    font-size: 29px;
    display: block;
    line-height: 39px;
}
.userblock {
    margin-top: 12px;
}
#registerbutton {
    width: 100%;
}
.returnuserpage .register_block {
    background: url(src/loading-growth-register.jpg) repeat !important;
    background-size: auto 100%;
    background-attachment: inherit;
    background-position: -317px -129px !important;
}
.returnuserpage .register_block h2 {
    font-size: 1.3rem;
}
.mainlogin {
    width: 80%;
    margin-top: 20vh;
}
.loginlogo {
    height: auto;
}
.loginwrap {
    padding: 6% 5%;
}
.loginlogo img.logo {
    width: 50%;
    padding-bottom: 30px;
}
.welcome_wrap .survey_page {
    padding: 7% 0px;
}
body.welcomepage {
    background: url(src/loading-growth-black-texture.jpg) repeat;
}

.clienttop .userblock h4 {
    font-size: 28px;
}
.clienttop .userblock p {
    font-size: 27px;
}
a.logoutlink {
    font-size: 27px;
}
.clienttop .ubright {
    padding: 0px 14px;
}
.userpanel {
    padding: 8px 0px;
}
.progressbar, .progresswrap {
    height: 20px;
}
form.surveySteps {
    margin-top: 100px;
}
#thankyou p {
    text-align: justify;
}
.viewlinkbtnblock {
    margin-bottom: 15px;
    margin-top: 20px;
}
#thankyou {
    padding: 20px 35px;
}
#getdownloadresults {
    margin-bottom: 30px;
    font-size: 30px !important;
    width: 100%;
    padding: 25px 36px;
    margin-top: 30px;
}
.viewlinkbtnblock a {
    font-size: 28px !important;
    width: 100%;
    padding: 16px 0px;
    display: block;
}
.footsocial img {
    border: 1px solid #ff582d;
}
.footsocial{
    display:flex;
    visibility:visible;
}
.topsocial{
    display:none;
    visibility:hidden;
}









}/*END MOBILE MEDIA QUERY*/




/*TABLET MEDIA QUERY STARTS HERE*/
/* Portrait */
@media only screen and (min-width: 650px) and (max-device-width: 990px) and (orientation: portrait)  {

nav {
    padding: 0.5rem 1rem;
}
.nav-center {
    width: 100%;
}
.links-container {
    width: 70%;
}
.links a {
    font-size: 12px;
    margin: 0 0.4rem;
    padding: 7px 9px;
}
.container {
    padding: 40px 0px;
}
.banner p {
    padding: 0px 30px;
}
.introduction p {
    padding: 0px 30px;
    margin-top: 20px;
    line-height: 1.6;
}
.sliderimage img.front-graph {
    max-width: 97%;
    margin: 0px auto;
    width: 100%;
    display: block;
}
.sliderimage {
    width: 40%;
}
.slider {
    width: 60%;
    height: auto;
    border-radius: 10px;
    color: #fff;
    margin: 0px auto;
}
.sliderpack .flexslider {
    margin: 0 0 0px;
}
.reg_formwrap {
    width: 65%;
}
.footerlink {
    width: 46% !important;
}
.register_block p {;
    padding: 0px 35px;
}
.register_block {
    background: url(src/loading-growth-register.jpg) no-repeat;
    text-align: center;
    background-attachment: inherit;
    background-size: auto 100%;
}
.wheel_wrap p {
    text-align: justify;
    padding: 0px 50px;
    margin-top: 5px;
    color: #242424;
}
.flexslider h3 {
    margin-top: 10px;
    font-size: 19px;
    text-align: left;
    padding: 0px 50px;
    color: #242424;
    line-height: 1.3;
}
header {
    min-height: 440px;
    background: url(src/schedule.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: inherit;
    overflow: hidden;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h1 {
    font-size: 2.3rem;
}
body.returnuserpage{
    background: url(src/loading-growth-black-texture.jpg) repeat;
}
body.returnuserpage .container {
    padding: 10vh 0px;
}
#returnbutton {
    width: 70%;
}
body.welcomepage {
    background: url(src/loading-growth-black-texture.jpg) repeat;
}
.clienttop .lglogo img {
    width: 67%;
}
.clienttop .lglogo {
    min-height: 53px;
    padding: 10px 0px;
}
.clienttop .userblock h4 {
    font-size: 18px;
}
.clienttop .userblock p {
    font-size: 19px;
}
a.logoutlink {
    font-size: 19px;
}
.userinfo {
    padding-right: 10px;
    padding-top: 7px;
}
.welcome_wrap p {
    color: #fff;
    padding: 0px 35px;
    line-height: 2em;
}
.surveybanner .container {
    padding: 90px 0px;
    min-height: 110px;
}
.surveybanner {
    min-height: 230px;
    background: url(src/survey-banner.jpg) no-repeat;
    background-size: auto 100%;
}








    

}/*END OF PORTRAIT TABLET MEDIA QUERY*/




