@charset "UTF-8";
/* CSS Document */






/* important body, html css */


body {
    text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}
html, body {
  height: 100%;
  margin: 0;
}
html {
    position: relative;
    min-height: 100%;
}
body {
	background-color: #f7f9fc;
	margin: 0px;
	-ms-overflow-style: none;
    overflow: -moz-scrollbars-none; 
}
body::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}	








p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2C2C2C;
	font-weight: normal;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	font-size: 17px;
	color: #2C2C2C;
	line-height: 26px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 992px) {
p {
	font-size: 40px;
	font-weight: normal;
	line-height: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 26px;
}	

}


/* important fonts css */

a {
	text-decoration: none;
}
	
@font-face {
    font-family: 'Rowdies-bold';
    src: url('/styles/Rowdies-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rowdies-light';
    src: url('/styles/Rowdies-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nimbus-sans-light';
    src: url('/styles/Nimbus-Sans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@media screen and (max-width: 992px) {

}
	
@media screen and (min-width: 993px) and (max-width: 1200px) {

}
	



/* Main header, footer, left panel, main boxes CSS */

#invisible {
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}
#container-fullpage {
	width: 100%;
	height: 100%;
}
#containerouter-centralpanel {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
#containerinner-centralpanel {
	width: 1110px;
	display: block;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	height:100%;
}
#container-leftpanel {
	float: left;
	width: 290px;
	display: block;
}
#container-rightpanel {
	float: right;
	width: 795px;
	display: block;
	overflow: visible;
	margin-bottom: 30px;
	margin-top: 25px;
}	
	
@media screen and (max-width: 992px) {
#containerinner-centralpanel {
	width: 97%;
	min-width: 740px;
	margin-right: auto;
	margin-left: auto;	
}
#container-leftpanel {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#container-rightpanel {
	width: 100%;
	margin-right: auto;
	margin-left:auto;
	float: none;
	margin-top:20px;
}
}
	
@media screen and (min-width: 993px) and (max-width: 1200px) {
#containerinner-centralpanel {
	width: 990px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#container-leftpanel {
	width: 280px;
}
#container-rightpanel {
	width: 690px;
}
}







	
	
/* PAGE HEADER TITLE */
	
#xsectiontop1 {
	width: 100%;
	display: block;
	height: 40px;
	margin-bottom: 10px;
}
#xsectiontop1part1 {
	float: left;
	width: 30%;
	height: 40px;
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #515151;
	line-height: 40px;
	letter-spacing: 1px;
	display: block;
}
#xsectiontop1part2 {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #747474;
	text-align: center;
	float: right;
	height: 40px;
	width: 150px;
	overflow: hidden;
	line-height: 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-right: 20px;
	font-weight: bold;
}
#xsectiontop1part2:hover {
	background-color: #FFF;
	color: #0B5F90;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	text-decoration: underline;
}
#xsectiontop1part22 {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B5F90;
	text-align: center;
	float: right;
	height: 36px;
	width: 250px;
	overflow: hidden;
	line-height: 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-right: 20px;
	font-weight: bold;
	border: 2px solid #0B5F90;
	text-decoration: none;
}
#xsectiontop1part22:hover {
	background-color: #139CF0;
	color: #FFF;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
#xsectiontop1part222 {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B5F90;
	text-align: center;
	float: right;
	height: 36px;
	width: 280px;
	overflow: hidden;
	line-height: 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-right: 20px;
	font-weight: bold;
	border: 2px solid #0B5F90;
	text-decoration: none;
}
#xsectiontop1part222:hover {
	background-color: #1191DE;
	color: #FFF;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
