/*_//! INFO
 ****************************************************************
 * Omniaweb Italia - {development lab}
 * http://www.omniaweb.it/
 *
 * Copyright 2014 Omniaweb Italia S.r.l.
 * All rights reserved
 ****************************************************************
 *has
 * Short description about this resource
 *
 * @copyright     Copyright 2014 Omniaweb Italia S.r.l.
 * @link          http://www.omniaweb.it/
 * @package       Omniaweb
 * @subpackage    CSS
 * @authors		  Omniaweb Italia - {development lab}
 *
 ****************************************************************
 */

/***************************************************************
 *_//!  INFO COLORS
 *
 *    #000000 = black
 *    #595959 = dark gray
 *    #929292 = gray
 *    #ECECEC = gray light
 *    #F7F7F7 = gray lighter
 *    #FFFFFF = white
 *
 *    #018ECC = blue
 *       #24A9E4 = lighter blue
 *       #007EB5 = darker blue
 *    #F4A62A = orange
 *       #F8B137 = lighter orange
 *       #E1951D = darker orange
 *    #8CBA00 = green
 *       #9DCD0C = lighter green
 *       #7BA400 = darker green
 *    #BD3A32 = red
 *       #CC473F = lightet red
 *       #AD2C25 = darker red
 *
 ***************************************************************/

