html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul.a, li.a{
  list-style: square;
    margin: .7em;
    
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a.button {
  text-decoration: none;
  color: #ffffff;
}

/* ============================================================
  BOX SIZING & CLEARFIX this is messing up nav
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
    
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  HTML & BODY
============================================================ */
body {
  background-color: #ffffff;
  color: #787878;
  font-family: "arial", "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 1.2;
}






strong {font-weight:bold;}
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */


.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}

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

a.button {
  text-decoration: none;
  color: #ffffff;
}


.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #62bb46;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  padding: 15px 32px;

  transition: all 0.5s;
  cursor: pointer;
    margin-left: 0px;
    margin-top: 25px;
  margin-bottom: 33px;
    margin-right: 10px;
}


.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.button2 {
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  border: none;
  color: transparent;
  text-align: center;
  

  transition: all 0.5s;
  cursor: pointer;
  margin: 1px;
}

.clear {
  clear: both;
}



a:hover {
  color: #ededed;
}









	#main_layer {
			/*background-image: url(widgets/shared/css/images/repeating/main-layer-repeat-y-left.gif),url(widgets/shared/css/images/repeating/main-layer-repeat-y-right.gif);
			background-position: top left,top right;
			background-repeat: repeat-y;
			background-color: transparent;*/
			 
			background-image: url( );
			background-position: top left,top right;
			background-repeat: repeat-y;
			background-color: transparent;
/*removes rounded mt border
			padding: 0;*/
		 
		} 

		.mt-stage {
			width: 100%;
		}

		/*#header_layer {
			position: fixed;
			z-index: 1000;
			width: 100%;
		}*/

		/*shifting logo to the right*/
				#logo_layer {
					margin-left: 100px;
				}

		/*shifting main menu to the left*/
				#main_navi_layer div ul { 
					/*margin-right:170px; */
					margin-right:10%; 
				}

				ul li.last { 
					border-right: 1px solid #fff;
				}

		/*turn off login/registration*/
				.login_reg_info {
					display: none;
				}

		/*shifting country and search to the left*/
				.cnty_lang_search {
					margin: 10px 0px 0 0;
                    display: none; 
					 
				}

				div.search {
					margin-left: 100px;
                    /*width: 50%;*/
                    display: none;
                    
                    
				}

				.top_meta_layer { 
					margin-right:10%; 
					width:500px;
				} 

#sectionA {
    width:100%;
    float:right;
    padding-right:0%;
    padding-left:0%;
    margin-bottom: 25px;

}




.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}


/*Feedback form Custom questions font size fix*/
p.customQuestionInput {

}
/*Feedback form Custom questions font size fix*/

/*--------------- feedback B form settings ------------*/

.inlineFeedbackFormContainer {
	width:100%;
    
	background-color: #ffffff;
	margin:0;  
	padding: 0% 30% 3% 30%;
	box-sizing: border-box;
    
}

.inlineFeedbackFormContainer .fb_form {
padding: 2% 2% 0;
   
margin: 0% 0 0 0;
width: 100%;
max-width: 800px!important;
box-sizing: border-box;
    
}



}

/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #d3d3d3;
}