@media screen and (max-width: 992px) {

#xsectiontop1 {
    height: 70px;
    margin-bottom: 10px; 
	margin-top: 30px; 
}
#xsectiontop1part1 {
    width: 40%;
	height:70px;
    font-size: 31px;
	line-height: 70px;
	font-weight: bold;
	margin-left: 1%;
}	    
#xsectiontop1part2 {
    width: 280px;
    height: 70px;
    line-height: 70px;
    font-size: 29px;
    margin-right: 1%;
    float: right;
    -moz-border-radius: 20px;
    border-radius: 20px;
	margin-top: 0px;
}
#xsectiontop1part22 {
    width: 380px;
    height: 70px;
    line-height: 70px;
    font-size: 29px;
    margin-right: 5%;
    float: right;
    -moz-border-radius: 20px;
    border-radius: 20px;
	margin-top: 0px;
	border: 3px solid #0B5F90;
}
#xsectiontop1part222 {
    width: 400px;
    height: 70px;
    line-height: 70px;
    font-size: 29px;
    margin-right: 2%;
    float: right;
    -moz-border-radius: 20px;
    border-radius: 20px;
	margin-top: 0px;
	border: 3px solid #0B5F90;
}
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
	
}










/* COMMON PANEL WITH SHADDOWS */

#mastercontainpanel {
	background-color: #FFF;
	display: block;
	width: calc(100% - 63px);
	overflow: hidden;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
    -webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
#mastercontainpanelextra {
	background-color: #FFF;
	display: block;
	width: calc(100% - 83px);
	overflow: hidden;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
    -webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
.masterspace1 {
	margin: 0px;
	padding: 0px;
	height: 5px;
	overflow: hidden;
}
.minispacer {
	margin: 0px;
	padding: 0px;
	height: 5px;
	overflow: hidden;
}
.mastertext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	color: #333;
}
.mastertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #333;
}
.mastertext3 {
}
.mastertextstandard0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #333;
}
.mastertextstandard1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #333;
}
.mastertextstandard2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.mastertextstandard3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.mastertextstandard4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}
@media screen and (max-width: 992px) {

#mastercontainpanel {	
	background-color: #FFF;
	display: block;
	width: calc(100% - 85px);
	overflow: hidden;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
    -webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	margin-bottom:10px;
}
#mastercontainpanelextra {	
	background-color: #FFF;
	display: block;
	width: calc(100% - 105px);
	overflow: hidden;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
    -webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	margin-bottom:40px;
}
.masterspace1 {
	margin: 0px;
	padding: 0px;
	height: 10px;
	overflow: hidden;
}
.minispacer {
	margin: 0px;
	padding: 0px;
	height: 10px;
	overflow: hidden;
}
.mastertext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;
	color: #333;
}
.mastertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 60px;
	color: #333;
}
.mastertextstandard0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 46px;
	color: #333;
}
.mastertextstandard1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 45px;
	color: #333;
}
.mastertextstandard2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 45px;
	color: #333;
}
.mastertextstandard3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 40px;
	color: #333;
}
.mastertextstandard4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 46px;
	color: #333;
}
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
#mastercontainpanel {	
    width: calc(100% - 53px);
	padding-right: 25px;
	padding-left: 25px;
}
#mastercontainpanelextra {	
    width: calc(100% - 63px);
	padding-right: 30px;
	padding-left: 30px;
}
}




/* BUTTONS */


#buttonblueouterlineMED {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B5F90;
	text-align: center;
	height: 36px;
	width: 180px;
	overflow: hidden;
	line-height: 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #0B5F90;
	text-decoration: none;
}
#buttonblueouterlineMED:hover {
	background-color: #1191DE;
	color: #FFF;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
#formbuttonblueouterlineMED {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B5F90;
	text-align: center;
	height: 36px;
	line-height: 32px;
	width: 180px;
	overflow: hidden;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #0B5F90;
	text-decoration: none;
	background-color: #FFF;
	cursor:pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#formbuttonblueouterlineMED:hover {
	background-color: #1191DE;
	color: #FFF;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
#formbuttonblueouterlineMEDLONG {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B5F90;
	text-align: center;
	height: 36px;
	line-height: 32px;
	width: 280px;
	overflow: hidden;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #0B5F90;
	text-decoration: none;
	background-color: #FFF;
	cursor:pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#formbuttonblueouterlineMEDLONG:hover {
	background-color: #1191DE;
	color: #FFF;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
