/*------------------------------------*\
	Variables
\*------------------------------------*/
/*------------------------------------*\
	Site sections
\*------------------------------------*/
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

html {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: #FFFFFF;
}

body {
    position: relative;
    min-width: 303px;
    margin: 0;
    padding: 49px 0 75px;
    background-color: #FFFFFF;
    font-family: 'Lato';
    color: #000000;
}

.main-box 
{
  text-align: left;
  margin: 20px 70px 0px 70px; 
  display: block;   
}

.main-box_endpage
{
  text-align: left;
  margin: 60px 0px 0px 0px; 
  display: block;   
}

.main-box_message
{
  text-align: left;
  margin: 100px 0px 0px 0px; 
  display: block;   
  color: #FFFFFF;
  font: 18pt Arial;
  line-height: 35px;
}

.noans 
{
   font-style: italic;    
   color: #000000;
   margin-top: 4px;
   margin-left: 15px;
}

.wrapper-all {
    position: relative;
    width: 1000px;
    margin: auto;
    padding: 0;
}

a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-family: 'Lato';
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    background: none;
    opacity: .8;
    color: #000000;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

input:focus {
    outline: 0;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'montserrat-light';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
	_HEADER
\*------------------------------------*/
.header {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    background-image: url("../img/bg-header.jpg");
    -webkit-box-shadow: 1px 1px 4px 0 rgba( 0, 0, 0, .24 );
    -moz-box-shadow: 1px 1px 4px 0 rgba( 0, 0, 0, .24 );
    box-shadow: 1px 1px 4px 0 rgba( 0, 0, 0, .24 );
    overflow: hidden;
}


.header__wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}


.header__logo {
    position: absolute;
    top: 0px;
    left: 79px;
    display: block;
}


.header__title {
    position: absolute;
    right: 0;
    bottom: 66px;
    display: inline-block;
    min-width: 440px;
    padding: 12px 50px 11px 21px;
    background-color: rgba( 26, 80, 113, .67);
    font-family: 'montserrat-regular';
    font-size: 16px;
    font-weight: 400;
    color: #f5f1e9;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-height: 43px;
}
.header__title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 600px;
    height: 100%;
    background-color: rgba( 129, 152, 146, .67);
}

.header__description {
  color: #3b3d4d;
  font-size: 13px;
  background-color: #669d8a;
  padding: 18px 20px;
  -moz-border-radius: 3px;
       border-radius: 3px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  margin-top: 10px;



  line-height: 18px; }

/*------------------------------------*\
	_FORMS
\*------------------------------------*/
.forms {
     position: relative;
    padding: 75px 0 47px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 4px 0 rgba( 0, 0, 0, .24 );
    -moz-box-shadow: 1px 1px 4px 0 rgba( 0, 0, 0, .24 );
    box-shadow: 1px 1px 4px 0 rgba( 0, 0, 0, .24 );
}
  
.forms::after {
    content: '';
    position: absolute;
    z-index: 89;
    top: -31px;
    right: 14px;
    left: 15px;
    height: 49px;
}
}

.select-block {
  width: 25%;
  float: left;
  margin-top: 25px; 
}

.select-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 2px solid #8e8589;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background-image: url("../img/arrow-down_select.png");
  background-position: 94% 50%;
  -webkit-transition: border 100ms ease-in-out;
          transition: border 100ms ease-in-out; 
}
  
.select-wrapper:hover {
    border-color: #EEEEEE; 
}
  
.select-wrapper select {
    color: #EEEEEE;
    font-size: 15px;
    padding: 10px 20px 10px 5px;
    width: 150%;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; 
}
    
.select-wrapper select:focus {
      outline: none; 
}

/*------------------------------------*\
	_FOOTER
\*------------------------------------*/
.page-nav {
    padding: 100px 53px 10px 70px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.page-nav__endpage {
    padding: 20px 33px 15px 40px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.page-nav__endpage .page-nav {
    padding-top: 0px;
}
.page-nav__wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; 
}

.page-nav__content {
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px 20px;
  margin-bottom: 20px;
}

.page-nav__content::after {
    display: table;
    clear: both;
    content: " "; 
}


.progress__bg-percent {
  background-color: #FFFFFF;
  width: 0%;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0; 
  height: 37px; 
  background-image: url("../img/progress_pattern.png");
  background-repeat: repeat;
}


.progress__info {
    display: inline-block;
    font-family: 'montserrat-regular';
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    float: left;
    margin-top: 10px;
 }


.progress_pattern {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/progress_pattern.png");
  background-repeat: repeat; 
}

.progress__bars-wrapper
{
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/progress_pattern.png");
  background-repeat: repeat;
}

.page-nav__buttons {
  float: right; 
}

.page-nav__buttons-wrapper:hover {
    background: none;
    opacity: .8;
    color: #9cb9aa;
}

.page-nav__button {
    position: relative;
    display: inline-block;
    height: 48px;
    padding: 0 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    min-width: 212px;
}

.page-nav__button span {
    font-family: 'montserrat-regular';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    height: 100%;
}

.page-nav__button ::before {
    content: '\200B';
    display: inline-block;
    min-height: inherit;
    height: inherit;
    vertical-align: middle;
}

.page-nav__button ::after {
    content: '';
    position: absolute;
    top: 18px;
    display: block;
    width: 8px;
    height: 12px;
}

.page-nav__button:hover {
        cursor: pointer;
}

.page-nav__button--back ::after {
    background-image: url("../img/icon-arrow-left.png");
}

.page-nav__button--forward ::after {
    right: 22px;
    background-image: url("../img/icon-arrow-right.png");
}

.page-nav__button--forward, .page-nav__button--forward:hover, .page-nav__button--close, .page-nav__button--close:hover {
	background-color: #b61929;
}

.page-nav__button--back, .page-nav__button--back:hover {
    background-color: #f08f98;
}


/*------------------------------------*\
	_FOOTER
\*------------------------------------*/
.footer {
  width: 100%; 
}


.footer__wrapper {
  padding: 24px 0 0;
}


.footer__wrapper span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    font-family: 'Calibri';
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    letter-spacing: .45px;
}