/* BASIC DEFINITIONS */
html,body,input,select,textarea,button,*{font-family: 'Raleway', sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body {background-color: #FFFFFF; position: relative; }

a, a:hover, a:active, a:focus, a:visited {color: #595959; text-decoration: none;}
a:hover {text-decoration: underline;}
a img { border-width: 0;}


/* DEFAULT COLORS */
.bgWhite {background-color: #FFFFFF;}
.bgGrayLight {background-color: #F7F7F7;}
.bgGray {background-color: #ECECEC;}
.bgGrayDark {background-color: #595959;}
.bgBlue {background-color: #018ECC;}
.bgOrange {background-color: #F4A62A;}
.bgGreen {background-color: #8CBA00;}
.bgRed {background-color: #BD3A32;}

.textWhite {color: #FFFFFF;}
.textGray {color: #929292;}
.textDefault {color: #595959;}
.textBlack {color: #000000;}
.textBlue {color: #018ECC;}
.textOrange {color: #F4A62A;}
.textGreen {color: #8CBA00;}
.textRed {color: #BD3A32;}

.bgGrayDark, .bgGrayDark a, .bgBlue, .bgBlue a,  .bgOrange, .bgOrange a, .bgGreen, .bgGreen a, .bgRed, .bgRed a {color: #FFFFFF;} 


/* TYPOGRAPHY BASICS */
b, strong {font-weight: bold;}
i, em { font-style: italic;}
h1, h2, h3 {font-family: 'Roboto Slab',serif; margin: 0;}
h1 {font-size: 31px; font-weight:bold;}
h2 {font-size: 27px; font-weight: normal;} 
h3 {font-size: 22px; font-weight: normal;} 
.textSans {font-family: 'Raleway', sans-serif;}
.textSerif {font-family: 'Roboto Slab', serif;}
.textCenter {text-align: center;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
.uppercase {text-transform: uppercase;}
.lowercase {text-transform: lowercase;}


/*FORMS & INPUTS*/
label { font-weight: normal; display: block; margin-bottom: 6px;}
input {background-color: #FFFFFF; color: #595959; border: 1px solid #C8C8C8; padding: 4px 10px; height: 40px; line-height: 40px; margin-bottom: 15px;}
.registerForm input { margin-bottom: 0px;}
select { margin-bottom: 15px; }
button, textarea {background-color: #FFFFFF; color: #595959; border: 1px solid #C8C8C8; padding: 4px 10px; height: 40px; text-align: center; }
.customSelect {position:relative;}
.customSelect select{ padding:0 10px; margin: 0; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow: 0; -moz-box-shadow: 0; box-shadow: 0; background: #FFFFFF; border:1px solid #C8C8C8; outline:none; display: inline-block; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; height:40px;}
.customSelect .customSelectEffect{right:0; top:0px; width:40px; height:40px; background:#fff; position:absolute; pointer-events:none; display:block; border:1px solid #C8C8C8; border-left-width: 0px;}
.customSelect .customSelectEffect:before{font-size: 20px; text-align: center; display: block; margin-top: 7px; color: #595959; overflow: hidden;}

input[type=checkbox] + label{font-size: 12px; padding-left: 10px;}
input[type=checkbox] {display: none;}
input[type=checkbox] + label {display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; font-size: 13px; padding-top: 7px; }
input[type=checkbox] + label:before {  content: "";  display: inline-block; width: 16px; height: 16px; margin-right: 10px;  position: absolute;  left: 0; top:7px; background-color: transparent;  border: 1px solid #C8C8C8; color: #565759;}
input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 15px; text-align: center; line-height: 15px;} 

textarea { line-height: 16px; height: auto; text-align: left;padding: 10px; resize: none;}

.bgBlue input, .bgBlue textarea, .inputBlue {border-color: #007EB5;}
.bgOrange input, .bgOrange textarea, .inputOrange {border-color: #E1951D;}
.bgGreen input, .bgGreen textarea, .inputGreen {border-color: #7BA400;}
.bgRed input, .bgRed textarea, .inputRed {border-color: #AD2C25;}
.bgBlue button, .buttonBlue {border-color: #007EB5; background-color: #24A9E4; color:#FFFFFF;}
.bgOrange button, .buttonOrange {border-color: #E1951D; background-color: #F8B13F; color:#FFFFFF;}
.bgGreen button, .buttonGreen {border-color: #7BA400; background-color: #9DCD0C; color:#FFFFFF;}
.bgRed button, .buttonRed {border-color: #AD2C25;background-color: #CC473F; color:#FFFFFF;}
.buttonGray {border-color: #999999;background-color: #BBBBBB; color:#FFFFFF;}

.bgBlue input[type=checkbox] + label:before, .bgOrange input[type=checkbox] + label:before, .bgGreen input[type=checkbox] + label:before, .bgRed input[type=checkbox] + label:before, .bgGrayDark input[type=checkbox] + label:before { border: 1px solid #fff; color: #fff;}

.form-control:focus { border: 1px solid #66afe9 !important;
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}

.alert-danger li a { color: #a94442 !important; text-decoration: underline;}
.alert-danger li a:hover { text-decoration: none; }

/* SPECIAL FORMATTINGS */
ul.noBullets, ul.noBullets li {list-style-type: none; list-style-position: outside; margin: 0; padding: 0;}
.floatLeft {float: left;}
.floatRight {float: right;}
.displayNone {display: none;}
.displayBlock {display: block;}
.displayInlineBlock {display: inline-block;}
.inlineBlock { display: inline-block !important;}
.displayInline {display: inline;}
.padding {padding: 15px;}
.padding-bottom { padding-bottom: 15px;}
.padding-top { padding-top: 15px;}
.v-padding {padding-top:15px;padding-bottom:15px;}
.v-padding-big {padding-top:30px;padding-bottom:30px;}
.padding-big { padding: 30px; }
.title {font-family: 'Roboto Slab',serif; font-size: 22px; font-weight: 400; color: #000000;}
.container {padding-left:0;padding-right:0;}
.p100{width: 100%;}
.p95{width: 95%;}
.p90{width: 90%;}
.p85{width: 85%;}
.p80{width: 80%;}
.p75{width: 75%;}
.p70{width: 70%;}
.p65{width: 65%;}
.p60{width: 60%;}
.p55{width: 55%;}
.p50{width: 50%;}
.p45{width: 45%;}
.p40{width: 40%;}
.p33{width: 33.33333333%;}
.p35{width: 35%;}
.p30{width: 30%;}
.p25{width: 25%;}
.p20{width: 20%;}
.p16{width: 16.66666667%;}
.p15{width: 15%;}
.p10{width: 10%;}
.p5{width: 5%;}


/* HOMEPAGE SLOGAN */
#homeSlogan {padding-top: 35px; padding-bottom: 35px;}
#homeSlogan h1 {font-weight: 300; color: #000000; margin: 0; padding: 0; font-size: 30px;}
#homeSlogan h1 span {font-family: 'Roboto Slab',serif; font-weight: 500;}

@media (max-width: 768px) {
	#homeSlogan {padding-top: 10px; padding-bottom: 20px;}
	#homeSlogan h1 {font-size: 16px;}
}

/* VIDEO PLACEHOLDER */
.homepageVideo a { text-decoration: underline}
.homepageVideo li { margin: 10px 0;}
.homepageVideo p { margin: 10px 0;}
.homepageVideo.aligncenter { margin-left: auto; margin-right: auto; float: none; }
@media (max-width: 991px) {
   .homepageVideo {margin-bottom: 30px;}
}
@media (max-width: 768px) {
	.homepageVideo iframe { height: 200px !important;}
}

.homepageMessage { background: #ECECEC; padding: 10px 20px; }


/* HOMEPAGE REGISTER TABS */
#homepageRegister li {float: left; width: 50%; height: 54px; line-height: 54px; text-align: center;font-size: 22px; cursor: pointer;}
#homepageRegisterTabs .formtitle { padding-bottom: 20px; text-align: center; font-size: 30px; line-height: 32px; }
#homepageRegisterTabs .homepageRegisterTab {min-height: 305px;}
#homepageRegisterTabs .padding {padding: 30px; padding-bottom: 30px;}
#homepageRegisterTabs label {font-size: 18px;}
#homepageRegisterTabs input {width: 100%;}
#homepageRegisterTabs button {padding: 14px 25px; height: 50px; }
#homepageRegisterTabs .actions {margin-top: 20px;}
#homepageRegisterTabs .alreadyRegistered {line-height: 50px;}
#homepageRegisterTabs .alreadyRegistered a {text-decoration: underline;}
.PasswordInstructions { font-size: 15px; margin: 15px 0;}
#homepageRegisterTabs .autoForm input[type="submit"]{ width: auto; float: right;}

@media (max-width: 768px) {
	#homepageRegister li { height: 40px; line-height: 40px; font-size: 15px;}
	#homepageRegisterTabs .padding { padding: 15px; }

}

/* HOMEPAGE SUB MESSAGE */
.homepageSubMessage {padding-top: 30px; padding-bottom:30px; font-size: 22px; font-weight: 300; font-family: 'Roboto Slab',serif; text-align: center;color: #000000;}


/* HOMEPAGE COLORED BLOCKS */
.coloredBlockHome {padding: 25px 15px; text-align: center; font-size: 16px; height: 490px;}
.coloredBlockHome img.coloredIcon {height: 221px; margin: 0 auto 10px auto; display:block;}
.coloredBlockHome h2 {color: #FFFFFF; margin: 0;}
.coloredBlockHome .padding {padding:15px 0;}
.coloredBlockHome .links {padding-top:15px!important; }
.coloredBlockHome a {text-decoration: underline; line-height:1.8em;}
.coloredBlockHome a:hover {text-decoration: none;}
.coloredBlockHome p {margin: 0; padding:0;}
.coloredBlockHome.postBlockHome { height: auto !important;}
.coloredBlockHome.postBlockHome img.coloredIcon { margin-bottom: 0; max-width: 100%; height: auto;}

.coloredBlockHome.postBlockHome .postBlockTable { min-height: 192px; display: table-cell; width: 100%; vertical-align: middle; height: 192px;}
@media (max-width: 991px) {
   .coloredBlockHome {height:auto;}
   .coloredBlocksRow { margin-left: 0; margin-right: 0;}
   .coloredBlockHome img.coloredIcon, .coloredBlockHome.postBlockHome img.coloredIcon {height: 80px; margin: 0 auto 10px auto; display:block;}
   .coloredBlockHome.postBlockHome  span { display: block; visibility: hidden; height: 0px;}
}

.postBlockHome, .postBlockHome a { color: #595959; }
.postBlockHome  h2 { color: #000000; }

/* HOMEPAGE OFFERS AND EXPERIENCES */
.homepageOffersExp {margin-top: 30px; margin-bottom: 30px;}
#homepageOffers li {float: left; width: 33.33333333%; height: 54px; line-height: 54px; text-align: center;font-size: 18px; cursor: pointer; color:#929292;}
#homepageOffers li.active {background-color: #ECECEC;color:#595959;}
#homepageOffers .padding {padding: 30px;}
#homepageOffers .singleOffer { display: block; background-color: #FFFFFF; border-left: 20px solid #018ECC; padding: 15px; font-size: 13px; margin-bottom: 30px; text-decoration: none;}
#homepageOffers .singleOffer:last-of-type {margin-bottom: 0;}
.singleOffer .offerPosition {font-family: 'Roboto Slab',serif; font-size: 18px; font-weight: 400; color: #018ECC;}
.singleOffer .offerDate {color: #929292;}
.singleOffer .offerLocation {font-family: 'Roboto Slab',serif; font-size: 15px; font-weight: 400; color: #000000; }
.singleOffer .offerDescription {margin-top: 8px;}
.homepageOffersText { font-size: 17px; line-height: 30px;}
.homepageOffersText h4 { font-size: 30px; margin-bottom: 25px; }

.homepageOffersTab { min-height: 535px; }

@media (max-width: 1200px) {
	#homepageOffers li { font-size: 12px; height: 40px; line-height: 40px;}
	#homepageOffersTabs .padding { padding: 15px;}
	#homepageOffers .singleOffer { margin-bottom: 15px;}
}

//.allOffers { border: 1px solid #cccccc; margin-top: 15px; padding-top: 15px;}
//.allOffers .singleOffer  { margin-bottom: 15px; }
#generalOffers, #allTestimonials { margin-top: 30px; font-size: 14px }
#generalOffers .singleOffer, #allTestimonials .singleOffer { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #cccccc; }
#generalOffers .singleOffer:last-of-type, #allTestimonials .singleOffer:last-of-type { border-bottom-width: 0; padding: 0; margin: 0;}
#generalOffers .offerPosition { color: #E2900D; font-family: 'Raleway', sans-serif; }

#allTestimonials .expIcon, #allTestimonials .expImg { float: left; margin-right: 10px; margin-bottom: 1px; width: 75px; height: 75px;}
#allTestimonials .expName { font-size: 18px; margin-bottom: 7px; margin-top: 3px;}

#allTestimonials .expImg { border: 3px solid #018ECC; border-radius: 50%; overflow: hidden;}

.homepageExperiences { margin-bottom: 30px; }
.singleExperience {padding: 19px 0; border-bottom: 1px solid #ECECEC; font-size: 13px; display: block; text-decoration: none;}
a.singleExperience { text-decoration: none;}
.singleExperience .expIcon, .singleExperience .expIcon img {width: 75px;height: 75px;display: block;}
.singleExperience .expIcon {float: left; margin-right:12px;}
.singleExperience .expName {font-size:16px; font-weight:500; margin-top: 7px;}
.singleExperience .expDescription { margin-top: 4px;}

a.homeMore { display: inline-block; background-color: #24A9E4; color: #FFFFFF; padding: 10px 12px; margin-top: 15px; text-decoration: none;}
a.homeMoreGray { display: inline-block; background-color: #BEBEBE; color: #FFFFFF; padding: 10px 12px; margin-top: 15px; text-decoration: none;}

/* HOMEPAGE NEWS */
.homepageNews, .homepageMedia { margin-top: 15px; margin-right:-29px;}
.singleNew { margin-right: 29px; width: 263px; float: left;}
.singleNew .newPhoto, .singleNew .newPhoto a, .singleNew .newPhoto img {display: block;width:263px;height:190px;}
.singleNew .newPhoto { margin-bottom: 12px;}
.singleNew .newTitle, .newTitle a { font-size: 16px; font-weight: 500; color: #018ECC;}
.singleNew .newTitle {margin-bottom:6px;}
.singleNew .newText {color:#000000;font-size:14px;}
@media (max-width: 1200px) {
    .singleNew {float: none;margin-right:0;width:100%;margin-bottom:15px;}
    .homepageNews:last-child {margin-bottom: 0;}
    .singleNew .newPhoto {margin-bottom:0;margin-right:15px;float:left;}
    .singleNew .newTitle {padding-top: 10px; }
	.homepageNews, .homepageMedia { margin-right: 0;}
}
@media (max-width: 768px) {
	.singleNew .newPhoto, .singleNew .newPhoto a, .singleNew .newPhoto img { float: none !important; width: 100% !important; height: auto !important; }
	.singleNew .newText { margin-bottom: 15px; }
}

/*HOMEPAGE DOCUMENTS/MEDIA */
ul.documentsList li { padding: 17px 7px;font-size: 13px; border-bottom:1px solid #C0C0C0;}
ul.documentsList li em.fa, ul.documentsListMini li em.fa {display: table-cell;vertical-align: top; font-size:16px;padding-right:9px;padding-top: 1px;}
ul.documentsList li a, ul.documentsListMini li a {display: table-cell;}
ul.documentsList li:last-of-type {border-bottom-width: 0px;}
ul.documentsListMini li { padding: 5px 0px;font-size: 13px;}


/*BOTTOM LOGOS*/
.logoBottom { margin-top: 30px; margin-bottom: 30px;}
.logoBottom a { margin: 0 30px; }


/*MAIN PAGE*/
.mainPage h1, .mainPage h2 { margin-bottom: 15px; font-size: 22px; font-weight: normal; color: #000000;}
.mainPage h2 { margin-top: 15px; font-family: 'Raleway',serif; font-size: 18px; margin-top: 30px;}
.mainPage a { text-decoration: underline; }
.mainPage a.btn { text-decoration: none; }
.mainPage a:hover { text-decoration: none; }
.mainPage p, .mainPage li { line-height: 1.7}
.mainPage table { margin-top: 0px;}
.textImgLeft, .textImgRight { margin: 15px;}
.textImgLeft { float: left; margin-left: 0; }
.textImgRight { float:  right; margin-right: 0; }
.pageForm { margin-top: 30px;}
.pageForm h4 { margin: 10px 0 25px 0; font-size: 21px;}
.formLeft { width: 50%; padding-right: 8px; float: left;}
.formRight { width: 50%; padding-left: 8px; float: right;}
.pageForm input[type=text], .pageForm textarea { width: 100% }
.pageForm textarea { height: 150px; }
.pageForm .formLastInput { margin-bottom: 15px;}
.pageForm .privacyCheck { padding-top: 6px;}
.pageForm .privacyCheck a, .privacyCheck a { text-decoration: underline !important; }

.mainPage .bigBlock {margin-top: 25px; margin-bottom: 25px;}
.mainPage .bigBlock h2 { margin-top: 0;}
.mainPage .bigBlock ul { margin-bottom: 0;}
.mainPage .bigBlock.bgOrange h2, .mainPage .bigBlock.bgBlue h2 { color: #ffffff; }
.mainPage .bigBlock li { margin-bottom: 13px; list-style-type: none;}
.mainPage .bigBlock li:last-of-type { margin-bottom: 0;}

.mainPage .bigBlock li:before { content: '✔'; margin-left: -2em; margin-right: 1em; }

.mainPage table, .chartsPage table { width: 100%;}
.mainPage table td, .chartsPage table td { border: 1px solid #aaaaaa; padding: 8px; line-height: 1.42857143; vertical-align: top;}
.mainPage table td.td1 { background-color: #D5D5D5; color: #333333; font-weight: 500;}
.mainPage table td.td2, .chartsPage table thead td { background-color: #eeeeee; font-weight: 500;}
.mainPage table td p, .chartsPage table td p { margin: 0; }
.mainPage p { width: 100% !important;}

/*PAGE: COLUMNS */
.pageLeftColumn h3, .pageRightColumn h3 { margin-bottom: 15px; }
.pageColumnBlock { margin-bottom: 15px; }
.pageLeftColumn .pageColumnBlock { margin-left: -15px; }
.pageRightColumn .pageColumnBlock { margin-right: -15px; }
@media (max-width: 991px) {
   .pageLeftColumn .pageColumnBlock { margin-right: -15px; }
   .pageRightColumn .pageColumnBlock { margin-left: -15px; }
}
ul.subNavigationMenu { margin-left: 1.2em;}
ul.subNavigationMenu li { margin-bottom: 5px;}
ul.subNavigationMenu i.fa { font-size: 10px; line-height: 17px;}
ul.subNavigationMenu li a.selected { color: #999999; }
.newsletterMini input, .newsletterMini button { margin-bottom: 5px; }
.newsletterMini input { border-right-width: 0;}

ul.newsMiniList li { margin-bottom: 10px; }
ul.newsMiniList .newsDate { color: #929292; font-size: 13px;}
.allNewsLink { margin-top: 15px;}
.allNewsLink em { padding-right: 7px; }

.wideTextMedia img, .mainPage img { max-width: 100%; margin-left: auto; margin-right: auto; display: block; }

.postImg, .postSmallImg { margin-bottom: 15px;}

.postSmallImg { float: right; margin-left: 15px; max-width: 60%;}
@media (max-width: 768px) {
   .postSmallImg { float: none; margin-left: 0; max-width: 100%;  }
}


.singleNewPage p {
	margin: 10px 0;
}

.singleNewPage a { text-decoration: underline; }

.singleNewPage a:hover { text-decoration: none; }

.singleNewPage .postImg { margin-top: 50px;}

/* CV MENU */

ul.cvMenu  { margin-top: 20px;}
ul.cvMenu li { margin-bottom: 20px; font-size: 16px; color: #444; }

ul.cvMenu li span.cvStep { font-size: 13px; float: left; margin-right: 10px; font-family: 'Roboto Slab'; /*background: #555;*/ background-color: #AAAAAA; color: #FFFFFF; display: block; font-weight: 400; border-radius: 50%; width: 25px; height: 25px; text-align: center; line-height: 26px; overflow: hidden;}
ul.cvMenu li.selected span.cvStep { background-color: #018ECC; }
ul.cvMenu li.disabled span.cvStep { background-color: #AAAAAA; }

ul.cvMenu li span.cvCat { overflow: hidden; display: block; padding-top: 3px; color: #888888; }
ul.cvMenu li.selected span.cvCat { color: #444444; }
ul.cvMenu li.disabled span.cvCat { color: #999999; }

/* FORMS */

.cvForm { margin: 30px 0;}
.formSubtitle { font-size: 20px; font-weight: 500; margin-top: 15px; }
.formMessage { margin-top: 15px; }

.form-horizontal .control-label { padding-top: 7px; }

.input-blurb { padding-top: 7px;}
.input-blurb a { background: #AAAAAA; color: #FFFFFF; display: inline-block; font-weight: 600; border-radius: 50%; width: 25px; height: 25px; text-align: center; line-height: 26px; overflow: hidden;}
.input-blurb a:hover { background: #595959; text-decoration: none;}
.input-blurb.selected a {background: #018ECC; }

label span.required, span.required { font-family: Tahoma, sans-serif; color: #B94A48;}

.cvForm .form-actions { text-align: center; }

.cvUserDetailImage { border: 5px solid #EDEDED; margin-bottom: 20px;}

.cvUserDetailName { font-size: 20px; font-weight: 500; margin-bottom: 20px; }

.actionsTd a { margin-right: 15px; }
.actionsTd a em { padding-right: 3px; }



.form-actions { text-align: center; }

.loginForm { margin-bottom: 30px;}

.loginPlaceholder .loginBlockLink { margin-bottom: 30px; display: block; padding: 30px;}

.loginPlaceholder .loginBlockLink, .loginPlaceholder .loginBlockLink:hover { color: #ffffff !important; text-decoration: none !important;}
.loginPlaceholder .loginBlockLink em.fa { margin-right: 10px; width: 85px; text-align: center;}

.loginPlaceholder .loginBlockLink h4 { margin-top: 0; margin-bottom: 10px; font-size: 22px; font-weight: 400;}

.loginPlaceholder .loginBlockLink .loginPlaceText { overflow: hidden; line-height: 1.6;}

.loginPlaceholder .loginBlockLink .fakeLinkReg { text-decoration: underline; margin-top: 10px;}

@media (max-width: 768px) { 
	.loginPlaceholder .loginBlockLink em.fa { display: none;}
}

.pageForBlock { height: 50px; padding-top: 15px; }

.pageForBlock i { font-size: 24px; vertical-align: -5px; margin-right: 6px; }

.help-block { font-style: normal !important; }


.registerCoordinators { display: none;}
.registerAdvisers, .registerOther { display: block;}

.registerCoordinators .selectSearch, .registerAdvisers .selectSearch { width: 500px !important; }
.registerCheck .col-md-7 { padding-left: 37px;}

.registerCheck { margin-top: 40px;}