#formbuttonblueouterlineLONG {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B5F90;
	text-align: center;
	height: 36px;
	line-height: 32px;
	width: 380px;
	overflow: hidden;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #0B5F90;
	text-decoration: none;
	background-color: #FFF;
	cursor:pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#formbuttonblueouterlineLONG:hover {
	background-color: #1191DE;
	color: #FFF;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
#buttonblueouterlineLONG {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B5F90;
	text-align: center;
	height: 36px;
	width: 260px;
	overflow: hidden;
	line-height: 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #0B5F90;
	text-decoration: none;
}
#buttonblueouterlineLONG:hover {
	background-color: #1191DE;
	color: #FFF;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}
@media screen and (max-width: 992px) {

#buttonblueouterlineMED {
    width: 320px;
    height: 70px;
    line-height: 70px;
    font-size: 29px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	border: 3px solid #0B5F90;
}
#formbuttonblueouterlineMED {
    width: 320px;
    height: 70px;
    font-size: 29px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	border: 3px solid #0B5F90;
	line-height: 64px;
}
#formbuttonblueouterlineMEDLONG {
    width: 470px;
    height: 70px;
    font-size: 29px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	border: 3px solid #0B5F90;
	line-height: 64px;
}
#formbuttonblueouterlineLONG {
    width: 620px;
    height: 70px;
    font-size: 29px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	border: 3px solid #0B5F90;
	line-height: 64px;
}
#buttonblueouterlineLONG {
    width: 420px;
    height: 70px;
    line-height: 70px;
    font-size: 29px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	border: 3px solid #0B5F90;
}
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
	
}








/* SAVE CHANGES BUTTON */


#buttonsave1 {
	width: 100%;
	margin-bottom: 15px;
	height: 40px;
	margin-top: 25px;
}
#buttonsave2 {
	float: left;
	height: 40px;
	padding-right: 10px;
}
#buttonsave3 {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #369;
	letter-spacing: 1px;
	height: 40px;
	float: left;
	margin: 0px;
	line-height: 40px;
}
#buttonsave4 {
	font-family: Nimbus-sans-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B5F90;
	text-align: center;
	height: 36px;
	line-height: 32px;
	width: 180px;
	overflow: hidden;
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #0B5F90;
	text-decoration: none;
	background-color: #FFF;
	cursor:pointer;
}
#buttonsave4:hover {
	background-color: #1191DE;
	color: #FFF;
	box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-webkit-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
	-moz-box-shadow: 7px 9px 23px -5px rgba(0,0,0,0.17);
}

@media screen and (max-width: 992px) {
#buttonsave1 {
	height:70px;
	margin-bottom: 35px;
	margin-top: 45px;
}
#buttonsave2 {
	width: 340px;
	height:70px;
}
#buttonsave3 {
	width: 210px;
	height:70px;
	font-size: 26px;
	line-height: 70px;
}
#buttonsave4 {
    width: 320px;
    height: 70px;
    font-size: 29px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	border: 3px solid #0B5F90;
	line-height: 64px;
}
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
	
}



/* TEXT AREA box styling */


#textareastyling {
	height: 100px;
	width: calc(100% - 52px);
	border: 1px solid #D5D5D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

@media screen and (max-width: 992px) {
#textareastyling {
	height: 150px;
	width: calc(100% - 74px);
	border: 2px solid #D5D5D5;
	font-size: 26px;
	line-height: 40px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
}


/* TEXT FIELD box styling */


#textfieldstyling {
	width: calc(100% - 52px);
	border: 1px solid #D5D5D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 992px) {
#textfieldstyling {
	width: calc(100% - 74px);
	border: 2px solid #D5D5D5;
	font-size: 26px;
	line-height: 40px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
}





#dropdownstyling {
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 16px;
	border: 1px solid #CCC;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
}
@media screen and (max-width: 992px) {

#dropdownstyling {
	border: 2px solid #D5D5D5;
	font-size: 26px;
	line-height: 30px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
}