.footer__wrapper nav {
    display: inline-block;
    vertical-align: middle;
}

.footer__wrapper ul {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0px;
    list-style-type: none;
}

.footer__wrapper li {
    float: left;
    padding-right: 10px;
}

.footer__wrapper li a {
    font-family: 'Calibri';
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    letter-spacing: .45px;
}


.footer__logo {
    position: relative;
    top: 2px;
    float: right;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.footer__logo a:hover {
	background-color: none;
}

.ppbox
{
   width: 910px;
   padding: 0px 0px 0px 0px;
}

.ppbox b {
  color: #070706;
}

.ppbox strong
{
  font-size: 24pt;
  font-weight: normal;
  padding: 8px 8px 8px 8px;
  color: #070706;
  text-align: center;
}

.ppbox header 
{
  width: 900px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 15px 10px 15px 10px;
  margin: 0px 0px 10px 0px;
  color: #3b3d4d;
  background-color: #ececec;
  border-radius: 4px ;
  text-transform: uppercase;
}

.ppbox .pptext
{
  width: 920px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 10px 0px;
  color: #3b3d4d;
  text-align: justify;
}

.ppbox .ppdesc
{
  width: 900px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding: 15px 10px 15px 10px;
  margin: 0px 0px 10px 0px;
  color: white;
  text-align: justify;
  background-color: #900d47;
  border-radius: 4px;
  text-transform: uppercase;
}


/* Responsive Style Sheet */

@media only screen and (max-width: 1023px )  {

	.main-box {
	    margin: 20px 40px 0px 40px; 
	}

	.wrapper-all {
	    width: 760px;
	}

	.header__logo {
		left: 38px;
	}

	.forms::after {
		right: 20px;
		left: 25px;
	}

	.info {
	    padding: 21px 40px 28px;
	}

	.question {
	    padding: 29px 150px 71px 38px;
	}

	.question h2 {
		font-size: 26px;
		line-height: 35px;
	}

	.page-nav {
	    padding: 80px 33px 0 40px;
	}

	.page-nav__endpage {
	    padding: 20px 33px 15px 40px;
	}
}

@media only screen and (max-width: 767px )  {

	body {
	    padding: 29px 0 35px;
	}

	.main-box {
	    margin: 20px 40px 0px 40px; 
	}

	.wrapper-all {
		width: 100%;
		padding: 0 15px;
	}

	.header__logo {
		top: 35px;
		right: 0;
		left: 0;
		text-align: center;
	}

	.header__title {
		bottom: 30px;
		width: 100%;
		min-width: 0;
		padding: 12px 15px 11px 15px;
		font-size: 14px;
		text-align: center;
	}

	.header h1::after {
		display: none;
	}

	.forms {
	    padding: 45px 0 47px;
	}

	.forms::after {
		left: 25px;
	}

	.info {
	    padding: 16px 30px 28px;
	}

	.question {
	    padding: 10px 40px 51px 28px;
	}

	.question h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.question fieldset {
		padding-left: 15px;
	}

	.page-nav {
	    padding: 40px 30px 0 30px;
	}

	.progress__info{
		display: block;
		margin: 0 auto 30px;
		text-align: center;
		float: none;
	}

	.page-nav .page-nav__buttons, .page-nav__endpage .page-nav__buttons {
		float: none;
	}

	.page-nav .page-nav__button--back, .page-nav .page-nav__button--forward, .page-nav__endpage .page-nav__button--close{
		display: block;
		width: 100%;
	}

	.page-nav .page-nav__button--forward, .page-nav__endpage .page-nav__button--close{
		margin: 5px 0 0;
	}

	.footer__wrapper{
		text-align: center;
	}

	.footer__wrapper span {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.footer__wrapper nav {
		display: block;
		text-align: center;
	}

	.footer__wrapper ul {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.footer__wrapper li a {
		font-size: 13px;
	}

	.footer__wrapper ul::after {
		display: none;
	}

	.footer__logo {
		top: 0;
	    display: block;
	    margin: 20px auto 0;
	    float: none;
	}

	.main-box_message
	{
	  margin: 50px 0px 0px 0px; 
	  font: 14pt Arial;
	  line-height: 25px;
	}

}

@media only screen and (max-width: 360px )  {

	.forms::after {
		right: 28px;
	}

}

@media only screen and (max-width: 359px )  {

	.forms::after {
		right: 28px;
		left: 28px;
	}

}