/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    //-webkit-text-stroke-width: .05px;
//-webkit-text-stroke-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.004);
    font-smooth: antialiased;
} 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, td img {
    vertical-align: top;
}
input, select, button, textarea {
    margin: 0;
    font-size: 100%;
}
input[type="text"], input[type="password"], textarea {
    padding: 0;
}
input[type="checkbox"] {
    vertical-align: middle;
;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
ul {
    list-style:none;
}
/* --------------- /reset.css --------------- */



/* --------------- /base.css ---------*/

html {
    overflow-y: scroll;
}
body {
    line-height: 1;
    background: #fff;
    color: #000;
    text-align: left;
    font: 14px "Conv_SourceSansPro-Regular", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
input, select, button, textarea {
    font-family: "Conv_SourceSansPro-Regular", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
a {
    color: #165885;
    text-decoration: underline;
    outline: none;
}
a:hover {
    color: #165885;
    text-decoration: none;
}
/*a:focus, a:active {
    color: #165885;
    text-decoration: underline;
}*/

b{
    font-variant: normal;
    font-weight: normal;
}

input[type=text],
input[type=password]{
    height: 28px;
    font-size: 13px;
    color: #666666;
    font-family: "Conv_SourceSansPro-Italic";
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    width: 95.2%;
    border: none;
    padding-left: 4.8%;
}

#header input[type=text]{
    height: 26px;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 1px rgba(1, 1, 1, 0.15);
    -moz-box-shadow:    0px 0px 1px rgba(1, 1, 1, 0.15);
    box-shadow:         0px 0px 1px rgba(1, 1, 1, 0.15);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    padding-left: 8px;

}

select{
    font-size: 16px;
    color: #666666;
    font-family: "Conv_SourceSansPro-Italic";
    text-transform: none;

}


h1{
    font-size: 51px;
    font-family: "Conv_SourceSansPro-Bold";
    color: #ffffff;
    line-height: 57px;

    text-transform: uppercase;
    text-align: center;
}

@media screen and (min-width:768px) and (max-width:960px) {
    h1{
        font-size: 41px;
        line-height: 41px;

    }
}

@media screen and (min-width:0) and (max-width:767px) {
    h1{
        font-size: 61px;
        line-height: 63px;
        vertical-align: middle;
        max-width: 480px;
        margin: 0 auto;

    }

}


h2{
    color: #000;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 28px;
    line-height: 34px;
}

@media screen and (min-width:0) and (max-width:767px) {
    h2{
        font-size: 31px;
        line-height: 36px;
        vertical-align: top;
       }

}

h3{
     color: #165785;
     font-size: 24px;
     font-family: "Conv_SourceSansPro-Bold";
     line-height: 28px;
    text-transform: uppercase;
}

h5{
    color: #ffffff;
    font-size: 20px;
    font-family: "Conv_SourceSansPro-Bold";
    text-transform: uppercase;
    line-height: 21px;
}

h6{
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Bold";
    line-height: 22px;
    text-transform: uppercase;
    vertical-align: top;
}

h6 span{
   font-family: "Conv_SourceSansPro-Italic";
    text-transform: lowercase;
}


@media screen and (min-width:768px) and (max-width:960px) {
    h5{
        font-size: 30px;
        line-height: 34px;
        }

}

@media screen and (min-width:0) and (max-width:767px) {
    h5{
        font-size: 58px;
        line-height: 73px;
    }

    h3{
       font-size: 36px;
       line-height: 47px;}

    h6{
        font-size: 27px;
        line-height: 51px;
    }

    .left .block.header h6{
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }


    select{
        font-size: 36px;
       }

}

.uppercase{
    text-transform: uppercase;
}

.video img{
    display: block;
    width: 100%;
}


/* --------------- /base.css ---------*/



/* --------------- /author.css ---------*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* --------------- /author.css ---------*/



/*base*/

.l-wrapper{
    max-width: 960px;
    margin: 0 auto;
}

.left{
    float: left;
}

.right{
    float: right;
}


@media screen and (min-width:768px)  {
    .mobile{
       display: none !important;
    }


}

@media screen and (min-width:0)  and (max-width:767px) {
    .desktop{
        display: none !important;
    }
    .tablet{
        display:none !important;
    }
    .l-one-column-mobile{
        width: 100%;!important;
        float: none !important;

    }

}

@media screen and (min-width:961px)   {
    .tablet{
        display:none !important;
    }

}

/*header*/

.l-header-m{
    position: relative;
}

.l-header-t{
    width: 100%;
    background: #f2f2f2;
}

.l-header-t.homepage {
    background: #fff;
}

.l-header-t.homepage .logo {
    padding: 7px 0 5px;
}

.l-header-t.homepage .logo img {
    height: 70px;
}

.l-header-t.homepage .auth a.join, .l-header-t.homepage .auth a.login {
    padding: 5px 20px 5px 17px;
}

.auth{
    float: right;
}

.call-us{
    float: right;
}

.logo{
    padding-top: 16px;
    float: left;
}


.l-header-m {
    padding-bottom: 13px;
}



@media screen and (min-width:768px) and (max-width:960px) {
    .logo{
        padding-top: 12px;
        width: 100%;
        text-align: center;
        float: none;
    }

    .l-header-t.homepage .logo {
        padding: 7px 10px 5px;
        float: left;
        width: auto;
    }

    .l-header-m>div.right{
        float: none;
    }

    .l-header-t{
        border-bottom: 1px solid #e6e6e6;
    }

    .call-us{
        float: left;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .logo{
        padding-top: 12px;
        width: 100%;
        text-align: center;
        float: none;
    }
    .l-header-m>div.right{
        float: none;
    }

    .l-header-t{
        border-bottom: 1px solid #e6e6e6;
    }

    .call-us{
        float: left;
    }


    .l-header-m {
        padding-bottom: 0;
    }

   /* body{
        border-left:  1px solid #406072;
    }
*/

}


/*footer*/

#footer{
    padding: 46px 0;
    /*border-bottom: 1px solid #e6e6e6;*/
    /*border-top: 1px solid #e6e6e6;*/
   /* margin-top: 40px;*/
}

#l-site-info{
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 58px;
    margin-bottom: 135px;
}

#l-site-info span{
    color: #175885;
    font-family: "Conv_SourceSansPro-Bold";
}

#l-site-info a{
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (min-width:768px) and (max-width:960px) {
    #footer{
        padding-left: 30px;
        padding-right: 30px;
    }
    #l-site-info{
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 39px;
        margin-bottom: 50px;
        font-size: 14px;
    }

    #l-site-info a{
        font-size: 14px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    #footer{
       padding: 0 0 30px 0;
    }
    #l-site-info{
        padding-left: 22px;
        padding-right: 22px;
        margin-top: 39px;
        padding-bottom: 33px;
        font-size: 27px;
    }

    #l-site-info a{
        font-size: 27px;
    }

}

/*content*/


@media screen and (min-width:768px) and (max-width:960px) {
    #content{
        padding: 0 30px;
    }
}

/*layout with a wide left-hand column*/

.l-left-column>.left{
    width: 648px;

}

@media screen and (min-width:768px) and (max-width:960px) {
    .l-left-column>.left{
        width: 425px;
        border-right: 1px solid #dadada;
        padding-top: 43px;
    }

    .l-left-column{
        border-top: 1px solid #dadada;

    }
    .l-left-column>.right{
        padding-top: 43px;
    }
}

.l-left-column>.right{
    width: 259px;
}

/*layout with a wide right-hand column*/

.l-right-column>.left{
    width: 21.25%;
    margin-right: 1.25%;
}


.l-right-column>.right{
    width: 77.5%;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .l-right-column>.left{
        width: 24.6%;
        margin-right: 2.7%;
    }

    .l-right-column>.right{
        width: 72.7%;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .l-right-column>.left{
        width: 100%;
        float: none;
        margin-right:0;
    }

    .l-right-column>.right{
        width: 100%;
        float: none;
    }
}


/*layout for home-page*/
.l-home-page .left{
    width: 43.85%;
    margin-right: 6.75%;
}

.l-home-page .right{
    width: 49.4%;
}

.l-home-page h3 span{
    font-size: 20px;
    font-family: "Conv_SourceSansPro-Italic";
    line-height: 24px;
    color: #666666;
    text-transform:  lowercase;
    padding: 0 5px;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .l-home-page .left{
        width: 324px;
        margin-right: 28px;
    }

    .l-home-page .right{
        width: 356px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {


   .home-page .l-home-page .left{
        width: 100%;
        margin-right: 0;
       float: none;
    }

    .l-home-page .right{
      float: none;
        width: 100%;
    }

    .l-home-page .left {
       float: none;
        width: 100%;
        margin-right: 0;
    }

    .l-home-page h3 span{
        font-size: 36px;
       line-height: 40px;
        padding: 0 5px;
    }

    .l-left-column > .left {
        width: 100%;
        float: none;

    }
}

/*
layout for form with three column*/

.l-form-three-column>.left{
    width: 33.33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width:0) and (max-width:960px) {
    .l-form-three-column>.left{
       float: none;
        width: 100%;
    }
}

/*layout for how it works*/

.l-how-it-works .left{
    width: 403px;
    padding-left: 47px;
    padding-right: 15px;
}

.l-how-it-works .right{
    width: 495px;
}

@media screen and (min-width:768px) and (max-width:980px) {
    .l-how-it-works .left{
       float: none;
        padding-right: 0;
        width: 661px;
    }

    .l-how-it-works .right{
        width: 100%;
        float: none;
        margin-top: 10px;
    }


}

@media screen and (min-width:0) and (max-width:767px) {
    .l-how-it-works .left{
        float: none;
        padding-right: 0;
        width: 553px;
    }

    .l-how-it-works .right{
        width: 100%;
        float: none;
        margin-top: 10px;
    }


}
/*! jQuery UI - v1.10.3 - 2013-10-21
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=14px&cornerRadius=3px&bgColorHeader=%23ffffff&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=%23ffffff&fcHeader=%23ffffff&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%23ffffff&fcContent=%23000000&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23ffffff&fcDefault=%23000000&iconColorDefault=%23000000&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23000000&bgTextureOverlay=flat&bgImgOpacityOverlay=70&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-family: 'Conv_SourceSansPro-Bold';
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/bundles/wyngspan/img/jquery-ui/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: "Conv_SourceSansPro-Regular";
	font-size: 14px;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #000000;
}
.ui-widget-content a {
	color: #ffffff;
}
.ui-widget-header {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #ffffff;
    font-family: 'Conv_SourceSansPro-Bold';
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ffffff;
	background: #e6e6e6;
	font-weight: normal;
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/bundles/wyngspan/img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-family: 'Conv_SourceSansPro-Bold';
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and ../img/jquery-ui */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/bundles/wyngspan/img/jquery-ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/bundles/wyngspan/img/jquery-ui/ui-icons_222222_256x240.png);
}


/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #000000;
	opacity: .7;
	filter: Alpha(Opacity=70);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.actions>li{
    float: left;
    padding-left: 7px;
}

.actions>li:first-child{
    padding-left: 0;
}

.actions a{
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    vertical-align: top;
}

.actions a:hover{
    color: #000000;
}


.actions i{
    padding-right: 4px;
}

@media screen and (min-width:0) and (max-width:767px) {

 .actions a {
    font-size: 24px;

}
}

.l-header-t.homepage .auth {
    padding: 25px 11px 0 0;
}

.auth{
    border-right: 1px solid #ffffff;
}

.auth.is-authorization{
    border-right: none;
}
.logout {
    border-right: 1px solid #D9D9D9;
}


.auth>ul>li{
    float: left;
}


.auth ul li a{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Conv_SourceSansPro-Bold";
    text-decoration: none;
    vertical-align: middle;
    line-height: 27px;
}


.auth .join{
    padding-left: 17px;
    background: #edae00;
    padding-right: 20px;
    color: #ffffff;
    border-color: #CC9714 #D89E15 #D89E15 #CC9714;
    border-width: 1px;
    border-style: solid;
    border-top: none;
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

.homepage .auth .join {
    font-family: "OpenSansBold";
    border-radius: 4px;
    border-top: 1px solid #CC9714;
}

.auth .join:hover {
    background-color: #FFCC4C;
}

.auth .login{
    padding-left: 19px;
    padding-right: 17px;
    border-left: 1px solid #ffffff;
    color: #999999;
}

.auth.is-authorization .login{
   border-right: none;
}

.join .icon{
    margin-right: 4px;
   vertical-align:top;
    margin-top: 7px;

}

.login .icon{
    margin-right: 7px;
    vertical-align: top;
    margin-top: 7px;
}

.auth>ul>li:first-child{
    border-left: 1px solid #D9D9D9;
}

.l-header-t.homepage .auth>ul>li:first-child{
    border-left: none;
}

.wrapper-user-ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3) !important;
    left: -9999px;
    position: absolute;
    z-index: 1000;
}

.user-ul {
    padding: 10px;
}
.user-link {
    position: relative;
}

.user-ul li:first-child {
    padding: 0 10px;
}
.user-ul li {
    padding: 0 10px 10px !important;
}

.user-photo {
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 24px;
    margin: 1px 5px 0;
    width: 24px;
}

.user-ul li a {
    border: medium none;
    color: #0070D1 !important;
    display: block;
    font-size: 13px !important;
    height: 18px !important;
    line-height: 1 !important;
    white-space: nowrap;
}
.user-ul li a:hover {
    text-decoration: underline;
}

.user-ul li:last-child {
    padding-bottom: 0 !important;
}

.user-link:active .wrapper-user-ul, .user-link:hover .wrapper-user-ul {
    left: auto;
    right: 0;
}



@media screen and (min-width:768px) and (max-width:960px) {
    .l-header-t.homepage .auth {
        padding: 20px 10px 0 0;
    }

    .auth{
        border-right: none
    }


    .auth .login{
       border-bottom: 1px solid #ffffff;
    }

    .auth ul li a{
        font-size: 18px;
        line-height: 38px;
     }

    .auth .join{
        padding-left: 24px;
        padding-right: 27px;
        border-left: 1px solid #f2c64d;
        border-right: none;
       }

    .join .icon{
        line-height: 45px;
        margin-top: 10px;

    }

    .login .icon{
        line-height: 45px;
        margin-top: 10px;
    }
    .auth.is-authorization{
       padding-right: 10px;
    }
    .user-photo{
        padding-top: 5px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .l-header-t.homepage .auth {
        padding: 0;
    }

    .l-header-t.homepage .auth a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .auth{
        border-right: none
    }
    .auth.is-authorization{
        padding-right: 10px;
    }


    .auth .login{
        border-bottom: 1px solid #ffffff;
    }

    .auth ul li a{
        font-size: 27px;
        line-height: 57px;
    }

    .auth .join{
        padding-left: 18px;
        padding-right: 23px;
        border-left: 1px solid #f2c64d;
        border-right: none;
    }

    .join .icon{
        line-height: 57px;
        margin-top: 20px;

    }

    .login .icon{
        line-height: 57px;
        margin-top: 20px;
    }

    .user-photo{
        width: 35px;
        height: 35px;
        padding-top: 12px;
    }
}

/*pop-up menu mobile*/


.auth .main-menu.mobile{
     top: 60px;
}

.auth .main-menu.mobile a{
    font-size: 22px;
    padding-left: 10px;
}


.badges li{
    float:  left;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    background: #b3b3b3;
    width: 50px;
    height: 50px;
    margin-left: 29px;
}

.badges li:first-child{
    margin-left: 0;
}

.badges{
    margin: 11px auto 0 auto;
}

.badges:first-child{
    margin-top: 0;
}

.badges.badges-three{
    width: 208px;
}

.badges.badges-two{
    width: 129px;
}

@media screen and (min-width:0) and (max-width:767px) {
    .badges li{
        -moz-border-radius: 61px;
        -webkit-border-radius: 61px;
        border-radius: 61px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
        width: 122px;
        height: 122px;
        margin-left: 72px;
    }

    .badges{
        margin: 29px auto 0 auto;
    }

    .badges.badges-three{
        width: 510px;
    }

    .badges.badges-two{
        width: 316px;
    }

    .badges.small li{
        float:  left;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
        background: #b3b3b3;
        width: 50px;
        height: 50px;
        margin-left: 29px;
    }
}

.block-wrapper{
    margin-bottom: 19px;
}


.block{
    background: #f2f2f2;
    font-size: 14px;
    color: #165885;
}


.block h4{
    color: #165885;
    font-size: 24px;
    font-family: "Conv_SourceSansPro-Bold";
    text-transform: uppercase;
    line-height: 29px;
}

.block.header{
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 18px 19px 18px 29px;
}


.mobile .block{
    border: none !important;
}


.block.footer{
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 18px 19px;
}



.block.content{
    border: 1px solid #e5e5e5;
    padding: 18px 19px;
}


.mobile .block.content{
    padding: 70px 0 54px 0;
}


.block.invert{
    background: #165885;
    color: #fff;
}


.block.without-borders{
    border-color: transparent !important;
}


.block.invert h4{
    color: #fff;
}

.block.dark-blue h4{
    color: #fff;
}

.block.corners-top{
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
   border: none !important;
}

.block.corners-bottom{
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    border:  none !important;
}


.l-right-column .block{
    background: #e6e6e6;
}

.l-right-column .block.header{
    border: 1px solid #cccccc;
}

.l-right-column .block.footer{
    border: 1px solid #cccccc;
}

.l-right-column .block.content{
    border: 1px solid #cccccc;
}

.l-right-column .block.invert{
    background: #175885;
}



/*.l-right-column.corners-top,
.l-right-column.corners-bottom*/

@media screen and (min-width:0) and (max-width:767px) {
    .block.corners-bottom,
    .block.corners-top{
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    }
    .l-right-column .left .block.invert{
        background: #0f3d5f;
    }

}


.block.white{
    background: none;
    color: #000000;
}

.block .contact li{
    padding-top: 12px;
    font-size: 14px;
    line-height: 17px;
}

.block .contact{
    padding-bottom: 12px;
}

.block .contact span{
    font-family: "Conv_SourceSansPro-Bold";
    padding-right: 8px;
    vertical-align: top;
}

.block .contact li.social-icons {
    padding-right: 10px;
}

.block .contact span.social-icon {
    padding-right: 3px;
}

.block .contact span.social-icon a {
    display: inline-block;
    height: 32px;
    width: 32px;
    font-size: 0;
    text-indent: 2000px;
    margin-bottom: 3px;
}

.block .contact span.social-icon.type-facebook a {
    background: url('/bundles/wyngspan/img/social/flat/facebook.png') center no-repeat;
    background-size: contain;
}
.block .contact span.social-icon.type-google a {
    background: url('/bundles/wyngspan/img/social/flat/google_plus.png') center no-repeat;
    background-size: contain;
}
.block .contact span.social-icon.type-linkedin a {
    background: url('/bundles/wyngspan/img/social/flat/linkedin.png') center no-repeat;
    background-size: contain;
}
.block .contact span.social-icon.type-twitter a {
    background: url('/bundles/wyngspan/img/social/flat/twitter.png') center no-repeat;
    background-size: contain;
}
.block .contact span.social-icon.type-youtube a {
    background: url('/bundles/wyngspan/img/social/flat/you-tube.png') center no-repeat;
    background-size: contain;
}

.block .contact b {
    display: inline-block;
    word-wrap: break-word;
    width: 72%;
}

.block.dark-blue{
    color: #ffffff;
    background: #0e3552;
}

.home-page .block-wrapper{
    margin-bottom: 0;
}

.home-page .block.header {
    text-align: center;
    padding: 18px 0 24px 0;
}

.home-page .block.header h4{
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 4px;
}

.home-page .block.header p{
    color: #ffbb00;
    font-size: 20px;
    line-height: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.home-page .block.content {
    background: rgba(14, 53, 82, 0.8);
    padding: 17px 26px 34px 34px;
    color: #ffffff;
    border: none;
    position: relative;
}

#content .block .benefits{
    padding-left: 39px;
}

.benefits li{
    list-style-image: url("/bundles/wyngspan/img/list-marker.png");
    list-style-position: outside;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
}

.benefits li:first-child{
    padding-top: 0;
}

.text-block a{
    font-family: "Conv_SourceSansPro-BoldItalic";
}


@media screen and (min-width:768px) and (max-width:960px) {
    .home-page .block.header h4 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 4px;
    }

    .home-page .block.header p {
       font-size: 27px;
        line-height: 31px;
      }

    .home-page .block.header {
        padding: 24px 0 28px;
        border-bottom: 1px solid #244862;
         }

    .home-page .block.content .left {
        width: 45.1% !important;
        padding-right: 4.9% !important;
    }

    .home-page .block.content .right {
        width: 45.1% !important;
        padding-left: 4.9% !important;
    }

    .home-page .block.content{
        padding: 40px 30px 47px 30px;
        border-bottom: 1px solid #8c9eac;
        background: none repeat scroll 0 0 rgba(62, 93, 117, 1)
    }

    .home-page .block.corners-top{
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;

    }

    .home-page .block.corners-bottom{
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;

    }


}

@media screen and (min-width:0) and (max-width:767px) {

    .block h4 {
        font-size: 49px;
        line-height: 62px;
        padding-bottom: 0;
    }

    .home-page .block.header p {
        font-size: 42px;
        line-height: 61px;

    }

    .home-page .block.header {
        padding: 38px 0 39px;

    }
    .home-page .block.content {
        background: none repeat scroll 0 0 rgba(62, 93, 117, 1);
        padding: 63px 42px 77px 42px;
    }

    .block.header{
        padding: 20px 24px !important;
        border: none;
    }
    .block.content{
       padding-left: 24px !important;
        padding-right: 24px !important;
        border: none;
    }
    .block.footer{
        padding: 20px 24px !important;
        border: none;
    }

   /*.search-results .block.header{
        padding: 20px 24px !important;

    }
    .search-results .mobile  .block.content{
        padding: 20px 24px !important;
     }
    .search-results   .block.footer{
        padding: 20px 24px !important;

    }*/

   .block .contact span.social-icon a {
        height: 64px;
        width: 64px;
    }

    .block-wrapper{
        margin-bottom: 0;
    }
    .benefits li {
        list-style-image: url("/bundles/wyngspan/img/list-marker-640.png");
        font-size: 58px;
        line-height: 69px;
    }

    #content .benefits{
        margin-left: 50px;
    }


    #content .benefits li {
        padding-top: 48px;
    }

    .block.mobile-invert{
        background: #0F3D5F;;
        color: #fff;
    }

}

.mobile .block h4 {
    font-size: 53px;
    line-height: 65px;
    text-align: center;

}

.mobile .block.header{
    padding: 45px 0 45px 0;
}

.mobile .block .contact li {
    font-size: 36px;
    line-height: 41px;
    padding-top: 12px;

}

.mobile .block .contact span {
    width: 194px;
    text-align: right;
    padding-right: 20px;
    display: inline-block;
    padding-top: 2px;
    vertical-align: top;
}

.mobile .block .contact span.social-icon {
    width: auto;
}


.mobile .block .contact b {
    width: 374px;
    text-align: left;
    display: inline-block;
}

.block-wrapper.mobile {
    margin-bottom: 30px;
}

.filter .block-wrapper.mobile {
    margin-bottom: 0;
}

.block .btn.large{
    margin-top: 32px;
    margin-bottom: 12px;
}

.block .btn-wrapper{
    text-align: center;
}

.see-how{
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #165885;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 18px;
    line-height: 22px;
}

.l-left-column .see-how{
    margin: 50px 0 14px 0;
}

.l-left-column .see-how-arrow{
    position: absolute;
    background: url("/bundles/wyngspan/img/arrow-page.png") no-repeat left top;
    width: 31px;
    height: 22px;
    top: 5px;
    left: 0;
}

@media screen and (min-width:0) and (max-width:767px) {
    #header .see-how {
        font-size: 36px;
        line-height: 39px;
      }

    .block .btn.large{
        margin-top: 70px;
        margin-bottom: 50px;
    }

    #content .see-how {
        font-size: 45px;
        line-height: 55px;
    }

    .l-left-column .see-how-arrow {
        background: url("/bundles/wyngspan/img/arrow-page.png") no-repeat scroll left bottom;
        height: 36px;
        left: 64px;
        position: absolute;
        top: 16px;
        width: 54px;
    }

    .l-left-column .see-how{
        margin: 33px 0 22px 0;
    }
}




.btn, .ajax-editable-action-change {
    display: inline-block;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e6b217;
    color: #ffffff;
    font-size: 15px;
    font-family: "Conv_SourceSansPro-Bold";
    padding: 0 13px;
    height: 31px;
    text-decoration: none;
    line-height: 31px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    border-color: #CC9714 #D89E15 #D89E15 #CC9714;
    border-width: 1px;
    border-style: solid;
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

.ajax-editable-action-change {
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.btn:hover, .ajax-editable-action-change:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #FFCC4C;
}

.btn.reset{
    background: none;
    color: #175885;
    padding: 0;
    text-decoration:  underline;
    font-family: "Conv_SourceSansPro-Regular";
    box-shadow: none;
    border: none;
}

.btn.reset:active{
     color: #175885;
 }

.btn.reset.active{
    color: #175885;
 }

.btn:active{
    color: #ffffff;
    text-decoration: none;
}

.btn.small{
    font-size: 14px;
    height: 27px;
    padding: 0 26px;
    line-height: 27px;
}

.profile-settings .btn.small:hover {
    background-color: #175885;
}

.btn.c-primery, .ajax-editable-action-change{
    background: #175885;
    border-color: #0E354F #13476B #13476B #0E354F;
}

.btn.c-primery:hover, .ajax-editable-action-change:hover{
    background: #1F70A5;
}

.btn.c-secondary{
    background: #aaaaaa;
    border-color: #8e8e8e #999999 #999999 #8e8e8e;
}

.btn.c-secondary:hover{
    background: #c0c0c0;
}

.btn.c-tertiary{
    background: #0e3552;
}

.btn.huge{
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    padding: 0 24px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
     behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
}

.btn.large{
    font-size: 18px;
    line-height: 41px;
    height: 41px;
    padding: 0 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
}

.btn-user{
    display: inline-block;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #175885;
    color: #ffffff;
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Bold";
    padding: 0 38px 0 13px;
    height: 31px;
    text-decoration: none;
    line-height: 31px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    cursor: pointer;
    position: relative;
}

.btn-user .cross{
    position: absolute;
    height: 31px;
    width: 18px;
    padding-left: 7px;
    background: url("/bundles/wyngspan/img/cross.png") no-repeat right center;
    z-index: 100;
    display: block;
    top: 0;
    right: 13px;

}




@media screen and (min-width:768px) and (max-width:960px) {
    #footer .btn{
        font-size: 18px;
        padding: 0 17px;
        height: 37px;
        line-height: 37px;
    }

    .btn.small{
        font-size: 14px;
        height: 27px;
        padding: 0 26px;
        line-height: 27px;
    }

}

@media screen and (min-width:0) and (max-width:767px) {
    #footer.btn{
        font-size: 36px;
        padding: 0 65px;
        height: 84px;
        line-height: 84px;
        border-radius: 7px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    }

   .btn{
        font-size: 27px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
   }


   .btn.small{
        font-size: 14px;
        height: 27px;
        padding: 0 26px;
        line-height: 27px;
   }

   .btn.huge{
        font-size: 44px;
        line-height: 94px;
        height: 94px;
        padding: 0 33px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
   }

    .btn.large{
        font-size: 44px;
        line-height: 94px;
        height: 94px;
        padding: 0 71px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
   }

    .popup .btn.large{
        font-size: 36px;
        line-height: 84px;
        height: 84px;
        padding: 0 53px;
        }

}

/* Social buttons Account Settings */
.button.soc span{
    font-family: "Conv_SourceSansPro-Regular";
    float: left;
}

.button.soc span span{
    font-family: "Conv_SourceSansPro-Bold";
    display: inline;
    float: none;
}

.button b{
    display: block;
    float: left;
}

.button:active span{
    color: #6691cb;
    text-shadow: 0 -1px 1px #003581;
}

.button.soc em{
    height: 41px !important;
    float: left;
}

.button.soc b{
    float: right;
}

.button.soc.facebook em{
    background: url("/bundles/wyngspan/img/social_f_l.png") no-repeat top left;
    width: 33px;
}

.button.soc.twitter em{
    background: url("/bundles/wyngspan/img/social-tw-l.png") no-repeat top left;
    width: 55px;
}

.button.soc.google em{
    background: url("/bundles/wyngspan/img/social-g-l.png") no-repeat top left;
    width: 55px;
}

.button.soc.linkedin em{
    background: url("/bundles/wyngspan/img/social-in-l.png") no-repeat top left;
    width: 49px;
}

.button.soc>span{
    height: 41px;
    line-height: 41px;
}

.button.soc.facebook>span{
    background: url("/bundles/wyngspan/img/social_f_m.png") repeat-x top left;
    padding: 0 16px;
}

.button.soc.twitter>span{
    background: url("/bundles/wyngspan/img/social-tw-m.png") repeat-x top left;
}

.button.soc.linkedin>span{
    background: url("/bundles/wyngspan/img/social-in-m.png") repeat-x top left;
}

.button.soc.google>span{
    background: url("/bundles/wyngspan/img/social-g-m.png") repeat-x top left;
}

.button.soc b{
    height: 41px;
}

.button.soc.facebook b{
    background: url("/bundles/wyngspan/img/social_f_r.png") no-repeat top left;
    width: 4px;
}

.button.soc.twitter b{
    background: url("/bundles/wyngspan/img/social-tw-r.png") no-repeat top left;
    width: 30px;
}

.button.soc.google b{
    background: url("/bundles/wyngspan/img/social-g-r.png") no-repeat top left;
    width: 30px;
}

.button.soc.linkedin b{
    background: url("/bundles/wyngspan/img/social-in-r.png") no-repeat top left;
    width: 25px;
}

.button.soc.facebook:hover em,
.button.soc.facebook:hover span,
.button.soc.facebook:hover b,
.button.soc.linkedin:hover em,
.button.soc.linkedin:hover span,
.button.soc.linkedin:hover b,
.button.soc.google:hover em,
.button.soc.google:hover span,
.button.soc.google:hover b,
.button.soc.twitter:hover em,
.button.soc.twitter:hover span,
.button.soc.twitter:hover b{
    background-position: left -41px;
}

.button.soc.facebook:active em,
.button.soc.facebook:active span,
.button.soc.facebook:active b,
.button.soc.twitter:active em,
.button.soc.twitter:active span,
.button.soc.twitter:active b,
.button.soc.google:active em,
.button.soc.google:active span,
.button.soc.google:active b,
.button.soc.linkedin:active em,
.button.soc.linkedin:active span,
.button.soc.linkedin:active b{
    background-position: left -82px;
}


.button.soc.facebook span,
.button.soc.linkedin span,
.button.soc.google span,
.button.soc.twitter span
{
    line-height: 38px;
    color: #ffffff;
    text-shadow: 0 1px 2px #000000;
    font-size: 14px;
    font-family: "Conv_SourceSansPro-SemiBold";
}

.button.soc.facebook:active span{
    color: #9999cc;
    text-shadow: 0 1px 2px #006666;
}

.button.soc.linkedin:active span{
    color: #6699cc;
    text-shadow: 0 1px 2px #006666;
}

.button.soc.google:active span{
    color: #999999;
    text-shadow: 0 1px 2px #006666;
}

.button.soc.twitter:active span{
    color: #99ccff;
    text-shadow: 0 1px 2px #006666;
}

.account-settings-socials .button.soc.google span{
    padding: 0 0 0 1px;
}

.account-settings-socials .button.soc.linkedin span{
    padding: 0 1px;
}
.account-settings-socials .button.soc.facebook > span {
    padding: 0 18px 0 17px;
}

.signup-social .button.soc.linkedin span,
.signup-social .button.soc.twitter span{
    padding: 0 1px;
}
.signup-social .button.soc.facebook > span {
    padding: 0 18px;
}

@media screen and (min-width:0) and (max-width:767px) {
    .button.soc em{
        height: 48px !important;
    }


    .button.soc.facebook em{
        background: url("/bundles/wyngspan/img/social_f_l-mobile.png") no-repeat top left;
        width: 39px;
    }

    .button.soc.twitter em{
        background: url("/bundles/wyngspan/img/social-tw-l-mobile.png") no-repeat top left;
        width: 66px;
    }

    .button.soc.google em{
        background: url("/bundles/wyngspan/img/social-g-l-mobile.png") no-repeat top left;
        width: 66px;
    }

    .button.soc.linkedin em{
        background: url("/bundles/wyngspan/img/social-in-l-mobile.png") no-repeat top left;
        width: 59px;
    }

    .button.soc>span{
        height: 48px;
        line-height: 46px;
    }

    .button.soc.facebook>span{
        background: url("/bundles/wyngspan/img/social_f_m-mobile.png") repeat-x top left;
        padding: 0 20px;
    }

    .button.soc.twitter>span{
        background: url("/bundles/wyngspan/img/social-tw-m-mobile.png") repeat-x top left;
    }

    .button.soc.linkedin>span{
        background: url("/bundles/wyngspan/img/social-in-m-mobile.png") repeat-x top left;
    }

    .button.soc.google>span{
        background: url("/bundles/wyngspan/img/social-g-m-mobile.png") repeat-x top left;
    }

    .button.soc b{
        height: 48px;
    }

    .button.soc.facebook b{
        background: url("/bundles/wyngspan/img/social_f_r-mobile.png") no-repeat top left;
        width: 5px;
    }

    .button.soc.twitter b{
        background: url("/bundles/wyngspan/img/social-tw-r-mobile.png") no-repeat top left;
        width: 36px;
    }

    .button.soc.google b{
        background: url("/bundles/wyngspan/img/social-g-r-mobile.png") no-repeat top left;
        width: 36px;
    }

    .button.soc.linkedin b{
        background: url("/bundles/wyngspan/img/social-in-r-mobile.png") no-repeat top left;
        width: 30px;
    }

    .button.soc.facebook:hover em,
    .button.soc.facebook:hover span,
    .button.soc.facebook:hover b,
    .button.soc.linkedin:hover em,
    .button.soc.linkedin:hover span,
    .button.soc.linkedin:hover b,
    .button.soc.google:hover em,
    .button.soc.google:hover span,
    .button.soc.google:hover b,
    .button.soc.twitter:hover em,
    .button.soc.twitter:hover span,
    .button.soc.twitter:hover b{
        background-position: left -49px;
    }

    .button.soc.facebook:active em,
    .button.soc.facebook:active span,
    .button.soc.facebook:active b,
    .button.soc.twitter:active em,
    .button.soc.twitter:active span,
    .button.soc.twitter:active b,
    .button.soc.google:active em,
    .button.soc.google:active span,
    .button.soc.google:active b,
    .button.soc.linkedin:active em,
    .button.soc.linkedin:active span,
    .button.soc.linkedin:active b{
        background-position: left -98px;
    }


    .button.soc.facebook span,
    .button.soc.linkedin span,
    .button.soc.google span,
    .button.soc.twitter span
    {
        line-height: 46px;
        font-size: 18px;
    }

    .signup-social .button.soc.linkedin span,
    .signup-social .button.soc.twitter span{
        padding: 0 2px;
    }
    .signup-social .button.soc.facebook > span {
        padding: 0 23px;
    }

    .signup-social .button.soc em {
        height: 47px !important;
    }

    .account-settings-socials .button.soc.facebook > span {
        padding: 0 20px 0 21px;
    }
    .account-settings-socials .button.soc.facebook > em {
       height: 47px !important;
    }


}
/* End Social buttons Account Settings */


.call-us{
    padding-right: 20px;
    padding-top: 5px;
    color: #d9d9d9;
    text-transform:  uppercase;
    font-family: "Conv_SourceSansPro-Regular";
    font-size: 12px;
}

.call-us a{
     text-decoration: none;
     color: #d9d9d9;
     font-family: "Conv_SourceSansPro-Bold";
}

.call-us span{
    font-family: "Conv_SourceSansPro-Bold";
    color: #175885;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .call-us{
        padding-right: 0;
        padding-top: 10px;
        padding-left: 29px;
        font-size: 18px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .call-us a{
        display: none;
    }

    .call-us b{
        display: none;
    }

    .call-us{
        padding-right: 23px;
        padding-left: 23px;
        padding-top: 15px;
        font-size: 27px;
        line-height: 33px;
        padding-bottom: 10px;
    }

}

.category-edit-popup .content-popup>div {
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 14px;
    color: #000000;
    float: left;
    padding-top: 5px;
}

.category-edit-popup .ul-wrapper{
    margin-top: 7px;
    width: 302px;
    height: 190px;
    border: 1px solid #abacad;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 0;
}

.category-edit-popup #categoryTree .ul-wrapper li a{
    display: block;
    padding: 5px 0;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 14px;
    line-height: 14px;
    outline: none;
}

.category-edit-popup .ul-wrapper li{
    outline: none;
}

.category-edit-popup .ul-wrapper li a:hover,
.category-edit-popup .ul-wrapper ul.selected-categories li a:hover{
    background-color: #c5e0f3;
    text-decoration: none;
}

.category-edit-popup .ul-wrapper li.open a:hover{
    background-color: #c5e0f3;
    text-decoration: none;
}

.category-edit-popup .content-popup div>a{
    margin-top: 20px;
    float: left;
    display: inline-block;
}

.category-edit-popup .content-popup div>a.cancel{
    padding-left: 20px;
    line-height: 30px;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 13px;
    color: #0070d1;
}

.category-edit-popup .m-content-text div{
    padding: 37px 18px 0 18px;
    width: 34px;
}

category-edit-popup .m-content-text div>a{
    display: block;
    text-indent: -2000px;
    height: 34px;
    width: 34px;
    margin: 0 0 2px 0;
    padding: 0;
}

.category-edit-popup div.category-popup .ul-wrapper {
    overflow: auto;
}

.category-edit-popup ul.popup-level li div,
.category-edit-popup ul.selected-categories li {
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 14px;
    line-height: 14px;
    color: #0070D1;
    padding: 5px 0;
}

.category-edit-popup ul.popup-level li div a {
    display: inline-block;
    padding: 0;
    width: 13px;
    height: 7px;
    margin-top: 0;
    float: none;
    background-image: none;
}

.category-edit-popup #categoryTree ul.popup-level li div span {
    padding: 1px 5px;
    cursor: pointer;
    font-weight: normal;
}

.category-edit-popup #categoryTree ul.popup-level li div span.selected {
    background-color: lightgray;
}

.category-edit-popup #categoryTree ul.popup-level li.open div a {
    background: url("/bundles/wyngspan/img/arrow_popup_b.png") no-repeat center center;
}

.category-edit-popup #categoryTree ul.popup-level li.close div a {
    background: url("/bundles/wyngspan/img/arrow_popup_r.png") no-repeat center center;
}

.category-edit-popup #categoryTree ul.popup-level li div a.finalNode {
    background-image: none;
}



.category-edit-popup .btn-wrapper{
    margin-top: 10px;
}

.category-edit-popup  .r-content-text>p:first-child{
    padding-top: 20px;
}

.category-edit-popup div.with-search .m-content-buttons div.buttons {
    padding: 72px 18px 0 18px;
    width: 116px;
}

@media screen and (min-width:768px) and (max-width:960px) {

    .category-edit-popup .ul-wrapper {
        height: 260px;
         width: 261px;
    }

    .content-popup.category-popup{
        /*width: 690px;*/
        margin:  0 auto;

    }

    .category-edit-popup.ui-dialog-content.ui-widget-content {
        padding: 6px 15px 55px !important;
    }

}

@media screen and (min-width:0) and (max-width:767px) {

    .category-edit-popup .ul-wrapper {
        height: 430px;
        width: 100%;
        float: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

     .category-edit-popup .r-content-text .ul-wrapper{
        height: 300px;
    }

    .category-edit-popup div.with-search .m-content-buttons div.buttons {
        padding: 18px 0;
        width: 100%;
        /*margin: 0 auto;*/
        text-align: center;
    }
    .category-edit-popup div.with-search .m-content-buttons div > a{
        width: auto;
        margin: 5px;
        float: none;
    }


    .category-edit-popup.ui-dialog-content.ui-widget-content {
        padding: 6px 15px 55px !important;
    }

    .category-edit-popup .content-popup > div{
        float: none;
    }

    .category-edit-popup.ui-dialog-content.ui-widget-content {
        padding: 6px 24px 55px 24px !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .category-edit-popup #categoryTree ul.popup-level li div span {
        font-size: 24px;
        line-height: 30px;
        padding: 5px 8px;
    }

    .category-edit-popup .selected-categories li a {
        font-size: 24px;
        line-height: 30px;
        padding: 5px 8px;
    }
    .content-popup.category-popup p{
        font-size: 24px;
        line-height: 30px;
        padding: 5px 0;
    }
    .category-edit-popup  .r-content-text>p:first-child{
        padding-top: 0;
    }
    .popup-search input{
        font-size: 24px;
        line-height: 30px;
    }

}

.circle{
    margin-bottom: 49px;
    position: relative;
    width: 100%;
    height: 742px;
    background: url("/bundles/wyngspan/img/bg-circle-desctop.png")no-repeat center center;
}



.circle-sector>p{
    max-width: 90px;
    font-size: 12px;
    color: #000000;
    line-height: 15px;
    text-align: center;
}

.circle  a{
    font-size: 16px;
    color: #175885;
    text-transform: uppercase;
    font-family: 'Conv_SourceSansPro-Bold';
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.circle-sector{
    position: absolute;
    z-index: 5;
}

.circle-sector .circle-sector-busy{
    display: none;
}
.circle-sector.current .circle-sector-busy{
    display: block;
}

.circle-sector.current>p,
.circle-sector.current>a{
    display: none;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .circle{
        margin-bottom: 58px;
        height: 517px;
        background: url("/bundles/wyngspan/img/bg-circle-tablet.png")no-repeat center center;
        width: 517px;
    }

    .circle-sector>p{
        max-width: 70px;
        font-size: 10px;
        line-height: 11px;
    }
    .circle-sector{
        text-align: center;
    }

  }

@media screen and (min-width:0) and (max-width:767px) {
    .circle{
        margin:0 auto 45px auto;
        height: 622px;
        background: url("/bundles/wyngspan/img/bg-circle-mobile.png")no-repeat center center;
        width: 622px;
        overflow: hidden;
    }

    .circle  a{
        display: inline-block;
        max-width: 80px;
        font-size: 31px;
        line-height: 38px;
        }
}



/*Placement of the text by default*/

/*outdoor sector*/

.o-1{
    top: 46px;
    right: 270px;
}

.o-2{
    top: 96px;
    right: 169px;
}
.o-3{
    top: 174px;
    right: 84px;
}
.o-4{
    top: 287px;
    right: 44px;
}
.o-5{
    top: 396px;
    right: 44px;
}
.o-6{
    top: 506px;
    right: 84px;
}
.o-7{
    top: 587px;
    right: 169px;
}
.o-8{
    top: 637px;
    right: 270px;
}
.o-9{
    top: 637px;
    left: 272px;
}
.o-10{
    top: 587px;
    left: 161px;
}
.o-11{
    top: 506px;
    left: 81px;
}
.o-12{
    top: 396px;
    left: 41px;
}
.o-13{
    top: 287px;
    left: 41px;
}
.o-14{
    top: 174px;
    left: 81px;
}
.o-15{
    top: 96px;
    left: 161px;
}

.o-16{
    top: 46px;
    left: 272px;
}


/*indoor sector*/

.i-1{
    top: 218px;
    right: 278px;
}

.i-2{
    top: 297px;
    right: 202px;
}

.i-3{
    top: 394px;
    right: 202px;
}

.i-4{
    top: 475px;
    right: 278px;
}

.i-5{
    top: 475px;
    left: 277px;
}

.i-6{
    top: 394px;
    left: 206px;
}

.i-7{
    top: 297px;
    left: 206px;
}

.i-8{
    top: 218px;
    left: 277px;
}


@media screen and (min-width:768px) and (max-width:960px) {
    .o-1{
        top: 21px;
        right: 184px;
    }

    .o-2{
        top: 60px;
        right: 102px;
    }
    .o-3{
        top: 120px;
        right: 44px;
    }
    .o-4{
        top: 197px;
        right: 16px;
    }
    .o-5{
        top: 271px;
        right: 16px;
    }
    .o-6{
        top: 353px;
        right: 44px;
    }
    .o-7{
        top: 413px;
        right: 102px;
    }
    .o-8{
        top: 445px;
        right: 184px;
    }
    .o-9{
        top: 445px;
        left: 184px;
    }
    .o-10{
        top: 413px;
        left: 106px;
    }
    .o-11{
        top: 353px;
        left: 48px;
    }
    .o-12{
        top: 271px;
        left: 17px;
    }
    .o-13{
        top: 197px;
        left: 17px;
    }
    .o-14{
        top: 120px;
        left: 48px;
    }
    .o-15{
        top: 60px;
        left: 106px;
    }

    .o-16{
        top: 21px;
        left: 184px;
    }



    /*indoor sector*/

    .i-1{
        top: 144px;
        right: 184px;
    }

    .i-2{
        top: 203px;
        right: 135px;
    }

    .i-3{
        top: 271px;
        right: 135px;
    }

    .i-4{
        top: 328px;
        right: 184px;
    }

    .i-5{
        top: 328px;
        left: 184px;
    }

    .i-6{
        top: 271px;
        left: 135px;
    }

    .i-7{
        top: 203px;
        left: 135px;
    }

    .i-8{
        top: 144px;
        left: 184px;
    }

}

@media screen and (min-width:0) and (max-width:767px) {
    .o-1{
        top: 50px;
        right: 226px;
    }

    .o-2{
        top: 90px;
        right: 137px;
    }
    .o-3{
        top: 164px;
        right: 66px;
    }
    .o-4{
        top: 253px;
        right: 29px;
    }
    .o-5{
        top: 342px;
        right: 29px;
    }
    .o-6{
        top: 435px;
        right: 66px;
    }
    .o-7{
        top: 502px;
        right: 137px;
    }
    .o-8{
        top: 539px;
        right: 226px;
    }
    .o-9{
        top: 539px;
        left: 226px;
    }
    .o-10{
        top: 502px;
        left: 137px;
    }
    .o-11{
        top: 435px;
        left: 66px;
    }
    .o-12{
        top: 342px;
        left: 29px;
    }
    .o-13{
        top: 253px;
        left: 29px;
    }
    .o-14{
        top: 164px;
        left: 66px;
    }
    .o-15{
        top: 90px;
        left: 137px;
    }

    .o-16{
        top: 50px;
        left: 226px;
    }



    /*indoor sector*/

    .i-1{
        top: 190px;
        right: 227px;
    }

    .i-2{
        top: 260px;
        right: 174px;
    }

    .i-3{
        top: 335px;
        right: 174px;
    }

    .i-4{
        top: 400px;
        right: 227px;
    }

    .i-5{
        top: 400px;
        left: 227px;
    }

    .i-6{
        top: 335px;
        left: 174px;
    }

    .i-7{
        top: 260px;
        left: 174px;
    }

    .i-8{
        top: 190px;
        left: 227px;
    }

}


/*Placement of the text by active*/


.circle-sector-busy{
    position: absolute;
    z-index: 100;
    display: none;
}


.circle-sector-busy img{
    width: 42px;
    height: 42px;
    border: 2px solid #ffffff;
    text-align: left;
    /* margin-bottom: 2px;*/
}

.circle-sector-busy p{
    color: #ffffff;
    text-align: left;
    width: 93px;
    font-size: 11px;
    line-height: 14px;
}

.circle-sector-busy  a{
    font-family: "Conv_SourceSansPro-Bold";
    padding-bottom: 2px;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .circle-sector.current .circle-sector-busy{
        text-align: center;
    }
    .circle-sector-busy img{
        width: 26px;
        height: 26px;
        text-align: center;
     }

    .circle-sector-busy p{
        text-align: center;
        width: 50px;
        font-size: 9px;
        line-height: 10px;
    }

    .circle-sector-busy a{
        font-size: 10px;
        line-height: 12px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .circle-sector-busy img{
        width: 59px;
        height: 59px;
        -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.5);
        box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.5);
    }

}

/*outdoor sector*/


.o-1.current {
    top: 24px;
    right: 360px;
}

.o-2.current {
    top: 64px;
    right: 240px;
}

.o-3.current {
    top: 165px;
    right: 164px;
}

.o-4.current {
    top: 271px;
    right: 123px;
}

.o-5.current {
    top: 375px;
    right: 123px;
}

.o-6.current {
    top: 483px;
    right: 164px;
}

.o-7.current {
    top: 575px;
    right: 246px;
}

.o-8.current {
    top: 627px;
    right: 360px;
}

.o-9.current {
    top: 627px;
    left: 270px;
}

.o-10.current {
    left: 160px;
    top: 584px;
}


.o-11.current {
    top: 497px;
    left: 77px;
}

.o-12.current {
    top: 375px;
    left: 21px;
}

.o-13.current {
    top: 271px;
    left: 21px;
}

.o-14.current {
    top: 152px;
    left: 77px;
}

.o-15.current {
    top: 63px;
    left: 172px;
}

.o-16.current {
    top: 24px;
    left: 274px;
}

/*indoor sector*/

.i-1.current {
    top: 194px;
    right: 360px;
}

.i-2.current {
    top: 276px;
    right: 274px;
}

.i-3.current {
    top: 376px;
    right: 275px;
}

.i-4.current {
    top: 458px;
    right: 360px;
}

.i-5.current {
    top: 458px;
    left: 284px;
}

.i-6.current {
    top: 375px;
    left: 202px;
}

.i-7.current {
    top: 274px;
    left: 202px;
}

.i-8.current {
    top: 194px;
    left: 286px;
}






@media screen and (min-width:768px) and (max-width:960px) {

    .o-1.current{
        top: 14px;
        right: 248px;
    }

    .o-2.current{
        top: 37px;
        right: 170px;
    }
    .o-3.current{
        top: 90px;
        right: 97px;
    }
    .o-4.current{
        top: 172px;
        right: 60px;
    }
    .o-5.current{
        top: 260px;
        right: 60px;
    }
    .o-6.current{
        top: 340px;
        right: 97px;
    }
    .o-7.current{
        top: 390px;
        right: 170px;
    }
    .o-8.current{
        top: 420px;
        right: 248px;
    }
    .o-9.current{
        top: 420px;
        left: 198px;
    }
    .o-10.current{
        top: 390px;
        left: 120px;
    }
    .o-11.current{
        top: 340px;
        left: 47px;
    }
    .o-12.current{
        top: 260px;
        left: 10px;
    }
    .o-13.current{
        top: 172px;
        left: 10px;
    }
    .o-14.current{
        top: 90px;
        left: 47px;
    }
    .o-15.current{
        top: 37px;
        left: 120px;
    }

    .o-16.current{
        top: 14px;
        left: 198px;
    }

    /*indoor sector*/

    .i-1.current{
        top: 135px;
        right: 256px;
    }

    .i-2.current{
        top: 180px;
        right: 190px;
    }

    .i-3.current{
        top: 261px;
        right: 190px;
    }

    .i-4.current{
        top: 305px;
        right: 256px;
    }

    .i-5.current{
        top: 305px;
        left: 206px;
    }

    .i-6.current{
        top: 261px;
        left: 140px;
    }

    .i-7.current{
        top: 180px;
        left: 140px;
    }

    .i-8.current{
        top: 135px;
        left: 206px;
    }
}

/*outdoor sector*/

@media screen and (min-width:0) and (max-width:767px) {

    .o-1.current{
        top: 23px;
        right: 286px;
    }

    .o-2.current{
        top: 65px;
        right: 200px;
    }
    .o-3.current{
        top: 130px;
        right: 117px;
    }
    .o-4.current{
        top: 232px;
        right: 84px;
    }
    .o-5.current{
        top: 327px;
        right: 84px;
    }
    .o-6.current{
        top: 420px;
        right: 117px;
    }
    .o-7.current{
        top: 491px;
        right: 200px;
    }
    .o-8.current{
        top: 539px;
        right: 286px;
    }
    .o-9.current{
        top: 539px;
        left: 227px;
    }
    .o-10.current{
        top: 491px;
        left: 141px;
    }
    .o-11.current{
        top: 420px;
        left: 58px;
    }
    .o-12.current{
        top: 327px;
        left: 25px;
    }
    .o-13.current{
        top: 232px;
        left: 25px;
    }
    .o-14.current{
        top: 130px;
        left: 58px;
    }
    .o-15.current{
        top: 65px;
        left: 141px;
    }

    .o-16.current{
        top: 23px;
        left: 227px;
    }

    /*indoor sector*/

    .i-1.current{
        top: 171px;
        right: 305px;
    }

    .i-2.current{
        top: 242px;
        right: 236px;
    }

    .i-3.current{
        top: 317px;
        right: 236px;
    }

    .i-4.current{
        top: 389px;
        right: 305px;
    }

    .i-5.current{
        top: 389px;
        left: 242px;
    }

    .i-6.current{
        top: 317px;
        left: 167px;
    }

    .i-7.current{
        top: 242px;
        left: 167px;
    }

    .i-8.current{
        top: 171px;
        left: 242px;
    }
}

/*highlighting the active sectors*/




.bg-o-active{
    position: absolute;
    top: 0;
    left: 50%;
    background: url("/bundles/wyngspan/img/sector-o-blue.png") no-repeat top left;
    width: 141px;
    height: 371px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: none;
}

.bg-i-active{
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: absolute;
    top: 174px;
    left: 50%;
    background: url("/bundles/wyngspan/img/sector-i-blue.png") no-repeat top left;
    width: 140px;
    height: 198px;
    display: none;
}


.bg-o-active.current,
.bg-i-active.current{
    display: block;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .bg-o-active{
        background: url("/bundles/wyngspan/img/sector-o-blue-tablet.png") no-repeat top left;
        width: 97px;
        height: 258px;
    }

    .bg-i-active{
        top: 122px;
        background: url("/bundles/wyngspan/img/sector-i-blue-tablet.png") no-repeat top left;
        width: 97px;
        height: 138px;
    }

}

@media screen and (min-width:0) and (max-width:767px) {
    .bg-o-active{
        background: url("/bundles/wyngspan/img/sector-o-blue-mobile.png") no-repeat top left;
        width: 117px;
        height: 311px;
    }

    .bg-i-active{
        top: 143px;
        background: url("/bundles/wyngspan/img/sector-i-blue-mobile.png") no-repeat top left;
        width: 117px;
        height: 168px;
    }

}

/*.bg-o-2{
     -moz-transform:rotate(22.5deg) translate(82px, 12px) ;
     -webkit-transform: rotate(22.5deg) translate(82px, 12px);
     -o-transform:rotate(22.5deg) translate(82px, 12px);
     -ms-transform: rotate(22.5deg) translate(82px, 12px) ;
     transform:rotate(22.5deg) translate(82px, 12px) ;
}

.bg-o-3{
     -moz-transform:rotate(45deg) translate(162px, -9px) ;
    -webkit-transform: rotate(45deg) translate(162px, -9px);
    -o-transform:rotate(45deg) translate(162px, -9px);
    -ms-transform: rotate(45deg) translate(162px, -9px) ;
    transform:rotate(45deg) translate(162px, -9px) ;
}

.bg-o-4{
    -moz-transform:rotate(67.5deg) translate(228px, -58px) ;
    -webkit-transform: rotate(67.5deg) translate(228px, -58px);
    -o-transform:rotate(67.5deg) translate(228px, -58px);
    -ms-transform: rotate(67.5deg) translate(228px, -58px) ;
    transform:rotate(67.5deg) translate(228px, -58px) ;
}

.bg-o-5{
    -moz-transform:rotate(90deg) translate(270px, -129px) ;
    -webkit-transform: rotate(90deg) translate(270px, -129px);
    -o-transform:rotate(90deg) translate(270px, -129px);
    -ms-transform: rotate(90deg) translate(270px, -129px) ;
    transform:rotate(90deg) translate(270px, -129px) ;
}

.bg-o-6{
    -moz-transform:rotate(112.5deg) translate(282px, -211px) ;
    -webkit-transform: rotate(112.5deg) translate(282px, -211px);
    -o-transform:rotate(112.5deg) translate(282px, -211px);
    -ms-transform: rotate(112.5deg) translate(282px, -211px) ;
    transform:rotate(112.5deg) translate(282px, -211px) ;
}

.bg-o-7{
    -moz-transform:rotate(135deg) translate(262px, -291px) ;
    -webkit-transform: rotate(135deg) translate(262px, -291px);
    -o-transform:rotate(135deg) translate(262px, -291px);
    -ms-transform: rotate(135deg) translate(262px, -291px) ;
    transform:rotate(135deg) translate(262px, -291px) ;
}

.bg-o-8{
    -moz-transform:rotate(157.5deg) translate(213px, -358px) ;
    -webkit-transform: rotate(157.5deg) translate(213px, -358px);
    -o-transform:rotate(157.5deg) translate(213px, -358px);
    -ms-transform: rotate(157.5deg) translate(213px, -358px) ;
    transform:rotate(157.5deg) translate(213px, -358px) ;
}

.bg-o-9{
    -moz-transform:rotate(180deg) translate(142px, -401px) ;
    -webkit-transform: rotate(180deg) translate(142px, -401px);
    -o-transform:rotate(180deg) translate(142px, -401px);
    -ms-transform: rotate(180deg) translate(142px, -401px) ;
    transform:rotate(180deg) translate(142px, -401px) ;
}

.bg-o-10{
    -moz-transform:rotate(202.5deg) translate(60px, -412px) ;
    -webkit-transform: rotate(202.5deg) translate(60px, -412px);
    -o-transform:rotate(202.5deg) translate(60px, -412px);
    -ms-transform: rotate(202.5deg) translate(60px, -412px) ;
    transform:rotate(202.5deg) translate(60px, -412px) ;
}

.bg-o-11{
    -moz-transform:rotate(225deg) translate(-20px, -391px) ;
    -webkit-transform: rotate(225deg) translate(-20px, -391px) ;
    -o-transform:rotate(225deg) translate(-20px, -391px) ;
    -ms-transform: rotate(225deg) translate(-20px, -391px) ;
    transform:rotate(225deg) translate(-20px, -391px) ;
}

.bg-o-12{
    -moz-transform:rotate(247.5deg) translate(-86px, -342px) ;
    -webkit-transform: rotate(247.5deg) translate(-86px, -342px) ;
    -o-transform:rotate(247.5deg) translate(-86px, -342px) ;
    -ms-transform: rotate(247.5deg) translate(-86px, -342px) ;
    transform:rotate(247.5deg) translate(-86px, -342px) ;
}

.bg-o-13{
    -moz-transform:rotate(270deg) translate(-128px, -271px) ;
    -webkit-transform: rotate(270deg) translate(-128px, -271px) ;
    -o-transform:rotate(270deg) translate(-128px, -271px) ;
    -ms-transform: rotate(270deg) translate(-128px, -271px);
    transform:rotate(270deg) translate(-128px, -271px) ;
}

.bg-o-14{
    -moz-transform:rotate(292.5deg) translate(-140px, -189px) ;
    -webkit-transform: rotate(292.5deg) translate(-140px, -189px) ;
    -o-transform:rotate(292.5deg) translate(-140px, -189px) ;
    -ms-transform: rotate(292.5deg) translate(-140px, -189px) ;
    transform:rotate(292.5deg) translate(-140px, -189px) ;
}

.bg-o-15{
    -moz-transform:rotate(315deg) translate(-120px, -109px) ;
    -webkit-transform: rotate(315deg) translate(-120px, -109px);
    -o-transform:rotate(315deg) translate(-120px, -109px);
    -ms-transform: rotate(315deg) translate(-120px, -109px) ;
    transform:rotate(315deg) translate(-120px, -109px) ;
}

.bg-o-16{
    -moz-transform:rotate(337.5deg) translate(-71px, -43px) ;
    -webkit-transform: rotate(337.5deg) translate(-71px, -43px) ;
    -o-transform:rotate(337.5deg) translate(-71px, -43px) ;
    -ms-transform: rotate(337.5deg) translate(-71px, -43px) ;
    transform:rotate(337.5deg) translate(-71px, -43px) ;
}*/





.bg-o-2{
    -moz-transform:rotate(22.5deg)  ;
    -webkit-transform: rotate(22.5deg) ;
    -o-transform:rotate(22.5deg) ;
    -ms-transform: rotate(22.5deg);
    transform:rotate(22.5deg) ;


}

.bg-o-3{
    -moz-transform:rotate(45deg)  ;
    -webkit-transform: rotate(45deg) ;
    -o-transform:rotate(45deg) ;
    -ms-transform: rotate(45deg)  ;
    transform:rotate(45deg)  ;

}

.bg-o-4{
    -moz-transform:rotate(67.5deg)  ;
    -webkit-transform: rotate(67.5deg) ;
    -o-transform:rotate(67.5deg) ;
    -ms-transform: rotate(67.5deg)  ;
    transform:rotate(67.5deg) ;
}

.bg-o-5{
    -moz-transform:rotate(90deg)  ;
    -webkit-transform: rotate(90deg) ;
    -o-transform:rotate(90deg) ;
    -ms-transform: rotate(90deg) ;
    transform:rotate(90deg) ;
}

.bg-o-6{
    -moz-transform:rotate(112.5deg)  ;
    -webkit-transform: rotate(112.5deg) ;
    -o-transform:rotate(112.5deg) ;
    -ms-transform: rotate(112.5deg)  ;
    transform:rotate(112.5deg)  ;
}

.bg-o-7{
    -moz-transform:rotate(135deg)  ;
    -webkit-transform: rotate(135deg) ;
    -o-transform:rotate(135deg) ;
    -ms-transform: rotate(135deg)  ;
    transform:rotate(135deg) ;
}

.bg-o-8{
    -moz-transform:rotate(157.5deg)  ;
    -webkit-transform: rotate(157.5deg) ;
    -o-transform:rotate(157.5deg) ;
    -ms-transform: rotate(157.5deg)  ;
    transform:rotate(157.5deg)  ;
}

.bg-o-9{
    -moz-transform:rotate(180deg)  ;
    -webkit-transform: rotate(180deg) ;
    -o-transform:rotate(180deg) ;
    -ms-transform: rotate(180deg)  ;
    transform:rotate(180deg)  ;
}

.bg-o-10{
    -moz-transform:rotate(202.5deg)  ;
    -webkit-transform: rotate(202.5deg) ;
    -o-transform:rotate(202.5deg) ;
    -ms-transform: rotate(202.5deg)  ;
    transform:rotate(202.5deg)  ;
}

.bg-o-11{
    -moz-transform:rotate(225deg)  ;
    -webkit-transform: rotate(225deg)  ;
    -o-transform:rotate(225deg)  ;
    -ms-transform: rotate(225deg)  ;
    transform:rotate(225deg)  ;
}

.bg-o-12{
    -moz-transform:rotate(247.5deg);
    -webkit-transform: rotate(247.5deg) ;
    -o-transform:rotate(247.5deg)  ;
    -ms-transform: rotate(247.5deg) ;
    transform:rotate(247.5deg) ;
}

.bg-o-13{
    -moz-transform:rotate(270deg)  ;
    -webkit-transform: rotate(270deg);
    -o-transform:rotate(270deg)  ;
    -ms-transform: rotate(270deg) ;
    transform:rotate(270deg) ;
}

.bg-o-14{
    -moz-transform:rotate(292.5deg)  ;
    -webkit-transform: rotate(292.5deg)  ;
    -o-transform:rotate(292.5deg)  ;
    -ms-transform: rotate(292.5deg) ;
    transform:rotate(292.5deg) ;
}

.bg-o-15{
    -moz-transform:rotate(315deg)  ;
    -webkit-transform: rotate(315deg) ;
    -o-transform:rotate(315deg) ;
    -ms-transform: rotate(315deg) ;
    transform:rotate(315deg) ;
}

.bg-o-16{
    -moz-transform:rotate(337.5deg) ;
    -webkit-transform: rotate(337.5deg)  ;
    -o-transform:rotate(337.5deg)  ;
    -ms-transform: rotate(337.5deg)  ;
    transform:rotate(337.5deg)  ;
}




.bg-i-2{
    -moz-transform:rotate(45deg)  ;
    -webkit-transform: rotate(45deg) ;
    -o-transform:rotate(45deg) ;
    -ms-transform: rotate(45deg);
    transform:rotate(45deg);
}

.bg-i-3{
    -moz-transform:rotate(90deg)  ;
    -webkit-transform: rotate(90deg) ;
    -o-transform:rotate(90deg) ;
    -ms-transform: rotate(90deg);
    transform:rotate(90deg);
}

.bg-i-4{
    -moz-transform:rotate(135deg)  ;
    -webkit-transform: rotate(135deg) ;
    -o-transform:rotate(135deg) ;
    -ms-transform: rotate(135deg);
    transform:rotate(135deg);
}

.bg-i-5{
    -moz-transform:rotate(180deg)  ;
    -webkit-transform: rotate(180deg) ;
    -o-transform:rotate(180deg) ;
    -ms-transform: rotate(180deg);
    transform:rotate(180deg);
}

.bg-i-6{
    -moz-transform:rotate(225deg)  ;
    -webkit-transform: rotate(225deg) ;
    -o-transform:rotate(225deg) ;
    -ms-transform: rotate(225deg);
    transform:rotate(225deg);
}

.bg-i-7{
    -moz-transform:rotate(270deg)  ;
    -webkit-transform: rotate(270deg) ;
    -o-transform:rotate(270deg) ;
    -ms-transform: rotate(270deg);
    transform:rotate(270deg);
}

.bg-i-8{
    -moz-transform:rotate(315deg)  ;
    -webkit-transform: rotate(315deg) ;
    -o-transform:rotate(315deg) ;
    -ms-transform: rotate(315deg);
    transform:rotate(315deg);
}



.connections .public-profile.normal{
    padding: 29px 0 32px 0;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.connections .public-profile.normal:first-child{
    border-top: none;
    border-bottom: none;
}

.connections .public-profile.normal .profile-img {
    width: 18%;
}

.connections .public-profile.normal .profile-inf {
    width: 24.6%;
    padding-right: 1.6%;
}
.search-results .connections .public-profile .score {
     width: 36.3%;
    padding: 0;
}

.connections .public-profile.normal .profile-inf h2 {
   font-size: 18px;
    line-height: 22px;
}

.connections .public-profile.normal .profile-inf h2 a{
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
}

.connections .public-profile.normal .actions {
    margin-top: 10px;
}

.connections .message-info{
    padding-top: 12px;
}

.connections .public-profile.normal .profile-inf .message-info p{
    padding-bottom: 3px;
    font-family: "Conv_SourceSansPro-Italic";
    color: #000000;
    font-size: 14px;
    line-height: 16px;
}

.connections .message-info>.left:first-child{
    width: 31%;
}

.connections .public-profile.normal .profile-inf .message-info span{
    font-family: "Conv_SourceSansPro-BlackItalic";
    color: #999999;
    text-transform: uppercase;
}

.connections .public-profile.normal .profile-inf .message-info b{
    font-family: "Conv_SourceSansPro-Bold";
    }

.connections .public-profile .score .btn{
    margin-right: 10px;
    margin-bottom: 10px;
}

.connections .public-profile .score .trust-points{
    padding-top: 0;
}


.connections .public-profile  .score {
      margin-top: 0;

}



@media screen and (min-width:768px) and (max-width:960px) {

    .connections .public-profile.normal .profile-img {
        width: 21.6%;
    }

    .connections .public-profile.normal .img-wrapper {
        background: url("/bundles/wyngspan/img/img-wrapper-connections.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 81px;
        padding: 6px 16px 6px 6px;
        width: 81px;
    }

    .connections .public-profile.normal .profile-inf {
        padding-right: 0;
        width: 55.2%;
    }

    .connections .score.desktop {
       display: none;
    }

    .search-results .connections .public-profile .trust-factor {
        margin: 20px 0 0 0;
    }

    .connections .trust-factor.small span {
        background: url("/bundles/wyngspan/img/trust-factor-connection-tablet.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        font-size: 30px;
        height: 84px;
        line-height: 70px;
        width: 75px;
    }
    .connections .message-info > .left:first-child {
        width: 36.8%;
    }
    .connections .message-info {
        width: 45%;
        float: left;

    }

    .connections .public-profile.normal .actions.desktop {
        display: none;
    }
    .connections .public-profile.normal .actions {
        width: 144px;
        float: left;
        margin-top: 5px;
    }



    .search-results .connections .public-profile .profile-inf .score{
        width: 55%;
    }

    .search-results .connections .public-profile .score {
        width: 100%;
        text-align:center;
    }
    .connections .public-profile .score .trust-points {
        padding: 10px 0 0 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .connections .public-profile.normal .profile-inf h2{
        font-size: 31px;
        line-height: 36px;
    }
    .connections .public-profile.normal .profile-inf h2 a{
        font-size: 31px;
        line-height: 36px;
        text-decoration: none;
        color: #000000;

    }

    .connections .public-profile.normal .profile-inf {
        padding-right: 150px;
        width: 100%;
        padding-left: 24px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-bottom: 32px;
        border-bottom: 1px solid #dadada;
    }

    .connections .message-info:before,
    .connections .message-info:after{
        content: " ";
        display: table;
    }

    .connections .message-info:after{
        clear: both;
    }

    .connections .public-profile.normal .profile-inf .message-info p {
         font-size: 24px;
        line-height: 30px;
        padding-bottom: 0;
    }

    .connections .public-profile.normal .actions {
        margin-top: 18px;
    }

    .search-results .connections .public-profile .score {
        padding: 45px 24px 0 24px;
        width: 50%;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-right: 1px solid #dadada;
        border-bottom: none;
    }

    .search-results .connections .public-profile .score .trust-points {
        padding: 14px 0 14px 0;
    }
    .search-results .connections .score .btn:first-child {
        margin-bottom: 10px;
    }

    .search-results .connections .public-profile .trust-factor {
       /* margin: 112px 0 0 47px;*/
         margin: 14px 0 0 47px;
    }

    .search-results .connections .public-profile.normal {
       padding-bottom: 0;
    }

    .search-results .connections .badges-wrapper {
        border-right: medium none;
        border-top: 1px solid #E5E5E5;
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 35px;
        padding-right: 35px;
        width: 100%;

    }

    .search-results .connections .trust-points .right {
        width: 80%;
    }
    .search-results .connections .trust-points .left {
        width: 20%;
    }



 }

.connections-search{
    background: #e6e6e6;
    border:  1px solid #cccccc;
}

.connections-search form>div{
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 17px;
    padding-left: 20px;
}

.connections-search form select{
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
}

.connections-search .filter{
    width: 39.2%;
    border-right: 1px solid #c4c4c4;
}

.connections-search .sort{
    width: 24.5%;
    border-right: 1px solid #c4c4c4;
}

.connections-search .search{
    width: 36.3%;
    padding-right: 21px;
    position: relative;
}

.connections-search label{
    color: #4c4c4c;
    font-size: 13px;
    font-family: "Conv_SourceSansPro-Bold";
    padding-right: 11px;
}

.connections-search .magnifier{
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 18px;
    right: 29px;
    width: 26px;
    height: 26px;
    background: url("/bundles/wyngspan/img/magnifier-connection.png") no-repeat right center;
    display: block;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .connections-search .filter {
         width:58.8%;
        padding-right: 21px;
    }
    .connections-search .sort {
        border-right: none;
        width: 41.2%;
        padding-right: 17px;
    }

    .connections-search .search {
        padding-right: 16px;
        width: 100%;
        padding-left: 16px;
        border-top: 1px solid #c4c4c4;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .connections-search .filter {
        width:100%;
        padding-right: 15px;
        border-right: none;
        padding-left: 24px;
    }

    .connections-search .filter.with-sort{
        width: 63%;
    }
    .connections-search .sort {
        border-right: none;
        width: 37%;
        padding-right: 24px;
    }

    .connections-search .search {
        padding-right: 24px;
        width: 100%;
        padding-left: 24px;
        border-top: 1px solid #c4c4c4;
    }

    .connections-search form > div {
        height: 85px;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 23px;
    }


    .connections-search span {
        color: #000000;
        font-family: "Conv_SourceSansPro-Regular";
        font-size: 27px;
        padding-right: 5px;
        line-height: 36px;
    }
    .connections-search input[type="text"]{
        border: 1px solid #cccccc;
        border-radius:0;
        font-size: 26px;
        height: 36px;
        line-height: 36px;
        padding-left: 4%;
        width: 96%;
    }

    .connections-search form .magnifier {
        background: url("/bundles/wyngspan/img/magnifier-connection-640.png") no-repeat scroll right center rgba(0, 0, 0, 0);
        height: 36px;
        position: absolute;
        right: 35px;
        top: 25px;
        width: 40px;
    }

    .connections-search label{
        font-size: 31px;
        line-height: 36px;
        vertical-align: top;
    }
    .connections-search form select{
        height: 47px;
        line-height: 47px;
        vertical-align: middle;
    }
}

#select-recipients-popup ul li{
    float: left;
    width: 24%;
    padding: 0 0.5%;
    height: 100px; /*тут надо подставить нужную высоту*/
}

.error p{
    padding-top: 3px;
    color: #ff0202;
    font-size: 12px;
    font-family: "Conv_SourceSansPro-Regular";
    line-height: 14px;
}


.l-footer-menu{
    width: 82%;
    float: left;
}

.l-footer-menu.four-column{
    width: 100%;
}

.l-footer-menu>ul>li{
    float: left;
    width: 25%;
    text-align: left;
}


.footer-menu-level-2 a{
    font-family: "Conv_SourceSansPro-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 17px;
    padding-top: 5px;
    text-decoration:  none;
    display: inline-block;
}


.footer-menu-level-2 li:first-child a{
    font-family: "Conv_SourceSansPro-Bold";
    text-transform: uppercase;
    color: #175885;
    padding-top: 0;
}

.l-footer-auth{
    float: left;
}
.l-footer-auth div:first-child .btn{
    margin-bottom: 9px;
}

.footer-menu-level-2 a{
    font-family: "Conv_SourceSansPro-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 17px;
    padding-top: 5px;
    text-decoration:  none;
    display: inline-block;
}


.footer-menu-level-2 li:first-child a{
    font-family: "Conv_SourceSansPro-Bold";
    text-transform: uppercase;
    color: #175885;
    padding-top: 0;
}


@media screen and (min-width:768px) and (max-width:960px) {
    .l-footer-menu{
       width: 76%;
    }

    .footer-menu-level-2 a{
        font-size: 16px;
     }

    .l-footer-auth{
        float: right;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    #footer{
        padding-bottom: 0;
    }

    .l-footer-menu{
        width: 100%;
        float: none;
    }

    .footer-menu-level-2 a{
        font-size: 29px;
        line-height: 35px;
        padding-top: 11px;
    }

    .l-footer-auth{
        float: none;
        border-top: 1px solid #ededed;
        padding-top: 32px;
        text-align: center;
    }

    .l-footer-auth>div{
       display: inline-block;
    }

    .l-footer-auth>div:first-child{
        padding-right: 22px;
    }

    .l-footer-menu>ul>li{
        float: left;
        width: 50%;

        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #column-1,
    #column-3{
       /* padding-left: 22px;*/
        border-right: 1px solid #ededed;
        padding: 32px 0 26px 22px;
    }

    #column-2,
    #column-4{
        /*padding-right: 22px;*/
   /*     padding-left: 32px;*/
        padding: 32px 22px 26px 32px;
      }

    .l-footer-auth .btn:first-child{
        padding: 0 42px;
    }


 }


/*form in .block*/

 label{
    font-size: 14px;
    color: #000;
    line-height: 22px;
    vertical-align: middle;
}

.block form li{
    padding-top: 8px;
    vertical-align: bottom;
}

.block .filter-wrapper li{
    padding-top: 8px;
    vertical-align: bottom;
}

.block form li:first-child{
    padding-top: 0;
}
.block .filter-wrapper li:first-child{
    padding-top: 0;
}

.block  p.title{
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Bold";
    text-transform: uppercase;
    line-height: 16px;
    padding-bottom: 13px;
    padding-top: 7px;
}

.block form{
    padding-bottom: 10px;
}

.block input[type=checkbox]{
    margin-right: 7px;
}

.block .filter-wrapper li.btn-wrapper{
    padding-top: 20px;
    text-align: left;
}

.block-wrapper:first-child .block form li{
    padding-top: 15px;
}

.block-wrapper:first-child .block form li:first-child{
    padding-top: 0;
}

form .btn-wrapper{
    text-align: left;
}


textarea{
    width: 100%;
    text-align: left;
    padding-left: 9px;
    font-size: 13px;
    font-family: "Conv_SourceSansPro-Italic";
    color: #666666;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 8px;
    -webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    -1px -1px 3px rgba(0, 0, 0, 0.15);
    box-shadow:         -1px -1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    resize: none;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .ajax-editable-form .fleft{
        max-width: 530px;
    }
}


@media screen and (min-width:0) and (max-width:767px) {
  textarea{
    font-size: 26px;
    }

    label{
        font-size: 31px;
        line-height: 36px;
        font-family: "Conv_SourceSansPro-Regular";
    }

     input[type=checkbox],
     input[type=radio]{
        width: 33px;
        height: 33px;
    }
}

.input-wrapper label{
    font-family: "Conv_SourceSansPro-Bold";
    padding-bottom: 6px;
    display: inline-block;
}

input[type=file]{
    width: 200px;
}

form span.note{
    padding-left: 5px;
}

form .right.short{
    padding-left: 20px;
}

.organization-create .btn-wrapper{
    margin-bottom: 10px;
}

.organization-create .btn-wrapper .btn{
    margin-right:  10px;
}

/*for search-company*/

label.is-inline-block{
    display: inline-block !important;
}

.content-form-background input[type="text"] {
    border: 1px solid #E6E6E6 !important;
}

.one-line{
    padding-right: 20px;
    padding-bottom: 30px;
}

.one-line .btn{
    vertical-align: middle;
    margin-top: 33px;
}

.account-settings .border-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

@media screen and (min-width:0) and (max-width:767px) {
    .content-form-background {
        padding: 0 24px;
    }

    .account-settings{
        padding: 20px 24px 20px 24px;
    }

    .account-settings .border-bottom {
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
    }

    .account-settings .account-settings-socials{
        padding-top: 20px;
    }

    .organization-create.create-company-step2 input[type="text"]{
        padding-left: 7.1%;
    }

    p.note {
        max-width: 400px;
    }

    /*.ajax-editable-form .fleft{
        max-width: 400px;
    }*/

    .account-settings .ajax-editable-form .fleft{
        width: 70%;
        max-width: 70%;
    }

    .account-settings .ajax-editable-form .fleft input[type="text"],
    .account-settings .ajax-editable-form .fleft input[type="password"]
    {
        width: 100% !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .account-settings .ajax-editable-form .fleft select{
        width: 100% !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .w130-mobile{
        width: 130px;
    }
    form div p.note,
    form div span.note{
        font-size: 16px !important;
        line-height: 20px !important;
    }

 }

.ajax-editable-form input{
    border: 1px solid #E6E6E6 !important;
}

.actions input[type="checkbox"]{
    vertical-align: top !important;
}

/*
form tooltip*/

span.with-tooltip.password-strength {
    background: none repeat scroll 0 0 #BCDBF1;
    border-radius: 3px;
    display: inline-block;
    font-family: "Conv_SourceSansPro-Semibold";
    font-size: 14px;
    height: 16px;
    padding: 5px 25px 5px 5px;
    position: relative;
}

#password-strength-result {
    position: relative;
    text-align: center;
    width: 80px;
}

a.with-tooltip.password-strength {
    background: url("/bundles/wyngspan/img/help.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin: 5px 0 0 3px !important;
    position: absolute;
    right: 1px;
    top: -3px;
    width: 20px;
}

.ui-tooltip {
    box-shadow: 0 0 5px #AAAAAA;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}
body .ui-tooltip {
    border-width: 2px;
}


.user-textarea input{
    border: none !important;
}




.gallery .flexslider .slides li {
    margin-right: 8px;
    text-align: center;
}

.gallery .flexslider .slides .img-wrapper-gallery {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);

}

.gallery .flexslider .slides img {
    border: 5px solid #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.gallery .flexslider .slides p {
    font-family: "Conv_SourceSansPro-Bold";
    line-height: 18px;
    padding-top: 2px;
    max-width: 116px;
}
.gallery .flex-direction-nav a{
    width: 23px;
    height: 100%;
    background: url("/bundles/wyngspan/img/gallery-nav.png") no-repeat -8px center #e6e7e7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    margin: 0;
    opacity: 1;
    text-shadow: none;
    top: 0;
    transition: none;
    z-index: 10;
    color: transparent;
}

.gallery .flex-direction-nav .flex-prev {
    left: 1px;
    text-indent: -99999px;
}

.gallery .flex-direction-nav .flex-next{
    right: 1px;
    text-indent: -99999px;
    background-position: -41px center;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .gallery .flexslider .slides li {
        margin-right: 6px;

    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .gallery .flexslider .slides li {
        margin-right: 13px;

    }

    .gallery{
        margin: 0 5px;
    }

    .gallery .flex-direction-nav a{
        width: 35px;
        height: 100%;
       -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);

     }

    .gallery .flex-direction-nav .flex-next{
       background-position: right center;
    }

    .gallery .flex-direction-nav .flex-prev{
        background-position: left center;
    }

    .flexslider {
        padding: 0 52px !important;
    }
}


.how-it-works-controls>a{
    font-size: 24px;
    font-family: "Conv_SourceSansPro-Bold";
}

.how-it-works-controls>a:first-child{
    margin-right: 25px;
}
.how-it-works-controls>div{
    margin: 25px 0 35px 0;
}
.how-it-works-controls .btn{
    width: 112px;
    float: right;
}

.how-it-works-controls p{
    max-width: 800px;
    font-size: 29px;
    font-family: "Conv_SourceSansPro-Bold";
    float: left;
    margin-top: -5px;
}

.how-it-works-controls p span{
    font-size: 16px;
    display: block;
}

.how-it-works-list>li{
    position: relative;
    margin-top: 40px;
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 10px;
}



.how-it-works-list>li:first-child{
    margin-top: 0;
}

.how-it-works-list .left p{
    font-size: 14px;
    padding-top: 20px;
    line-height: 22px;
}

.how-it-works-list .right img{
    text-align: left;
    vertical-align: top;
    display: block;
    margin: 0 auto;
}

.how-it-works-list .marker{
    position: absolute;
    top: 0;
    left: 0;
    background: url("/bundles/wyngspan/img/how-it-works/how-it-works-marker.png") no-repeat top left;
    width: 36px;
    height: 37px;
    color: #ffffff;
    padding-top: 4px;
    text-align: center;
    font-size: 19px;
    font-family: "Conv_SourceSansPro-Bold";
}

.how-it-works-list{
    padding-top: 110px;
}

.how-it-works-list.first{
    padding-top: 0;
}

.l-how-it-works .btn-wrapper{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.l-how-it-works .btn-wrapper p:first-child{
    padding-bottom: 20px;
}

.how-it-works-list.second .right img{
    margin-top: -25px;
}

.how-it-works-list li.top .right img{
    margin-top: -25px;
}

@media screen and (min-width:0) and (max-width:980px) {
    .how-it-works-list.second .right img{
        margin-top: 0;
    }

    .how-it-works-list li.top .right img{
        margin-top: 0;
    }
    .how-it-works-list .left p{
        width: 661px;
    }

    .how-it-works-controls p{
        max-width: 550px;
    }
    .how-it-works-list li .right img{
       max-width: 100%;
    }


}

@media screen and (min-width:0) and (max-width:767px) {
    .l-how-it-works{
        padding: 0 20px;
        margin-top: 20px;
    }


    .how-it-works-list .left p{
        width: 553px;
    }

    .how-it-works-controls p{
        max-width: 340px;
    }
    .how-it-works-controls .btn {
        width: 200px;
    }





}

.icon{
    background: url("/bundles/wyngspan/img/icons.png") no-repeat;
    display: inline-block;
}

.icon.star{
    width: 14px;
    height: 13px;
    background-position: left -15px;
}

.icon.lock{
    width: 9px;
    height: 13px;
    background-position: left top;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .icon.star{
        width: 16px;
        height: 15px;
        background-position: left -50px;
    }

    .icon.lock{
        width: 13px;
        height: 19px;
        background-position: left -29px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .icon.star{
        width: 19px;
        height: 20px;
        background-position: left -127px;
    }

    .icon.lock{
        width: 15px;
        height: 21px;
        background-position: left -103px;
    }
}

.icon.list{
    width: 14px;
    height: 14px;
    vertical-align: top;
}

.icon.list.open{
    background-position: left -68px;
}

.icon.list.close{
    background-position: left -85px;
}

.icon.arrow-bottom{
    width: 12px;
    height: 9px;
    margin-right: 5px;
    margin-left: 5px;
    background-position: left -238px;
}


@media screen and (min-width:0) and (max-width:767px){
    .icon.list{
        width: 29px;
        height: 29px;
        margin-right: 3px;
      }

    .icon.list.open{
        background-position: left -151px;
    }

    .icon.list.close{
        background-position: left -183px;
    }
    .icon.arrow-bottom{
        width: 20px;
        height: 15px;
        margin-right: 5px;
        margin-left: 5px;
        vertical-align: middle;
        background-position: left -222px;
    }
}


.info-for-user p{
    font-size: 16px;
    font-family: "Conv_SourceSansPro-Italic";
    line-height: 20px;
    padding-top: 18px;
}

.info-for-user p:first-child{
   padding-top: 0;
}

.info-for-user{
    padding: 76px 0 89px 0;
    text-align:  center;
}

.info-for-user a{
    font-family: "Conv_SourceSansPro-Bold";
    text-transform:  uppercase;
    text-decoration:  none;
}

.trust-circle .info-for-user{
    margin: 24px 0 26px 0;
    padding: 25px 0 0 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.trust-circle .info-for-user p{
    font-family: "Conv_SourceSansPro-Regular";
    padding-top: 3px;
}

.trust-circle .info-for-user p:first-child{
    font-family: "Conv_SourceSansPro-Bold";
    padding-top: 0;
    font-size: 20px;
    line-height: 24px;
}

.trust-circle .info-for-user p span{
    font-family: "Conv_SourceSansPro-BoldItalic";
}

.trust-circle .info-for-user p:first-child span{
    font-family: "Conv_SourceSansPro-Bold";
    color: #175885;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .trust-circle .info-for-user{
       margin: 13px auto 38px auto;
       padding: 38px 0 0 0;
    }

    .trust-circle .info-for-user p{
       max-width: 390px;
        margin:  0 auto;
    }

}

@media screen and (min-width:0) and (max-width:767px) {
    .trust-circle .info-for-user{
        margin: 51px 32px 32px 32px;
        padding: 0;
       border-top: none;
    }

    .trust-circle .info-for-user p{
        padding-top: 8px;
        font-size: 36px;
        line-height: 44px;
    }

    .trust-circle .info-for-user p:first-child{
        padding-top: 0;
        font-size: 40px;
        line-height: 48px;
    }

    .info-for-user{
        padding: 36px 0 60px 0;
        text-align:  center;
    }




}

.invite-step{
	margin: 20px 0 15px 0;
}

.invite-step>div{
	float: left;
	width: 50%;
	background: #ffd152;
	position: relative;
}

.invite-step .step1{
	background: url("/bundles/wyngspan/img/step1.png") no-repeat right top;
	z-index: 100;
}

.invite-step.step-second .step1{
	background: url("/bundles/wyngspan/img/step1-second.png") no-repeat right top;

}


.invite-step .step2{
	margin-left: -18px;
	padding-left: 18px;
}

.invite-step.step-second .step2{
	background: #edae00;
}

.invite-step p{
	display: table-cell;
	height: 64px;
	vertical-align: middle;
}

.invite-step .step1 p {
    background: #E7AF0D;
}
.invite-step.step-second .step1 p {
	background: #FBD253;
}

.invite-step span{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	padding: 0 20px;
	vertical-align: middle;
	display: block;
	font-family: "Conv_SourceSansPro-Bold";
}

.invite-step span.step-title{
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 3px;
}

.invite-users-title{
	font-family: "Conv_SourceSansPro-Semibold";
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
}

.invite-users-item{
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;

}

.invite-users-item li>a{
	display: block;
}

.invite-block{
	background: #e6e6e6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
	padding: 10px;
	overflow: hidden;
	width: 208px;
	height: 73px;
}

.selected .invite-block{
	background: #175885;

}

.invite-block .left{
	background: url("/bundles/wyngspan/img/img-wrapper-short.png");
	width: 84px;
	height: 73px;
}

.invite-block .left img{
	display: block;
	width: 62px;
	height: 62px;
	margin: 5px 0 0 5px;
}


.invite-block .right{
	width: 118px;
}

.invite-block .right p{
	vertical-align: middle;
	display: table-cell;
	height: 73px;
	font-size: 14px;
	color: #000000;
	font-family: "Conv_SourceSansPro-Bold";
}

.selected .invite-block .right p{
	color: #ffffff;

}

.invite-users-item li{
	float: left;
	padding-top: 20px;
	padding-right: 30px;
}

.invite-users-item li.padding-no{
	padding-right: 0;
}

/*classes in order to remove the indentation*/

.invite-users-item li.every-other{
	padding-right: 30px;
}

.invite-users-item li.every-third{
	padding-right: 0;
}


@media screen and (min-width:768px) and (max-width:960px) {
	.invite-users-item li.every-other{
		padding-right: 0;
	}

	.invite-users-item li.every-third{
		padding-right: 30px;
	}

}


@media screen and (min-width:0) and (max-width:767px) {
	.invite-users-item li.every-other{
		padding-right: 0;
	}

	.invite-users-item li.every-third{
		padding-right: 30px;
	}
	.invite-block{
		width: 275px;
	}
	.invite-block .right {
		width: 180px;
	}
	.invite-block .right p {
		font-size: 16px;
	}
}


.invite-users .btn-wrapper{
	margin-top: 40px;
}

.invite-users .btn {
	margin-right: 10px;
}

.block.corners-4{
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
	border:  none !important;
}

.block span.gold{
	font-family: "Conv_SourceSansPro-Bold";
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	vertical-align: top;
	color: #edae00;
	display: block;
}

.invite input[type=text],
.invite input[type=password]
{
	width: 98.7%;
	padding-left: 1.3%;
}

.block .ui-widget-header{
	background-color: #edae00 !important;
}
#progressbar{
	margin-top: 10px;
}



@media screen and (min-width:0) and (max-width:767px) {
	.invite{
		margin-left: 10px;
		margin-right: 10px;
	}

	.block.corners-4{
		border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
		border:  none !important;
	}

	.block span.gold{
		font-size: 27px;
		line-height: 51px;
		display: inline-block;
	}
}
.l-header-b{
    background: url("/bundles/wyngspan/img/header-home-repeat.jpg") repeat-x left top;
    border-bottom: 1px solid #f1f5f8;
    margin-bottom: 32px;
}

.l-header-b.home-page{
   border-bottom: none;
}

.l-header-b>div{
    background: url("/bundles/wyngspan/img/header.jpg") no-repeat center top;
    padding: 32px 0 34px 0;
}

.l-header-b.home-page>div{
    background: url("/bundles/wyngspan/img/header-home.jpg") no-repeat center top;
    padding: 30px 0 40px 0;
}

.title-description{
    font-family: "Conv_SourceSansPro-Italic";
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    max-width: 636px;
    margin: 0 auto;
    line-height: 22px;
    padding-top: 5px;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .title-description{
        font-size: 20px;
        line-height: 28px;
        padding-top: 18px;
    }

    .l-header-b>div{
        padding: 33px 70px 33px 70px;
    }
    .l-header-b.home-page > div {
        padding-bottom: 0;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .title-description{
        font-size: 36px;
        line-height: 43px;
        padding-top: 20px;

    }

    .l-header-b>div{
        padding: 44px 30px 46px 30px;
    }

    .home-page .title-description{
        margin-bottom: 0;
    }

    .l-header-b{
        margin-bottom: 0;
    }

    .l-header-b{
       border-bottom: none;
       }

}

@media screen and (min-width:0) and (max-width:640px) {
    .l-header-b.home-page>div{
        background: url("/bundles/wyngspan/img/heade-home-640.jpg") no-repeat center top;
        padding-bottom: 0;

    }
    .l-header-b{
        background: url("/bundles/wyngspan/img/header-640.jpg") no-repeat top center #2b688a;
        border-bottom: none;

    }

    .l-header-b>div{
       background: none;
    }
}


.home-page h1{
    color: #ffbb00;
    font-size: 61px;
    font-family: "Conv_SourceSansPro-SemiboldItalic";
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    line-height: 68px;
    padding-top: 12px;
    padding-bottom: 22px;
}


.home-page h1 span{
    font-size: 24px;
    font-family: "Conv_SourceSansPro-Bold";
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    display: block;
}

.home-page .see-how{
    margin: 33px auto 13px auto;
    width: 162px;
    border-top: 2px groove #276481;
    padding-top: 27px;
    color: #ffffff;
 }

.home-page .see-how-arrow{
    position: absolute;
    background: url("/bundles/wyngspan/img/arrow-home.png") no-repeat left top;
    width: 31px;
    height: 23px;
    top: 32px;
    left: -37px;
}


.home-page .benefits{
    padding-top: 16px;
    padding-left: 21px;
}

.home-page .block .left .benefits{
    padding-right: 29px;
    margin-left: 0;
}

.home-page .block .right .benefits{
    padding-right: 0;
}

.home-page .block .right{
    padding-left: 29px;
}

.home-page .benefits li{
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 19px;

}

.l-home-page .block.content .left{
    width: 195px;
    margin-right: 0;
}

.l-home-page .block.content .right{
    width: 190px;
}

.home-page .btn-wrapper{
    text-align: center;
    margin-top: 13px;

}

.home-page .vertical-line{
    position: absolute;
    width: 1px;
    left: 228px;
    top: 17px;
    background: rgba(43, 91, 115, 0.3);
    height: 281px;
}


@media screen and (min-width:768px) and (max-width:960px) {
    .home-page h1{
        font-size: 45px;
        line-height: 52px;
        padding-top: 21px;
       }

    .home-page .title-description{
        font-size: 18px;
        line-height: 22px;
    }

    .l-home-page > .left {
        margin-right: 0;
       float: none;
       width: 100%;

    }

    .l-home-page > .left:before,
    .l-home-page > .left:after {
        content: " ";
        display: table;
    }

    .l-home-page > .left:after {
        clear: both;
    }

    .l-home-page > .left{
        *zoom: 1;
    }


    .home-page .video{
        float: right;
        margin-right: 28px;
    }

    .home-page .title-wrapper{
        float: left;
        width: 277px;
        padding: 0 20px;
    }

    .home-page .see-how {
        margin: 32px auto 50px;
     }

    .home-page .see-how-arrow {
        background-position: left -24px;
        height: 33px;
        top: 13px;
        width: 42px;
        left: 176px;
    }

    .l-home-page > .right{
        float: none;
        width: 100%;
    }

    .home-page .benefits li {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 24px;
    }

    .home-page .vertical-line {
        height: 375px;
        left: 50%;
        top: 7px;
        background: #526e83;
    }


}

@media screen and (min-width:0) and (max-width:767px) {


    .home-page h1{
        font-size: 81.5px;
        line-height: 92px;
        padding-top: 5px;
    }

    .home-page .title-description{
        font-size: 36px;
        line-height: 43px;
    }

    .home-page h1 span {
        font-size: 44px;
        line-height: 38px;
    }

    .home-page .see-how {
        margin: 13px auto 23px;
        padding-top: 18px;
        width: 540px;
    }

    .home-page .see-how-arrow {
        background-position: left -61px;
        height: 35px;
        left: 435px;
        position: absolute;
        top: 32px;
        width: 56px;
    }

    .home-page .vertical-line {
        display: none;
    }

    .l-home-page .block.content .left {
        margin-right: 0;
        float: none;
        width: 100%;
    }

    .l-home-page .block.content .right {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .home-page .benefits {
        padding-top: 24px;
        padding-left: 56px;
    }

    .home-page h5{
        text-align: center;
    }

    .home-page .benefits li {
        font-size: 40px;
        line-height: 48px;
       padding-bottom: 48px;
    }


    .home-page .block .left .benefits {
        padding-right: 0;
        padding-bottom: 12px;
        border-bottom: 2px solid #637d90;
        margin-bottom: 60px;
    }

    .home-page .btn-wrapper{
       margin-bottom: 75px;

    }



}

.connections .left .block.content{
    padding-top: 6px;
    padding-bottom: 14px;
}



.left-menu li{
    border-top: 1px solid #c1c1c1;
}

.left-menu.level-2 li{
    border-top: none;
}

.left-menu li:first-child{
    border-top: none;
}


.left-menu a{
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Conv_SourceSansPro-Bold";
    line-height: 18px;
    padding: 15px 0 16px 0;
    color: #000000;
}

.left-menu a:hover{
    text-decoration: none;
    color: #000000;
}

.left-menu li.current a{
    color: #165785;
}

.left-menu li.current_ancestor a{
    color: #165785;
}

.left-menu span{
    font-family: "Conv_SourceSansPro-Regular";
 }



@media screen and (min-width:0) and (max-width:767px) {
    .left-menu.level-1>li{
        border-bottom: 1px solid #3a576b !important;
        border-top: none;
    }

    .left-menu.level-1{
        padding-bottom: 36px;
        border-top: 1px solid #3a576b !important;
    }

    .left-menu label{
        font-size: 27px;
        color: #ffffff;
        line-height: 32px;
    }

    .connections .left .block.content.mobile {
        padding: 0 20px 40px 20px;
        background: #0e3552;
    }
    .connections .mobile .left-menu.level-1{
        /*border-top: 1px solid #344d5e;*/
        border-bottom: 1px solid #344d5e;
    }

    .connections .mobile .left-menu>li{
        border-top: 1px solid #344d5e;
    }
    .connections .mobile .left-menu>li:first-child{
        border-top: none;
    }


    .block  .filter-wrapper p.title {
        color: #ffffff;
        font-size: 27px;
        line-height: 32px;
        padding: 18px 0 16px;
        text-transform: none;
        font-family:  "Conv_SourceSansPro-Bold";
    }

    .block .filter-wrapper p.title b {
        display: inline-block;
        line-height: 66px;
        height: 17px;
        width: 20px;
        background-image: url("/bundles/wyngspan/img/list-controls.png");
        background-position: left top;
        margin-right: 21px;
    }

    .block.left-menu{
        padding: 0 24px !important;
        border:  none !important;
    }

    .block.left-menu .filter-wrapper{
        border-top: 1px solid #3A576B !important;
        border-bottom: none !important;

    }

    .block.left-menu.current .filter-wrapper p.title {
        color: #edae00;

    }

    .block.left-menu.current_ancestor .filter-wrapper p.title {
        color: #edae00;

    }

   .block.left-menu.current_ancestor .filter-wrapper p.title b{
       background-position: left -21px;
       height: 11px;
    }

    .block.left-menu.current .filter-wrapper p.title b{
         background-position: left -21px;
         height: 11px;
     }



    .left-menu.level-2{
        padding-left: 38px;
        padding-top: 15px;
        padding-bottom: 36px;
        display: none;
    }

    .current .left-menu.level-2{
        display: block;
    }

    .current_ancestor .left-menu.level-2{
       display: block;
    }

     .left-menu.level-2 li{
        border: none;
    }



     .left-menu.level-2 a{
        font-family: "Conv_SourceSansPro-Regular";
        color: #ffffff;
        padding-top: 13px;
        padding-bottom: 0;
    }

     .left-menu.level-2 li:first-child a{
        padding-top: 0;
    }

     .left-menu.level-2 a:active{
        color: #edae00;
    }

    .left-menu.level-1 li.current>a{
        color: #EDAE00;
    }

    .left-menu.level-1 li.current_ancestor>a{
        color: #EDAE00;
    }

   .left-menu.level-1>li>a{
        color: #FFFFFF;
        font-family: "Conv_SourceSansPro-Bold";
        font-size: 27px;
        line-height: 32px;
        padding: 18px 0 16px;

    }

   .left-menu.level-1 li a{
        color: #FFFFFF;
        font-size: 27px;
        line-height: 32px;
        text-transform: none;

    }


    .left-menu.level-1>li a b {
        background-image: url("/bundles/wyngspan/img/list-controls.png");
        background-position: left top;
        display: inline-block;
        height: 17px;
        line-height: 66px;
        margin-right: 21px;
        width: 20px;
    }

    .left-menu.level-1>li.current a b {
        background-position: left -21px;
        height: 11px;
    }
    .left-menu.level-1>li.current_ancestor a b {
        background-position: left -21px;
        height: 11px;
    }







}

.main-menu.desktop{
    padding: 16px 0 8px;
}

.main-menu.desktop li{
    float: left;
    padding-left: 27px;
}

.main-menu.desktop a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Bold";
}

.right.full-width {
    width: 100%;
}

/*.main-menu a.current,
.main-menu a:active,
.main-menu a.current_ancestor{
      color: #175885;
}*/

#header .main-menu.desktop {
    max-width: 770px; 

}
#header .main-menu.desktop ul {
    float: right;
    text-align: right;
}
#header .main-menu.desktop ul li {
    margin: 5px 0 5px 10px;
    padding: 0;
    float: none;
    display: inline-block;
}

@media screen and (min-width:0) and (max-width:960px) {
    #header .main-menu.desktop {
        max-width: 100%;
    }
    #header .main-menu.desktop ul {
        float: none;
        text-align: right;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .main-menu.desktop ul{
        float: none;
        padding-top: 0;
        display: inline-block;
    }
    .main-menu.desktop{
        width: 100%;
        text-align: center;
    }
    .main-menu.desktop a{
        font-size: 18px;
    }
    .main-menu.desktop li:first-child{
        padding: 0;
    }
    .main-menu.desktop li{
       padding-left: 30px;
    }

    .main-menu.desktop a {
        height: 33px;
        line-height: 33px;
    }
}

.main-menu.mobile{
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.55), 0px -5px 10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:    0px 5px 10px rgba(0, 0, 0, 0.55), 0px -5px 10px rgba(0, 0, 0, 0.55);
    box-shadow:         0px 5px 10px rgba(0, 0, 0, 0.55), 0px -5px 10px rgba(0, 0, 0, 0.55);
    z-index: 200;
    width: 100%;
}

.main-menu.mobile.active{
    display: block;
}

.main-menu.mobile li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 2px groove #134a71;
}

.main-menu.mobile li.element-1,
.main-menu.mobile li.element-2{
   border-top: none;
}

.main-menu.mobile li.element-1,
.main-menu.mobile li.element-3,
.main-menu.mobile li.element-5,
.main-menu.mobile li.element-7{
    border-right: 2px groove #134a71;
}

.main-menu.mobile a{
   font-family: "Conv_SourceSansPro-Bold";
   font-size: 36px;
   color: #d0d0d0;
   text-decoration: none;
    line-height: 79px;
    background: url("/bundles/wyngspan/img/menu-background.png") repeat-x top left;
    height: 79px;
    display: block;
    padding-left: 24px;
}



.public-profile .category-section  .score{
    background:  none;
}

.connections-search form>div{
    margin-bottom: 0;
}

.system-notifications.notice{
    margin-top: 10px;
}

.connections-search form input[type='text']{
   width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.connections-search div.fright {
    padding-right: 16px;
}

.categories-list .public-profile.normal .content-search-results .trust-points.clearfix{
    width: 100%;
}
.categories-list .public-profile.normal .content-search-results .score{
    width: 29%;
}

.categories-list .public-profile.normal .content-search-results .profile-inf{
    width: 170px;
}

.categories-list .public-profile.normal .content-search-results .trust-points.clearfix .left{
    width: 29%;
}

.categories-list .public-profile.normal .content-search-results .trust-points.clearfix .right{
    width: 71%;
}

.categories-list .public-profile.normal .content-search-results .trust-points.clearfix .left a{
    border:  none;
}

.categories-list .public-profile.normal .content-search-results .trust-points.clearfix .right a{
    border: none;
    text-align: left;
    padding: 0;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .categories-list .public-profile.normal .profile-img {
        width: 40%;
        padding-right: 2%;
    }
    .categories-list .public-profile .profile-inf {
        width: 58% !important;
    }
    .categories-list .public-profile .category-section .score {
        width: 60%;
        padding-right: 2%;
        float: none!important;
    }
    .categories-list .public-profile .content-search-results div.trust-factor {
        width: 38% !important;
    }

    .categories-list .public-profile .score .trust-points p{
        padding: 0;
        border: none;
    }

    .categories-list .public-profile .score .trust-points{
       padding-top: 25px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .system-notifications.notice{
       padding-left: 24px;
    }
    .categories-list .public-profile.normal .profile-img {
        width: 44%;
        padding-right: 2%;
    }
    .categories-list .public-profile .profile-inf {
        width: 54% !important;
    }
    .categories-list .public-profile .category-section .score {
        width: 52%;
        padding-right: 0;
        float: none!important;
    }
    .categories-list .public-profile .content-search-results div.trust-factor {
        width: 48% !important;
    }

    .categories-list .public-profile .score .trust-points p{
        padding: 0;
        border: none;
    }

    .categories-list .public-profile .score .trust-points{
        padding-top: 25px;
    }

    .l-category-section {
        width: 150px !important;
    }

    .r-category-section {
        margin-left: 160px !important;
    }
}


/*base*/

.ui-dialog .ui-dialog-title {
    display:none;
}

.ui-dialog .ui-state-default,
.ui-dialog.ui-widget-content .ui-state-default,
.ui-dialog.ui-widget-header .ui-state-default {
	background: url("/bundles/wyngspan/img/closed.png") no-repeat top left;
	font-weight: normal;
	color: #000000;
	width: 61px;
	height: 61px;
	border: none !important;
	margin:  0!important;
	right: -24px !important;
	top: -27px!important;
	z-index: 1000;
}

.ui-dialog.ui-widget-header{
	height: 33px;
	padding: 0!important;
	border: none !important;
}

.ui-dialog.ui-widget-content{
	border: none !important;
	padding: 0 !important;

}

.ui-dialog.ui-widget.ui-widget-content{
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 30px rgba(0, 0, 0, 0.75);
    /*top:30px !important;*/

}

.ui-dialog.ui-widget.ui-widget-content.long-popup{
  top:30px !important;
}

.ui-dialog-content.ui-widget-content{
    padding: 6px 41px 55px 41px !important;
}

#issueTrustDialog.ui-dialog-content{
    padding: 17px 30px !important;
}
.ui-button-text,
.ui-button-icon-primary.ui-icon.ui-icon-closethick{
    display: none;
}


@media screen and (min-width:0) and (max-width:767px) {
    .ui-dialog .ui-dialog-title {
        display: block;
    }

    .ui-dialog .ui-state-default,
    .ui-dialog.ui-widget-content .ui-state-default,
    .ui-dialog.ui-widget-header .ui-state-default {
        border: 1px solid #a6a6a6 !important;
        background: url("/bundles/wyngspan/img/closed-640.png") repeat-x top left;
        width: 104px;
        height: 46px;
        margin:  0!important;
        right: 7px !important;
        top: 10px!important;
        z-index: 1000;
    }

    .ui-widget-header{
        height: 66px;
        padding-left: 35px!important;
        border-bottom: 1px solid #dadada !important;
        color: #a6a6a6;
        font-size: 36px;
        line-height: 64px;
        font-family: "Conv_SourceSansPro-Semibold";
        text-transform: uppercase;
    }

    .ui-dialog.ui-widget.ui-widget-content{
        top: 70px !important;
    }

    .ui-dialog-content.ui-widget-content{
        padding: 32px 10px 55px 10px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
    }

    .ui-button-text,
    .ui-button-icon-primary.ui-icon.ui-icon-closethick{
        display: block;
        text-indent: 0 !important;
        font-family: "Conv_SourceSansPro-Semibold";
        font-size: 27px;
        line-height: 42px !important;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        padding: 0!important;
        background: none;
    }
}


/*trust-popup*/
.trust-action .ui-dialog-titlebar-close.ui-button.ui-widget{
    width: 45px;
    height: 45px;
    background: url("/bundles/wyngspan/img/closed-45.png") no-repeat top left;
    right: 9px !important;
    top: 7px!important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable{
    border-radius: 0px;
}
.trust-action .add-tags .note{
    display: none;
}
.popup .public-profile.full .img-wrapper {
    background: none;
    width: 100px;
    height: 100px;
    padding: 0px 27px 6px 0px;
}

.popup .public-profile.full .img-wrapper img{
    border-radius: 0;
}

.popup .public-profile.short .img-wrapper{
    background: none;
    width: 81px;
    height: 81px;
    padding: 0;
}

.popup .public-profile.short .img-wrapper img{
    border-radius: 0;
    border: 1px solid #a1a1a1;
}

.popup .trust-strength #current-strength-points-desktop,
.popup .trust-strength .max-strength-points-desktop{
    font-size: 20px;
    font-family: "Conv_SourceSansPro-Bold";
}
.popup .title-trust-popup{
    text-transform: none;
    font-size: 18px;
    line-height: 44px;
    font-family: "Conv_SourceSansPro-Bold";
}

.popup .wrap-title-in{
    width: 100%;
    height: 39px;
    background: #175885;
    overflow: hidden;
    margin-bottom: 0;
}
.popup .wrap-title-in.trust-sharing {
    height: auto;
}

.popup .wrap-title-in.trust-sharing.fb-only {
    height: 39px;
}

.popup .wrap-title-in.trust-sharing h3.title-in {
    margin-bottom: 6px;
}

.popup .wrap-title-in .hidden-btn{
    width: 42px;
    height: 100%;
    background: #ddad29;
    display: inline-block;
    cursor: pointer;
}
.popup .wrap-title-in .hidden-btn:before{
    content: " ";
    background: url("/bundles/wyngspan/img/arrows-trust.png") top left;
    width: 42px;
    height: 38px;
    display: block;
}
.popup .title-in,
.popup .title-in label{
    color: #fff;
    text-transform: none;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 18px;
    font-family: "Conv_SourceSansPro-Bold";
    display: inline-block;
    vertical-align: top;
}
.trust-action .public-profile.full .see-more a{
    font-family: "Conv_SourceSansPro-Bold";
}

.trust-action #issueTrust_relationType_0,
.trust-action #issueTrust_relationType_1{
    height: 22px;
}
.trust-action #issueTrust_relationType_0,
.trust-action #issueTrust_relationType_1{
    vertical-align: top;
}
.popup .title-in label{
    margin-left: 0;
}

.popup .title-in .num-points{
    color: #e6b217;
    font-family: "Conv_SourceSansPro-Bold";
}
.popup .regular-text{
    font-family: "Conv_SourceSansPro-Regular";
}

.popup .radio-item{
    padding: 1px 0;
}

.popup .radio-wrap{
    background: #e6e6e6;
    padding: 12px 17px 17px;

}

.popup .public-profile.full .profile-img {
    width: 125px;
}

.popup .public-profile.full .profile-inf {
    padding-top: 0;
    width: 270px;
    margin-left: 20px;
}

.popup .public-profile.full .profile-inf .share-trust{
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 18px;
    color: #167cb6;
    line-height: 22px;
    text-decoration: none;
}
.popup .public-profile.full .profile-inf .contact{
    font-family: "Conv_SourceSansPro-Regular";
    font-size: 14px;
    color: #000;
    line-height: 18px;
    text-decoration: none;
    margin: 15px 0;
}

.popup .public-profile.full .profile-inf h2 {
   font-size: 20px;
    line-height: 24px;
}

.popup .public-profile.full .see-more {
    padding-top: 8px;
}
.trust-action .public-profile .score .trust-points {
    padding: 28px 0 17px 0;
}
.popup .profile-inf .contact {
     padding-top: 4px;
}

.trust-action .popup .trust-strength{
    margin-top: 6px;
    float: right;
    width: 36%;
}
.popup .public-profile.full .score {
    background: none !important;
    margin-top:0;
    padding: 0 0 0 0;
    width: 114px;
    border: none !important;
}


.popup .public-profile.full .score .trust-points span {
    padding-right: 0;
}

.popup .public-profile.full .trust-factor {
    margin: 0;
}

.popup .public-profile.full {
    border: none;
    margin-bottom: 22px;
    padding: 0;
}

.popup .public-profile.full .score .trust-points p {
    font-size: 13px;
    letter-spacing: -.5px;
}

.popup .write-about{
    padding: 20px 14px 24px;
    background: #e6e6e6;
    margin-bottom: 20px;
}


.popup .write-about .public-profile.short  {
    width: 94px;
}

.popup .write-about .public-profile.short .profile-img {
     width: 81px;
 }


.popup  .write-about textarea{
     height: 81px;
}

.write-about.points-wrapper.points-message .note{
    color: #9a9a9a;
}

.popup .write-about .right{
    width: 584px;
}

.popup p{
    font-family: "Conv_SourceSansPro-Semibold";

}

.popup p.title{
    padding-bottom: 6px;

}

.popup .add-file{

    background: #e6e6e6;
    padding: 8px 14px 11px;
}

.popup .add-file span{
    font-size: 13px;
    padding-right: 13px;
}
.popup .textarea.trustMessage{
    border-radius: 0;
    box-shadow: none;
}
.popup .textarea.trustMessage::-webkit-input-placeholder{
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Regular";
    color: #9a9a9a;
}
.popup .textarea.trustMessage:-moz-placeholder{
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Regular";
    color: #9a9a9a;
}

.trust-action .title-trust-popup-keywords,
.trust-action .title-trust-popup-input{
    display: inline-block;
    font-family: "Conv_SourceSansPro-Regular";
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
}
.trust-action .title-trust-popup{
    display: inline-block;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 18px;
    line-height: 40px;
    vertical-align: top;
}
.trust-action .title-trust-popup-keywords{
    padding-right: 10px;
}
.trust-action .title-trust-popup-input{
    width: 100%;
}
.trust-action .keywords-list{
    width: 83%;
    max-height: 75px;
    overflow: hidden;
}

.popup #issueTrust_keywords{
    width: 76%;
    height: 31px;
    display: block;
    float: left;
    padding: 0 10px;
}

.popup #issueTrust_keywords-add{
    display: block;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e6b217;
    color: #ffffff;
    font-size: 15px;
    font-family: "Conv_SourceSansPro-Bold";
    padding: 0 13px;
    height: 31px;
    text-decoration: none;
    line-height: 31px;
    float: right;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
}

.popup .add-tags{
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    margin-bottom: 20px;
    background: #e6e6e6;
    padding: 17px 14px 15px;
}



.trust-action .keywords-list{
    display: inline-block;
}
.popup .add-tags>div:first-child{
    padding-bottom: 0;
}


.popup .controls>.left{
    width: 234px;
    padding-right: 10px;
}

.popup .controls>.right{
    width: 388px;
}

.popup .controls>.right label{
    display: inline-block;
     line-height: 25px;
}

.popup .controls-wrapper{
    padding-bottom: 10px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-top: 1px;
}

.popup .controls{
    margin-bottom: 30px;
 }



.popup .controls:first-child{
    padding-bottom: 37px;
}

.popup .controls:first-child label{
    padding-right: 5px;
    padding-bottom: 0;
}

.popup .controls:first-child label:first-child{
    padding-left: 0;
}

.popup .btn-wrapper .reset.btn{
    margin-left: 20px;
}

.popup input[type=checkbox],
.popup input[type=radio]{
    margin-right: 5px;
}

#issueTrust_image.imageFileUpload{
    width: 340px;
}

.trust-action #issueTrust_fileType_0{
    height: 22px;
    margin-left: 5px;
}
.trust-action #issueTrust_fileType_1{
    height: 22px;
    margin-left: 5px;
}
.trust-action .add-file .clearfix{
    margin: 6px 0;
}
.trust-action #issueTrust_link{
    margin-top: 12px;
    width: 97%;
    padding: 0 10px;
}
.trust-action .link-checkLink{
    display: none;
}

.user-textarea{
    width: 100%;
    text-align: left;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    padding-right: 9px;
}

.user-textarea li{
    float: left;
    margin-right: 10px;
    margin-bottom: 7px;
}


.user-textarea .keywords-action-add{
    color: #175885;
    float: right;
    padding: 0 0 7px 0;
    display: inline-block;
}

.trust-action .popup input[type=checkbox] {
    width: 17px;
    height: 17px;
}



@media screen and (min-width:768px) and (max-width:960px) {

.popup .public-profile.full .score > div {
    background: none !important;
    padding: 0;
   }

    .popup .public-profile .score .trust-points {
        padding: 0;
    }

   .popup .public-profile.full .trust-factor {
        border-top: none;
        margin: 0;
        padding-left: 0;
        padding-top:0;
        width: auto;
   }
    .popup .public-profile .score .trust-points p:first-child {
        border-right:none;
        line-height: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .popup .public-profile .score .trust-points p {
        padding-left: 0;
    }
}


@media screen and (min-width:0) and (max-width:767px) {
 
}


.l-two-column.profile-settings .left, .l-two-column.profile-settings .right {
    width: 360px;
}

.profile label,
.profile p{
    line-height: 28px;
}

.profile .error p {
    line-height: normal;
}

.profile p.description-text{
    text-align: justify;
    max-width: 785px;
    margin-left: 175px;
}

.profile div.description-text textarea{
     min-height: 100px;

}

.profile div.description-text{
    text-align: justify;
    max-width: 775px;
    margin-left: 175px;
    padding-top: 10px;

}

.account-settings .ajax-editable-view .row p, .account-settings .ajax-editable-view .row div.right-block {
    float: left;
    width: 400px;
}

.ajax-editable-view .row>label, .ajax-editable-form .row>label {
    font-family: "Conv_SourceSansPro-Semibold";
    font-size: 14px;
    float: left;
    width: 165px;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
}

.ajax-editable-view .ajax-editable-action-change {
    margin-left: 175px;
    margin-top: 10px;
    font-family: "Conv_SourceSansPro-Semibold";
}

.ajax-editable-view ul.multiline li {
    margin-left: 175px;
}

.ajax-editable-view ul.multiline li:first-child {
    margin-left: 0;
}

.ajax-editable-form .submit-row {
    margin-left: 175px;
}

.ajax-editable-form .medium input[type=text],
.ajax-editable-form .medium input[type=password],
.ajax-editable-form .medium select{
    width: 270px;
}

.profile-settings .ajax-editable-form .medium input {
    width: 251px;
}


.ajax-editable-form .contact-form-dynamic-fields .prototype-list li {
    margin-left: 175px;
}

.ajax-editable-form .contact-form-dynamic-fields .prototype-list li:first-child {
    margin-left: 0;
}

.l-wrapper .l-wrapper .border-top {
    margin-top: 20px;
    padding-top: 10px;
}

.ajax-editable-form .select-service {
    margin-left: 175px;
}

.ajax-editable-form .keywords-autocomplete label, .ajax-editable-form .category-autocomplete label {
    float: none;

}

.basic-info img{
    padding-top: 10px;
}


#show_service_areas_map.map {
    width: 500px;
    height: 300px;
    float: left;
    padding-top: 10px;
}

#edit_service_areas_map.map{
    width: 500px;
    height: 300px;
    float: left;
    padding-top: 10px;
}


.profile .l-wrapper{
    padding-bottom: 10px;
}

.profile .l-wrapper.profile-settings{
    padding-bottom: 0;
}

.keywords-autocomplete label,
.category-autocomplete label{
    text-align: left !important;
    width: 100% !important;
}

.account-settings ul.account-settings-socials li a {
    float: left;
}

.profile-settings form .short input{
    margin-left: 0 !important;
}

.profile-settings form .row select{
    width: 260px;
}

@media screen and (min-width:768px) and (max-width:960px){
    .l-two-column.profile-settings .left,
    .l-two-column.profile-settings .right {
        width: 45%;

    }

    .l-two-column.profile-settings .left {
        padding-right: 10%;

    }

    .profile-settings .ajax-editable-form .row>label {
        width: 100%;
        text-align: left;
        padding-bottom: 5px;
        display: block;

    }

    .profile-settings .ajax-editable-form .medium input {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .profile-settings .ajax-editable-form .submit-row {
        margin-left: 0;
    }
}




@media screen and (min-width:0) and (max-width:767px) {

    .profile>.l-wrapper{
        padding:0 24px 20px 24px;
    }

    .profile .l-wrapper.profile-settings{
        padding-top: 20px;
        padding-bottom: 0;

    }

    .l-two-column.profile-settings .left,
    .l-two-column.profile-settings .right {
        width: 100%;
    }

    .profile .l-wrapper .row>p{
        float: left;
        font-size: 26px;
        line-height: 28px;
        max-width: 360px;
    }

    .profile .l-wrapper .row p.description-text{
        float: none;
        max-width: 70%;
        margin-left: 30%;
    }
    .profile div.description-text{
        float: none;
        max-width: 70%;
        margin-left: 30%;

    }


    .profile .l-wrapper .row {
        padding-bottom: 7px;
    }

    .l-two-column.profile-settings .right {
        padding-top: 20px;
    }

    .ajax-editable-form .medium input [type="text"],
    .ajax-editable-form .medium input[type="password"]{
        width: 68% !important;
    }

    .account-settings .ajax-editable-view .row p,
    .account-settings .ajax-editable-view .row div.right-block {
        width: 68%;
        font-size: 26px;
    }

    .account-settings .ajax-editable-view .row,
    .account-settings .ajax-editable-view .row div.right-block{
        font-size: 26px;
        line-height: 36px;
    }

    .ajax-editable-view .ajax-editable-action-change{
        font-size: 26px;
        padding-bottom: 10px;
        margin-left: 30%;
    }


    .ajax-editable-view .row>label, .ajax-editable-form .row>label {
        font-size: 26px;
        width: 28.5%;
        margin-right: 1.5%;
    }

    .ajax-editable-form .submit-row {
        margin-left: 30%;
    }

    .account-settings .ajax-editable-view .row a {
        margin-left: 30%;
    }
    .profile .l-wrapper .row p.note{
        width: 100%;
        max-width: 100%;
    }
    .profile .name-value.r-form.categoriesWrap select{
        width: 100%;
    }

    .profile .ajax-editable-form .select-service {
        margin-left: 30%;
    }
    .profile .select-service input[type="radio"]{
        vertical-align: top;
    }

    .account-settings  .ajax-editable-form.username label{
        padding-top: 16px;
    }

    #edit_service_areas_map.map {
        width: 414px;
        height: 300px;
       padding-top: 0;
    }
    #show_service_areas_map.map{
        width: 414px;
        height: 248px;
    }

    .account-settings input[type="text"],
    .account-settings input[type="password"],
    .account-settings input[type="email"],
    .account-settings input[type="number"],
    .account-settings select,
    .profile-settings input[type="text"],
    .profile-settings input[type="password"],
    .profile-settings input[type="email"],
    .profile-settings input[type="number"],
    .profile-settings select,
    .profile .user-textarea input[type="text"],
    .service_city input[type="text"]{
        font-size: 24px !important;
        line-height: 30px !important;
        padding-bottom: 0 !important;
    }


    .profile-settings .ajax-editable-form .medium input[type="text"],
    .profile-settings .ajax-editable-form .medium input[type="password"],
    .profile-settings .ajax-editable-form .medium input[type="email"],
    .profile-settings .ajax-editable-form .medium input[type="number"],
    .service_city input[type="text"]{
        width: 403px;
    }

    .profile-settings .ajax-editable-form .medium select.short{
        width: 100px;
    }




}





.public-profile>div{
    float: left;
}

.public-profile .score .btn.last{
    margin-top: 10px;
}

@media screen and (min-width:960px) {
    .normal .public-profile>div.profile-inf{
        width: 453px;
    }
    .l-home-page .normal .public-profile>div.profile-inf{
        width: 266px;
    }
}


.public-profile>div.clearfix{
    float: none;
}


.public-profile{
    position: relative;
}
/*full*/

.public-profile.full{
    padding: 15px 0 27px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
}

.public-profile.full .profile-img{
    width: 16.8%;
}

.profile-img img{
    border: 1px solid #dfdfdf;
    display: block;
    width: 100%;
}

.public-profile.full .profile-img img{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
}

.public-profile.full .img-wrapper{
    background: url("/bundles/wyngspan/img/img-wrapper-full.png");
    width: 100px;
    height: 100px;
    padding: 6px 27px 6px 6px;
}

.public-profile.full .profile-inf{
    width: 33.8%;
    padding-top: 3px;
}

.public-profile.full .profile-inf h2{
    padding-bottom: 3px;
}

.profile-inf .contact{
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Italic";
    padding-top: 6px;
    line-height: 16px;
}

.public-profile .contact:first-child{
    padding-top: 0;
}

.public-profile.full .see-more{
    padding-top: 12px;
}

.public-profile.full .see-more a, .public-profile.full .see-more b{
    text-decoration: none;
    font-size: 12px;
    font-family: "Conv_SourceSansPro-BoldItalic";
    color: #000000;
}

.public-profile .actions>li{
    float: left;
    padding-left: 7px;
}

.public-profile .actions>li:first-child{
    padding-left: 0;
}

.public-profile .actions{
    margin-top: 28px;
}

.public-profile .actions i{
    padding-right: 4px;
}

.public-profile .score{
    margin-top: 8px;
    width: 26%;
    background: #f2f2f2;
    padding: 20px 0 24px 0;
    text-align: center;
}

.public-profile .score .btn{
    padding: 0 19px;
}

.public-profile .score .trust-points{
    padding: 14px 0 17px 0;
}

.public-profile .score .trust-points p{
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    vertical-align: bottom;
}

.public-profile .score .trust-points a{
    text-transform: uppercase;
    font-size: 20px;
    color: #bf9a25;
    font-family: "Conv_SourceSansPro-Bold";
    line-height: 24px;
    text-decoration: none;
}

.public-profile .score .trust-points .left a{
    padding-right: 10px;
}


.trust-points .left{
    width: 34%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.trust-points .right{
    width: 65%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.public-profile .score .trust-points .right a{
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    vertical-align:middle;
    padding-right: 0;
    line-height: 24px;

}

.public-profile .score .trust-points .left a,
.public-profile .score .trust-points .right a{
    display: block;;
}

.public-profile .score .trust-points .left a{
    text-align: right;
}

/*.public-profile .score .trust-points p {
    text-align: left;
}*/

.public-profile .score .trust-points .right a {
    text-align: left;
}

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

    .company.public-profile.full .score .trust-points a{
        font-size: 25px;
        line-height: 38px;
    }

}



.public-profile .trust-factor{
    margin: 20px 0 0 30px;
}

.book-mark{
    position: absolute;
    background: url("/bundles/wyngspan/img/book-mark.png") no-repeat left top;
    width: 31px;
    height: 73px;
    z-index: -1;
}

.book-mark.current_ancestor{
    background-position: right top;
}

.book-mark.current{
    background-position: right top;
}


.public-profile .book-mark{
    top: -1px;
    right: 0;
    z-index: 100;
    display: block;
    cursor: pointer;
}

.public-profile.full .actions{
    margin-top: 18px;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .public-profile.full .profile-img{
        width: 18.6%;
    }

    .public-profile.full .profile-inf{
        width: 81.4%;
        padding-bottom: 27px;
    }

    .public-profile.full .actions{
        float: right;
        margin: 0;
    }

    .public-profile.full .see-more{
        float: left;
    }

    .public-profile.full{
        padding: 19px 0 0 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .public-profile.full .score{
        border-top: 1px solid #e5e5e5;
        padding: 22px 0 20px 0;
        margin: 0;
        width: 60%;
        background: none;
    }

    .public-profile.full .score>div{
        background: #f2f2f2;;
        padding: 22px 0;
        text-align: center;
    }


    .public-profile.full .trust-factor{
        border-top: 1px solid #e5e5e5;
        padding-top: 22px;
        margin: 0;
        width: 40%;
        padding-left: 80px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .public-profile .score .trust-points p{
        display: inline-block;
        font-size: 17px;
        padding-left: 10px;


    }

    .public-profile .score .trust-points p:first-child{
        border-right: 1px solid #d7d7d7;
        /*  line-height: 31px;*/
        padding-left: 0;
        padding-right: 10px;

    }
    .public-profile .score .trust-points p.left:first-child{
        padding-right: 0;

    }


    .public-profile .score .trust-points span{
        padding-right: 5px;
        line-height: 31px;

    }

    .public-profile.normal .profile-inf{
        width: 453px;
    }

    .trust-points .left{
        width: 41%;
    }

    .trust-points .right{
        width: 59%;
    }

}


@media screen and (min-width:0) and (max-width:767px) {
    .public-profile.full{
        padding: 45px 0 0 0;
        border-top: none;
        background: #f2f2f2;
    }

    .public-profile .book-mark {
        right: 29px;
        top: 0;
        background: url("/bundles/wyngspan/img/book-mark-640.png") no-repeat top left;
        height: 146px;
        width: 61px;
    }

    .public-profile .book-mark.current_ancestor {
        background-position: top right;
    }
    .public-profile .book-mark.current {
        background-position: top right;
    }



    .public-profile.full .profile-img{
        width: 32.2%;
        padding-left: 5.3%;
    }

    .public-profile.full .profile-inf{
        width: 57.8%;
        padding-right: 4.7%;
    }


    .public-profile.full .img-wrapper {
        background: url("/bundles/wyngspan/img/img-wrapper-full-640.png") no-repeat;
        height: 151px;
        padding: 9px 39px 9px 9px;
        width: 147px;
    }

    .public-profile.full .profile-inf h2 {
        max-width: 295px;
    }

    .profile-inf .contact {
        font-size: 24px;
        line-height: 27px;
        padding-top: 0;
    }

    .public-profile.full .actions{
        padding: 38px 30px 45px 34px;
        float: left;
        margin-top: 0;
    }

    .public-profile.full .see-more{
        padding-top: 6px;
    }

    .public-profile.full .see-more a {
        font-size: 24px;
    }

    .public-profile .actions > li {
        padding-left: 13px;
    }



    .public-profile.full .score{
        border-top: 1px solid #e5e5e5;
        padding: 39px 0 39px 0;
        margin: 0;
        width: 319px;
        background: none;
        border-right: 1px solid #e5e5e5;

    }

    .public-profile.full .score>div{
        padding: 0;
    }

    .public-profile .score .trust-points {
        padding: 39px 0 39px 0;
    }


    .public-profile .score .trust-points p{
        display: inline-block;
        font-size: 25px;
        padding-left: 0;
        text-align: center;
        line-height: 38px;

    }

    .public-profile .score .trust-points p:first-child{
        border-right:none;

    }

    .public-profile .score .trust-points span{
        padding-right: 5px;
        line-height: 38px;
        font-size: 25px;

    }

    .public-profile.full .trust-factor{
        border-top: 1px solid #e5e5e5;
        padding-top: 39px;
        margin: 0;
        width: 319px;
        padding-left: 45px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .trust-points .left{
        width: 26%;
    }

    .trust-points .right{
        width: 74%;
    }

}

/*short*/

.public-profile-list .public-profile.short{
    margin-top: 16px;
}

.public-profile-list .public-profile.short:first-child{
    margin-top: 0;
}

.public-profile.short .profile-img{
    width: 43%;
}

.public-profile.short .profile-img img{
    border-radius: 2px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
}

.public-profile.short .img-wrapper{
    background: url("/bundles/wyngspan/img/img-wrapper-short.png") no-repeat;
    width: 64px;
    height: 64px;
    padding: 4px 16px 5px 4px;
}

.public-profile.short .profile-inf{
    width: 57%;
    padding-top: 1px;
}

.public-profile.short .profile-inf h2{
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 17px;
}

.public-profile.short .profile-inf .category{
    font-size: 14px;
    line-height: 17px;

}

.public-profile.short .see-more{
    padding-top: 4px;
}

.public-profile.short .see-more a{
    text-decoration: none;
    font-size: 12px;
    font-family: "Conv_SourceSansPro-BoldItalic";
    color: #165885;
    border-bottom: 2px solid #f5f7f8;
    line-height: 12px;
}

@media screen and (min-width:0) and (max-width:767px) {

    .public-profile-list .public-profile.short{
        margin-top: 44px;
    }


    .public-profile.short .profile-img{
        width: 32.7%;
    }

    .public-profile.short .profile-img img{
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    }

    .public-profile.short .img-wrapper{
        background: url("/bundles/wyngspan/img/img-wrapper-short-640.png") no-repeat;
        width: 128px;
        height: 133px;
        padding: 7px 34px 7px 7px;
    }

    .public-profile.short .profile-inf{
        width: 67.3%;
        padding-top: 0;
    }

    .public-profile.short .profile-inf h2{
        padding-bottom: 0;
        font-size: 31px;
        line-height: 39px;
    }

    .public-profile.short .profile-inf .category{
        font-size: 24px;
        line-height: 29px;

    }

    .public-profile.short .see-more{
        padding-top: 4px;
    }

    .public-profile.short .see-more a{
        font-size: 24px;
        line-height: 29px;
    }

}




/*normal*/

.public-profile-list.normal{
    margin-top: 20px;
    /*padding-right: 60px;*/
}

.public-profile-list.normal h3{
    margin-bottom: 26px;
}

.public-profile.normal{
    margin-bottom: 39px;
}

.public-profile.normal .profile-img{
    width: 135px;
}

.feed-list .public-profile.normal .profile-img{
    width: 18%;
}

.feed-list .public-profile.normal .profile-inf{
    width: 82%;
}

.public-profile.normal .profile-img img{
    border: none;
}

.public-profile.normal .img-wrapper{
    background: url("/bundles/wyngspan/img/img-wrapper-normal.png");
    width: 104px;
    height: 104px;
    padding: 6px 17px 6px 6px;
}



.public-profile.normal .profile-inf p{
    color: #666666;
    font-family: "Conv_SourceSansPro-Italic";
    font-size: 14px;
    vertical-align: top;
    padding: 3px 0;
}

.public-profile.normal .profile-inf p:first-child{
    padding: 0;
}

.public-profile.normal .profile-inf span{
    color: #175885;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 14px;
}



.public-profile.normal .see-more a{
    text-decoration: none;
    font-family: "Conv_SourceSansPro-Bold";
    color: #00a19e;
    text-transform: uppercase;
}

.public-profile.normal .see-more.mobile{
    width: 100%;
    padding-top: 15px;

}

.public-profile.normal .see-more.desktop a{
    font-size: 12px;
}

.public-profile.normal .see-more.mobile a{
    font-size: 29px;
    float: right;
}

.public-profile.normal .share{
    padding-top: 15px;
}

.public-profile.normal .share li{
    float: left;
}

.public-profile.normal .share.desktop li{
    padding-left: 12px;
}

.public-profile.normal .share.mobile li{
    padding-left: 32px;
}

.public-profile.normal .share.mobile li:first-child{
    padding-left: 0;
}

.public-profile.normal .share li a{
    font-family: Arial;
    color: #737373;
    text-decoration: none;
}

.public-profile.normal .share.desktop li a.like,
.public-profile.normal .share.desktop li a.number{
    font-size: 9px;
}

.public-profile.normal .share.mobile li a{
    font-size: 22px;
}

.public-profile.normal .like{
    border: 1px solid #c3c3c3;
    background: #f0f0f0;
}

.public-profile.normal .desktop .like{
    padding: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
}

.public-profile.normal .mobile .like{
    padding: 2px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
}

.public-profile.normal .number {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    margin-top: 1px;
}

.public-profile.normal .mobile .number {
    height: 28px;
    vertical-align: top;
    margin-top: 0;
}



.public-profile.normal .number span{
    display: block;
    float: left;
    width: 5px;
}

.public-profile.normal .desktop .number span{
    background: url("/bundles/wyngspan/img/counter.png") no-repeat left top;
    height: 16px;
}

.public-profile.normal .mobile .number span{
    background: url("/bundles/wyngspan/img/counter-640.png") no-repeat left top;
    height: 28px;
}

.public-profile.normal .number b{
    display: block;
    float: right;
    font-variant: normal;
    font-weight: normal;
}

.public-profile.normal .desktop .number b{
    background: url("/bundles/wyngspan/img/counter.png") no-repeat right top;
    padding: 0 8px 0 7px;
    height: 16px;
    line-height: 16px;
}

.public-profile.normal .mobile .number b{
    background: url("/bundles/wyngspan/img/counter-640.png") no-repeat right top;
    padding: 0 13px 0 13px;
    height: 28px;
    line-height: 28px;
}



.desktop a.flag{
    background: url("/bundles/wyngspan/img/flag.png") no-repeat bottom left;
    width: 14px;
    height: 15px;
    display: block;
}

.desktop a.flag:active{
    background: url("/bundles/wyngspan/img/flag.png") no-repeat top left;

}

.desktop a.flag.pushed{
    background: url("/bundles/wyngspan/img/flag.png") no-repeat top left;

}

.mobile a.flag{
    background: url("/bundles/wyngspan/img/flag-640.png") no-repeat bottom left;
    width: 20px;
    height: 25px;
    display: block;
}

.mobile a.flag:active{
    background: url("/bundles/wyngspan/img/flag-640.png") no-repeat top left;

}

.mobile a.flag.pushed{
    background: url("/bundles/wyngspan/img/flag-640.png") no-repeat top left;

}

.public-profile.normal .share.mobile li.flag{
    float: right;
}


@media screen and (min-width:768px) and (max-width:960px) {
    .public-profile-list.normal{
        padding-right: 22px;
    }

    .public-profile.normal .profile-inf{
        width: 268px;
    }

    .feed-list .public-profile.normal .profile-img{
        width: 27%;
    }

    .feed-list .public-profile.normal .profile-inf{
        width: 73%;
    }




    .feed-list.public-profile-list.normal{
       padding-right: 0;
    }


}


@media screen and (min-width:0) and (max-width:767px) {
    .public-profile-list.normal{
        padding-right: 0;
    }

    .public-profile.normal{
        padding: 0 24px;

    }

    .public-profile.normal .profile-inf {
        width: 369px;
    }


    .public-profile-list.normal h3 {
        background: #f2f2f2;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 24px 38px 19px 38px;
    }

    .public-profile-list.normal .share.mobile .right{
        float: none;
        width: 100%;
    }

    .public-profile-list.normal .share.mobile {
        float: none;
        width: 100%;
    }

    .public-profile .see-more.mobile{
        float: none;
    }

    .feed-list .public-profile.short .profile-img {
        width: 30%;
        margin: 0;
        padding: 0;
    }

    .feed-list .public-profile.short .profile-inf {
        margin: 0;
        padding: 0;
        width: 70%;
    }
    .feed-list .comment-list {
        margin-left: 0;
    }


}



/*home-page*/

.l-home-page .public-profile-list.normal  {
    padding-right: 0;
}




.l-home-page .public-profile.normal:first-child  {
    padding-top: 0;
    border-top: none;
}


@media screen and (min-width:768px) and (max-width:960px) {
    .l-home-page .left .public-profile.normal .profile-inf {
        width: 189px;
    }

    .l-home-page .right .public-profile.normal .profile-inf {
        width: 220px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .public-profile.normal .profile-img {
        width: 194px;
    }

    .public-profile.normal .img-wrapper {
        background: url("/bundles/wyngspan/img/img-wrapper-normal-640.png") no-repeat;
        height: 152px;
        padding: 6px 25px 6px 6px;
        width: 153px;
    }

    .public-profile.normal .profile-inf p {
        font-size: 29px;
        padding: 0;
        line-height: 32px;
    }

    .public-profile.normal .profile-inf span {
        font-size: 29px;
    }

    /*.l-home-page .public-profile.normal .profile-inf {
        width: 375px !important;
    }*/

    /*.l-home-page .left .public-profile.normal .profile-inf {
        width: 285px;
    }*/

    /* .l-home-page .right .public-profile.normal .profile-inf {
         width: 339px;
     }*/

    .l-home-page .public-profile.normal  {
        margin-bottom: 31px;
        padding: 35px 38px 0 38px;
        border-top: 1px solid #ededed;

    }

    .l-home-page h3 {
        margin-bottom: 15px;
        padding-left: 38px;
        margin-top: 35px;
    }

    .l-home-page .left .public-profile-list.normal  {
        border-bottom: 1px solid #ededed;
        margin-bottom: 55px;
    }

    .l-left-column > .right {
        width: 100%;
        float: none;
    }

    .public-profile-list.short li{
        padding: 30px 32px 20px 32px;
        border-top: 1px solid #ededed;

    }

    .public-profile-list.short li:first-child{
        border-top: none;
    }

    .public-profile-list.short .public-profile.short {
        margin-top: 0;
    }

    .public-profile-list.short .public-profile.short .see-more a{
        color: #000000;
    }



}




.search-results .public-profile-list>li{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 17px;
}

.search-results .block-wrapper:first-child .header{
    padding-top: 15px;
    padding-bottom: 16px;
}

.search-results .block-wrapper:first-child .footer{
    padding-top: 9px;
    padding-bottom: 11px;
}

.search-results .block-wrapper:first-child {
    margin-bottom: 0;
}

.search-results label.show-items{
    padding-left: 28px;
}

.search-results .public-profile.full .profile-inf {
    padding-top: 0;
    width: 42%;
    padding-right: 1.6%;
    padding-bottom: 20px;
}

.search-results .public-profile.full .profile-inf h2 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 8px;
}

.search-results .public-profile.full {
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
    padding: 19px 0 0;
}


.search-results .actions-wrapper{
    width: 20.1%;
    padding-top: 5px;
}

.search-results .public-profile .actions > li {
    float: none;
    padding-left: 0;
    padding-top: 10px;
}

.search-results .public-profile .actions > li:first-child {
    padding-top: 0;
}
.search-results .public-profile.full .actions {
    margin-top: 0;
}

.search-results .public-profile .score {
    padding: 5px 0 0  0;
    width: 11%;
    background: none;
    padding-right: 5.1%;
}

.search-results .public-profile .trust-factor {
    margin: 5px 0 0 0;
}

.search-results .badges li {
    margin-left: 8px;
}

 .badges li:first-child {
    margin-left: 0;
}

search-results .show-more {
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}



@media screen and (min-width:768px) and (max-width:960px){

  .search-results .title-description{
        display: none;
    }

    .search-results h1{
       padding-bottom: 0;
    }

    .filter .block.header {
        padding: 20px 19px 16px 19px;
    }
    .search-results .block.header {
        padding: 16px 15px 15px 20px;
    }

    .search-results .public-profile .score {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        padding: 5px 5.1% 0 0;
        width: 11%;
    }

    .search-results .sort{
        width: 100%;
    }
    .search-results .sort>div{
        float: right;
    }

    .search-results .sort>div:first-child{
        float: left;
    }
    .search-results .public-profile.full .profile-inf {
        width: 34.5%;
        padding-right: 2%;
        padding-bottom: 15px;
    }

    .search-results .public-profile.full .score {
        background: none !important;
        padding: 5px 3.9% 0 0;
        width: 15.7%;
        border: none;
    }

    .search-results .public-profile.full .profile-inf {
        padding-bottom: 15px;
        padding-right: 2%;
        width: 33%;
    }

    .search-results .actions-wrapper {
        width: 18%;
    }

    .search-results .public-profile.full .actions {
        float: none;

    }

    .search-results .public-profile.full .score > div{
        background: none;
        border: none;
        padding: 0;
    }

    .search-results .public-profile.full .score .trust-points p:first-child {
        border-right: none;
        padding-right: 0;
    }
    .search-results .public-profile.full .score .trust-points {
       text-align: center;
        padding-bottom: 0;
    }
    .search-results .public-profile.full .trust-factor {
        border-top: none;
        margin: 0;
        padding-left: 0;
        padding-top: 0;
        width: auto;
    }

    .search-results .public-profile.full .score .trust-points a {
        padding-right: 0;
    }

    .search-results .public-profile.full .score .trust-points p {
       padding-left: 0;
    }

    .search-results .public-profile.full .actions > li {
       padding-top: 6px;
    }
    .search-results .badges-wrapper{
        float: none;
    }

}

.search-results .sort>div{
    float: left;
}



@media screen and (min-width:0) and (max-width:767px){
    .search-results .sort.right{
        float: none;
    }

    .search-results .sort.right label{
       vertical-align: baseline;
    }

    .search-results .sort.right div{
        float: right;
    }

    .search-results .sort.right div:first-child{
        float: left;
    }

    .search-results .public-profile.full{
        background: none;
    }

    .search-results .public-profile-list > li {
       background: #ffffff;
       padding: 0 24px 0 24px;
    }

    .search-results .public-profile-list > li.bg-gray {
        background: #f0f0f0;

    }
    .search-results .public-profile.full .profile-inf h2,
    .connections .public-profile.normal .profile-inf h2{
        font-size: 31px;
        line-height: 36px;

    }
    .search-results .public-profile.full .profile-inf {
        padding-bottom: 16px;
        padding-right: 0;
        padding-top: 29px;
        width: 100%;
    }
    .search-results .public-profile.full {
       padding: 0;
    }

    .search-results .public-profile.full .actions-wrapper {
        padding:  0 24px 31px 24px;
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
        margin: 0 -24px;
    }

    .search-results .public-profile.full .actions {
        float: none;
        padding: 0;
    }

    .search-results .public-profile.full .actions-wrapper li {
       float: left;
        padding-top: 0;
        padding-left: 22px;
    }

    .search-results .public-profile.full .actions-wrapper li:first-child {
        padding-left: 0;
    }

    .search-results .public-profile .score {
       margin-left: -24px;
        padding-left: 12px;
        padding-right: 12px;
        width: 50%;
        border-top: none;
        padding-top: 45px;
        border-bottom: 1px solid #E5E5E5;
    }

    .search-results .public-profile.full .score .trust-points {
        padding: 16px 0 25px 0;
    }

    .search-results .public-profile .score .trust-points p a {
        font-size: 25px;
        line-height: 38px;
    }

    .search-results .public-profile.full .trust-factor {
        margin: 0;
        border-top: none;
        padding-right: 25px;
        padding-top: 44px;
        width: auto;
        float: right;

    }

    .search-results .badges-wrapper{
        width: 50%;
        border-right: 1px solid #E5E5E5;
        padding: 59px 0;
    }

    search-results .show-more {
        font-size: 28px;
        line-height: 36px;
        padding-top: 40px;
    }


}

/*little-text in search-results*/

.little-text .public-profile .score .trust-points {
    padding: 0;
}

.little-text.search-results .public-profile .score {
    padding-top: 0;
    margin-top: 0;
}
.little-text.search-results .public-profile .trust-factor{
    margin-top: -10px;
}

@media screen and (min-width:0) and (max-width:767px) {
    .search-results.little-text>ul>li{
        padding: 10px 24px 0 24px;
        border-top: 1px solid #E5E5E5;
    }
    .little-text.search-results .public-profile .trust-factor {
        margin-top: 0;
        padding-bottom: 20px;
        border-left: 1px solid #E5E5E5;
    }

    .little-text.search-results .badges-wrapper {
        border-right: none;
      }

    .little-text.search-results .score {
        border-right: none;
    }




}


.search{
    background: #e6e6e6;

 }

.search.desktop{
    padding: 9px 10px 9px 11px;
    margin-top: 22px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
}

.search>span{
    padding: 0 6px;
    font-size: 16px;
    color: #999999;
    font-family: "Conv_SourceSansPro-Italic";
    line-height: 26px;
}
#header .search input{
    width: 192px;
}

#header .search input:first-child{
    width: 220px;
}

.search .btn{
    margin-left: 7px;
}

@media screen and (min-width:768px) and (max-width:960px) {
   .search.desktop{
        margin-top: 12px;
         text-align: center;
        float: none;
        border-radius: 0;
        padding: 10px 0 10px 0;
        vertical-align: middle;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #e1e1e1;
       -moz-border-radius: 0;
       -webkit-border-radius: 0;

    }

    #header .search.desktop input{
        height: 33px;
        font-size: 16px;
        width: 31%;
        vertical-align: top;
    }

    #header .search.desktop input:first-child{
        width: 36%;
    }

   .search.desktop>span{
        padding: 0 11px;
        font-size: 20px;
        line-height: 33px;
    }
   .search.desktop .btn.small{
        height: 33px;
        line-height: 33px;
        font-size: 18px;
        padding: 0 32px;
        vertical-align: top;

   }

}

#header .search.mobile input{
    height: 45px;
    font-size: 27px;
    padding-left: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    width: 32%;
    vertical-align: top;
}

.search.mobile form span{
    padding: 0 11px;
    font-size: 27px;
    line-height: 45px;
}

.search.mobile .magnifier{
    display: inline-block;
    width: 38px;
    height: 37px;
    margin-left: 16px;
    margin-top: 3px;
    background: url("/bundles/wyngspan/img/magnifier.png") no-repeat;
}


.search.mobile{
    padding: 14px 0 0 23px;
    margin-top: 17px;
    z-index: 100;
    position: relative;
}

.search.mobile .btn-menu{
    display: block;
    float: right;
    width: 78px;
    height: 72px;
    background: url("/bundles/wyngspan/img/btn-menu.jpg") no-repeat left top;
    margin-top: -14px;
}

.search.mobile .btn-menu.current_ancestor{
   background-position: left bottom;
}
.search.mobile .btn-menu.current{
    background-position: left bottom;
}



#content .l-home-page h3 select{
    width: 160px;
}

@media screen and (min-width:768px) and (max-width:960px) {
    #content .l-home-page h3 select{
        width: 90px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    #content .l-home-page h3 select{
        width: 200px;
    }
}

.system-notifications {
    padding: 10px 10px !important;
    background: #d9ebf7;
    text-align: center;
    font-size: 16px;
    font-family: Conv_SourceSansPro-Semibold;
    color: #4b4b4b;
    margin-bottom: 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.system-notifications.error {
	background: #ffeded;
	color: #f99797;
}

@media screen and (min-width:0) and (max-width:767px) {
    .system-notifications {
        padding: 15px 15px;
        font-size: 24px;
         margin-bottom: 15px;
        margin-top: 15px;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius:7px 7px 7px 7px;
        -webkit-border-radius: 7px 7px 7px 7px;
    }
}

.tab-connection li{
    float: left;
}

.tab-connection a{
   display: block;
   font-family: "Conv_SourceSansPro-Bold";
   color: #ffffff;
   text-transform: uppercase;
   text-decoration: none;
}

.tab-connection a:hover{
     color: #ffffff;
     text-transform: uppercase;
 }


.tab-connection.level-1 li{
    margin-left: 0.5%;
}


.tab-connection.level-1 li:first-child{
    margin-left: 0;
}

.tab-connection.level-1 a{
   background: #2f7595;
   font-size: 16px;
    line-height: 18px;
    padding: 18px 0 12px 0;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    text-align:  center;
}

.tab-connection.level-1 .member-1{
    width: 28.1%;
}
.tab-connection.level-1 .member-2{
    width: 15%;
}
.tab-connection.level-1 .member-3{
    width: 21%;
}
.tab-connection.level-1 .member-4{
    width: 13.7%;
}
.tab-connection.level-1 .member-5{
    width: 20.2%;
    float: right;
}

.tab-connection.level-1 li.current_ancestor a{
    background: #175885;
}

.tab-connection.level-1 li.current a{
    background: #175885;
}

.tab-connection.level-2{
    background: #175885;
    padding: 0 20px 28px 20px;
}



.trust-circle .tab-connection.level-2 {
    background: none repeat scroll 0 0 #175885;
    padding: 13px 0 0;
    margin-bottom: 28px;
}

.tab-connection.level-2 a{
    background: #286c90;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 30px 12px 30px;
    border-radius: 22px 22px 22px 22px;
    -moz-border-radius: 22px 22px 22px 22px;
    -webkit-border-radius: 22px 22px 22px 22px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    position: relative;
}

.do-more-elements.tab-connection.level-2 a{
    padding: 13px 26px 12px 26px;
}

.tab-connection.level-2 li{
    margin-right: 17px;
    margin-top: 20px;
}

.do-more-elements.tab-connection.level-2 li{
    margin-right: 13px;
}

.tab-connection.level-2 li.current a{
    background: #12466a;
}
.tab-connection.level-2 li.current_ancestor a{
    background: #12466a;
}

.triangle{
    display: none;
    width: 0;
    height: 0;
    border-left:  10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #12466a;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
}

.tab-connection.level-2 li.current a .triangle{
   display: block;
}

.tab-connection.level-2 li.current_ancestor a .triangle{
    display: block;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .tab-connection.level-1 a{
        background: #4897a5;
        line-height: 16px;
        padding: 15px 0 8px 0;
        font-size: 12px;
     }

    .tab-connection.level-2 {
        background: none repeat scroll 0 0 #175885;
        padding: 10px 20px 18px;
    }
}

@media screen and (min-width:0) and (max-width:767px){

    .tab-connection.level-2 {
        background: none repeat scroll 0 0 #175885;
        padding: 33px 25px 44px;
    }

    .trust-circle .tab-connection.level-2{
        padding-top: 0!important;
    }

    .tab-connection.level-2 a {
        border-radius: 33px 33px 33px 33px;
        -moz-border-radius: 33px 33px 33px 33px;
        -webkit-border-radius: 33px 33px 33px 33px;
        behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
        font-size: 29px;
        line-height: 36px;
        padding: 20px 38px 18px;
      }

    .triangle {
        border-left: 17px solid rgba(0, 0, 0, 0);
        border-right: 17px solid rgba(0, 0, 0, 0);
        border-top: 17px solid #12466A;
        bottom: -17px;
        margin-left: -17px;
    }
    .tab-connection.level-2 li {
        margin-right: 30px;
    }
}

.text-block{
    padding-right: 60px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e5e5e5;
}

.text-block h3{
    padding-bottom: 14px;

}

.text-title{
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Bold";
    color: #000000;
    padding: 14px 0 6px 0;
    line-height: 19px;
}

.text-title:first-child{
   padding-top: 0;
}

.text-block p{
    line-height: 22px;
}

.text-block .category{
    font-family: "Conv_SourceSansPro-Italic";
}

.text-block .keywords{
    font-family: "Conv_SourceSansPro-Bold";
}


.text-block ul{
    padding: 32px 0 54px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

.text-block li{
   list-style-image: url("/bundles/wyngspan/img/list-marker-text.png");
    padding-top: 7px;
}

.text-block li:first-child{
    padding-top: 0;
}



@media screen and (min-width:768px) and (max-width:960px) {
    .text-block{
        padding-right: 22px;
        border-bottom: none;
     }

    .text-block ul {
        margin-right: -22px;
        padding-right: 22px;
        padding-left: 40px;
    }

    .text-block li {
        padding-top: 14px;
    }
}


@media screen and (min-width:0) and (max-width:767px) {
    .text-block {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 60px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .text-block h3{
        padding-bottom: 0;
        font-size: 44px;
        line-height: 55px;
    }

    .text-title {
        font-size: 36px;
        line-height: 44px;
        padding: 0 0 15px 0;
        margin-top: 10px;
    }

    .text-block p {
        line-height: 42px;
        font-size: 36px;
    }

    .text-block h3 {
       margin-top: 43px;
    }

    .text-block li {
        list-style-image: url("/bundles/wyngspan/img/list-marker-text-640.png");
        padding-top: 44px;
        font-size: 36px;
        vertical-align: top;
    }

    .text-block ul{
        padding: 60px 30px 54px 82px;
        margin: 0 -30px 50px -30px ;
    }


}


 #todo-content ul {
	margin-top: 20px;
}


#todo-content ul li {
	margin-top: 10px;
}

#todo-content ul li div.right {
	width: 97%;
}

#todo-content ul li.done div.right p {
    text-decoration: line-through;
}

#todo-content .public-profile.full {
	border: none;
}

#todo-content .public-profile.full .profile-img {
	width: 150px;
}

 #todo-content .trust-points .left {
     width: 30%;
 }

 #todo-content .trust-points .right {
     width: 70%;
 }

 @media screen and (min-width:768px) and (max-width:960px) {

     #todo-content .public-profile.full .profile-img {
         width: 27%;
     }

     #todo-content .public-profile.full .profile-inf {
         width: 73%;
     }


 }

 @media screen and (min-width:0) and (max-width:767px) {

     #todo-content ul li div.right{
         width: 94%;
         margin-bottom: 10px;
     }
     #todo-content .public-profile.full .profile-img {
         width: 31.7%;
     }
     #todo-content .public-profile.full .profile-inf {
         width: 63%;
         padding-right: 0;
         min-height: 169px;
     }

     #todo-content .public-profile .score{
         width: 46%;
         border: none;
     }

     #todo-content .public-profile .trust-factor{
         width: 54%;
         border: none;
         padding-left: 0;
         padding-top: 0;
         padding-bottom: 20px;
     }
     #todo-content .public-profile .trust-factor.small span{
         margin: 0 auto;
     }

     #todo-content .public-profile.full .score .trust-points a{
         font-size: 25px;
         line-height: 38px;
     }
     #todo-content .item a{
         font-size: 24px;
         line-height: 30px;
     }

 }

.trust-factor span{
    background: url(/bundles/wyngspan/img/trust-factor-full.png) no-repeat top  left;
    font-size: 62px;
    line-height: 146px;
    font-family: "Conv_SourceSansPro-Bold";
    color: #ffffff;
    width: 149px;
    height: 166px;
    text-align: center;
    display: block;
}

.trust-factor.small span{
    background: url(/bundles/wyngspan/img/trust-factor-small.png) no-repeat top left;
    font-size: 40px;
    line-height: 85px;
    width: 96px;
    height: 106px;
}

@media screen and (min-width:0) and (max-width:767px) {
    .trust-factor span {
        background: url("/bundles/wyngspan/img/trust-factor-full-640.png") no-repeat ;
        font-size: 89px;
        height: 248px;
        line-height: 219px;
        width: 223px;
    }

    .trust-factor.small span {
        background: url("/bundles/wyngspan/img/trust-factor-full-640.png") no-repeat ;
        font-size: 89px;
        height: 248px;
        line-height: 219px;
        width: 223px;
    }

    .popup .trust-factor.small span{
        background: url(/bundles/wyngspan/img/trust-factor-small.png) no-repeat top left;
        font-size: 40px;
        line-height: 85px;
        width: 96px;
        height: 106px;
    }
}




.trust-list.search-results .public-profile-list > li:first-child{
    border: none;
}

.trust-list.search-results .public-profile.normal .profile-img{
    width: 20%;
}

.trust-list.search-results .public-profile.normal .profile-inf{
    width: 80%;

}

.trust-list.search-results .public-profile.normal .profile-inf p{
    width: 100%;

}

.video-description{
    padding: 15px 0;
    width: 560px;
    height: 315px;
}
.video-description img{
    width: 100%;
    height: 100%;
    display: block;
}

.video-description iframe{
    width: 560px;
    height: 315px;
    display: block;
}

@media screen and (min-width:768px) and (max-width:960px){
    .trust-list.search-results .public-profile.normal .profile-img{
        width: 27%;
    }

    .trust-list.search-results .public-profile.normal .profile-inf{
        width: 73%;

    }

    .video-description{
        height: 211px;
        width: 100%;
    }

    .trust-list.search-results .public-profile.short .profile-img{
        width: 23%;
        padding: 0;
        margin: 0;
    }

    .trust-list.search-results .public-profile.short .profile-inf{
        width: 77%;
        padding: 0;
        margin: 0;

    }
    .trust-list.search-results .public-profile.short .profile-inf .comment-text  {
        width: 100%;
    }
}

@media screen and (min-width:0) and (max-width:767px){
    .trust-list.search-results .public-profile.normal .profile-img{
        width: 33%;
    }

    .trust-list.search-results .public-profile.normal .profile-inf{
        width: 67%;

    }

    .video-description{
        height: 211px;
        width: 100%;
    }

    .trust-list.search-results .public-profile.short .profile-img{
        width: 30%;
        padding: 0;
        margin: 0;
    }

    .trust-list.search-results .public-profile.short .profile-inf{
        width: 70%;
        padding: 0;
        margin: 0;

    }
    .trust-list.search-results .public-profile.short .profile-inf .comment-text  {
        width: 100%;
    }
    .trust-list.search-results .public-profile.normal{
        padding: 0;
    }
    .search-results.trust-list .comment-list {
        margin-left:  0;
    }
}

.admin .main-menu.desktop{
    padding-top: 13px;
    padding-bottom: 13px;
}
.admin .auth.is-authorization{
    padding-top: 8px;
}

.admin .l-header-m {
    padding-bottom: 0;
}

.admin .main-menu.desktop li {
   padding-left: 20px;
}

.admin .l-filter td{
    padding: 5px 10px 5px 0;
}

.admin .l-filter label{
   display: inline-block;
}

.admin .l-filter .remove{
   margin-left: 10px;
}

.admin  select{
    height: 28px;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #666666;
    padding: 6px 2px;
    width: auto;
}


.admin input[type=text], .admin input[type=password], .admin input[type=email], .admin input[type=number]{
    width: auto;
    padding-right: 9px;
}

.admin .l-filter .reset{
    margin-left: 10px;
}
.admin .btn-wrapper{
    margin-top: 20px;
}

.admin .btn-group{
    display: inline-block;
    margin-right: 10px;
}

.admin .btn-group .btn{
    margin-right: 5px;
}

.admin .table-wrapper{
    overflow-x: scroll;
}
.admin .l-table{
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
    border-spacing: 0;
}

.admin .l-table tbody td{
    border-left: 1px solid #D3D3D3;

}

.admin .l-table td{
    text-align: left;
    padding: 5px;
    vertical-align: middle;
    max-width: 250px;
}


.admin .l-table.unlim-width td,
.admin .l-table td.unlim-width{
   max-width: 1000%;
}



.admin .l-table td.center{
    text-align: center;
}

.admin .l-table thead{
    border-bottom: 1px solid #D3D3D3;
    background: #F2F2F2;;
}

.admin .l-table tfoot{
    border-top: 1px solid #D3D3D3;
    background: #F2F2F2;;
}

.admin .l-table tbody tr.odd{
    background: #F3F3F3;
}
.admin .l-table .export{
    margin-right: 15px;
    margin-top: 3px;
}

.admin .l-table .export a{
    margin-right: 5px;
}

.admin .l-table .page{
    margin-top: 3px;
}

.admin #l-site-info{
    margin-bottom: 10px;
}

.admin .tooltip-p{
    position:absolute;
    z-index:999;
    width:105px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color:#ffffff;
    padding:10px 10px 0 10px;
    display: none;
    border: 1px solid #CECECE;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
}

.admin .tooltip-p a{
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
     color: #0070D1;

}

.admin .tooltip-p a:hover{
    color: #000000;
}

.admin .tooltip-p li{
    padding: 10px 0;
    border-top: 1px solid #D3D3D3;
}

.admin .tooltip-p li.no-border{
    padding: 0 0 10px 0;
    border-top: none;
}

.admin .form-container li{
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
    margin: 10px 0;
}

.admin .form-container li.last{
    border-bottom:none;

}

.admin .form-container label{
    font-family: "Conv_SourceSansPro-Semibold";
    margin-right: 10px;
    display: inline-block;
    float: left;
    text-align: right;
    width: 200px;
}

.admin .popup-search{
    position: relative;

}

.admin .popup-search input{
    width: 270px;
    padding-right: 30px;
}
.admin .popup-search a {
    margin-top: 0;
    display: block;
    height: 30px;
    width: 23px;
    position: absolute;
    top: 2px;
    left: 290px;
    background: url("/bundles/wyngspan/img/magnifier-categories.png") no-repeat;
}

.admin .categoryTree{
    margin-top: 7px;
    width: 275px;
    height: 190px;
    border: 1px solid #abacad;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    overflow-y: scroll;
}

.admin .l-content-text {
  	float: left;
}

.admin .r-content-text {
    float: right;
}

.admin.category-edit-popup div.popup-search input.magnifier {
	width: 281px;
	padding-right: 0;
}

.admin.category-edit-popup div.popup-search a.category-search {
	left: 265px;
}

.admin.category-edit-popup .m-content-buttons {
	margin: 0;
}

.admin.category-edit-popup div.with-search .m-content-buttons div.buttons {
	padding-top: 42px;
}

.admin .m-content-buttons{
    width: 140px;
    float: left;
    margin: 40px 13px 0 13px;
    text-align: center;
}

.admin .m-content-buttons .btn{
    padding-left: 9px;
    padding-right: 9px;
    margin: 0 auto 10px auto;
    width: 121px;
}

.categoryTree ul.popup-level li.open div a {
    background: url("/bundles/wyngspan/img/arrow_popup_b.png") no-repeat center center;
    display: inline-block;
    padding: 0;
    width: 13px;
    height: 7px;
    margin-top: 0;
}

.categoryTree ul.popup-level li.close div a {
    background: url("/bundles/wyngspan/img/arrow_popup_r.png") no-repeat center center;
}

.admin .tab-connection{
    margin-bottom: 20px;
    border-bottom: 1px solid #2F7595;
}
.admin .tab-connection.level-1 li{
    width: auto !important;

}
.admin .tab-connection.level-1 li a{

    padding-left: 10px;
    padding-right: 10px;
}

.admin .paging-content li{
    float: left;
    padding-right: 3px;
}

.admin .paging-content li a{
    text-decoration: none;
    padding: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.admin .paging-content li:hover a,
.admin .paging-content li.current a{
    background: #CCCCCC;

}

.admin .paging {
    margin-top: 20px;
    text-transform:  uppercase;
}

#add-badge-form .form-buttons {
    margin-left: 210px;
}
#add-badge-form .profiles-list-wrapper {
    margin-bottom: 20px;
}
#add-badge-form .has-border {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 20px;
}
ul#badge_badge-user-list, ul#badge_badge-company-list {
  margin-left: 210px;
}
.admin .form-container ul.profiles-badge-list li {
    border: 0;
    float: left;
    margin: 10px 10px 0 0;
    padding: 0;
}
ul.profiles-badge-list li a {
    color: #fff;
    text-decoration: none;
}
#add-badge-form .paging-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.singin-wrapper.l-form-two-column .left.adminContribution {
    width: auto;
}

#adminContribution span.warning {
    color: #FF0000;
    float: left;
    line-height: 28px;
}

#adminContribution input {
    float: left;
    margin-right: 10px;
}

.left.adminContribution h3 {
    margin: 20px 0;
}

.conditionBox-list .condition select {
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 3px;
}

#add-badge-form .remove-all {
    display: block;
    margin: 10px 0 0 210px;
}

.premium-settings .ajax-editable-form input[type="radio"] {
    margin-right: 0px;
}

.premium-settings .ajax-editable-form label {
    margin-left: 2px;
    margin-right: 10px;
}

.admin-setting-form #form > div {
    margin-bottom: 15px;
}

.admin .l-wrapper.admin-setting-form form label {
    display: inline;
    margin-right: 10px;
}

.admin .partner-logo-thumb {
    float: right;
    margin: 0;
}

input[type=text], input[type=password], input[type=email], input[type=number] {
    text-align: left;
    padding-left: 9px;
    font-size: 13px;
    font-family: "Conv_SourceSansPro-Italic";
    color: #000000;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    height: 28px;
	width: 95.2%;
}

.join-form {
    margin-bottom: 50px;
}

form > div {
    margin-bottom: 15px;
}

.message-search form > div {
	margin-bottom: 0;
}

form div p.note, form div span.note {
    margin-top: 3px;
    font-size: 12px;
    font-family: "Conv_SourceSansPro-Regular";
    color: #666666;
}

.join-form div p.note {
    padding-left: 18px;
    font-size: 14px;
    margin-top: 5px;
}

.singin-wrapper {
    padding-bottom: 50px;
}

.singin-wrapper .with-tooltip {
    margin-left: 15px;
}

.singin-wrapper.l-form-two-column .left {
    float: left;
    margin-right: 30px;
    width: 450px;
}

.singin-wrapper .left.center {
    text-align: center;
}

.singin-wrapper .left.center ul.signup-social {
    margin-top: 30px;
}

.singin-wrapper .left.signin form {
     margin-top: 10px;
}

.singin-wrapper .left.signin form div:first-child {
    margin-top: 0px;
}

.singin-wrapper .left.signup form {
    margin-top: 35px;
}

.singin-wrapper.l-form-two-column .right {
    float: left;
    width: 48%;
    text-align: center;
}

.singin-wrapper form div:first-child {
    margin-top: 25px;
}
.singin-wrapper form > div {
    margin-bottom: 15px;
}

.singin-wrapper.l-form-three-column .left h3 {
    font-size: 16px;
}

ul.signup-social .button {
	display: inline-block;

}
.right .signup-social {
	margin: 18px 0 0 0;
}

.singin-wrapper.l-form-two-column .username .left {
    margin-right: 15px;
    width: 47%;
    margin-top: 0;
    padding: 0;
}

.singin-wrapper.l-form-two-column .username .right {
    float: left;
    text-align: left;
    width: 47%;
}

.singin-wrapper.l-form-three-column .username .left {
    width: 47%;
    margin-right: 15px;
    margin-top: 0;
}

.singin-wrapper.l-form-three-column .username .right {
    float: left;
    width: 46%;
}

.singin-wrapper.l-form-three-column .left.center {
    text-align: center;
    float: none;
    width: 100%;
}

.singin-wrapper.l-form-three-column .left.center form {
    width: 50%;
    margin: 0 auto;
}

.singin-wrapper.l-form-three-column .left.center form > div {
    text-align: left;
}

.signup-social .btn.large, .signup-social.connecting .btn.large {
    height: 38px;
    line-height: 38px;
    padding: 0 62px;
    font-size: 14px;
    text-transform: none;
    font-family: "Conv_SourceSansPro-SemiBold";
}

.signup-social .btn.large {
    padding: 0 50px;
}

.singin-wrapper.l-form-three-column .username .right {
    width: 47%;
}

.singin-wrapper .socialTerms {
    margin-top: 10px;
}

@media screen and (min-width:0) and (max-width:767px){
	.singin-wrapper.l-form-two-column .right {
		width: 100%;
	}

	.singin-wrapper.l-form-two-column .left {
		width: 100%;
		margin-right: 0;
		padding-top: 20px;
	}

    .singin-wrapper.l-form-two-column .username .left {
        margin-right: 30px;
    }

    .singin-wrapper.l-form-three-column .username .left {
        width: 47%;
        margin-right: 40px;
        margin-top: 0;
    }

	input[type=text], input[type=password], input[type=email], input[type=number] {
		width: 100%;
	}

    .signup-social .btn.large, .signup-social.connecting .btn.large {
        height: 45px;
        line-height: 45px;
        padding: 0 75px;
        font-size: 18px;
        text-transform: none;
        font-family: "Conv_SourceSansPro-SemiBold";
    }

    .signup-social .btn.large {
        padding: 0 60px;
    }

    .singin-wrapper.l-form-three-column .username .left.forMobile {
        float: none;
        margin-right: 0px;
        width: 100%;
    }

    .singin-wrapper.l-form-three-column .username .right.forMobile {
        float: none;
        margin-top: 10px;
        width: 100%;
    }

}

/* remove ie cross from input fields */
input[type=text]::-ms-clear {
    display: none;
}

.badges li img {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);
    width: 50px;
    height: 50px;
}

/* bookmark popup */

#bookmark-popup .bookmarkedDescription {
    margin-bottom: 20px;
}

#bookmark-popup div p.note {
    margin-top: 3px;
	font-size: 12px;
    font-family: "Conv_SourceSansPro-Regular";
    color: #666666;
	margin-bottom: 18px;
}

.bookmark-note {
	width: 100%;
}

/*for popup links*/
.ui-dialog.ui-widget-content a {
    color: inherit;
}
/*for popup buttons */
.ui-dialog.ui-widget-content a.btn {
	color: #FFFFFF;
}

.ui-dialog.ui-widget-content a.btn.reset {
	color: #175885;
}

.trust-list.search-results .public-profile .actions {
	margin-top: 5px;
}

.trust-list.search-results .public-profile .actions > li {
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}

.trust-list.search-results .public-profile.normal .share {
	padding-top: 0px;
}

.trust-list .show-more, .feed-list .show-more {
    margin-bottom: 20px;
}

#trust-list-popup .controls-wrapper {
    position: relative;
}

.trustList-search .magnifier {
	position: absolute;
	z-index: 100;
	cursor: pointer;
    top: 2px;
	right: 29px;
	width: 26px;
	height: 26px;
	background: url("/bundles/wyngspan/img/magnifier-connection.png") no-repeat right center;
	display: block;
}

.trustList-search {
    width: 100%;
	padding-right: 21px;
	position: relative;
    top: -40px;
}

.trustList-search input {
	width: 36.3%;
	float: right;
}

#seeTrust-popup .profile-inf > p,
#seeTrust-popup .profile-inf > div,
#trust-list-popup .profile-inf > div,
#trust-list-popup .profile-inf > div {
	margin-bottom: 10px;
}

#seeTrust-popup .public-profile.normal .share, #trust-list-popup .public-profile.normal .share {
	margin-left: 132px;
}

.feed-filter {
	text-align: right;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

.search-results.trust-list {
	margin-bottom: 20px;
}

/* account messages page*/
.message-search{
	background: #e6e6e6;
	border:  1px solid #cccccc;
}

.message-search form>div{
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 16px;
	padding-bottom: 17px;
	height: 61px;
	padding-left: 20px;
}

.message-search .filter{
	width: 33.3%;
	border-right: 1px solid #c4c4c4;
}

.message-search .search{
	width: 33.4%;
	padding-right: 21px;
	position: relative;
}

.message-search label{
	color: #4c4c4c;
	font-size: 13px;
	font-family: "Conv_SourceSansPro-Bold";
	padding-right: 11px;
}

.message-search .magnifier{
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top: 18px;
	right: 29px;
	width: 26px;
	height: 26px;
	background: url("/bundles/wyngspan/img/magnifier-connection.png") no-repeat right center;
	display: block;
}

.message-box .buttons {
	margin: 10px 0 0 0;
}

.message-box .buttons a{
	margin: 0 0 10px 0;
}

.message-box .select-manager {
	margin: 15px 0 15px 0;
}

.message-box .select-manager a {
	background: url("/bundles/wyngspan/img/separator-a.jpg") no-repeat scroll left center transparent;
	color: #0070D1;
	display: inline-block;
	font-family: "Conv_SourceSansPro-Semibold";
	font-size: 12px;
	padding: 0 8px 0 9px;
}
.message-box .select-manager .title {
	margin: 0 8px 0 0;
}

.message-results .messageBody {
	margin-top: 10px;
}

.message-results .public-profile .score .flag {
	clear: right;
	margin: 5px 0 0;
	float: right;
}
.message-results .public-profile .score {
	width: 17%;
	min-height: 120px;
	padding-bottom: 5px;
	background: none;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}

.message-results .public-profile .profile-img {
	width: 19%;
}

.message-results .public-profile .profile-inf {
	width: 32%;
	min-height: 100px;
}

.message-results .message-item .public-profile.normal .profile-inf span a {
	font-family: "Conv_SourceSansPro-Italic";
}

.message-results .message-item.no-viewed .public-profile.normal .profile-inf span a {
	font-family: "Conv_SourceSansPro-Bold";
}

.message-results .public-profile.full .img-wrapper {
	height: 103px;
}

.message-results .public-profile .actions {
	margin-top: 0px;
}

.message-results li.paging {
	border: 0 none;
	background: #f1f1f1 none;
	text-align: center;
	padding: 10px 0;
}

.message-results li.paging.ajax-in-process {
	background: #f1f1f1 url(/bundles/wyngspan/img/ajax-loader-bg-gray.gif) 11px 9px no-repeat;
}

.message-item.no-viewed .flag.ajax-in-process {
	background: transparent url(/bundles/wyngspan/img/ajax-loader-bg-gray.gif) no-repeat center center;
}

.message-privacy h3 {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
	margin-bottom: 10px;
}

.message-privacy .btn-wrapper {
	margin-top: 10px;
}

.whitelist-item .column1 {
	padding-right: 12px;
	width: 75px;
	float: left;
}
.whitelist-item .column1 img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.whitelist-item .column2 {
	padding-right: 20px;
	width: 170px;
	float: left;
}

.whitelist-item, .whitelist-item.public-profile.normal {
	margin: 10px 0;
}

.whitelist-item.public-profile .actions {
	margin-top: 0px;
}

.whitelist-item .column3 {
	margin: 0 10px 0 277px;
	text-align: right;
}

.message-compose {
	margin-top: 20px;
}

.message-compose .left {
	width: 400px;
}

.desktop a.pushed{
	background: none;
}

.desktop a.flag.pushed{
	background: url("/bundles/wyngspan/img/flag.png") no-repeat top left;
}

.message-view > div {
	margin-top: 10px;
}

.message-view .body {
	text-align: justify;
}

/* comments */
.comment-list {
	margin-top: 20px;
	margin-left: 135px;
}

.comments-list li.not-border {
	border-width: 0px;
}

.comments-list li {
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 10px 0;
}

.comment-list .comment-save {
	float: right;
}

.comments-list .public-profile > div.profile-inf {
	width: 75%;
	margin-right: 5px;
}

.comments-list .public-profile > div.profile-img {
	width: auto;
	margin-right: 10px;
}

.comments-list p.note {
	margin-top: 5px;
}

.comments-list p.note span {
	margin-top: 3px;
	font-size: 12px;
	font-family: "Conv_SourceSansPro-Regular";
	color: #666666;
}

.comment-message-edit a {
	float: right;
	margin-left: 5px;
}

#trusts-content li {
	margin-top: 10px;
}

/* comments button */
.ui-dialog.ui-widget-content .comment-text a.btn {
	color: #FFFFFF;
}

/* comments text */
.comments-list p.comment-message {
	font-family: "Conv_SourceSansPro-Italic";
}


/* invite clients*/

.invite-clients .l-form-two-column > .left {
    width: 100%;
}

.invite-clients textarea, .invite-clients .user-textarea {
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.invite-clients textarea {
    height: 120px;
}

.invite-clients input[type="text"] {
    padding-left: 7px;
    width: 99%;
}

.invite-clients .report {
	margin: -10px 0 0 0;
	border: 0 none;
	background: #d9ebf7;
	padding: 0 0 20px 0 !important;
	display: none;
}
.invite-clients .report table {
	width: 100%;
}
.invite-clients .report td {
	width: 50%;
	padding: 0 30px 0 20px;
}
.invite-clients .report td textarea {
	width: 100%;
}

.invite-clients .message textarea {
	display: block;
	margin: 5px 0;
}

.invite-clients .description {
	margin: 10px 0;
}

.invite h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.invite .view-status-link {
	text-align: center;
}
.invite .view-status-link h3 {
	text-transform: none;
	font-size: 20px;
}

.invite h2, .invite-list h2, .invite-linkedin  h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.invite h2.border-bottom, .invite-list h2.border-bottom, .invite-linkedin  h2.border-bottom {
	border-bottom: 1px solid #d3d3d3;
}

.invite ul.signup-social li {
	margin-right: 20px;
}

#invite-list-items {
	margin-top: 20px;
}

#invite-list-items li {
	padding: 5px 0;
	border-top: 1px solid #d3d3d3;
}

#invite-list-items li:first-child {
    border-top-width: 0;
}

#invite-list-items li .left {
	margin-left: 15px;
}

#invite-list-items li .right {
	margin-right: 15px;
	text-align: right;
}

#invite-list-items li .right.status {
	width: 150px;
}

#invite-list-items li .date {
	width: 125px;
}

#invite-list-items li .type {
	width: 130px;
}

#invite-list-items li .type.clients {
    width: 140px;
    text-align: right;
}

/* trust circle */
.circle-sector-busy p {
	width: 95px;
}

.helper {
    text-align: center;
    width: auto;
    padding: 10px;
    border-radius: 10px;
    background: white;
    height: auto;
}

.trustCircle-tooltip {
    position: absolute;
    z-index: 999;
    left: -9999px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ffffff;
    -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
    display: none;
}

.trust-circle .helper img {
	position: static;
}
.trust-circle .helper .profile,
.trust-circle .helper .profile-inner,
.trust-circle .helper .caption,
.trust-circle .helper .caption-inner
{
	position: static;
}

.trust-circle .gallery .name,
.trust-circle .helper .name {
	display: block;
	position: static;
	font-size: 13px;
	font-family: "Conv_HelveticaNeueBold";
	color: #0070d1;
	display: block;
	padding: 6px 0 0 0;
	width: auto;
	line-height: 1;
	text-align: center;
}

.o-10.current {
	left: 160px;
	top: 584px;
}

#dialog-edit-circle .ul-wrapper{
	margin-top: 7px;
	width: 245px;
	height: 350px;
	border: 1px solid #abacad;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 0;
	overflow-y:scroll;
}

#dialog-edit-circle .content-popup > div {
	font-family: "Conv_SourceSansPro-Bold";
	font-size: 14px;
	color: #000000;
	float: left;
	padding-top: 5px;
}

#dialog-edit-circle .profile {
	border-radius: 3px;
	margin: 5px 4px;
	padding: 4px 4px;
	clear: both;
	min-height: 60px;
}

#dialog-edit-circle .profile.selected {
	background: #ececec none;
}

#dialog-edit-circle .profile img {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	float: left;
	margin-right: 3px;
}

#dialog-edit-circle .profile .name {
	color: #0070d1;
}

#dialog-edit-circle .profile .category,
#dialog-edit-circle .profile .locality {
	color: #4B4B4B;
	font-family: "Conv_SourceSansPro-Regular";
	font-size: 12px;
	margin-left: 63px;
}

#dialog-edit-circle .status-line {
	color: #4B4B4B;
	font-family: "Conv_SourceSansPro-Regular";
	font-size: 13px;
	margin: 3px 1px;
	text-align: right;
}

#dialog-edit-circle .m-content-buttons div.buttons {
	padding: 72px 18px 0 18px;
	width: 128px;
}

#dialog-edit-circle .m-content-buttons div>a {
	width: 105px;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

.ui-dialog.ui-widget-content #trust-circle-popup a {
	/* color: #FFFFFF; */
}

.public-profile.short .profile-inf span {
	color: #175885;
	font-family: "Conv_SourceSansPro-Bold";
	font-size: 14px;
}

.public-profile.short .profile-inf p {
	color: #666666;
	font-family: "Conv_SourceSansPro-Italic";
	font-size: 14px;
	vertical-align: top;
	padding: 3px 0;
}

.text-block .keywords span {
	font-family: "Conv_SourceSansPro-Italic";
}

.text-block .static-page p {
    margin-bottom: 10px;
}

.text-block .static-page ul {
    margin-bottom: 0;
    border-bottom-width: 0px;
    padding: 0;
}

.text-block .static-page img {
    margin: 9px 10px 10px 0;
    float: left;
    max-width: 240px;
}

.claimCompanyForm .phone .left {
    width: 76%;
}

.claimCompanyForm .phone .right {
    float: left;
    width: 20%;
}

.claimCompanyForm .address .left {
    margin-right: 20px;
    width: 75%;
}

.claimCompanyForm .address .right {
    float: left;
    width: 20%;
}

.connections .public-profile .score .btn {
    margin: 0 25px 10px;
}

.category-edit-popup #categoryTree ul.popup-level li div span.used {
    cursor: default;
    color: #D3D3D3;
}

.content-form-background form.search-company input[type="text"] {
    border-color: #175885 !important;
}

.gallery .flexslider .slides {
    -webkit-transform: none !important;
}

.gallery .flexslider .slides .profile.empty {
    height: 137px;
}

.profile-settings .ajax-editable-form input[type=checkbox],
.profile-settings .ajax-editable-form input[type=radio] {
    width: auto;
    vertical-align: baseline;
    margin-right: 2px;
}

.profile-settings .ajax-editable-form .fleft label {
    margin-right: 10px;
    vertical-align: baseline;
    line-height: 30px;
}

.profile-settings .error p, #editProfile-popup .error p {
    margin-left: 175px;
}

.singin-wrapper.l-form-two-column.feedback .left {
    width: 300px;
    padding-left: 100px;
}

.singin-wrapper.l-form-two-column.feedback select {
    width: 98.5%;
}

.singin-wrapper.l-form-two-column.feedback textarea {
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 120px;
    width: 98.5%;
}

.connections-search.dashboard .sort {
    width: 27%;
}

.connections-search.dashboard .search {
    border-right: 1px solid #C4C4C4;
    width: 48%;
}

.connections-search.dashboard form > div {
    padding-left: 10px;
}

.search-results .public-profile .score .trust-points p.text-link a,
.public-profile .score .trust-points a.text-link {
    font: inherit;
    color: #000000;
    line-height: 24px;
}

.public-profile .score .trust-points a.text-link {
    font-family: "Conv_SourceSansPro-Bold";
}

.public-profile .score .trust-points .right span {
    display: block;
    text-align: left;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
    vertical-align: middle;
}

.static-page .boldText, .static-page h4 {
    font-family: "Conv_SourceSansPro-Bold",Arial,"Helvetica CY","Nimbus Sans L",sans-serif-family;
}

.feedback-button {
    position: fixed;
    left:0;
    top:50%;
}
.feedback-button a {
    display: block;
    position: absolute;
    left:0px;
    top:-47px;

    height: 96px;
    width: 29px;

    background: transparent url(/bundles/wyngspan/img/feedback.png) 0 0 no-repeat;

    overflow: hidden;
    white-space: nowrap;
    text-indent: 29px;
}
.feedback-button a:hover,
.feedback-button a:active {
    background-position: 0 -96px;
}

.how-it-works .left {
    width: auto;
}

.how-it-works .text-block {
    margin-right: 0px;
    margin-bottom: 40px;
    padding-right: 0;
    padding-bottom: 10px;
    margin-top: 40px;
}

.how-it-works .text-block .item-number {
    margin-right: 10px;
    width: 35px;
    height: 40px;
    float: left;
}

.how-it-works .text-block .item-number span {
    background: url(/bundles/wyngspan/img/trust-factor-small-640.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    height: 39px;
    width: 35px;
    font-family: "Conv_SourceSansPro-Bold";
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
}

.how-it-works .text-block .left {
    width: 410px;
    margin-right: 10px;
}

.how-it-works .text-block .right {
    width: 495px;
    text-align: center;
}

.how-it-works .text-block .right img {
    max-width: 495px;
}

.auth ul li.message-icon .user-photo {
    height: 16px;
    margin: 6px 3px 0;
    width: 16px;
}

.search-slider.ui-widget-content {
    border-color: #175885;
}

.search-slider .ui-widget-header {
    padding-left: 0 !important;
}

.search-slider .ui-state-default {
    border-color: #175885;
}

.search-slider .ui-slider-handle {
    cursor: pointer;
    width: 0.8em;
}

.block .contact li a {
    color: inherit;
}

.ajax-editable-view .row a.showAddress {
    margin-left: 175px;
}

#todo-content ul li.done div.right p {
    text-decoration: none;
}

.jcrop-holder {
    margin: 0 auto;
}

.upload-popup .imageWrap, .upload-popup .error {
    margin: 20px 0;
}

.upload-popup .btn-wrapper {
    text-align: center;
}

.upload-popup .btn-wrapper a:first-child {
    margin-right: 5px;
}

.upload-popup .preloader {
    background: url("/bundles/wyngspan/img/ajax-loader.gif") no-repeat scroll 0 1px;
    padding-left: 20px;
    margin: 10px 0;
}

#processing-popup .content {
    background: url("/bundles/wyngspan/img/ajax-loader.gif") no-repeat scroll 0 1px;
    padding-left: 20px;
    margin: 10px 0;
}

.upload-popup .description {
    font-family: Conv_SourceSansPro-Semibold;
    font-size: 16px;
    margin: 10px 0;
}

.upload-popup .description.thumb {
    display: none;
}

.video-description {
    height: auto;
}
.video-description img {
    height: auto;
    width: auto;
}

.ajax-editable .profile-picture-box {
    margin-left: 175px;
}

.profile-pictures {
    float: left;
    width: 155px;
    margin: 0 7px 10px 0;
}

form .profile-pictures {
    position: relative;
}

.profile-pictures input {
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.profile-pictures img {
    padding: 0;
}

form .profile-pictures img {
    opacity: 0.6;
}

form .profile-pictures img.selected {
    opacity: 1;
}

.ajax-editable-form .submit-row {
    position: relative;
}

.ajax-editable-form .submit-row .submit-preloader {
    position: absolute;
    left: -25px;
    display: none;
}

.pictures {
    padding-right: 0px;
}

.left-menu a p.description {
    color: #165885;
    font-size: 14px;
    text-transform: none;
    font-family: Conv_SourceSansPro-Regular;
}

.noclose .ui-dialog-titlebar-close
{
    display:none;
}

.progressBar .ui-widget-header {
    background-color: #EDAE00;
}

.progressBar.ui-widget-content {
    border-color: #175885;
}

#proceed-invite-clients .percentComplete {
    background: url("/bundles/wyngspan/img/ajax-loader.gif") no-repeat scroll 0 1px;
    padding-left: 20px;
}

#proceed-invite-clients .btn-wrapper {
    margin: 10px 0;
    text-align: center;
}

#proceed-invite-clients.ui-dialog-content.ui-widget-content {
    padding-bottom: 15px !important;
}

#proceed-invite-clients .progressBar {
    margin: 10px 0;
}

a.color-blue, .ui-dialog a.color-blue {
    color: #165885;
}

.recipients-list li {
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
}

.recipients-list .btn-user {
    padding-right: 13px;
    cursor: default;
}

#issueTrustDialog .bold-span {
    font-family: Conv_SourceSansPro-Semibold;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

form.emailInviteForm .invite-message > div {
    margin-bottom: 15px;
}

.category-autocomplete p, .keywords-autocomplete p {
    line-height: 28px;
    font-family: "Conv_SourceSansPro-Regular";
}

#editProfile-popup h2 {
    margin-bottom: 15px;
}

#editProfile-popup form textarea.row, #editProfile-popup .user-textarea {
    width: 68%;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#editProfile-popup .user-textarea {
    width: 100%;
}

#editProfile-popup form .short input {
    margin-left: 0;
}

a.edit-profile {
    text-decoration: none;
}

.public-profile-list.text-block {
    padding-right: 0;
}

.public-profile-list.text-block:last-child {
    border-bottom-width: 0;
}

.public-profile-list.text-block ul {
    padding: 0;
    margin: 0;
    border-width: 0;
}

.public-profile-list.text-block li, .public-profile-list.text-block li:first-child {
    padding-top: 0;
    font-size: inherit;
    list-style-image: none;
}

.public-profile-list .info-for-user {
    padding: 0;
}

.public-profile-list .connections .actions > li {
    float: none;
    padding-left: 0;
}

.public-profile-list .connections .actions > li a {
    font-family: "Conv_SourceSansPro-Regular";
}


.public-profile-list .connections .profile-inf .contact {
    color: #000000;
    font-family: "Conv_SourceSansPro-Italic";
    font-size: 14px;
    line-height: 16px;
    padding: 0;
}

.public-profile-list .connections .profile-inf .see-more a {
    color: #000000;
    font-family: "Conv_SourceSansPro-BoldItalic";
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
}

.public-profile-list .connections .public-profile .score {
    background-color: transparent;
}

.public-profile-list .connections .public-profile.normal {
    padding: 0;
    border-top-width: 0;
}

.public-profile-list .connections .public-profile.normal .profile-inf {
    width: 190px;
}

.public-profile-list .connections .public-profile.normal .profile-img {
    width: 135px;
}

.public-profile-list .connections .public-profile.normal .trust-factor {
    margin-left: 0;
}

.public-profile-list .connections .public-profile.full {
    border-bottom-width: 0;
    margin-bottom: 0;
}

.show-more a {
    text-decoration: none;
}

.organization-create img.picture {
    max-width: 110px;
}

.btn-user.btn {
    text-transform: none;
}

.receiver-keyword .btn-user.btn {
    color: #000000;
}

.basic-info img.widget-preloader {
    display: none;
    padding-top: 0;
}

@media screen and (max-width: 767px) and (min-width: 0) {
        .left .badges li img {
            -moz-border-radius: 56px;
            -webkit-border-radius: 56px;
            border-radius: 56px;
            width: 112px;
            height: 112px;
            margin: 5px 0 0 5px;
        }

	.feed-list .public-profile.normal div.profile-inf {
		width: 369px;
	}

	.comment-list {
		margin-left: 70px;
	}

	.comment-list .comment-text {
		width: 63%;
	}

	.comments-list .public-profile > div.profile-inf {
		width: 67%;
	}

	.public-profile.short .profile-inf span {
		font-size: 29px;
	}

	.public-profile.short .profile-inf p {
		font-size: 29px;
		padding: 0;
		line-height: 32px;
	}

	.public-profile.short .profile-inf p.note span,
	.comments-list p.note span,
	#bookmark-popup div p.note {
		font-size: 16px;
	}

	#bookmark-popup.popup .btn-wrapper .reset.btn {
		margin-left: 110px;
	}

	#bookmark-popup.popup p.title {
		font-size: 24px;
		font-family: Conv_SourceSansPro-Semibold;
		line-height: 26px;
	}

	#seeTrust-popup .public-profile.normal .share, #trust-list-popup .public-profile.normal .share {
		margin-left: 0;
	}

	#seeTrust-popup .popup .controls-wrapper {
		padding-top: 0;
	}

	#trust-list-popup .public-profile.full .profile-img {
		padding-left: 0;
	}

	#trust-list-popup .popup .public-profile.full .profile-img {
		width: 200px;
	}

	#trust-list-popup .popup .public-profile.full .profile-inf {
		width: 248px;
	}

	#trust-list-popup .popup .public-profile.full .trust-factor {
		width: 103px;
	}

	#trust-list-popup .public-profile.normal .profile-inf,
	#seeTrust-popup .public-profile>div.clearfix {
		float: left;
	}

	.trustList-search .magnifier {
		top: 16px;
	}

	.trustList-search {
		margin-top: 0;
		padding-top: 10px;
		margin-bottom: 10px;
        top: 0px;
	}

	.trustList-search input {
		float: none;
	}

	.popup .public-profile.full .score .trust-points span, .popup .public-profile.full .profile-inf .share-trust {
		font-size: 26px;
	}

    .invite-clients .show-clients-invitations {
        padding: 10px 0;
        width: 100%;
    }

    .public-profile-list.text-block {
        padding-left: 0;
        margin-top: 0;
    }

    .public-profile-list .connections .public-profile.normal .profile-inf {
        width: 100%;
        border-bottom-width: 0;
    }

    .public-profile-list .connections .public-profile.full {
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 24px;
        padding: 15px 0 27px;
    }

    .public-profile-list .connections .public-profile.normal {
        padding: 29px 0 32px;
    }

}

@media screen and (min-width:768px) and (max-width:960px) {

    .public-profile.full .trust-factor {
        padding-top: 0;
        margin-top: 22px;
    }

	.message-search .filter {
		width:58.8%;
		padding-right: 21px;
	}
	.message-search .filter.sort {
		border-right: none;
		width: 41.2%;
		padding-right: 17px;
	}

	.message-search .search {
		padding-right: 16px;
		width: 100%;
		padding-left: 16px;
		border-top: 1px solid #c4c4c4;
	}

	.message-privacy .public-profile.full .profile-img {
		width: 28%;
	}
	.message-box .public-profile.full .profile-img {
		width: 28%;
	}

	.message-privacy .public-profile.full .profile-inf {
		width: 36%;
	}

	.message-box .public-profile.full .profile-inf {
		width: 36%;
	}

	.feed-list .comments-list .public-profile > div.profile-img {
		margin-right: 0;
		width: 23%;
	}

	.feed-list .comments-list .public-profile > div.profile-inf {
		width: 77%;
	}

    .connections-search.dashboard .search  {
        width: 61%;
    }
    .connections-search.dashboard .sort  {
        border-right: 1px solid #C4C4C4;
        width: 39%;
    }

    .connections-search.dashboard .sort, .connections-search.dashboard .search  {
        border-right: none;
        border-top-width: 0;
    }

    .connections-search.dashboard form > div {
        border-top: 1px solid #C4C4C4;
        width: 100%;
    }

    .public-profile .score .trust-points a.text-link {
        font: inherit;
        color: #000000;
    }

    .auth ul li.message-icon .user-photo {
        margin-top: 7px;
    }

    .auth ul li.message-icon {
        margin-right: 10px;
    }

    .public-profile-list .connections .public-profile.full .see-more {
        width: 100%;
    }
}

@media screen and (min-width:0) and (max-width:767px) {

    .public-profile.full .trust-factor {
        padding-top: 0;
        margin-top: 39px;
    }

	.message-search .filter {
		width:50%;
		padding-right: 20px;
		border-right: none;
		padding-left: 24px;
	}
	.message-search .sort {
		border-right: none;
		width: 50%;
		padding-right: 20px;
	}

	.message-search .search {
		padding-right: 30px;
		width: 100%;
		padding-left: 24px;
		border-top: 1px solid #c4c4c4;
	}

	.message-search form > div {
		height: 85px;
		padding-bottom: 0;
		padding-left: 0;
		padding-top: 23px;
	}


	.message-search span {
		color: #000000;
		font-family: "Conv_SourceSansPro-Regular";
		font-size: 27px;
		padding-right: 5px;
		line-height: 36px;
	}
	.message-search input[type="text"]{
		border: 1px solid #cccccc;
		border-radius:0;
		font-size: 26px;
		height: 36px;
		line-height: 36px;
		padding-left: 4%;
		width: 97%;
	}

	.message-search form .magnifier {
		background: url("/bundles/wyngspan/img/magnifier-connection-640.png") no-repeat scroll right center rgba(0, 0, 0, 0);
		height: 36px;
		position: absolute;
		right: 35px;
		top: 25px;
		width: 40px;
	}

	.message-search label{
		font-size: 31px;
		line-height: 36px;
		vertical-align: top;
	}

	.message-box .middle-colon{
		padding: 20px 24px;
	}
	.message-box .select-manager a,
	.message-box .select-manager span{
		font-size: 24px;
		line-height: 30px;
	}
	.message-box .public-profile.normal{
		padding-left: 0;
		padding-right: 0;
	}
	.message-results .public-profile .profile-img {
		width: 34%;
	}
	.message-results .public-profile .profile-inf {
		width: 32%;
		padding-left: 1%;
	}

	.right.message-privacy>h3,
	.right.message-privacy>div,
	.right.message-privacy>p,
	.right.message-box .message-view>h3,
	.right.message-box .message-view>div,
	.right.message-box .message-view>p {
		padding: 20px 24px;
	}

	.right.message-box>div.public-profile.full{
		padding: 10px 0;
	}

	.message-privacy .public-profile.full{
		padding: 20px 24px;
	}

	.message-privacy .public-profile.full .profile-img,
	.message-box .public-profile.full .profile-img {
		padding-left: 0;
		width: 33%;
	}

	.message-privacy .public-profile.full .profile-inf,
	.message-box .public-profile.full .profile-inf {
		padding-right: 2%;
		width: 31.5%;
	}

	.message-privacy .public-profile.full .actions{
		padding: 0;
	}

	#message-privacy-setting p{
		line-height: 26px;
		font-size: 20px;
		padding-bottom: 10px;
	}

	.create-company-menu-link{
		color: #FFFFFF;
		font-size: 27px;
		line-height: 32px;
		text-transform: none;
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}

	.create-company-menu-link:hover{
		color: #FFFFFF;
	}

	#invite-list-items li .left {
		margin-left: 24px;
	}

    .popup .ui-widget select {
        font-size: 36px;
        width: 95%;
    }

    .popup .write-about.dropdown {
        padding: 25px 30px;
    }

	.feed-list .public-profile.normal .profile-img {
		width: 33%;
	}
	.feed-list .public-profile.normal .profile-inf {
		width: 67%;
	}

    .singin-wrapper.l-form-two-column.feedback .left {
        width: 500px;
        padding-left: 100px;
    }

    .singin-wrapper.l-form-two-column.feedback select,
    .singin-wrapper.l-form-two-column.feedback textarea {
        width: 104%;
    }

    .connections-search .sort {
        width: 100%;
        padding-right: 15px;
        border-right: none;
        padding-left: 24px;
    }

    .connections-search.dashboard .sort  {
        border-bottom: 1px solid #C4C4C4;
    }

    .connections-search.dashboard .sort, .connections-search.dashboard .search  {
        width: 100%;
        padding-right: 15px;
        border-right: none;
        padding-left: 24px;
        border-top-width: 0;
    }

    .connections-search.dashboard form > div {
        padding-left: 24px;
        float: left !important;
        border-top: 1px solid #C4C4C4;
        width: 100%;
    }

    .auth ul li.message-icon .user-photo {
		height: 32px;
		width: 32px;
		margin-top: 0;
    }

    .auth ul li.message-icon {
        margin-right: 10px;
    }

    .search-slider .ui-slider-handle {
        width: 1.2em;
    }
}

.trust-factor {
    position: relative;
}

.trust-factor span {
    position: relative;
    height: 149px;
    z-index: 5;
}

.trust-factor span.trust-factor-medal {
    background: url(/bundles/wyngspan/img/trust-factor-medal-full.png) no-repeat top left;
    height: 60px;
    width: 75px;
    position: absolute;
    top: 102px;
    z-index: 10;
    left: 37px;
}

.trust-factor.small {
    padding-top: 0;
    margin-top: 5px;
}

.trust-factor span.trust-factor-procent {
    background: url(/bundles/wyngspan/img/trust-factor-full-procent-circle.png) no-repeat bottom left;
    position: absolute;
    bottom: 0px;
    z-index: 8;
    height: 0;
}

.trust-factor.small span {
    height: 95px;
    line-height: 95px;
}

.trust-factor.small span.trust-factor-medal{
    background: url(/bundles/wyngspan/img/trust-factor-medal-small.png) no-repeat top left;
    height: 38px;
    width: 48px;
    position: absolute;
    top: 65px;
    z-index: 10;
    left: 24px;
}

.trust-factor.small span.trust-factor-procent{
    background: url(/bundles/wyngspan/img/trust-factor-small-procent-circle.png) no-repeat bottom left;
    position: absolute;
    bottom: 0px;
    z-index: 8;
    height: 0;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .trust-factor span.trust-factor-medal {
        left: 117px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .trust-factor span, .trust-factor.small span {
        background: url("/bundles/wyngspan/img/trust-factor-full-640.png") no-repeat ;
        font-size: 89px;
        height: 223px;
        line-height: 223px;
        width: 223px;
    }

    .trust-factor span.trust-factor-medal, .trust-factor.small span.trust-factor-medal {
        background: url(/bundles/wyngspan/img/trust-factor-medal-full-640.png) no-repeat top left;
        height: 89px;
        width: 112px;
        position: absolute;
        top: 170px;
        z-index: 10;
        left: 100px;
    }

    .content-search-results .trust-factor span.trust-factor-medal,
    .content-search-results .trust-factor.small span.trust-factor-medal {
        left: 55px;
        top: 148px;
    }

    .trust-factor span.trust-factor-procent, .trust-factor.small span.trust-factor-procent {
        background: url(/bundles/wyngspan/img/trust-factor-full-640-procent-circle.png) no-repeat bottom left;
        position: absolute;
        bottom: 0px;
        z-index: 8;
        height: 100px;
    }

    .popup .trust-factor.small span {
        height: 95px;
        line-height: 95px;
    }

    .popup .trust-factor.small span.trust-factor-medal{
        background: url(/bundles/wyngspan/img/trust-factor-medal-small.png) no-repeat top left;
        height: 38px;
        width: 48px;
        position: absolute;
        top: 65px;
        z-index: 10;
        left: 24px;
    }

    .popup .trust-factor.small span.trust-factor-procent{
        background: url(/bundles/wyngspan/img/trust-factor-small-procent-circle.png) no-repeat bottom left;
        position: absolute;
        bottom: 0px;
        z-index: 8;
        height: 0;
    }

    .search-results .public-profile.full .trust-factor {
        padding-top: 0;
        margin-top: 44px;
    }
}


/***************** PAGE: JUST-REGISTER *****************/
.page-just-register {
    text-align: center;
}
.page-just-register input[type=text] {
    width: 50%;
    display: inline-block;
}
.page-just-register input[type=submit] {
    margin-top: 15px;
    display: inline-block;
	top: 2px;
    position: relative;
}
.page-just-register a.btn {
	padding: 0px 20px;
	margin: 0;
	height: 29px;
	top: 2px;
	position: relative;
}


/***************** PAGE: WYN-ENTER *****************/
.page-wyn-enter {
    text-align: center;
}
.page-wyn-enter input[type=text] {
    width: 50%;
    display: inline-block;
}
.page-wyn-enter input[type=submit] {
    margin-top: 15px;
    display: inline-block;
	top: 2px;
    position: relative;
}
.page-wyn-enter a.btn {
	padding: 0px 20px;
	margin: 0;
	height: 29px;
	top: 2px;
	position: relative;
}


table.account-pricing-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

table.account-pricing-table tr th {
	font-size: 20px;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}

table.account-pricing-table tr th {
	width: 15%;
}

table.account-pricing-table tr th:first-child {
	width: 70%
}

table.account-pricing-table td,
table.account-pricing-table th {
	border: 1px solid black;
}

table.account-pricing-table td {
	font-size: 20px;
	padding: 3px 0;
	vertical-align: middle;
	height: 50px;
}

table.account-pricing-table td:not(:first-child) {
	text-align: center;
}

table.account-pricing-table td p,
table.account-pricing-table th p {
	font-size: 14px;
	font-weight: normal;
}

table.account-pricing-table td.true {
	background: url(/bundles/wyngspan/img/pricing-table/true.png) center no-repeat;
	background-size: 30px;
}

table.account-pricing-table td.false {
	background: url(/bundles/wyngspan/img/pricing-table/false.png) center no-repeat;
	background-size: 30px;
}

table.account-pricing-table tr.price {
	font-weight: bold;
}

table.account-pricing-table tr.price td:not(:first-child),
table.account-pricing-table tr.choose td:not(:first-child) {
	text-align: center;
}
table.account-pricing-table tr.choose td {
	border: 0;
}
/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/

.hljs {
  display: block; padding: 0.5em;
  background: #F0F0F0;
}

.hljs,
.hljs-subst,
.hljs-tag .hljs-title,
.lisp .hljs-title,
.clojure .hljs-built_in,
.nginx .hljs-title {
  color: black;
}

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-rules .hljs-value .hljs-number,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-aggregate,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
  color: #800;
}

.smartquote,
.hljs-comment,
.hljs-annotation,
.hljs-template_comment,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
  color: #888;
}

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
  color: #080;
}

.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
  color: #88F
}

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.hljs-aggregate,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.go .hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
  font-weight: bold;
}

.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
  font-style: italic;
}

.nginx .hljs-built_in {
  font-weight: normal;
}

.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url('/bundles/wyngspan/fonts/Raleway.woff2') format('woff2'),
      url('/bundles/wyngspan/fonts/Raleway.woff') format('woff');
}

@font-face {
  font-family: 'RalewayBold';
  font-style: normal;
  font-weight: 400;
  src: local('RalewayBold'), url('/bundles/wyngspan/fonts/Raleway-Bold.woff2') format('woff2'),
      url('/bundles/wyngspan/fonts/Raleway-Bold.woff') format('woff');
}

@font-face {
  font-family: 'UbuntuBold';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url('/bundles/wyngspan/fonts/Ubuntu-Bold.woff2') format('woff2'),
      url('/bundles/wyngspan/fonts/Ubuntu-Bold.woff') format('woff');
}

@font-face {
    font-family: "OpenSansRegular";
    src: url("/bundles/wyngspan/fonts/OpenSansRegular.eot");
    src: url("/bundles/wyngspan/fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"),
    url("/bundles/wyngspan/fonts/OpenSansRegular.woff") format("woff"),
    url("/bundles/wyngspan/fonts/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* hide input type submit from view */
.hidden {
	background : none;
	border:none;
	float : right;
	height : 1px !important;
	margin-top : -20px;
	width : 1px !important;
	position: absolute;
	border: 0;
	padding: 0;
	z-index: -1;
}

/* hide footer menu column parents */
.l-footer-menu>ul>li>span {
	display: none;
}

/* remove footer menu pointer cursor for non-links */
.footer-menu-level-2 li:first-child a {
	cursor: default;
}

/* form added around search inputs */
.search.mobile>form>span {
	padding: 0 11px;
	font-size: 27px;
	line-height: 45px;
}

.search>form>span {
	padding: 0 6px;
	font-size: 16px;
	color: #999999;
	font-family: "Conv_SourceSansPro-Italic";
	line-height: 26px;
}

.bold-font {
	font-family: "Conv_SourceSansPro-Bold";
}

.upper-case {
	text-transform: uppercase;
}

/* bookmark is clickable div */
.link-bookmark {
	cursor: pointer;
}

.public-profile.full a.link-bookmark {
	margin-top: 5px;
}

.search-results .score {
	margin-top: -5px;
}

.search-results .score a.link-bookmark {
	margin-top: 10px;
}

.search-results .public-profile .score .trust-points {
	padding-bottom: 0;
}

.public-profile.full a.profile-action-button {
	width: 98px;
	padding: 0 13px;
}

.search-results .public-profile.full a.profile-action-button {
	margin-left: -20px;
}

/* tooltip box */
.tooltip, .tooltipBox, .tooltipBoxContact {
	position: absolute;
	z-index: 999;
	left: -9999px;
	width: 210px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ffffff;
	padding: 20px;
	-moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
	box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.3) !important;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
	display: none;
}

.tooltipBoxContact {
    padding: 5px 10px;
    width: auto;
    min-width: 150px;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

/* text block with tooltip text is hidden by default */
.fullText-tooltip-text {
	display: none;
}

/* number of trusts is a link */
.public-profile .score .trust-points span {
	text-transform: uppercase;
	font-size: 20px;
	color: #bf9a25;
	font-family: "Conv_SourceSansPro-Bold";
	line-height: 24px;
	text-decoration: none;
}

/* profile name is a link too */
.search-results .public-profile.full .profile-inf h2 a {
	color: #000;
	text-decoration: none;
}

/* issue trust file upload block */
.add_tags div>input[type=radio], .add_tags div>label {
	float: left;
}
.add_tags .link-checkLink {
	opacity: 0;
}
@media screen and (min-width:768px) {
	.add_tags div>input[type=file] {
		float: right;
		width: 210px;
	}
}
/* END: issue trust file upload block */

/* issue trust keywords area */
.user-textarea input {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}

.user-textarea .keywords-list .btn-user {
	font-family: Conv_SourceSansPro-Semibold;
	font-size: 14px;
}

.btn.c-primary{
    background: #175885;
    border-color: #0E354F #13476B #13476B #0E354F;
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.btn.c-primary:hover{
    background: #1F70A5;
}

.btn.disabled, .btn-user.disabled {
	background: #CCC;
}

/* search results dev modifications */
.search-results #search-preloader {
	float: left;
	display: none;
	margin-left: 15px;
}

/* general customization */
.fright {
	float: right !important;
}

.fleft {
	float: left !important;
}

.wrapper-popup{
	display: none;
}

.inline-block {
	display: inline-block;
}

form label {
	font-family: "Conv_SourceSansPro-Semibold";
	font-size: 14px;
}

input[type=radio] {
	margin-right: 5px;
}

p.strong, span.strong {
	font-family: "Conv_SourceSansPro-Bold";
}

.l-wrapper .border-top {
	border-top: 1px solid #d3d3d3;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: scroll;
	border: 1px solid rgb(230, 230, 230);
}

.show-more {
	padding-top: 20px;
	font-family: "Conv_SourceSansPro-Bold";
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

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

.text-right {
	text-align: right;
}

h1.c-primary{
	color: #175885;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
}

textarea {
	color: #000;
}

/*category-section*/

.category-section{
	padding: 16px 0;
	border-bottom: 1px solid #e3e3e3;
	font-family: "Conv_SourceSansPro-Bold";
	font-size: 16px;
}

.l-category-section{
	float: left;
	width: 160px;
	padding-right: 10px;
}

.r-category-section{
	margin-left: 170px;
	color: #4b4b4b;
	font-size: 14px;
	font-family: "Conv_SourceSansPro-Regular";
}
.r-category-section div{
	padding-top: 5px;
}
.r-category-section div.see-other{
	padding-top: 0;
	padding-bottom: 10px;
}

.r-category-section div a{
	font-family: "Conv_SourceSansPro-Bold";
	color: #0070d1;
	padding: 0 8px 0 8px;
	border-left: 1px solid #eaeaea;
}

.r-category-section div a:hover{
	color: #000000;
}

.r-category-section div a:first-child{
	padding: 0 8px 0 0;
	border-left: none;
}
.r-category-section div a.last{
	padding: 0 0 0 8px;
}

.r-category-section .deactivated-profile {
	color: #0070D1;
	font-size: 15px;
	font-weight: bold;
}

.categories-list .public-profile.normal {
	margin-bottom: 0;
}

.categories-list .content-search-results div {
	float: left;
}

.categories-list .public-profile.normal .profile-inf h2 {
	font-size: 18px;
}

.categories-list .public-profile .content-search-results div.trust-factor {
	margin: 0;
	width: 96px;
	float: right;
}

.categories-list li>div {
	width: 100%;
}

.categories-list li:last-child>div {
	border-bottom: none;
}

.displayNone {
	display: none;
}

.link-search-results a {
	display: inline-block;
}

.categories-list .public-profile .profile-inf {
	width: 185px;
}

.categories-list .public-profile.wide-inf .profile-inf {
	width: 250px;
}
/* end category section */

/* content transfer list */
.category-edit-popup div.with-search .m-content-buttons div>a {
	width: 90px;
	margin-top: 10px;
	text-align: center;
}

.category-edit-popup .selected-categories li a {
	background: none;
	padding-left: 9px;
	text-decoration: none;
}

.category-edit-popup .selected-categories li a.selected {
	background-color: lightgray;
}

/* END content transfer list */

/* temp bookmark active style */
.book-mark.active{
	background-position: right top;
}

.w170 {
	width: 170px;
}

/* Organization creation */

.create-organization{
	padding-bottom: 20px;
}

.create-organization li{
	float: left;
	position: relative;
}

.create-organization li:first-child{
	z-index: 3;
}

.create-organization li.second{
	z-index: 2;
}

.create-organization li a{
	display: block;
	height: 40px;
}

.create-organization li:first-child a{
	margin-left: 0;
	background: url("/bundles/wyngspan/img/menu-org/menu-org_l.png") no-repeat left top;
	padding-left: 4px;
}

.create-organization li a span{
	display: block;
	height: 40px;
	line-height: 37px;
	background: url("/bundles/wyngspan/img/menu-org/menu-org_m.png") repeat-x left top;
	padding: 0 18px 0 34px;
	float: left;
	font-family: "Conv_SourceSansPro-Bold";
	color: #666666;
}

.create-organization li:first-child a span{
	padding: 0 18px 0 22px;
}

.create-organization li a b{
	display: block;
	float: left;
	height: 40px;
	width: 16px;
	background: url("/bundles/wyngspan/img/menu-org/menu-org_r.png") no-repeat right top;
}

.create-organization li a:hover{
	background-position: left -80px;
}

.create-organization li a:hover span{
	background-position: left -80px;
	color: #000000;
}

.create-organization li a:hover b{
	background-position: right -80px;
}

.create-organization li.current:first-child a{
	background-position: left -40px;
}
.create-organization li a:hover{
	text-decoration: none;
}

.create-organization li.current a span{
	background-position: left -40px;
	color: #ffffff !important;
}

.create-organization li.current a b{
	background-position: right -40px;
}

.create-organization li:first-child:active a{
	background-position: left -120px;
}

.create-organization li:active a span{
	background-position: left -120px;
	color: #000000;
}

.create-organization li:active a b{
	background-position: right -120px;
}

.create-organization li:first-child a:visited{
	background-position: left -160px;
}

.create-organization li a:visited span{
	background-position: left -160px;
	color: #777777;
}

.create-organization li a:visited b{
	background-position: right -160px;
}

form div.row {
	margin-top: 10px;
}

form div.row.border-top {
	border-top: 1px solid #d3d3d3;;
	padding-top: 10px;
}

form div.row.border-bottom {
	border-bottom: 1px solid #d3d3d3;;
	padding-bottom: 10px;
}

form div.border-bottom {
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 10px;
}

form div.border-top {
	border-top: 1px solid #a9a9a9;
	margin-top: 10px;
}

form .short input {
	width: 100px !important;
	margin-left: 10px;
}

.keywords-autocomplete .ui-autocomplete, .category-autocomplete .ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 315px;
}
.ui-autocomplete.ui-widget {
	background: white;
	border: 1px solid #cecece;
	border-radius: 0 0 5px 5px;
	border-top: 0 none;
        z-index: 1000;
}

.category-combobox-button, .popup .category-combobox-button.ui-state-default {
	height: 33px !important;
	float: none !important;
	background: transparent url(/bundles/wyngspan/img/arrow_popup_b.png) no-repeat center center !important;
	width: 10px !important;
	right: 21px !important;
    top: 0 !important;
	border: 0 !important;
}

.category-combobox-input {
	height: 33px;
	padding: 0;
	border-radius: 5px 5px 5px 5px;
	border: #CECECE 1px solid;
	float: left;
	width: 322px;
	padding-left: 5px;
}

.category-combobox-input.loading {
	background: url(/bundles/wyngspan/img/ajax-loader.gif) 290px no-repeat !important;
}

.category-combobox-bubble {
	position: absolute;
	top: 5px;
	left: 5px;
}

.category-combobox-wrap {
	position: relative;
}
.category-combobox-wrap .ui-widget-content {
	background-image: none;
}

.ui-menu .ui-menu-item span {
	display: block;
	font-weight: normal;
	line-height: 1.5;
	min-height: 0;
	padding: 2px 0.4em;
}

.category-combobox-wrap .ui-widget-content span {
	color: #000;
}

#suggestCategories {
	clear: both;
}

#suggestCategories span span {
	margin-right: 7px;
}

#suggestCategories-preloader {
	display: none;
	margin-left: 15px;
}

.ui-autocomplete.ui-widget-content a {
	color: #165785;
}

.category-combobox-wrap .btn-user {
	height: 26px;
	line-height: 26px;
}

.category-combobox-wrap .btn-user .cross {
	height: 26px;
}

.inner-select-left select {
	float: left;
}

.create-company-step2 input {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.create-company-step2 label{
	display: block;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-sub-20 {
	margin-left: -20px;
}

.margin-left-175 {
	margin-left: 175px;
}

.font-size-21 {
	font-size: 21px;
}

.prototype-list li {
	margin-bottom: 5px;
}

.create-company-step2 .map {
	width: 490px;
	height: 350px;
	margin-top: 20px;
	position: relative;
}

.wyngspan {
	padding: 20px;
}

.wyngspan label {
	padding-left: 190px;
	padding-right: 10px;
	font-size: 22px;
	float: left;
}
.wyngspan input {
	float: left;
	width: 320px;
}

.organization-create input[type="text"] {
	border: 1px solid #E6E6E6 !IMPORTANT;
}

.little-text.search-results .public-profile .score {
	padding-top: 17px;
}

form.search-company {
	width: 670px;
	margin: 0 auto;
}

.admin .form-container.rule-conditions label {
    float: none;
    display: inline;
}

.condition-container .conditionBox-list {
    border: 1px solid #D3D3D3;
    padding: 10px 10px 10px 30px;
}

.condition-container .condition-operator {
    width: auto;
    margin: 0 5px;
}

.admin .form-container .conditionBox-list li {
    border-width: 0;
}

.conditionBox-list li.condition input.type-number {
    width: 80px;
}

.condition-container .remove-link {
    float: left;
    background: url("/bundles/wyngspan/img/tree-minus.png") no-repeat -6px top;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
    width: 20px;
    cursor: pointer;
}

.condition-container > .conditionBox-list > li:first-child > .remove-link {
    display: none;
}

@media screen and (min-width:0) and (max-width:767px) {

    .public-profile.full a.profile-action-button {
        width: 180px;
        margin-left: 0;
        padding: 0 25px;
    }

    .public-profile.full a.link-bookmark {
        margin-top: 15px;
    }

    .popup iframe {
        padding-left: 23px;
    }

	.organization-create{
		padding: 0 24px 20px 24px;
	}
	.create-organization{
		padding: 20px 0 20px 45px;
	}

	form .right.short,
	form .left.short{
		padding: 10px 0;
	}


	.create-organization ul{
		margin-left: -21px;

	}

	.create-organization li:first-child a{
		margin-left: 0;
		background: url("/bundles/wyngspan/img/menu-org_l-mobile.png") no-repeat left top;
		padding-left: 4px;
		height: 48px;
	}

	.create-organization li a span{
		height: 48px;
		line-height: 47px;
		background: url("/bundles/wyngspan/img/menu-org_m-mobile.png") repeat-x left top;
		padding: 0 18px 0 38px;
	}

	.create-organization li:first-child a span{
		padding: 0 18px 0 26px;
	}

	.create-organization li a b{
		height: 48px;
		width: 20px;
		background: url("/bundles/wyngspan/img/menu-org_r-mobile.png") no-repeat right top;
	}
	.create-organization li a:hover{
		background-position: left -100px;
	}

	.create-organization li a:hover span{
		background-position: left -100px;
		color: #000000;
	}

	.create-organization li a:hover b{
		background-position: right -100px;
	}

	.create-organization li.current:first-child a{
		background-position: left -50px;
	}
	.create-organization li a:hover{
		text-decoration: none;
	}

	.create-organization li.current a span{
		background-position: left -50px;
		color: #ffffff !important;
	}

	.create-organization li.current a b{
		background-position: right -50px;
	}

	.create-organization li:first-child:active a{
		background-position: left -150px;
	}

	.create-organization li:active a span{
		background-position: left -150px;
		color: #000000;
	}

	.create-organization li:active a b{
		background-position: right -150px;
	}

	.create-organization li:first-child a:visited{
		background-position: left -190px;
	}

	.create-organization li a:visited span{
		background-position: left -190px;
		color: #777777;
	}

	.create-organization li a:visited b{
		background-position: right -190px;
	}

	.l-form-two-column.mobile-one-column .left {
		float: none;
		width: 100%;
	}
	.l-form-two-column.mobile-one-column .right {
		float: none;
		width: 100%;
	}

	.keywords-container input[type="text"]{
		padding-left: 0;
		width: 100%;
	}
	.organization-create .r-form select{
		width: 100%;
	}

	.wyngspan label {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 36px;
		line-height: 48px;
	}
	.wyngspan {
		padding: 30px 0;
	}

	.wyngspan input{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.create-company-step2 .map {
		width: 592px;
		height: 423px;
		margin-top: 20px;
		position: relative;
	}

	.search-company .one-line {
		padding-bottom: 0;
	}

	.little-text.search-results .public-profile .score {
		padding-top: 0;
	}

	form.search-company {
		width: 100%;
		margin: 0;
	}

    .social-details a, .social-details span {
        font-size: 24px;
    }

    .margin24-mobile{
        margin-left: 24px;
        margin-right: 24px;
    }

    .social-invites-status .mobile-columns {
        float: left;
        border-top: none;
        margin-left: 20px;
    }
    .social-invites-status .mobile-columns:first-child {
        margin-left: 0;
    }

    img.first-icon {
        width: 48px;
    }

    img.first-icon.on-button {
        top: -4px;
        right: -10px;
    }

    .link-issueTrust {
        min-width: 180px;
    }

    .static-page-wrap.text-block h3 {
        margin-top: 0;
    }

    .static-page-wrap.text-block {
        margin-top: 40px;
    }
}
/* End organization creation */

/* Logged User top-right popup menu */
.wrapper-user-ul{
	position:absolute;
	left:-9999px;
	border: 1px solid #cecece;
	background: #ffffff;
	-moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3) !important;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	z-index: 1000;
}

.user-link {
	position: relative;
}

.user-link:active .wrapper-user-ul,
.user-link:hover .wrapper-user-ul{
	right: 0;
	left: auto;
}

.user-ul li{
	padding: 0 10px 10px !important;
}

.user-ul li:last-child{
	padding-bottom: 0 !important;
}

.user-ul li:first-child{
	padding: 0 10px;
}

.user-ul{
	padding: 10px;
}

.user-ul li a{
	white-space:nowrap;
	display:block;
	border: none;
	height: 18px !important;
	line-height: 1!important;
	color: #0070d1 !important;
	font-size: 13px !important;
}

.user-ul li a:hover{
	text-decoration: underline;
}
/* End Logged User top-right popup menu */

/* Dashboard Tab menu rewrite */
.tab-connection.level-1 .member-1 {
	width: 23.1%;
}

.tab-connection.level-1 .member-3 {
	width: 20%;
}

.tab-connection.level-1 .member-4 {
	width: 21.7%;
}

.tab-connection.level-1 .member-5 {
	width: 18.2%;
	float: right;
}

.desktop li.dashboard ul.level-2, .desktop li.business ul.level-2 {
	display: none;
}
/* END Dashboard tab menu rewrite */

/* Mobile Slicing general modifications */
@media screen and (min-width:0) and (max-width:767px) {
	form label {
		font-family: "Conv_SourceSansPro-Regular";
		font-size: 31px;
	}

	.content .l-wrapper.mobile-one-column, .popup .content {
		padding-left: 23px;
		padding-right: 23px;
	}

	.l-form-two-column.mobile-one-column .left  {
		float: none;
		width: 100%;
	}
	.l-form-two-column.mobile-one-column .right  {
		float: none;
		width: 100%;
	}

	input[type=text], input[type=password], input[type=email], input[type=number] {
		width: 98%;
		height: 36px;
		font-size: 20px !important;
	}

	.mobile-center {
		text-align: center;
	}

	.btn.mobile-normal {
		font-size: 27px;
		padding: 0 25px;
		height: 50px;
		line-height: 50px;
	}

	span.with-tooltip.password-strength {
		height: 32px;
		line-height: 26px;
		padding-top: 5px;
		padding-bottom: 3px;
		font-size: 20px;
	}

	a.with-tooltip.password-strength {
		top: 3px;
	}


	#password-strength-result {
		vertical-align: middle;
	}

	.singin-wrapper.l-form-three-column .left h3 {
		font-size: 36px;
	}

	div.error p {
		font-size: 16px;
	}

	.mobile-title {
		font-size: 20px;
	}

	body {
		font-size: 16px;
	}

	.create-company-menu-link {
		font-size: 27px;
		line-height: 32px;
		color: white;
		font-family: Conv_SourceSansPro-Bold;
	}

	.create-company-menu-link:hover {
		color: white;
	}

	.feed-filter select {
		margin-right: 23px;
	}

	#alert-popup .content {
		padding: 0 23px;
	}

	.ui-widget {
		font-size: 16px;
	}

	.buttons-confirm-popup a {
		margin-right: 20px;
	}

	.buttons-confirm-popup a:last-child {
		margin-right: 0;
	}

	.show-more {
		font-size: 28px;
		line-height: 36px;
		padding-top: 40px;
	}

	input.keywords-input {
		font-size: 16px;
	}

	.mobile-left {
		float: left !important;
	}

	.mobile-right {
		float: right !important;
	}

	.mobile-no-left-margin {
		margin-left: 0 !important;
	}
}
/* End Mobile Slicing general modifications */

.link-bookmark {
	cursor: pointer;
}

.public-profile .score .trust-points {
	padding: 6px 0 17px 0;
}

.public-profile .score .trust-points .left span {
	text-align: right;
	display: block;
	padding-right: 10px;
}

.user-textarea .emails-action-add{
	color: #175885;
	float: right;
	padding: 0 0 7px 0;
	display: inline-block;
}

/* Account Settings */
.social-details a, .social-details span {
	padding: 0 10px;
	line-height: 30px;
}
/* End account settings */

/*modifiers for indentation*/

.margin-top-10{
	margin-top: 10px !important;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.invite-users div.search{
	width: 36.3%;
	padding-right: 2px;
	position: relative;
}

.invite-users div.search .magnifier{
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top: 2px;
	right: 8px;
	width: 26px;
	height: 26px;
	background: url("/bundles/wyngspan/img/magnifier-connection.png") no-repeat right center;
	display: block;
}

.invite-users .invite-users-title.recipients-title {
	height: 28px;
}

.invite label.light {
	font-family: "Conv_SourceSansPro-Regular";
	cursor: default;
}

.social-invites-status table thead {
	border-bottom: 1px solid #d3d3d3;
}

.social-invites-status table thead th {
	padding: 18px 0 9px 0;
}

.block.content.social-invites-status {
	padding-top: 0;
}

.social-invites-status a.link-social {
	text-align: center;
	color: white;
}

.social-invites-status a.refresh-button {
	padding: 0;
	display: inline-table;;
	margin-top: 3px;
	line-height: 0;
}

#categoryTree ul.popup-level.indent {
	padding-left: 15px;
}

div.popup-search {
	position: relative;
}

div.popup-search input.magnifier {
	width: 298px;
}

div.popup-search a.category-search {
	margin-top: 0;
	display: block;
	height: 30px;
	width: 23px;
	position: absolute;
	top: -4px;
	left: 278px;
	background: url("/bundles/wyngspan/img/legacy/magnifier.png") no-repeat;
}

/* signup button fix */
.signUpButtons .button.soc.google em{
	width: 50px;
}

.signUpButtons .button.soc.google>span{
	width: 132px;
	padding-left: 4px;
}

.signUpButtons .button.soc.google>b{
	width: 29px;
}

.signUpButtons .signup-social.connecting .btn.large {
	padding: 0 50px;
}

.home-page .block.content {
	padding-bottom: 24px;
}

#header .search.desktop input,
#header .search.desktop input:first-child {
	width: 233px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

h3.border-solid a {
	border: 2px solid black;
}

@media screen and (max-width: 767px) {
	.not-mobile {
		display: none !important;
	}
}

/* desktop is counting as tablet or desktop in current styles */
@media screen and (min-width: 767px) {
	.not-desktop {
		display: none !important;
	}
}

@media screen {
	.not-tablet {
		display: block !important;
	}
}

@media screen and (min-width:768px) and (max-width:962px) {
	.not-tablet {
		display: none !important;
	}
}

/* admin styles modifications */
.admin .auth>ul>li:first-child {
	border-left: none;
}

.admin .main-menu .wrapper-user-ul li {
	min-width: 108px;
}
.admin .l-header-m .main-menu li.current a, .admin .l-header-m .main-menu li.current_ancestor a {
	color: #000 !important;
	font-family: "Conv_SourceSansPro-Bold";
}

.admin .filter-field {
	opacity: 1;
	transition: visibility 0s linear, opacity 0.5s linear, background-color 1.5s linear;
}
.admin .filter-field.disabled {
	display: none;
	opacity: 0;
	background-color: yellow;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear, background-color 0s linear 0.5s;
}

.admin .backend.main-content>.content {
	padding: 0 20px;
}

.admin .table-actions {
	margin-top: 0;
	margin-bottom: 20px;
}

.admin .white {
	color: white;
}

.admin .l-table tbody td:last-child, .admin .l-table thead td:last-child {
	border-right: 1px solid #D3D3D3;
}

.capitalize {
	text-transform: capitalize;
}

.admin .table-popup {
	margin-bottom: 15px;
}

.admin #categoryTree ul.popup-level li {
}

.admin #categoryTree ul.popup-level li div {
	font-family: "Conv_SourceSansPro-Semibold";
	font-size: 14px;
	line-height: 14px;
	color: #0070D1;
	padding: 5px 0;
}

.admin #categoryTree ul.popup-level li div:hover {
	background-color: #c5e0f3;
}

.admin #categoryTree ul.popup-level li div a {
	display: inline-block;
	padding: 0;
	width: 13px;
	height: 7px;
	margin-top: 0px;
	float: none;
	background-image: none;
}

.admin #categoryTree ul.popup-level li div span {
	padding: 1px 5px;
	cursor: pointer;
	font-weight: normal;
}

.admin #categoryTree ul.popup-level li div span.selected {
	background-color: lightgray;
}

.admin #categoryTree ul.popup-level li div input {
	margin-left: 5px;
}

.admin .keywords-list {
    width: 100%;
    float: left;
}

.admin .user-textarea input[type="text"] {
    width: 90%;
}

.adminForm textarea {
    width: 295px;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.adminForm select {
    width: 295px;
}

.adminForm input[type="text"] {
    width: 275px;
}

.adminForm .tab-content {
    width: 740px;
}

#adminCategoryForm .action-submit {
    margin-left: 270px;
}

#addRuleForm .form-buttons {
    margin-left: 210px;
}

.adminForm .error p, .adminForm p.note {
    margin-left: 210px;
}

#categoryTree ul.popup-level li.open div a {
	background: url("/bundles/wyngspan/img/arrow_popup_b.png") no-repeat center center;
}
#categoryTree ul.popup-level li.close div a {
	background: url("/bundles/wyngspan/img/arrow_popup_r.png") no-repeat center center;
	display: inline-block;
	padding: 0;
	width: 13px;
	height: 7px;
	margin-top: 0;
}

#categoryTree ul.popup-level li div a.finalNode {
	background-image: none;
}

.admin .m-content-buttons div.buttons {
	padding: 37px 18px 0 18px;
	width: 120px;
}

.admin .m-content-buttons div>a {
	width: 120px;
	margin-top: 10px;
	text-align: center;
}

.admin .m-content-buttons div>a span {
	width: 114px;
	font-size: 13px;
}

.admin .l-wrapper form label {
	display: block;
}

.admin .singin-wrapper.l-form-two-column .left {
	margin-right: 0;
}

.admin .l-form-two-column .left input[type="text"], .admin .l-form-two-column form input[type="password"] {
	width: 95.5%;
}

.admin .l-form-two-column form input[type="text"].points {
	width: auto;
}

.admin .l-wrapper form div.radio-item label {
	display: inline;
}
.admin .company-size-group-help-block {
	padding-top: 2px;
	display: inline-block;
}

.admin .main-header .l-wrapper {
	max-width: 1200px;
}

.admin .table-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
}

.ajax-editable .action {
	margin-left: 175px;
	font-family: "Conv_SourceSansPro-Semibold";
}

.key-value-block label {
	font-family: "Conv_SourceSansPro-Semibold";
	font-size: 14px;
	float: left;
	width: 190px;
	text-align: right;
	margin-right: 10px;
	display: inline-block;
}
/* end admin styles modifications */

h1 {
    font-size: 26px;
}
.l-header-b>div {
    padding: 16px 0 17px 0;
}

.ui-dialog .admin-category-question-form #adminCategoryProposeForm .ui-state-default {
    right: 20px !important;
    top: 2px !important;
}

.backend.main-content .filter-add-fields.padding-top-20 {
    padding-top: 0 !important;
}

/* widget api profile details */
.widget .row {
	width: 100%;
	float: left;
}

.widget .row input[type="text"] {
	width: 90%;
}

.widget .domains-list {
	width: 100%;
	float: left;
}
/* end widget api profile details */

.btn-user.no-cross {
	padding-right: 13px;
	cursor: default;
}

ul.account-settings-socials {
    margin-top: 15px;
}

ul.account-settings-socials li .backend-soc-button {
    float: left;
}

#factual-category-popup #factual-category {
    margin: 5px 0 10px 0;
    width: 100%;
}

img.first-icon {
	width: 31px;
}

img.first-icon.small {
	width: 16px;
}

img.first-icon.on-button {
	position: absolute;
	top: -3px;
	right: -6px;
}

.link-issueTrust {
	min-width: 65px;
}

.relative {
	position: relative
}

a.no-underline {
	text-decoration: none;
}

.display-none {
    display: none;
}

.issueTrustForm input {
    padding-top: 0;
    padding-bottom: 0;
}

.issueTrustForm .btn-wrapper {
    margin-top: 30px;
}

.issueTrustForm h3.title-in:hover {
    cursor: pointer;
}

.issueTrustForm .issueTrust-account {
    padding: 0;
}

.issueTrustForm label[for="issueTrust_email"]::after {
    content: '(will not be shared, but required for account creation)';
    font-weight: normal;
    font-size: 12px;
    font-family: "Conv_SourceSansPro-Regular";
    display: block;
    line-height: 14px;
    margin-bottom: 5px;
    font-style: italic;
}

.wrap-title-in:hover {
    background: #2F7193;
    cursor: pointer;
}

.popup .wrap-title-in .block-closed:before {
    background-position: left bottom;
}

.margin-top-15 {
    margin-top: 15px;
}

.trust-action .add-tags .keywords-list{
    width: auto;
    max-height: none;
    overflow: auto;
}

.popup .controls {
    margin-bottom: 0;
}

.popup .points-share input[type=checkbox] {
    margin-right: 27px;
}

.popup .points-share .title-in label {
    margin-top: 4px;
}

@-moz-document url-prefix()
{
    .popup .points-share .title-in label {
        margin-top: 2px;
    }
}
.trust-action .keywords-list{
    display: block;
}
.add-tags .keywords-list-container {
    float: right;
    width: 83%;
    max-height: 75px;
    overflow: hidden;
}
.add-tags .keywords-list-container-full {
    width: 100%;
}
.align-right {
    text-align: right;
}
.title-show-more-keyword:hover {
    cursor: pointer;
}

#trust-strength-wrapper .trust-strength-icon {
    position: relative;
    margin-left: 10px;
}

#trust-strength-wrapper .trust-strength-wrapper {
    margin-left: 15px;
}

#trust-strength-wrapper .trust-strength {
    width: 100%;
}

#trust-strength-wrapper .trust-strength-title {
    color: #006699;
    float: left;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 24px;
    line-height: 26px;
    margin: 20px 5px 0 0;
    width: 90px;
    text-align: center;
}
#trust-strength-wrapper .trust-strength-icon {
    float: left;
}

#trust-strength-wrapper .trust-strength-value {
    background: url(/bundles/wyngspan/img/trust-strength.png) no-repeat top left;
    color: #fff;
    display: block;
    height: 94px;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 24px;
    line-height: 94px;
    position: relative;
    text-align: center;
    width: 94px;
    z-index: 5;
}

.profile-company-settings .description-text textarea {
    width: 92%;
}

.profile-about-you form .row {
    width: 450px;
}
.admin .profile-about-you form .row {
    width: auto;
}

#trust-strength-wrapper .trust-strength-percentage {
    background: url(/bundles/wyngspan/img/trust-strength-percentage.png) no-repeat bottom left;
    bottom: 0;
    height: 0;
    line-height: 94px;
    position: absolute;
    width: 94px;
    z-index: 8;
}
.account-settings-socials li {
    margin-bottom: 10px;
}

.categoriesWrap-indicator .category-combobox-wrap {
    float: left;
}

#contribution-points-indicator {
    background: url(/bundles/wyngspan/img/add_cp_value.png) no-repeat;
    color: #fff;
    display: block;
    height: 37px;
    font-family: "Conv_SourceSansPro-Bold";
    font-size: 16px;
    position: relative;
    text-align: center;
    width: 37px;
    line-height: 37px;
}
.account-settings-socials #contribution-points-indicator {
    float: left;
    left: -20px;
    top: -10px;
}

.basic-info #contribution-points-indicator,
.organization-create #contribution-points-indicator,
.profile-about-you #contribution-points-indicator {
    float: right;
    top: -5px;
}
.organization-create #createCompany_name {
    width: 90%;
}
.organization-create.create-company-step2 ul li:first-child input {
    float: left;
}
.organization-create.create-company-step2 ul li input {
    width: 80%;
}
.box-yourService .keywords-autocomplete #contribution-points-indicator {
    display: inline-block;
    float: none;
    left: 10px;
    top: 2px;
}

.box-yourService .categoriesWrap-indicator #contribution-points-indicator {
    float: left;
    top: 0;
    margin-left: 10px;
}

#contribution-points-summary-indicator {
    background: url(/bundles/wyngspan/img/summary_cp_values.png) no-repeat;
    color: #fff;
    display: block;
    float: left;
    left: 5px;
    font-family: "Conv_SourceSansPro";
    font-size: 12px;
    padding: 13px 0;
    position: relative;
    top: -5px;
    text-align: center;
    width: 43px;
}
#contribution-points-summary-indicator .color-orange {
    color: #ffcc66;
}

.profile-settings .left h3,
.profile-settings .right h3,
.profile-settings .cp-indicator h3,
.profile-company-settings .cp-indicator h3,
.profile-settings .border-top:first-child h3 {
    float: left;
}

.user-textarea {
    padding: 8px 9px 0 9px;
}

input::-webkit-input-placeholder {
    color: #909090;
}
input:-moz-placeholder {
    color: #909090;
}
@media screen and (min-width: 850px){
    .trust-action .ui-dialog-titlebar-close.ui-button.ui-widget {
        right: -20px !important;
        top: -20px!important;
    }
}
.box-yourService .set-business-wrapper {
    margin-top: 10px;
}

.profile-settings .ajax-editable-form .medium input {
    width: 220px;
}

.profile-settings form .row select {
    width: 230px;
}

.profile-settings .ajax-editable-form .row input[type=radio] {
    width: auto;
}

.profile-settings h3 {
    line-height: 32px;
}

/* only for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .issueTrustForm #issueTrust_options_share {
        position: relative;
        top: -2px;
        left: -2px;
    }
    .add-file #issueTrust_image {
        width: 228px;
        margin-left: 10px;
        float: none;
    }
}

@media all and (-ms-high-contrast:none)
{
    #issueTrustDialog .points-share input[type="checkbox"] {  margin-right: 22px; } /* IE10 */
    *::-ms-backdrop, #issueTrustDialog .points-share input[type="checkbox"] {  margin-right: 29px; } /* IE11 */
}

/*----- Home page -----*/
.l-header-b.home-page{
    margin-bottom: 20px;
}
.home-page > div{
    height: 456px;
}
.l-header-b.home-page>div {
    padding: 36px 0 40px 0;
}
.l-header-m {
    padding-bottom: 4px;
}


/* logo */
.logo{
    /*padding-top: 12px;*/
}
.logo img{
    height: 80px;
}

/* menu */
.main-menu.main-menu-home.desktop{
    padding-top: 39px;
}

/* footer menu */
#footer.l-wrapper{
    /*margin-top: 45px;*/
    /*border-top: 1px solid #e6e6e6;*/
    padding: 14px 0;
}
.l-footer-menu-wrap{
    padding: 0 5%;
}
.footer-menu-social{
    width: 48px;
    height: 48px;
    background: url(/bundles/wyngspan/img/social-small.png) no-repeat 0 0;
    cursor: pointer;
    margin: 0 7px 0 6px;
    display: inline-block;
}

.footer-menu-social.facebook-ico{
    background-position: 0 0;
}
.footer-menu-social.facebook-ico:hover{
    background-position: 0 -49px;
}

.footer-menu-social.twitter-ico{
    background-position: -49px 0;
}
.footer-menu-social.twitter-ico:hover{
    background-position: -49px -49px;
}

.footer-menu-social.linkedin-ico{
    background-position: -98px 0;
}
.footer-menu-social.linkedin-ico:hover{
    background-position: -98px -49px;
}

.footer-menu-social.first{
    margin-left: 0;
}
.footer-menu-social.last{
    margin-right: 0;
}

.footer-menu{
    text-align: justify;

    line-height: 0;
    font-size: 1px;

    text-justify: newspaper;
    zoom:1;

    text-align-last: justify;
}

.footer-menu:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;

}
.footer-menu>li{

    min-width: 30px;
    display: inline-block;
    text-align: center;



    line-height: normal;
    font-size: 14px;


    vertical-align: middle;


    //display : inline;
    //zoom : 1;
}
.footer-menu .social-ico li{
  display: inline-block;
}


.footer-menu>li a{
    font-size: 16px;
    color: #175885;
    text-decoration: none;
    font-family: Conv_SourceSansPro-Semibold;
}

#l-site-info{
    margin-top: 20px;
}

/* video */
.home-page .video.mobile-center{
    margin: 0 auto;
    display: block;
    width: 420px;
    height: 245px;
}
.video-wrap h4{
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: Conv_SourceSansPro-Regular;
    margin: 27px 0;
}

.home-btn-wrap{
    margin-top: 32px;
    display: block;
    text-align: center;
}
.home-btn-wrap .btn{
    font-size: 27px;
    height: 58px;
    line-height: 60px;
    padding: 0 35px;
    font-family: Conv_SourceSansPro-Regular;
    border-radius: 5px;
    cursor: pointer;

    behavior: url(/bundles/wyngspan/js/PIE/PIE.htc);

}

.home-btn-wrap .btn a {
    text-decoration: none;
    font-family: Conv_SourceSansPro-Regular;
    font-size: 27px;
    color: #FFFFFF;
}

/* search */
.wrap-home-search{
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}

.wrap-home-search h2 {
    font-size: 23px;
    color: #175885;
    text-align: center;
    margin: 40px 0 50px;
    font-weight: normal;
}

.how-it-works-wrapper {
    text-align: center;
    font-size: 16px;
}

.how-it-works-wrapper h2 {
    text-transform: uppercase;
    color: #114260;
    font-size: 36px;
    font-family: 'UbuntuBold';
    font-weight: bold;
}

.how-it-works-wrapper .how-it-works-type {
    color: #114260;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: 'UbuntuBold';
}

.how-it-works-wrapper table {
    table-layout: fixed;
    margin: 0 auto;
}

.how-it-works-wrapper td {
    padding: 0 15px;
    color: #114260;
    font-family: "Raleway";
    font-size: 14px;
}

.how-it-works-wrapper .title {
    margin: 20px 0 15px;
    color: #114260;
    font-size: 16px;
    font-family: "RalewayBold";
}

.how-it-works-wrapper .marker {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #175885;
    border-radius: 80px;
    line-height: 72px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-family: "UbuntuBold";
}

.how-it-works-wrapper .marker .tf-medal {
    width: 32px;
    height: 25px;
    background: url('/bundles/wyngspan/img/trust-factor-medal-small.png') center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -7px;
}

.profile-types-wrapper {
    margin: 0 auto 70px;
    padding: 0;
}

.profile-types-wrapper h2 {
    font-size: 23px;
    color: #175885;
    text-align: center;
    margin: 40px 0 20px;
    font-weight: normal;
}

/* home */
.home-page h1{
    font-size: 24px;
    color: #fff;
    font-family: Conv_SourceSansPro-Regular;
    text-shadow: none;
    line-height: 26px;
    font-weight: normal;
    padding: 12px 0 7px;
}

.home-left h4 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 7px;
}

.home-page .title-description{
    color: #fff;
    /*font-family: Conv_SourceSansPro-Semibold;*/
    font-size: 20px;
    line-height: 22px;
}
.home-page .home-top{
    font-size: 0;
}
.home-page .home-top li{
    display: inline-block;
    vertical-align: top;
    width: 18.66%;
    font-size: 18px;
    min-height: 403px;
    box-sizing: border-box;
}

.home-page .consumer-business .consumer-business-cont .text-wrap p{
    font-family: "Conv_SourceSansPro-Italic";
}

.home-page li.home-left{
    width: 44%;
}
.home-page li.home-left>div{
    margin: 0 5%;
    clear: both;
}

.home-page .consumer-business{
    margin-left: auto;
    margin-right: 0;
    width: 95%;
    min-height: 438px;
    background: url(/bundles/wyngspan/img/bg-home.png);
    position: relative;
}

.home-page .consumer-business h4 {
    margin-bottom: 7px;
    line-height: 16px;
}

.home-page .consumer-business ul.bullets li {
    display: list-item;
    width: 100%;
    font-size: 13px;
    line-height: 14px;
    font-family: "Conv_SourceSansPro-Italic";
    min-height: 0;
    text-align: left;
    list-style-type: disc;
    list-style-position: inside;
    list-style-image: none;
    margin-bottom: 5px;
}

.home-page .consumer-business .btn{
    position: absolute;
    bottom: 3%;
    left: 8%;
    width: 84%;
    padding: 0;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.home-page .consumer-business .title{
    background: #0e3552;
    font-family: Conv_SourceSansPro-Regular;
    font-size: 14px;
    color: #fff;
    padding: 5% 5%;
    text-align: left;
    min-height: 70px;
}
.home-page .consumer-business .title .role {
    text-transform: uppercase;
    font-size: 16px;
}

.home-page .consumer-business .title .note {
    font-size: 12px;
    line-height: 14px;
}

.home-page .consumer-business-cont{
    padding: 5% 5%;
}

.home-page .image-circle{
    width: 124px;
    height: 124px;
    background: url(/bundles/wyngspan/img/circle-home.png) no-repeat;
    margin: 15px auto;
    background-size: contain;
}
.home-page .image-trust-factor{
    width: 123px;
    height: 133px;
    background: url(/bundles/wyngspan/img/trust-factor-home.png) no-repeat;
    margin: 10px auto;
    background-size: contain;
}
.home-page .image-trust-button{
    width: 140px;
    height: 100px;
    background: url(/bundles/wyngspan/img/trust-button-home.png) no-repeat;
    margin: 15px auto 20px;
    background-size: contain;
}
.home-page .consumer-business, .home-page .consumer-business a{
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.home-page .consumer-business a {
    text-decoration: none;
}

.home-page .consumer-business .title-font {
    line-height: 16px;
}

.home-page .title-font{
    color: #e6b217;
    font-size: 14px;
}

.home-page .text-wrap{
    line-height: 26px;
    height: 78px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding-top: 6px;
}




.about-business-consumer{
    width:458px;
    height: 100%;
    background: #fff;
    padding: 10% 28% 10% 18%;
    box-sizing: border-box;
    display: none;
    opacity: 0;

    position: absolute;
    right: 100%;
    top: 0;

}
.about-business-consumer .arrow-about{
    width: 20px;
    height: 40px;
    position: absolute;
    top: 70px;
    right: -20px;
    background: url(/bundles/wyngspan/img/arrow-home-about.png) 0 0 no-repeat;
}

.business-home:hover .about-business-home{
    display: block;
    opacity: 1;

    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}




.consumer-home:hover .about-consumer-home{
    display: block;
    opacity: 1;

    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.home-page .about-business-consumer h3{
    color: #0e3552;
    font-size: 20px;
    margin: 7px 0 19px 0;
    text-align: left;
    text-transform: none;
}

.home-page .about-business-consumer p{
    color: #0e3552;
    font-size: 14px;
    margin: 19px 0;
    text-align: left;
}


#l-site-info {
    margin-bottom: 40px;
}

#l-site-info .social-ico{

}

.left-menu .premium.locked a {
    background: url("/bundles/wyngspan/img/lock-icon-16.png") no-repeat right 2px;
}

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

	#header {
		position: relative;
	}

    #header .l-header-m .logo {
        /*padding-top: 105px;*/
    }
    #header .l-header-t {
        /*position: fixed;*/
        z-index: 1000;
        top: 0;
    }
    .auth ul li a {
		font-family: "OpenSansBold";
        font-size: 27px;
        line-height: 61px;
    }
    .auth ul li a {
        font-size: 32px;
        line-height: 61px;
    }
    .icon.star {
        width: 29px;
        height: 27px;
        background-position: left -247px;
    }
    .join span{

    }

    .auth .join {
        padding-left: 35px;
        padding-right: 26px;
    }

    .join .icon {
        line-height: 57px;
        margin-top: 16px;
        margin-right: 11px;
    }
    .auth>ul>li:first-child {
         border-left: none;
    }
    .auth .login {
        padding-right: 25px;
        border-left: none;
    }
    .search.mobile .btn-menu {
        display: none;
    }

/*    .l-header-b.home-page>div {
        background: url("/bundles/wyngspan/img/heade-home-768-.jpg") no-repeat center top;
    }*/
    .l-header-b {
        background: none;
    }
    .search.mobile .magnifier {
        display: inline-block;
        width: 53px;
        height: 52px;
        margin-left: 27px;
        margin-top: 5px;
        background: url("/bundles/wyngspan/img/magnifier.png") no-repeat;
    }
    .wrap-home-search {
        margin-top: 57px;
    }
    .search.mobile>form>span {
        padding: 0 5px;
        vertical-align: top;
        line-height: 65px;
    }

    #header .search.mobile input {
        height: 63px;
        width: 35%;
        vertical-align: top;
    }
    .search.mobile {
        padding: 22px 0 22px 23px;
    }
    .wrap-home-search {
        width: 92%;
    }
    .home-btn-wrap .btn{
        display: none;
    }
    .business-home:hover .about-business-home,
    .consumer-home:hover .about-consumer-home{
        display: none;
    }
    .home-page h1 {
        font-size: 34px;
        line-height: 38px;
        max-width: 90%;
        padding-top: 0;
    }
    .home-page li.home-left>div {
        margin: 10px 0 0 0;
    }
    .home-page .title-description {
        color: #fff;
        padding-top: 11px;
        font-size: 30px;
        line-height: 34px;
    }

    .home-left h4 {
        font-size: 32px;
        padding-top: 15px;
    }

    .l-header-b.home-page>div {
        padding: 0;
    }

    .home-page li.home-left {
        height: 504px;
        overflow: hidden;
    }
    .home-page .text-wrap {
        width: 1%;
    }
    .home-page .consumer-business .title .i-am-a {
        font-size: 24px;
        line-height: 26px;
    }
    .home-page .consumer-business .title .role {
        font-size: 26px;
        line-height: 26px;
    }

    .home-page .consumer-business .title .note {
        font-size: 16px;
        line-height: 20px;
        max-width: none;
    }
    .home-page .title-font {
        font-size: 22px;
    }
    .home-page .consumer-business .title-font {
        line-height: 26px;
    }
    .home-page .consumer-business .consumer-business-cont h4{
        font-size: 20px;
        line-height: 26px;
    }
    .home-page .consumer-business .consumer-business-cont .text-wrap p{
        font-size: 22px;
        line-height: 34px;

    }
    .home-page .business-home .consumer-business-cont .text-wrap {
        padding: 43px 0;

    }

    .home-page .consumer-business ul.bullets li {
        font-size: 16px;
        line-height: 22px;
    }
    .home-page .image-circle {
        width: 184px;
        height: 184px;
        background: url(/bundles/wyngspan/img/trust-circle-768.png) no-repeat;
        background-size: contain;
        margin: 10px auto 12px auto;
    }
    .home-page .text-wrap {
        padding-top: 29px;
    }
    .home-page .consumer-business {

        width: 92.3%;

    }

    .home-page .image-trust-factor {
        width: 185px;
        height: 201px;
        background: url(/bundles/wyngspan/img/trust-factor-768.png) no-repeat;
        background-size: contain;
        margin: 11px auto 13px;
    }

    .home-page .image-trust-button {
        width: 185px;
        height: 121px;
        margin: 11px auto 13px;
    }

    .video-wrap h4 {
        font-size: 44px;
        font-family: Conv_SourceSansPro-Regular;
        margin: 16px 0;
    }

    .home-page .consumer-business-cont {
        padding: 3% 5% 3% 5%;
    }

    .l-header-b.home-page {
        padding-bottom: 20px;
    }

    .alternate-homepage li.type-popup .title {
        padding: 3%;
    }

    .home-page .home-top li {
        display: block;
        vertical-align: top;
        width: 100%;
        font-size: 18px;
        min-height: 403px;
        margin: 9px 0;
    }
    .home-page .home-top li.home-left{
        margin-top: 0px;
        height: auto;
        margin-bottom: 20px;
    }
    .logo img {
        height: 114px;
    }
    .logo {
        /*padding-top: 47px;*/
        /*padding-bottom: 29px;*/
    }
    .home-page > div {
         height: auto;
    }
    .home-page .consumer-home,
    .home-page .consumer-business{
        margin: 0 auto;
    }
    .video-wrap{
        padding-top: 1px;
    }
    .l-footer-auth {
        display: none;
    }
    #footer.l-wrapper {
        margin: 0 auto;
        width: 92%;
        margin-top: 73px;
        padding: 22px 0;
    }
    .footer-menu .social-wrap{

    }
    .footer-menu>li a {
        font-size: 42px;
        line-height: 62px;
    }
    .l-footer-menu-wrap {
        padding: 0 0;
    }
    #l-site-info {

        margin-top: 28px;
        font-size: 32px;
    }
    #l-site-info .left{
        padding-top: 20px;
        padding-left: 5px;
    }
    .social-ico{
        width: 321px;
    }
    .social-ico li{
        display: inline-block;
    }
    .footer-menu-social {
        width: 85px;
        height: 85px;
        background: url(/bundles/wyngspan/img/social-768.png) no-repeat 0 0;
        cursor: pointer;
        margin: 0 12px 0 11px;
    }
    .footer-menu-social.facebook-ico{
        background-position: 0 0;
    }
    .footer-menu-social.facebook-ico:hover{
        background-position: 0 -85px;
    }

    .footer-menu-social.twitter-ico{
        background-position: -85px 0;
    }
    .footer-menu-social.twitter-ico:hover{
        background-position: -85px -85px;
    }

    .footer-menu-social.linkedin-ico{
        background-position: -170px 0;
    }
    .footer-menu-social.linkedin-ico:hover{
        background-position: -170px -85px;
    }
    .l-header-t .btn-menu{
        display: block;
        float: right;
        width: 78px;
        height: 63px;
        background: url("/bundles/wyngspan/img/btn-menu-mobile.jpg") no-repeat left top;

        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }
    .l-header-t .btn-menu:hover{
        background-position: 0 bottom;
    }
    #l-site-info .social-ico{

    }

    .home-page .consumer-business, .home-page .consumer-business a {
        font-size: 42px;
    }

    .footer-menu > li {
        /* width: 48%; */
        margin-right: 5px;
        text-align: left;
    }

    .left-menu .premium.locked a {
        background: url("/bundles/wyngspan/img/lock-icon-32.png") no-repeat right 2px;
    }
}

@media screen and (max-width: 568px){
    .home-page .consumer-business .btn {
        height: 96px;
        line-height: 96px;
        font-size: 32px;
    }
    .home-page .consumer-business a {
        font-size: 32px;
    }
}

@media screen and (min-width: 400px) and (max-width: 500px){
    ul.footer-menu > li {
        width: 48%;
    }
    ul.footer-menu > li a {
        font-size: 30px;
        line-height: 50px;
    }
}

.text-block.static-page-wrap {
    border-bottom-width: 0;
}

.main-menu.mobile {
    width: auto;
    -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
    top: 63px;
}

.auth.is-authorization .main-menu.mobile {
    left: auto;
    right: 0;
}

.main-menu.mobile li {
    float: none;
    width: auto;
}

.main-menu.mobile li a {
    padding-right: 20px;
}

#trusts-content .public-profile.normal .share {
    padding-top: 15px;
}

#trusts-content .public-profile .share .actions {
    margin-top: 0;
}

#trusts-content .public-profile .share li {
    margin-top: 0;
}

#trusts-content .share.desktop {
    margin-left: 147px;
}

#trusts-content > li {
    border-bottom: 1px solid #E5E5E5;
}

#trusts-content .public-profile.normal .profile-inf {
    width: 100%;
}

#trusts-content .public-profile p {
    margin-bottom: 10px;
}
.popup .add-tags {
    padding-top: 0;
}

.popup #issueTrust_keywords {
    width: 77%;
}

#issueTrustDialog .keywords-container {
    padding-left: 0;
    padding-right: 0;
}

.organization-create .row .short {
    line-height: 37px;
    margin-top: 5px;
}

.public-profile.normal .profile-inf span.static-words {
    color: #666666;
    font-family: Conv_SourceSansPro-Italic;
    margin: auto 5px;
}

@media screen and (min-width:0) and (max-width:640px) {
    .l-header-b {
        background: url("/bundles/wyngspan/img/header-640.jpg") no-repeat top center #2b688a;
        border-bottom: none;
    }
}

@media screen and (min-width:0) and (max-width:600px) {
    .home-page h1 {
        font-size: 46px;
        line-height: 54px;
        padding: 0 10px;
    }

    .home-page .title-description {
        color: #fff;
        padding: 11px 10px 0;
        font-size: 36px;
        line-height: 42px;
    }
}

@media screen and (min-width:0) and (max-width:425px) {
    .home-page h1 {
        font-size: 40px;
        line-height: 46px;
        padding: 0 10px;
    }

    .home-page .title-description {
        color: #fff;
        font-size: 32px;
        line-height: 36px;
    }
}

.profile-setting-tip.premium,
.profile-setting-tip.message {
    margin-top: 10px;
}

.profile-setting-tip.premium {
    margin-top: 15px;
}

.profile-setting-tip.premium-left span {
    font-family: Conv_SourceSansPro-Bold;
}

.profile-setting-tip.premium a {
    margin-right: 10px;
}

.no-text-transform {
    text-transform: none;
}

.payment-page .description {
    margin-top: 10px;
    font-size: 15px;
}

.payment-page .description .questions {
    font-size: 0.9em;
}

.payment-page .payment-services { margin-top: 15px; margin-bottom: 15px; }
.payment-page .payment-services td { vertical-align: top; }
.payment-page .payment-services .payment-chk { padding: 0 10px; }
.payment-page .payment-services .payment-label { font-size: 15px; }
.payment-page .payment-services .payment-descr { padding-left: 7px; font-size: 14px!important; }
.payment-page .payment-services .payment-note { padding-left: 7px; font-size: 0.85em; }
.payment-form-page .order-total { font-weight: bold; margin-top: 10px; }

.payment-page .promo-code input {
    width: 40%;
    margin-right: 10px;
}

.payment-page .error {
    display: none;
}

.payment-form-page .form-box {
    margin-top: 30px;
}

.payment-form-page .description {
    margin-top: 20px;
}

.payment-form-page form label {
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 145px;
    line-height: 30px;
    font-family: "Conv_SourceSansPro-Regular";
}

.payment-form-page form input {
    width: 200px;
}

.payment-form-page form .card-number label {
    width: 50px;
}

.payment-form-page form .card-number label:first-child {
    width: 145px;
}

.payment-form-page form .card-number input {
    float: left;
}

.payment-form-page form .card-number .card-ccv {
    width: 80px;
}

.payment-form-page form .expiration-date {
    width: 30px;
}

.payment-form-page form .expiration-date.month {
    margin-right: 10px;
}

.payment-form-page form .expiration-date.year {
    margin-left: 10px;
}

.payment-form-page #card-types span {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    height: 30px;
    background-image: url("/bundles/wyngspan/img/payment_icons_sprite.png");
}

.payment-form-page form .row-info.billing-title {
    margin-left: 155px;
    font-family: "Conv_SourceSansPro-Bold";
}

.payment-form-page form a.action-submit {
    margin-left: 155px;
}

.payment-form-page #card-types span.visa-card {
    background-position: 0 374px;
}

.payment-form-page #card-types span.master-card {
    background-position: 0 344px;
}

.payment-form-page #card-types span.amex-card {
    background-position: 0 284px;
}

.payment-form-page #card-types span.discover-card {
    background-position: 0 314px;
}

.payment-form-page .btn.reset {
    margin-left: 15px;
}

form.promo-code {
    margin-top: 20px;
}

form.promo-code .promo-code-type .note {
    margin-left: 215px;
    font-size: 12px;
    font-family: "Conv_SourceSansPro-Regular";
    color: #666666;
}

form.promo-code .promo-code-type-select {
    float: left;
}

#promoCode-add-popup {
    padding-bottom: 10px !important;
}

.partners-container {
    text-align: center;
}

.partners-title {
    color: #000;
    font-family: Conv_SourceSansPro-Regular;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 7px;
    text-align: center;
}

.partner-logos-list {
    border-top: 1px solid #e6e6e6;
    padding: 15px 15px 0;
    display: inline-block;
}

.partner-logos-list img {
    margin: 0 5px;
}

.partner-logos-list a {    
    text-decoration: none;
}

.payment-option-disabled, .payment-option-disabled label {
    color: #999999;
}


@media screen and (min-width:0) and (max-width:767px) {
    .payment-form-page form label {
        width: 225px;
    }

    .payment-form-page form .card-number label:first-child {
        width: 225px;
    }

    .payment-form-page form .card-number label {
        width: 80px;
    }
}

.row p.description-text, .text-block, ul.contact li {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: normal;
}

.text-block h2 {
    word-break: normal;
}

#payment-options-form input[type=submit] {
    border: none;
}

/* landing pages */

h2.landing-title {
    line-height: 80px;
    color: #175885;
    font-family: Conv_SourceSansPro-Bold;
    font-size: 32px;
    padding-top: 11px;
    font-style: italic;
    text-align: center;
    width: 79%;
}

.landing-content {
    padding: 10px 0;
}

.landing-content .left-block {
    float: left;
    max-width: 600px;
}

.landing-content .right-block {
    float: right;
    width: 35%;
}

.landing-content h3 {
    color: #ffffff;
    text-transform: none;
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 7px;
}

.layout-empty #content {
    background: url("/bundles/wyngspan/img/header-home.jpg") center no-repeat;
    background-size: cover;
    padding-top: 20px;
}

.landing-content .slogan {    
    margin-top: 10px;
    padding: 30px 20px;
}

.landing-content .slogan h1 {
    font-family: "Conv_SourceSansPro-Regular";
    text-transform: none;
    font-size: 34px;
    line-height: 36px;
    font-weight: normal;
}

.landing-content .slogan p {
    padding-top: 15px;
    font-size: 28px;
    line-height: 30px;
}

.landing-content form div {
    padding: 0;
}

.landing-content form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #b5b5b5;
    height: 36px;
    box-shadow: inset 0 0 2px #b5b5b5;
}

.landing-content form .left {
    padding-right: 5px;
}

.landing-content form .right {
    text-align: right;
    padding-left: 5px;
}

.landing-content form .left, .landing-content form .right { 
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.landing-content form .left input, .landing-content form .right input {
    width: 100%;
}

.landing-content input.width-100 {
    width: 100%;
}

.landing-content input[type=password] {
    margin-top: 15px;
}

.landing-content form .btn {
    font-size: 18px;
    padding: 5px 30px;
    margin-top: 15px;
    background: #008000;
    background: -moz-linear-gradient(top, #008000, #004A0E);
    background: -webkit-gradient(linear, left bottom, left top, from(#004A0E), to(#008000));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#008000, endColorstr=#004A0E, GradientType=0); zoom: 1;
    background: linear-gradient(to bottom, #008000, #004A0E);
}

.landing-content form .btn:hover {
    background: #008000;
    background: -moz-linear-gradient(top, #008000, #005A0E);
    background: -webkit-gradient(linear, left bottom, left top, from(#005A0E), to(#008000));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#008000, endColorstr=#005A0E, GradientType=0); zoom: 1;
    background: linear-gradient(to bottom, #008000, #005A0E);
}

.landing-content form div.error {
    margin-bottom: 0;
}

.landing-content .soc.google span {
    padding-right: 3px;
}

.landing-two .right-block h3 {
    text-align: center;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    padding: 7px 15px;
    font-family: "Conv_SourceSansPro-Regular";
}

.landing-two .right-block h3 b {
    font-weight: bold;
}

.landing-two .landing-search-form {
    text-align: center;
}

.landing-two .landing-search-form input[type=text] {
    margin-bottom: 10px;
}

.landing-three .left-block {
    width: 45%;
}

.landing-three .right-block {
    width: 50%;
}

.landing-three .left-block h4 {
    text-align: center;
    font-family: "Conv_SourceSansPro-Regular";
    font-size: 20px;
    padding: 0 0 10px;
    color: #ffffff;
}

.landing-three .left-block > .video {
    width: 425px;
    margin: 0 auto;
}

.landing-three .left-block .slogan {
    text-align: center;
    font-family: "Conv_SourceSansPro-Regular";
    font-size: 24px;
    padding: 0 0 20px;
    color: #ffffff;
}

.landing-three .right-block h3 {
    font-size: 26px;
    padding-top: 0;
}

.landing-three .right-block > ul {
    color: #ffffff;
    font-size: 18px;
    list-style-image: url(/bundles/wyngspan/img/list-item.png);
    padding-left: 20px;
    list-style-position: outside;
}

.landing-three .right-block > ul > li {
    padding-bottom: 5px;
}

.landing-three .right-block > ul ul {
    padding-left: 20px;
    list-style-image: url(/bundles/wyngspan/img/sublist-item.png);
}

.landing-three .purchase-wrapper {
    text-align: center;
}

.landing-three .purchase-wrapper a.btn, .landing-three .landing-three-bottom a.btn {
    border: none;
    height: auto;
    font-size: 18px;
    padding: 2px 30px;
    margin-top: 15px;
    background: #008000;
    background: -moz-linear-gradient(top, #008000, #004A0E);
    background: -webkit-gradient(linear, left bottom, left top, from(#004A0E), to(#008000));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#008000, endColorstr=#004A0E, GradientType=0); zoom: 1;
    background: linear-gradient(to bottom, #008000, #004A0E);
}

.landing-three .purchase-wrapper a.btn:hover, .landing-three .landing-three-bottom a.btn:hover {
    background: #008000;
    background: -moz-linear-gradient(top, #008000, #005A0E);
    background: -webkit-gradient(linear, left bottom, left top, from(#005A0E), to(#008000));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#008000, endColorstr=#005A0E, GradientType=0); zoom: 1;
    background: linear-gradient(to bottom, #008000, #005A0E);
}

.landing-three .bottom-block {
    text-align: center;
    clear: both;
    padding: 15px 0 30px;
}

.landing-three .bottom-block a.btn {
    margin-bottom: 15px;
}

.landing-three .landing-three-payment {
    max-width: 920px;
    margin: 0 auto 30px;
    text-align: left;
}

.landing-three .landing-three-payment form {
    max-width: 655px;
    margin: 0 auto;
}

.landing-three .landing-three-payment input {
    margin: 0;
}

.landing-three .landing-three-payment div {
    margin-bottom: 12px;
}

.landing-three .landing-three-payment .billing-title {
    margin: 0 0 12px;
}

.landing-three .landing-three-payment .field-error {
    margin-left: 155px;
}

.landing-three h2 {
    color: white;
    text-align: center;
    padding: 2px 0 25px;
    margin: 0;
    font-size: 28px;
    line-height: 30px;
}

.landing-four {
    padding-bottom: 25px;
}


.landing-four h3 {
    font-size: 250%;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.landing-four p {
    margin-bottom: 10px;
    font-size: 130%;
}

.landing-four p.btn-wrapper {
    text-align: center;
}

.landing-four a.btn {
    border: none;
    height: auto;
    font-size: 18px;
    padding: 2px 30px;
    margin-top: 20px;
    background: #008000;
    background: -moz-linear-gradient(top, #008000, #004A0E);
    background: -webkit-gradient(linear, left bottom, left top, from(#004A0E), to(#008000));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#008000, endColorstr=#004A0E, GradientType=0); zoom: 1;
    background: linear-gradient(to bottom, #008000, #004A0E);
}

.landing-four a.btn:hover {
    background: #008000;
    background: -moz-linear-gradient(top, #008000, #005A0E);
    background: -webkit-gradient(linear, left bottom, left top, from(#005A0E), to(#008000));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#008000, endColorstr=#005A0E, GradientType=0); zoom: 1;
    background: linear-gradient(to bottom, #008000, #005A0E);
}

.landing-four .affiliate-signup-form input[type=text] {
    width: 100%;
}

.landing-four .affiliate-signup-form {
    max-width: 500px;
    margin: 0 auto;
}

.landing-four .affiliate-signup-form .row.half-left {
    float: left;
    width: 47%;
}

.landing-four .affiliate-signup-form .row.half-right {
    float: right;
    width: 47%;
}

.landing-four .affiliate-signup-form .row.full {
    margin-top: 12px;
    clear: both;
}

.landing-four .affiliate-signup-form .row.buttons {
    margin-top: 12px;
    text-align: center;
}

.landing-four .affiliate-signup-form .error {
    color: #FF0202;
    font-size: 12px;
    margin-top: 3px;
}

.landing-four .affiliate-signup-form input[type=submit] {
    border: none;
    height: auto;
    box-shadow: none;
    font-size: 18px;
    width: auto !important;
    padding: 2px 30px;
    margin-top: 15px;
    background: #008000;
    background: -moz-linear-gradient(top, #008000, #004A0E);
    background: -webkit-gradient(linear, left bottom, left top, from(#004A0E), to(#008000));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#008000, endColorstr=#004A0E, GradientType=0); zoom: 1;
    background: linear-gradient(to bottom, #008000, #004A0E);
}

.landing-four .affiliate-signup-form input[type=submit]:hover {
    background: #008000;
    background: -moz-linear-gradient(top, #008000, #005A0E);
    background: -webkit-gradient(linear, left bottom, left top, from(#005A0E), to(#008000));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#008000, endColorstr=#005A0E, GradientType=0); zoom: 1;
    background: linear-gradient(to bottom, #008000, #005A0E);
}

#factual-category-popup label {
    font-weight: bold;
    font-size: 110%;
}

#factual-category-popup .category-combobox-wrap {
    position: relative;
}

#factual-category-popup p.profile-setting-tip {
    line-height: normal;
    padding: 5px 0 7px;
}

#factual-category-popup .category-combobox-button {
    right: 10px !important;
    top: 3px !important;
    position: absolute;
}

.trustWrap .trust-image {
    width: 250px;
    margin-top: 5px;
}

.zip-note, .basic-info p.note {
    clear: both;
    font-style: italic;
    padding: 3px 0 7px;
    color: #666666;
    font-size: 90%;
    padding-left: 175px;
}

.basic-info .row select { width: 280px; }
.basic-info .display-address {
    padding: 0 0 3px 175px;
    margin-top: 0;
}

.basic-info .display-address.public-form {
    padding-top: 10px;
}


.basic-info .display-address input[type=checkbox] {
    width: auto;
    float: left;
    margin: 2px 5px 0 0;
}

.basic-info .display-address label {
    width: 200px;
    float: none;
    font-size: 90%;
    text-align: left;
    font-style: italic;
    line-height: normal;
    font-weight: normal;
    font-family: "Conv_SourceSansPro-Regular",Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
}

.user-friendly-uri-control { width: 230px; }
.user-friendly-uri-control td:first-child { width: 5%; }

.user-friendly-uri-control  span.domain-placeholder {
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E6E6;
    padding-left: 9px;
    padding-right: 1px;
    height: 28px;
    border-right: none !important;
    border-radius: 3px 0 0 3px;
    color: #666;
    outline: none;
    font-size: 13px;
    font-family: "Conv_SourceSansPro-Italic";
    line-height: 28px;
    vertical-align: top;
    white-space: nowrap;
}
.user-friendly-uri-control input.profile-uri-input {
    padding-left: 0;
    width: 100% !important;
    outline: none;
    border-left: none !important;
    line-height: 28px;
    border-radius: 0 3px 3px 0;
}

.user-friendly-uri-control input.profile-uri-input:focus {
    border-left: none !important;
}

.backend .row.display-address { padding-top: 7px; }
.backend .user-friendly-uri-control { width: 280px; }

.user-textarea .cities-action-add{
    color: #175885;
    float: right;
    padding: 0 0 7px 0;
    display: inline-block;
}
.cities-list-view {
    padding-left: 175px;
}
.cities-list-view a {
    margin-bottom: 3px;
}
.user-textarea .cities-list:after { display: block; height: 0; content: ' '; clear: both; }


@media screen and (min-width:0) and (max-width:960px) {
    .layout-empty #content {
        padding: 0;
    }

    h2.landing-title {
        width: 100%;
        font-size: 36px;
    }

    .landing-content .left-block, .landing-content .right-block {
        float: none;
        width: 100%;
        text-align: center;
        max-width: none;
    }

    .landing-content .left-block {
        padding-top: 30px;
    }

    .landing-content form {
        max-width: 95%;
        margin: 0 auto;
    }

    .landing-three .right-block > ul {
        text-align: left;
        margin: 0 auto;
        max-width: 400px;
    }

    .landing-three h2 {
        padding: 2px 5% 25px;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (min-width:0) and (max-width:920px) {
    .landing-two .right-block h3 {
        padding: 7px 160px;
    }

    .landing-three .landing-three-payment {
        padding: 0 20px;
    }
}

@media screen and (min-width:0) and (max-width:780px) {
    .landing-two .right-block h3 {
        padding: 7px 60px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .landing-header .logo {
        padding: 10px 0 0;
    }

    .landing-content .slogan {
        padding: 30px 30px;
    }

    .landing-content .slogan h1, .landing-content .slogan p {
        max-width: none;
    }

    .landing-three .right-block h3 {
        line-height: 30px;
    }

    .landing-three .landing-three-payment label, .landing-three .landing-three-payment .btn {
        font-size: 18px;
    }

    .landing-three .landing-three-payment input.expiration-date {
        width: 50px;
    }

    .landing-three .landing-three-payment form label, .landing-three .landing-three-payment form .card-number label:first-child {
        width: 180px;
    }
    
    .landing-three .landing-three-payment .card-number label {
        width: 180px;
        clear: both;
        margin-top: 12px;
    }

    .landing-three .landing-three-payment .card-number label:first-child {
        margin-top: 0;
    }

    .landing-three .landing-three-payment .card-number input:last-child {
        margin-top: 12px;
    }

    .landing-three .landing-three-payment form a.action-submit {
        margin-left: 100px;
    }
}

@media screen and (min-width:0) and (max-width:580px) {
    .landing-two .right-block h3 {
        padding: 7px 15px;
    }
}

@media screen and (min-width:0) and (max-width:420px) {
    .landing-three .right-block > ul {
        text-align: left;
        margin: 0 30px;
        max-width: 400px;
    }
}

/* Social Sharing */
.social-networks-table {
    margin-left: 175px;
}

.social-networks-table td {
    vertical-align: middle;
    padding: 5px;
}
.social-networks-table td:first-child {
    width: 30px;
}

.social-networks-table td:nth-child(2), .social-networks-table td:nth-child(3), .social-networks-table td:nth-child(4) {
    padding-right: 40px;
}

.social-networks-table img {
    padding: 0;
}

.fb-account-list {
    padding: 7px 0 15px;
}

.fb-account-list input {
    vertical-align: middle;
    margin-right: 3px;
}

.fb-account-list .fb-account-error {
    padding-top: 10px;
    color: #FF0202;
}

.home-btn-wrap { height: 80px; }

.home-page .l-home-page {
    position: relative;
}

.alternate-homepage li.home-left { width: 55%; }
.alternate-homepage li.home-right { width: 45%; }
.alternate-homepage .home-right h1 { font-size: 30px; padding: 20px 0 0; }
.alternate-homepage .type-options > li {
    display: block;
    min-height: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

.alternate-homepage .type-options li:first-child {
    padding-top: 15px;
}

.alternate-homepage .type-options li > .btn {
    height: auto;
    min-width: 320px;
    min-height: 64px;
    padding: 0;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.alternate-homepage .type-options li .btn.hovered {
    
}

.alternate-homepage .type-options li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.alternate-homepage .type-options li .btn-consumer a {
    line-height: 44px;
}

.alternate-homepage .type-options li a .note {
    font-size: 12px;
}

.alternate-homepage .desktop-join-box {
    display: none;
    width: 500px;
    position: absolute;
    margin: 0 auto;
    z-index: 101;
    background: none;
    top: 10px;
    left: 20px;
    padding-right: 60px;
}

.alternate-homepage .desktop-join-box h4 {
    margin: 0;
}

.alternate-homepage .desktop-join-box .btn {
    left: 50%;
    bottom: 5%;
    display: block;
    max-width: 200px;
    margin-left: -100px;
}

.alternate-homepage li.type-popup {
    display: none;
}

.alternate-homepage li.type-popup .consumer-business, .alternate-homepage li.type-popup .title,
.alternate-homepage .desktop-join-box .consumer-business, .alternate-homepage .desktop-join-box .title {
    min-height: 0;
    width: 100%;
    box-sizing: border-box;
    background: #15405D;
}

.alternate-homepage .desktop-join-box .consumer-business {
    min-height: 440px;
}

.alternate-homepage li.type-popup .btn {
    position: relative;
    width: 60%;
    margin: 15px auto 5px;
    left: auto;
    bottom: auto;
}

.alternate-homepage li.type-popup a {
    text-decoration: none;
}
.alternate-homepage li.type-popup .title,
.alternate-homepage .desktop-join-box .title {
    background: #0E3552;
}

.alternate-homepage.logged-in-user li.home-left {
    width: 100%;
}

.alternate-homepage .desktop-join-box {    
    min-height: 450px;
}

.alternate-homepage li.type-popup .mobile-join-box {
    display: none;
    background: #15405D;
}


.l-how-it-works .btn {
    margin-bottom: 10px;
}

.l-how-it-works .hiw-consumer {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 3%;
    border-right: 2px solid #d5d5d5;
}

.l-how-it-works .hiw-business {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 3%;
}

.l-how-it-works .hiw-header {
    font-size: 29px;
    font-family: "Conv_SourceSansPro-Bold";
    text-align: center;
    padding-bottom: 20px;
}

.l-how-it-works .professional-join-note {
    font-size: 0.8em;
    line-height: 31px;
}

.l-how-it-works h2 {
    padding-top: 4px;
}

.l-how-it-works h2, .l-how-it-works p {
    padding-left: 47px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
}

.l-how-it-works p img {
    max-width: 100%;
}

.how-it-works-list > li {
    margin-top: 20px;
}

.how-it-works-list > li:last-child {
    border-bottom: none;
}

.alternate-homepage.logged-in-user .home-wrap-placeholder { display: none; }

@media screen and (min-width:0) and (max-width:960px) {
    .alternate-homepage.logged-in-user li.home-left .video {
        float: none;
    }
    .alternate-homepage.logged-in-user .home-wrap-placeholder { display: block; height: 20px; min-height: 0; }

    .l-how-it-works .hiw-consumer, .l-how-it-works .hiw-business {
        float: none;
        width: 100%;
        border: none;
        padding: 0 5%;
    }

    .l-how-it-works .hiw-business {
        padding-top: 50px;
    }

    .l-how-it-works p img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .alternate-homepage li.home-left, .alternate-homepage li.home-right { width: 100%; }
    .alternate-homepage li.home-right { margin: 0; }
    .alternate-homepage li.home-left h4 { padding-top: 0; }
    .alternate-homepage li.home-right h1 { color: #000; font-size: 46px; }
/*    .alternate-homepage li.type-popup { width: 100%; left: 0 !important; }*/
    .home-btn-wrap { display: none; }
    .alternate-homepage .type-options { padding-bottom: 30px; }
    .alternate-homepage .type-options li .btn { width: 80%; min-height: 80px; }
    .alternate-homepage .type-options li .btn a {
        font-size: 40px;
        line-height: 42px;
    }
    .alternate-homepage .type-options li .btn a .note {
        font-size: 26px;
        line-height: 28px;
    }
    .alternate-homepage li.type-popup .bullets li {
        margin: 0;
    }

    .l-header-b.home-page > div {
        background: none;
    }

    .home-page .home-top li.home-left {
        background: transparent url("/bundles/wyngspan/img/header-home.jpg") center;
        background-size: cover;
        padding-bottom: 20px;
    }

    .alternate-homepage li.home-right {
        display: none;
    }

    .alternate-homepage li.type-popup {
        display: block !important;
        position: relative;
        top: auto !important;
        left: auto !important;
        width: 420px;
        margin: 10px auto;
    }

    .alternate-homepage li.type-popup .mobile-join-box {
        display: block;
    }

    .alternate-homepage li.type-popup .desktop-join-box {
        display: none;
    }

    .alternate-homepage li.type-popup .mobile-join-btn {
        display: inline-block;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        font-size: 28px;
        margin: 5px 0 25px;
        border-radius: 3px;
        width: 50%;
    }
}


@media screen and (min-width:0) and (max-width:640px) {
    .alternate-homepage li.home-right h1 { color: #fff; }
}

#platinum-popup { padding-bottom: 25px !important; }
#platinum-popup p { margin-bottom: 10px; }
#platinum-popup .category-combobox-wrap { margin: 5px 0 7px; min-height: 20px; }
#platinum-popup .row { clear: both; }
#platinum-popup .row input { margin-top: -2px; vertical-align: middle; }
#platinum-popup .category-row { padding: 7px 0 12px 40px; display: none; font-size: 13px; }
#platinum-popup .button-row { text-align: right; }
#platinum-popup .button-row .submit-preloader { display: none; }
#platinum-popup .error { clear: both; margin-top: 5px; }
#platinum-popup .error p { font-family: "Conv_SourceSansPro-Regular"; }

.tab-premium.level-1 .premium-tab { width: 33%; box-sizing: border-box; }
.tab-premium.tab-premium-4 .premium-tab { width: 24.6%; }
.tab-premium.tab-premium-4 .premium-tab.services-tab, .tab-premium.tab-premium-4 .premium-tab.builder-tab { width: 30%; }
.tab-premium.tab-premium-4 .premium-tab.social-tools-tab { width: 20%; }
.tab-premium.tab-premium-4 .premium-tab.upgrade-tab { width: 18.5%; }
.tab-premium.tab-premium-2 .premium-tab { width: 49.5%; }
.tab-premium.tab-premium-1 .premium-tab { width: 100%; }
.tab-premium.tab-premium-0 { display: none; }
.tab-premium.tab-premium-1:not(.builder-only), .tab-premium.tab-premium-1:not(.builder-only) + ul.tab-connection { display: none; }
.tab-premium.level-1 .premium-tab:last-child { float: right; }
.tab-premium.level-1 .premium-tab ul.menu_level_1 { display: none; }
.api-widgets .row label { width: 100px; }
.api-widgets .widget .row input[type="text"] { width: 87%; }

.social-tools-wrapper .row > label { display: none; }
.social-tools-wrapper p.description-text { margin: 0; line-height: 120%; }
.social-tools-wrapper .social-networks-table { margin: 12px auto 0; }
.tab-connection.level-2.premium-tab-level-2 { padding: 13px 0px 0px; margin-bottom: 15px; }

.purchased-services-list .title { font-weight: bold; font-size: 100%; }
.purchased-services-list { margin-left: 20px; }
.purchased-services-list li { 
    list-style-image: url("/bundles/wyngspan/img/list-marker-text.png");
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f0f0;
}
.purchased-services-list li:last-child {
    border-bottom: none;
}
.purchased-services-list li p { }
.purchased-services-list .button-premium-cancel { float: right; }

.backend .premium-settings label { width: 200px; }
.backend .premium-settings .ajax-editable-action-change { margin-left: 210px; }
.backend .premium-settings .service-status { line-height: 28px; vertical-align: middle; }
.backend .premium-settings .premium-service-note { color: #555555; font-size: 0.9em; margin-left: 20px; display: inline; }

/* Trust Tagged? */
.trust-tagged-widget {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin: 0 auto;
    background: #175885;
    text-decoration: none;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.trust-tagged-widget h3 {
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
}

.trust-tagged-widget h3 .p1 {
    display: inline-block;
    padding-right: 40px;
}

.trust-tagged-widget h3 .p2 {
    display: inline-block;
    padding-left: 20px;
}

.trust-tagged-widget .btn {
    margin-top: 15px;
    padding: 0 8px;
    display: inline-block;
}

@media screen and (min-width:0) and (max-width:767px) {
    .trust-tagged-widget {
        margin-top: 30px;
        width: 240px;
        height: 240px;
        border-radius: 120px;
        padding-top: 35px;
    }

    .trust-tagged-widget h3 .p1 {
        padding-right: 60px;
    }

    .trust-tagged-widget h3 .p2 {
        padding-left: 30px;
    }

    .trust-tagged-widget h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .trust-tagged-widget .btn {
        margin-top: 20px;
    }
}

.landing-six { padding: 15px 40px; }
.landing-six h3 { text-align: center; margin-bottom: 30px; }
.landing-six p {
    margin-bottom: 15px;
    font-size: 130%;
    color: #ffffff;
}

.landing-six .btn-wrapper {
    text-align: center;
}

.landing-six .btn {
    margin: 20px auto;
    height: 30px;
    line-height: 30px;
    padding: 3px 20px;
}

.landing-six .btn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

.filter-wrapper #search-network input[type=checkbox] {
    float: left;
    margin-top: 5px;
}

.filter-wrapper #search-network label {
    display: block;
    padding-left: 22px;
}

.widget-demo-wrapper {
    padding: 10px;
    text-align: center;
}

.widget-demo-img {
    margin-bottom: 10px;
}

.widget-code-section {
    display: none;
}

.widget-code-section .submit-row, .widget-code-section .ajax-editable-action-change {
    margin-left: 110px;
}

.widget-code-section p.note {
    padding-left: 110px;
}

.search-results .profile-picture-wrapper {
    float: left;
    width: 120px;
    padding-top: 7px;
}

.search-results .profile-picture-wrapper img {
    border-radius: 3px;
}

.profile-types-wrapper .join-box {
    background: #15405D;
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    position: relative;
}

.profile-types-wrapper .join-box .consumer-business, .profile-types-wrapper .join-box .title {
    min-height: 90px;
    width: 100%;
    box-sizing: border-box;
    background: #15405D;
    font-size: 18px;
}

.profile-types-wrapper .join-box .title .role {
    font-size: 22px;
}

.profile-types-wrapper .join-box .title .note {
    font-size: 14px;
}

.profile-types-wrapper .join-box .consumer-business {
    min-height: 450px;
}

.profile-types-wrapper .type-options {
    margin: 0;
    padding: 0;
    text-align: center;
}

.profile-types-wrapper .type-options .btn {
    position: absolute;
    width: 200px;
    margin: 15px auto 5px;
    left: 50%;
    margin-left: -100px;
    bottom: 20px;
}

.profile-types-wrapper li.type-popup a {
    text-decoration: none;
}
.profile-types-wrapper .type-options .title,
.profile-types-wrapper .join-box .title {
    background: #0E3552;
}

.profile-types-wrapper .join-box {
    min-height: 450px;
}


.home-page-banner-wrapper {
    position: relative;    
}

.home-page-banner-shadow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.home-page-banner {
    width: 100%;
    padding: 22% 0;
    box-sizing: border-box;
    background-size: cover;
    /*margin: 0 auto 40px;*/
	margin: 0 auto;
}

.home-page-banner.home-page-banner-professional {
	background: url('/bundles/wyngspan/img/home-page-banner2.jpg') center no-repeat;
}

.home-page-banner.home-page-banner-customer {
	background: url('/bundles/wyngspan/img/home-page-banner3.jpg') center no-repeat;
}

.home-page-banner .l-wrapper {
    height: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9) !important;
}

.home-page-banner .l-wrapper p {
    color: #fff;
    font-size: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9) !important;
    font-family: 'OpenSansRegular', sans-serif;
}

.home-page-banner .l-wrapper h3 {
    color: #fff;
    text-transform: none;
    font-size: 38px;
    font-family: 'OpenSansRegular', sans-serif;
    font-style: normal;
    line-height: 42px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9) !important;
}

.home-page-banner .l-wrapper .left-text {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 60%;
    max-width: 600px;
    margin-left: -500px;
    text-align: center;
}

.home-page-banner .l-wrapper .search-form {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    text-align: center;
}

.home-page-banner .count_me_in {
	padding: 5px 20px 5px 17px;
	border-radius: 3px;
	border-top: 1px solid #CC9714;
	background-color: #e6b217;
	color: #ffffff;
	border-color: #CC9714 #D89E15 #D89E15 #CC9714;
	border-width: 1px;
	border-style: solid;
	box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6);
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Conv_SourceSansPro-Bold";
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 27px;
	width: 200px;
	margin: 0 auto;
}

.home-page-banner .count_me_in.left_position {
	margin: 40px 0 0;
}


.home-page-banner .count_me_in:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FFCC4C;
}

.logo.mobile-only {
    display: none;
}

@media screen and (min-width:0) and (max-width:960px) {
    .profile-types-wrapper .join-box {
        margin-bottom: 25px;
    }

    .how-it-works-wrapper table {
        width: 80%;
        margin: 0 auto;
    }
    
    .how-it-works-wrapper table, .how-it-works-wrapper table tr {
        display: block;
    }
    
    .how-it-works-wrapper td {
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .wrap-home-search h2 {
        margin-top: 0;
    }

    .home-page-banner {
        padding: 30% 0;
    }

    .home-page-banner .l-wrapper h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .home-page-banner .l-wrapper p {
        font-size: 22px;
    }

    .home-page-banner .l-wrapper .left-text {
        width: 100%;
        left: 2%;
        margin-left: 0;
        max-width: 60%;
        top: 15%;
    }

    .home-page-banner .l-wrapper .search-form {
        top: 60%;
    }

    .profile-types-wrapper h2 {
        max-width: 80%;
        margin: 40px auto 20px;
    }
}

@media screen and (min-width:0) and (max-width:824px) {
    .home-page-banner .search.desktop .btn {
        margin-top: 15px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .profile-types-wrapper .join-box {
        width: 80%;
        display: block;
        margin: 0 auto 25px;
    }

    .profile-types-wrapper .type-options .btn {
        position: relative;
        bottom: auto;
        left: auto;
        width: 80%;
        margin: 20px auto 30px;
        font-size: 36px;
        padding: 10px 0;
    }

    .how-it-works-wrapper .title {
        font-size: 20px;
    }

    .how-it-works-wrapper td {
        font-size: 18px;
    }

    .logo.mobile-only {
        display: block;
        padding: 75px 0 10px;
    }

    .l-header-t.homepage .logo {
        display: none;
    }
}

@media screen and (min-width:0) and (max-width:720px) {
    .profile-types-wrapper h2 {
        margin-top: 80px;
    }

    .home-page-banner .l-wrapper .left-text {
        left: auto;
        max-width: none;
        width: 100%;
        top: 7%;
        padding: 0 5%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .how-it-works-wrapper td {
        float: none;
        width: 100%;
    }
}

@media screen and (min-width:0) and (max-width:640px) {
    .how-it-works-wrapper img {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (min-width:0) and (max-width:570px) {
    .profile-types-wrapper .type-options .btn {
        padding: 0;
    }
}

@media screen and (min-width:0) and (max-width:530px) {
    .profile-types-wrapper h2 {
        margin-top: 150px;
    }
}

body.signup-page #header .l-header-m .right,
body.signup-page #header .auth li:nth-child(2),
body.signup-page #footer,
body.signin-page #header .l-header-m .right,
body.signin-page #header .auth li:first-child,
body.signin-page #footer {
    display: none;
}

body.signup-page #header .auth {
    border-right: none;
}

body.signup-page #header .auth li:first-child {
    border-right: 1px solid #D9D9D9;
}

body.signup-page #header .auth li .login {
    border-right: 1px solid #FFF;
}

body.signup-page #l-site-info,
body.signin-page #l-site-info {
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    margin-top: 50px;
}

.signUpButtons table {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
}

.signUpButtons td {
    text-align: center;
    width: 40%;
}

.signUpButtons td:nth-child(2) {
    font-size: 200%;
    width: 20%;
    font-weight: bold;
    vertical-align: middle;
}

.signUpButtons li {
    display: inline-block;
}

.signUpButtons table label {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 110%;
}

.signUpButtons .signup-social-icon {
    display: inline-block;
    height: 36px;
    width: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.signUpButtons .signup-social-icon.facebook {
    background-image: url('/bundles/wyngspan/img/social/signup/fb.png');
}

.signUpButtons .signup-social-icon.twitter {
    background-image: url('/bundles/wyngspan/img/social/signup/tw.png');
}

.signUpButtons .signup-social-icon.linkedin {
    background-image: url('/bundles/wyngspan/img/social/signup/in.png');
}

.signUpButtons .signup-social-icon.google {
    background-image: url('/bundles/wyngspan/img/social/signup/g.png');
}

.signUpButtons .signup-social-icon:hover {
    background-position: 0 -37px;
}

.signUpButtons .c-primary {
    padding: 0 50px;
    line-height: 36px;
    height: 36px;
}

@media screen and (min-width:0) and (max-width:767px) {
    .signUpButtons td, .signUpButtons table, .signUpButtons tr, .signUpButtons tbody  {
        display: block;
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .signUpButtons .signup-social-icon {
        width: 53px;
        height: 49px;
        margin: 0 7px;
    }

    .signUpButtons .signup-social-icon.facebook {
        background-image: url('/bundles/wyngspan/img/social/signup/fb-m.png');
    }

    .signUpButtons .signup-social-icon.twitter {
        background-image: url('/bundles/wyngspan/img/social/signup/tw-m.png');
    }

    .signUpButtons .signup-social-icon.linkedin {
        background-image: url('/bundles/wyngspan/img/social/signup/in-m.png');
    }

    .signUpButtons .signup-social-icon.google {
        background-image: url('/bundles/wyngspan/img/social/signup/g-m.png');
    }

    .signUpButtons .signup-social-icon.facebook:hover {
        background-position: 0 -50px;
    }
    
    .signUpButtons .signup-social-icon:hover {
        background-position: 0 -49px;
    }

    .signUpButtons td:nth-child(2) {
        width: 100%;
        padding: 40px 0;
        font-size: 300%;
    }

    .signUpButtons table label {
        font-size: 200%;
    }
    
    .signUpButtons .c-primary {
        height: 60px;
        line-height: 60px;
    }
}

.wyngspan-partner-badge {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.wyngspan-partner-badge img {
    width: 100%;
    border-radius: 25px;
}

.become-member-btn {
    margin: 20px 0 0 -2px;
}

.trust-factor-label, .trust-factor-small-label {
    width: 149px;
    text-align: center;
    padding: 0 !important;
}

.trust-factor-small-label {
    width: 96px;
}

.trust-factor {
    margin-bottom: 40px;
}

.trust-factor.small {
    margin-bottom: 30px;
}

.trust-factor-label div, .trust-factor-small-label div {
    display: inline;
    position: absolute;
    bottom: -40px;
    white-space: nowrap;
    left: 0;
    right: 0;
}

.trust-factor-small-label div {
    bottom: -30px;
}

.trust-factor-label div:before, .trust-factor-small-label div:before,
.trust-factor-label div:after, .trust-factor-small-label div:after {
    content: 'Trust';
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #175885;
    font-family: "Conv_SourceSansPro-Bold";
}

.trust-factor-label div:after, .trust-factor-small-label div:after {
    content: 'Factor';
    color: #e6b217;
}

.trust-factor-small-label div:before, .trust-factor-small-label div:after {
    font-size: 12px;
    font-family: "Conv_SourceSansPro-Regular";
    font-weight: bold;
}

@media screen and (min-width:768px) and (max-width:960px) {
    .trust-factor-label div {
        width: 149px;
        margin-left: 80px;
    }
}

@media screen and (min-width:0) and (max-width:767px) {
    .trust-factor {
        margin-bottom: 90px !important;
    }

    .trust-factor-label {
        width: 223px;
    }

    .trust-factor-label div, .trust-factor-small-label div {
        bottom: -70px;
    }

    .trust-factor-label div:before, .trust-factor-label div:after,
    .trust-factor-small-label div:before, .trust-factor-small-label div:after {
        font-size: 25px;
        font-family: "Conv_SourceSansPro-Bold";
        font-weight: normal;
    }
}

.trust-factor-tooltip {
    position: absolute;
    z-index: 999;
    width: 300px !important;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ffffff;
    padding: 10px !important;
    -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3)!important;
    height: 20px;
    display: none;
    bottom: 0;
    margin: 0 !important;
    text-align: center;
}

.trust-factor-tooltip:before, .trust-factor-tooltip:after {
    display: none !important;
}

.claim-clearfix {
    clear: both;
}

.claim-button {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 10px !important;
    max-width: 130px;
    margin-top: 12px;
    clear: both;
}

.claim-button a.btn {
    color: #fff;
    text-transform: none;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 7px;
    font-family: "Conv_SourceSansPro-Regular";
}

@media screen and (min-width:0) and (max-width:767px) {
    .claim-button {
        max-width: 220px;
        font-size: 24px;
        background: #fff;
        padding: 15px !important;
        margin-bottom: 15px;
    }

    .claim-button a.btn {
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
}

.trust-upload-note {
    margin-left: 7px;
    font-style: italic;
    line-height: 22px;
}

.back-to-my-wyngspan {
    padding: 20px 0 0;
    text-align: center;
}

.acting-as-control-wrapper {
    float: right;
    padding: 3px 0 5px 25px;
}

.acting-as-control-wrapper label {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Bold";
    color: #165785;
    margin-right: 10px;
    vertical-align: middle;
}

.acting-as-control-wrapper select {
    vertical-align: middle;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-menu .btn.small {
    padding: 0 12px;
}

@media screen and (min-width:0) and (max-width:960px) {
    .acting-as-control-wrapper {
        float: none;
        text-align: center;
        padding-bottom: 20px;
    }

    .acting-as-control-wrapper label {
        font-size: 18px;
    }

    .acting-as-control-wrapper select {
        height: 33px;
        width: 40%;
    }
}

.issueTrustForm .account-options {
    width: 100%;
}

.issueTrustForm .account-options td {
    width: 45%;
}

.issueTrustForm .account-options td:nth-child(2) {
    width: 10%;
    font-size: 20px;
    color: #006699;
    font-family: "Conv_SourceSansPro-Bold";
    text-align: center;
    vertical-align: middle;
}

.issueTrustForm .account-options td label {
    margin-top: 10px;
    display: block;
}

.issueTrustForm .account-options .issueTrust-firstname label,
.issueTrustForm .account-options .issueTrust-login label {
    margin-top: 0;
}

.issueTrustForm .account-options .issueTrust-email,
.issueTrustForm .account-options .issueTrust-password {
    margin-bottom: 7px;
}

@media screen and (min-width:0) and (max-width:768px) {
    .issueTrustForm h3.title-trust-popup {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .issueTrustForm .wrap-title-in h3 {
        font-size: 18px;
        line-height: 39px;
        margin-top: 0;
    }

    .issueTrustForm label {
        font-size: 24px;
    }

	.hide-mobile-version {
		display:none;
	}

	.popup .public-profile.short .img-wrapper {
		background: none;
		 width: inherit;
		 height: inherit;
		padding: 0;
	}

	.popup .write-about .right {
		width: 80%;
	}

	.popup .wrap-title-in.trust-sharing {
		height: 85px;
	}

	.add-tags .keywords-list-container {
		max-height: 55px;
	}
}

li.invitations-tab.invite-clients-tab.first {
	width: 49.65%;
}
li.invitations-tab.social-tools-tab.last {
	width: 49.65%;
	margin-left: 0.703%
}

.userpic-82 {
	display:inline-block;
	width: 82px;
	height: 92px;
	background: #175885;
	color:#fff;
	font-size: 64px;
	line-height: 92px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	font-weight: bold;
}

.userpic-104 {
	display:inline-block;
	width: 104px;
	height: 104px;
	background: #175885;
	color:#fff;
	font-size: 64px;
	line-height: 92px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	font-weight: bold;
}

.userpic-100 {
	display:inline-block;
	width: 100px;
	height: 100px;
	background: #175885;
	color:#fff;
	font-size: 64px;
	line-height: 92px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	font-weight: bold;
}

.userpic-24 {
	display:inline-block;
	width: 24px;
	height: 24px;
	background: #175885;
	color:#fff;
	font-size: 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	line-height: 23px;
}

.userpic-64 {
	display:inline-block;
	width: 64px;
	height: 64px;
	background: #175885;
	color:#fff;
	font-size: 44px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	line-height: 64px;
	font-weight: bold;
}

table.trust-info td {
	padding: 0px 5px;
}

.item-block {
	font-family: "Source Sans Pro";
	color: #fff;
}

.title-trust {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background: #0e3552;
	min-height: 63px;
	min-width: 182px;
	padding-left: 19px;
	padding-top: 17px;
	border-radius: 3px 3px 0 0;
}

.body-trust {
	background: #15405d;
	height: 158px;
	overflow: hidden;
}

.body-trust .social-fb {
	display: inline-block;
	margin-top: 55px;
	margin-right: 10px;
	height: 48px;
	width: 50px;
	background-image: url("/bundles/wyngspan/img/social/social-fb-tw.png");
	background-position:50px;
}
.body-trust .social-tw {
	display: inline-block;
	height: 48px;
	width: 50px;
	background-image: url("/bundles/wyngspan/img/social/social-fb-tw.png");
	background-position:0px;
}

.body-trust .widget-button {
	height: 31px;
	width: 124px;
	background: #e6b217;
	border-radius: 2px;
	margin: 60px auto;
	font-size: 12pt;
	line-height: 31px;
	font-weight: bold;
}

.body-trust .widget-95 {
	height: 136px;
	width: 127px;
	margin: 13px auto;
	background-image: url("/bundles/wyngspan/img/bage-95.png");
}

.body-trust .widget-member {
	height: 120px;
	width: 120px;
	margin: 13px auto;
	background-image: url("/bundles/wyngspan/img/bage-member.png");
}

.footer-trust {
	background: #0e3552;
	height: 136px;
	text-align: left;
	padding-top: 18px;
	padding-left: 14px;
	padding-right: 14px;
}

.selected-word {
	color: #d6b946;
}

.footer-trust ul {
	list-style: none;
	padding:0;
	margin:0;
}

.footer-trust li {
	padding-left: 1em;
	text-indent: -.7em;
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 16px;
}

.footer-trust li:last-child {
	margin-bottom: 0;
}

.footer-trust li:before {
	content: "•  ";
	color: #d6b946; /* or whatever color you prefer */
}

@media screen and (max-width: 767px) and (min-width: 0) {
	.title-trust {
		font-size: 40pt;
	}

	.footer-trust li {
		font-size: 20px;
		line-height: 20px;
	}
}

.payment-page-font form, .payment-page-font form label {
	font-family: "Ubuntu";
}

.payment-page-font form label {
	font-weight: bold;
}

.smaller-title {
	font-size: 26px!important;
}

.smaller-subtitle {
	font-size: 20px!important;
}

form.ajax-editable-form dl {
	margin-top: 20px;
}

#mobile-app-header {
    padding: 10px 0;
    background-color: #175885;
    /*border-top: 3px solid #efef7b;*/
    /*border-bottom: 3px solid #efef7b;*/
    display:none;
}

#mobile-app-header a img.close {
    height: 45px;
    position: absolute;
    top: 35px;
    left: 50px;
}

#mobile-app-header a img.google,
#mobile-app-header a img.apple {
	margin: 5px auto;
	height: 80px;
	display:none;
}

.l-wrapper-home, .r-wrapper-home {
	float: left;
}

.create-company-step2 #createCompany_websites label {
	display: none;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; border: none; position: relative;  zoom: 1; padding: 0 41px}

@media screen and (min-width:768px) and (max-width:960px) {
    .flexslider { margin: 0; background: #fff; border: none; position: relative;  zoom: 1; padding: 0 32px}
}

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 1;  }
.flexslider:hover .flex-next { opacity: 1; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0.5!important; filter:alpha(opacity=0); cursor: default; }
/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; display: none}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("/bundles/wyngspan/img/Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

/* ---- Facebook ---- */

.new-fb-btn{
  margin: 5px auto;
  display: inline-block;
}

.new-fb-btn,
.new-fb-btn div{
  font-size:14px;
  font-weight:600;
  font-family:'Open Sans',sans-serif;
  color:#fff;
  text-shadow:0 0 1px RGBA(0,0,0,1);
  white-space:nowrap;
  vertical-align:middle;
}

/*
  1 --------------
*/
.new-fb-1,
.new-fb-1 div{
  height: 42px;
  line-height: 42px;
  background: url('/bundles/wyngspan/img/facebook-btn.png') no-repeat 0 0;
}

div.new-fb-1{
  padding: 0 0 0 20px;
}

div.new-fb-1-1{
  padding: 0 43px 0 0;
  background-position: right -100px;
}

div.new-fb-1-1-1{
  background-repeat: repeat-x;
  background-position: 0 -50px;
  padding: 0 20px 0 5px;
}

/*
  Main animations 
*/

.new-fb-default-anim{
  opacity: 0.85;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s; /* Firefox 4 */
  -webkit-transition: opacity 0.4s; /* Safari and Chrome */
  -o-transition: opacity 0.4s; /* Opera */
}

.new-fb-default-anim:HOVER{
  opacity: 0.999;
}

/* ---- G+ ---- */

.new-google-btn{
  margin: 5px auto;
  display: inline-block;
}

.new-google-btn,
.new-google-btn div{
  font-size:14px;
  font-weight:600;
  font-family:'Open Sans',sans-serif;
  color:#fff;
  text-shadow:0 0 1px RGBA(0,0,0,1);
  white-space:nowrap;
  vertical-align:middle;
}

/*
  1 --------------
*/
.new-google-1,
.new-google-1 div{
  height: 42px;
  line-height: 42px;
  background: url('/bundles/wyngspan/img/google-btn.png') no-repeat 0 0;
}

div.new-google-1{
  padding: 0 0 0 20px;
}

div.new-google-1-1{
  padding: 0 43px 0 0;
  background-position: right -100px;
}

div.new-google-1-1-1{
  background-repeat: repeat-x;
  background-position: 0 -50px;
  padding: 0 20px 0 5px;
}

/*
  Main animations
*/

.new-google-default-anim{
  opacity: 0.79;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s; /* Firefox 4 */
  -webkit-transition: opacity 0.4s; /* Safari and Chrome */
  -o-transition: opacity 0.4s; /* Opera */
}

.new-google-default-anim:HOVER{
  opacity: 0.999;
}

/* ---- Twitter ---- */

.new-twitter-btn{
  margin: 5px auto;
  display: inline-block;
}

.new-twitter-btn,
.new-twitter-btn div{
  font-size:14px;
  font-weight:600;
  font-family:'Open Sans',sans-serif;
  color:#fff;
  text-shadow:0 0 1px RGBA(0,0,0,1);
  white-space:nowrap;
  vertical-align:middle;
}

/*
  1 --------------
*/
.new-twitter-1,
.new-twitter-1 div{
  height: 42px;
  line-height: 42px;
  background: url('/bundles/wyngspan/img/twitter-btn.png') no-repeat 0 0;
}

div.new-twitter-1{
  padding: 0 0 0 20px;
}

div.new-twitter-1-1{
  padding: 0 43px 0 0;
  background-position: right -100px;
}

div.new-twitter-1-1-1{
  background-repeat: repeat-x;
  background-position: 0 -50px;
  padding: 0 20px 0 5px;
}

/*
  Main animations
*/

.new-twitter-default-anim{
  opacity: 0.79;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s; /* Firefox 4 */
  -webkit-transition: opacity 0.4s; /* Safari and Chrome */
  -o-transition: opacity 0.4s; /* Opera */
}

.new-twitter-default-anim:HOVER{
  opacity: 0.999;
}

/* ---- LinkedIn ---- */

.new-linkedin-btn{
  margin: 5px auto;
  display: inline-block;
}

.new-linkedin-btn,
.new-linkedin-btn div{
  font-size:14px;
  font-weight:600;
  font-family:'Open Sans',sans-serif;
  color:#fff;
  text-shadow:0 0 1px RGBA(0,0,0,1);
  white-space:nowrap;
  vertical-align:middle;
}

/*
  1 --------------
*/
.new-linkedin-1,
.new-linkedin-1 div{
  height: 42px;
  line-height: 42px;
  background: url('/bundles/wyngspan/img/linkedin-btn.png') no-repeat 0 0;
}

div.new-linkedin-1{
  padding: 0 0 0 20px;
}

div.new-linkedin-1-1{
  padding: 0 43px 0 0;
  background-position: right -100px;
}

div.new-linkedin-1-1-1{
  background-repeat: repeat-x;
  background-position: 0 -50px;
  padding: 0 20px 0 5px;
}

/*
  Main animations
*/

.new-linkedin-default-anim{
  opacity: 0.79;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s; /* Firefox 4 */
  -webkit-transition: opacity 0.4s; /* Safari and Chrome */
  -o-transition: opacity 0.4s; /* Opera */
}

.new-linkedin-default-anim:HOVER{
  opacity: 0.999;
}

@media screen and (min-width:0) and (max-width:960px) {
    .new-fb-btn, .new-twitter-btn, .new-google-btn, .new-linkedin-btn {
        zoom: 1.3; -moz-transform: scale(1.3);
        margin-bottom: 20px;
    }
}
.cicle-turn-button, .trust-cicle .back .trust-icon {
    -webkit-transition: all ease .5s;
    text-transform: uppercase
}

.wrapper-cicle { 
    margin: 25px auto;
}

body {
    margin: 0;
    padding: 0;
}
 
body .text-for-size {
    position: absolute;
    float: left;
    visibility: hidden;
    font-size: 13px;
    max-width: 100px;
    font-family: "OpenSansSemiBold";
    text-align: center
}
body .text-for-size div {
    font-size: 15px;
    color: #f2cb2a;
}

.cicle-turn-button, .trust-cicle .back, .trust-cicle .section-text .block-text {
    color: #fff;
    font-family: "OpenSansSemiBold";
}

.trust-icon {
    color: #e6b217;
    font-family: "OpenSansSemiBold";
    width: 70px;
    height: 70px
}

.cicle-turn-button {
    background: #114a6f;
    border-radius: 100%;
    border: none;
    transition: all ease .5s;
    font-size: 14px;
}

.cicle-turn-button.back {
    width: 70px;
    height: 70px
}

.cicle-turn-button.return {
    width: 90px;
    height: 90px;
    font-size: 16px
}

.cicle-turn-button:hover {
    cursor: pointer;
    background-color: #2585C7
}

.trust-cicle {
    box-sizing: border-box;
    position: relative;
    width: 566px;
    height: 566px;
    margin: auto
}

.trust-cicle .back, .trust-icon {
    position: absolute;
    z-index: 2000;
    background: #114a6f;
    border-radius: 100%;
    border: none;
    transition: all ease .5s;
    font-size: 14px;
    width: 70px;
    height: 70px;
    left: 10px;
    top: 10px;
    line-height: 70px;
    text-align: center;
    display: none
}

.trust-icon {
    left: 75px;
    top: 35px;
}

.trust-cicle .center-cicle, .trust-cicle .external-cicle, .trust-cicle .inner-cicle {
    border-radius: 100%;
    margin: auto;
    bottom: 0;
    right: 0;
    opacity: 0
}

.trust-cicle #svg-trust-circly, .trust-cicle .external-cicle, .trust-cicle .section-text {
    width: 100%;
    height: 100%
}

.trust-cicle .back:hover {
    cursor: pointer;
    background-color: #2585C7
}

.trust-cicle .external-cicle, .trust-cicle .inner-cicle, .trust-cicle .section-text {
    background-color: transparent;
    top: 0;
    left: 0;
    position: absolute
}

.trust-cicle #svg-trust-circly-hover {
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute
}

.trust-cicle #svg-trust-circly-hover .segment-hover:hover {
    cursor: pointer
}

.trust-cicle #svg-trust-circly .segment {
    opacity: 0;
    -webkit-animation: segments 3s ease 0s 1 normal forwards;
    animation: segments 3s ease 0s 1 normal forwards
}

.trust-cicle #svg-trust-circly .segment path {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.trust-cicle #svg-trust-circly .segment path.active {
    fill: #e6b217;
    cursor: pointer
}

.trust-cicle #svg-trust-circly .top-segment path.active {
    fill: #e6b217;
    cursor: pointer
}

.trust-cicle #svg-trust-circly image {
    -webkit-animation: segments 3s ease 0s 1 normal forwards;
    animation: segments 3s ease 0s 1 normal forwards
}

.trust-cicle .section-text .block-text {
    position: absolute;
    font-size: 13px;
    max-width: 100px;
    text-align: center;
    -webkit-animation: segments 3s ease 0s 1 normal forwards;
    animation: segments 3s ease 0s 1 normal forwards
}

.trust-cicle .section-text .block-text div {
    font-size: 15px;
    color: #f2cb2a
}

.trust-cicle .external-cicle {
    /*box-shadow: 0 0 6px 2px rgba(0, 0, 0, .6);*/
    -webkit-animation: cicleShadow 2s ease 2s 1 normal forwards;
    animation: cicleShadow 2s ease 2s 1 normal forwards
}

.trust-cicle .inner-cicle {
    width: 420px;
    height: 420px;
    /*box-shadow: inset 0 0 6px 2px rgba(0, 0, 0, .6);*/
    -webkit-animation: cicleShadow 2s ease 2s 1 normal forwards;
    animation: cicleShadow 2s ease 2s 1 normal forwards
}

.trust-cicle .center-cicle {
    /*box-shadow: 0 0 14px 2px rgba(0, 0, 0, .4);*/
    width: 25%;
    height: 25%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #114a6f;
    color: #fff;
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    font-family: OpenSansRegular;
    line-height: 1.6;
    padding: 6% 0 0;
    box-sizing: border-box;
    -webkit-animation: centerCicle 2s ease-out 2s 1 normal forwards;
    animation: centerCicle 2s ease-out 2s 1 normal forwards
}

.trust-cicle .center-cicle span {
    display: block;
    color: #f2cb2a;
    font-family: OpenSansBold
}

.checkboxes, .checkboxes label {
    display: inline-block;
    position: relative
}

.trust-cicle.out .center-cicle {
    -webkit-animation: outCenterCicle 2s ease-out 2s 1 normal forwards;
    animation: outCenterCicle 2s ease-out 2s 1 normal forwards
}

.trust-cicle.out .external-cicle, .trust-cicle.out .inner-cicle {
    -webkit-animation: outCicleShadow 2s ease 2s 1 normal forwards;
    animation: outCicleShadow 2s ease 2s 1 normal forwards
}

.trust-cicle.out #svg-trust-circly .segment, .trust-cicle.out #svg-trust-circly image {
    -webkit-animation: outSegments 3s ease 0s 1 normal forwards;
    animation: outSegments 3s ease 0s 1 normal forwards
}

@-webkit-keyframes segments {
    0% {
        opacity: 0
    }
    25% {
        opacity: .25
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes segments {
    0% {
        opacity: 0
    }
    25% {
        opacity: .25
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes cicleShadow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes cicleShadow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes centerCicle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes centerCicle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes outSegments {
    0% {
        opacity: 1
    }
    25% {
        opacity: .5
    }
    50% {
        opacity: .25
    }
    100% {
        opacity: 0
    }
}

@keyframes outSegments {
    0% {
        opacity: 1
    }
    25% {
        opacity: .5
    }
    50% {
        opacity: .25
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes outCicleShadow {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes outCicleShadow {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes outCenterCicle {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes outCenterCicle {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.checkboxes {
    margin: 2px
}

.checkboxes label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 18px;
    height: 18px;
    border: 1px solid #c5c5c5;
    background-color: #edf6fc;
    border-radius: 4px;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    cursor: pointer;
    overflow: hidden;
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin: 0
}

.checkboxes label:hover {
    border: 1px solid rgba(0, 0, 0, .5);
    color: #000
}

.checkboxes label:active {
    -webkit-transition-duration: 0;
    transition-duration: 0;
    -webkit-filter: brightness(.8)
}

.checkboxes input {
    display: none
}

.checkboxes input[disabled] + label {
    opacity: .4
}

.checkboxes input:checked + label {
    color: #175885
}

.checkboxes input:checked + .blue-background {
    border-color: #175885;
    background: #0369af
}

.checkboxes input:checked + .blue-background:after {
    content: '';
    display: block;
    margin-left: 5px;
    margin-top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

/* #################### Custom Styles ####################### */

div.filters {
    padding: 20px 0 20px;
}

.filters div.checkboxes {
    margin-left: 10px;
}

#notification {
    text-align: center;
    padding-top: 30px;
}

div.new-dashboard div.left {
    width: 29.25%;
}

div.new-dashboard div.right {
    width: 67.75%;
}

div.new-dashboard div.right > header {
    font-size: 15px;
    line-height: 65px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background: #175885;
    color: #fff;
    font-family: SourceSansProBold;
}

div.new-dashboard div.right div.filters {
    margin-top: 25px;
    margin-bottom: 25px;
}

.list-cicle-item {
    position: relative;
    margin-bottom: 20px;
}
.list-cicle-item .book-mark {
    right: 0;
}
.list-cicle-item .header {
    position: relative;
    /* border-top: 1px solid #E5E5E5; */
    padding-right: 30px;
    margin: 15px 0 20px;
}
.list-cicle-item .header .name {
    font-family: "SourceSansProBold";
    width: 49%;
    display: inline-block;
}
.list-cicle-item .header .name a {
    color: #000;
    text-decoration: none;
}
.list-cicle-item .header .info {
    width: 49%;
    display: inline-block;
    text-align: right;
    font-family: "SourceSansProLight";
}
.list-cicle-item .header .info .peop-num {
    background-color: #e3b221;
    font-size: 14px;
    padding: 4px;
    margin: auto 5px;
    border-radius: 3px;
    display: inline-block;
    font-family: "OpenSansSemiBold";
    color: white;
}
.list-cicle-item .header .info .you-trust {
    text-transform: uppercase;
    font-family: "OpenSansSemiBold";
    color: #175885;
}
.list-cicle-item .content {
    box-sizing: border-box;
    padding-right: 40px;
    overflow: hidden;
}
.list-cicle-item .content .left {
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
}
.list-cicle-item .content .left address {
    font-family: "SourceSansProLight";
}
.list-cicle-item .content .left .phone {
    color: #000;
    text-decoration: none;
    display: block;
    margin-top: 5px;
    font-style: italic;
    font-family: "SourceSansProLight";
}
.list-cicle-item .content .left .see-more {
    margin-top: 10px;
}
.list-cicle-item .content .left .see-more a {
    color: #000;
    font-family: "OpenSansSemiBoldItalic";
    text-decoration: none;
    font-size: 12px;
}
.list-cicle-item .content .right {
    box-sizing: border-box;
    width: 69.46%;
    display: inline-block;
    vertical-align: top;
    padding-left: 90px;
}
.list-cicle-item .content .right .photo {
    float: left;
    margin-left: -90px;
    margin-top: 5px;
}
.list-cicle-item .content .right .trusted {
    text-align: justify;
    font-family: "OpenSansItalic";
    font-size: 14px;
}
.list-cicle-item .content .right .trusted a {
    font-family: "OpenSansSemiBold";
    font-size: 14px;
}
.list-cicle-item .content .right .message {
    font-size: 12px;
    font-family: "OpenSansItalic";
    margin: 8px auto;
    min-height: 30px;
    text-align: justify;
}
.list-cicle-item .content .right .read-more a {
    font-size: 14px;
    color: #4DA195;
    font-family: "OpenSansSemiBold";
    text-transform: uppercase;
    text-decoration: none;
}

/* #################### Custom Styles ####################### */
div.new-dashboard div.left {
    width: 30.25%;
}

div.new-dashboard div.right {
    width: 67.75%;
}

div.new-dashboard div.right > header {
    font-size: 15px;
    line-height: 65px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background: #175885;
    color: #fff;
    font-family: SourceSansProBold;
}

div.new-dashboard div.right div.filters {
    margin-top: 31px;
    margin-bottom: 31px;
}
.list-cicle-item .content .right .read-more a.btn {
    color: #fff;
    margin-right: 20px;
}


/******************* ASIDE LEFT *******************/
aside.left {
    width: 200px;
}
aside.left section {
    background: #E5E5E5;
    margin-bottom: 20px;
}
aside.left section header {
    background: #175885;
    color: #fff;
    font-family: "SourceSansProBold";
    font-size: 15px;
    line-height: 65px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

aside.left section .header {
    font-family: "SourceSansProBold";
    text-transform: uppercase;
    font-weight: 700;
    color: #175885;
    margin-bottom: 10px;
}

aside.left section.search label {
    display: block;
}

aside.left section.search input {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
aside.left section.search input[type=submit] {
    background: #175885;
    color: #fff;
    font-family: "SourceSansProBold";
    width: 70%;
    margin: 15px auto;
    padding: 7px;
    border: none;
    border-radius: 3px;
}

aside.left section.search .search {
    padding: 25px 17px;
    background: none;
}

aside.left section.category {
    padding: 15px;
}
aside.left section.category.hidden {
    display: none !important;
}
aside.left section.category li {
    display: block;
    margin: 8px 0;
}




aside.left section.trust-factor {
    padding: 15px;
}

aside.left section.trust-factor input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}

aside.left section.trust-factor input[type=range]:focus {
  outline: none;
}

aside.left section.trust-factor .help {
    position: absolute;
    top: 59px;
    left: 92px;
    color: black;
    font-family: "SourceSansProLight";
}

/********* TRACK *********/
aside.left section.trust-factor input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: #E0AC11;
  border-radius: 3px;
  border: 1px solid black;
}
aside.left section.trust-factor input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: #E0AC11;
  border-radius: 3px;
  border: 1px solid black;
}
aside.left section.trust-factor input[type=range]::-ms-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: #E0AC11;
  border-radius: 3px;
  border: 1px solid black;
}
aside.left section.trust-factor input[type=range]:focus::-webkit-slider-runnable-track {
  background: #E0AC11;
}

/********* THUMB *********/
aside.left section.trust-factor input[type=range]::-webkit-slider-thumb {
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  opacity: .9;
  z-index: 1000;
}
aside.left section.trust-factor input[type=range]::-moz-range-thumb {
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: .9;
  z-index: 1000;
}
aside.left section.trust-factor input[type=range]::-ms-thumb {
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: .9;
  z-index: 1000;
}

aside.left section.trust-factor input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
aside.left section.trust-factor input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
aside.left section.trust-factor input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
aside.left section.trust-factor input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}


/*********** ASIDE LEFT-SECTION ***********/
aside.left-section {
    width: 100%;
    background: #edf6fc
}

aside.left-section .search button, aside.left-section header {
    background: #175885;
    color: #fff;
    font-family: SourceSansProBold
}

aside.left-section header {
    font-size: 15px;
    line-height: 65px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

aside.left-section .search {
    padding: 25px 17px;
    background: none;
}

aside.left-section .search input {
    border: 1px solid #deeef9;
    padding: 10px;
    border-radius: 3px 0 0 3px;
    width: 65%;
    box-sizing: border-box;
    border-right: none;
    margin-right: -4px;
    height: 31px
}

aside.left-section .search button {
    border: none;
    line-height: 30px;
    border-radius: 0 3px 3px 0;
    width: 35%;
    box-sizing: border-box;
    height: 31px;
    padding: 0
}

aside.left-section .result {
    padding: 0 17px;
    font-size: 13px;
    color: #000;
    font-family: OpenSansRegular
}

aside.left-section .result .inner {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

aside.left-section .search-list {
    padding: 0 17px 15px;
    list-style: none;
    margin: 0
}

aside.left-section .search-list li {
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    position:relative;
}

aside.left-section .search-list li .name {
    font-weight: 700;
    font-family: SourceSansProBold
}

aside.left-section .search-list li .type {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    font-family: SourceSansProBold;
    font-style: italic
}

aside.left-section .search-list li address {
    display: block;
    font-family: SourceSansProLight
}

aside.left-section .search-list li .action .trust, aside.left-section button {
    font-family: SourceSansProBold;
    padding: 7px 10px;
    color: #175885;
    font-size: 14px
}

aside.left-section .search-list li address.phone, aside.left-section .search-list li address:first-child {
    margin-top: 10px
}

aside.left-section .search-list li .info {
    max-width: 155px;
    float: left
}

aside.left-section .search-list li .action {
    float: right;
    margin-top: 33px
}

aside.left-section .search-list li .action button {
    display: block;
    margin-bottom: 10px
}

aside.left-section .search-list li .action .trust {
    width: 100px;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box
}

aside.left-section .search-list li .action .trust span {
    display: inline-block;
    margin-left: 5px;
    margin-top: 1px;
    width: 5px;
    height: 10px;
    border: solid #175885;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    margin-right: 3px
}

aside.left-section button {
    width: 100px;
    border-radius: 3px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

aside.left-section button.orange {
    color: #fff;
    background-color: #e6b217;
    border-color: #cc9714;
    /*box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, .2)*/
}

aside.left-section button.orange:hover {
    /*box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, .2)*/
}

aside.left-section button.blue {
    color: #fff;
    background-color: #175885;
    border-color: #0e354f; 
    /*box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, .2)*/
}

aside.left-section button.blue:hover {
    /*box-shadow: inset 0 -1px 1px 1px rgba(255, 255, 255, .2)*/
}

aside.left-section .more {
    text-align: center;
    padding: 0 0 20px
}

aside.left-section .more button {
    font-size: 15px;
    width: 130px;
    border: none
}

aside.left-section .more button:hover {
    /*box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, .2)*/
}


.public-profile-list.search-results.trust-results {
    margin-top: 20px;
}

.public-profile-list.search-results.trust-results > li {
    border-top:1px solid #E5E5E5;
}
 
div.left section .header {
    font-family: "SourceSansProBold";
    text-transform: uppercase;
    font-weight: 700;
    color: #175885;
    margin-bottom: 10px;
}

div.left section.category {
    padding: 15px;
    background-color: #edf6fc;
    margin-top: 20px;
}
div.left section.category.hidden {
    display: none !important;
}
div.left section.category li {
    display: block;
    margin: 8px 0;
}

div.left section.trust-factor {
    padding: 15px;
    background: #edf6fc;
    margin-top: 20px;
}

div.left section.trust-factor input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}

div.left section.trust-factor input[type=range]:focus {
  outline: none;
}

div.left section.trust-factor .help {
    position: absolute;
    top: 59px;
    left: 142px;
    color: black;
    font-family: "SourceSansProLight";
}

/********* TRACK *********/
div.left section.trust-factor input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: #E0AC11;
  border-radius: 3px;
  border: 1px solid black;
}
div.left section.trust-factor input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: #E0AC11;
  border-radius: 3px;
  border: 1px solid black;
}
div.left section.trust-factor input[type=range]::-ms-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: #E0AC11;
  border-radius: 3px;
  border: 1px solid black;
}
div.left section.trust-factor input[type=range]:focus::-webkit-slider-runnable-track {
  background: #E0AC11;
}

/********* THUMB *********/
div.left section.trust-factor input[type=range]::-webkit-slider-thumb {
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  opacity: .9;
  z-index: 1000;
}
div.left section.trust-factor input[type=range]::-moz-range-thumb {
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: .9;
  z-index: 1000;
}
div.left section.trust-factor input[type=range]::-ms-thumb {
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: .9;
  z-index: 1000;
}

div.left section.trust-factor input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
div.left section.trust-factor input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
div.left section.trust-factor input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
div.left section.trust-factor input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}


@media screen and (min-width:0) and (max-width:960px) {
    .trust-cicle {
        margin: 0 auto;
    } 
}

@media screen and (min-width:0) and (max-width:767px) {
    .trust-cicle {
        margin: 0 auto;
    } 
    div.new-dashboard div.right {
        width: 100%;
    }
    div.new-dashboard div.left {
        width: 100%;
        padding: 20px 20px 0 20px;
        font-size: 16px;
        box-sizing: border-box;
    }
    div.new-dashboard div.right div.filters {
        width: 100%;
        padding: 0 20px 20px;
        font-size: 16px;
        box-sizing: border-box;
    }
    div.new-dashboard div.right div.filters label {
        display: block !important;
        font-size: 16px;
    }
    .public-profile-list.search-results.trust-results {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .list-cicle-item .header .name {
        font-size: 18px;
        width: 38%;
    }
    .list-cicle-item .header .info {
        width: 60%;
    }
}
.home-page-banner-new {
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
    overflow: hidden;
}
.l-wrapper-home, .r-wrapper-home {
    float: left;
    padding-top: 9%;
}
.r-wrapper-home {
    width: 67%;
    padding: 5% 0;
}

.r-wrapper-home.mobile {
    display: none;
}

.r-wrapper-home.mobile .market-block {
    max-width: 100%;
}
.r-wrapper-home.mobile .market-block-wrapper {
    padding-left: 0;
    float: none;
    margin: 0 auto;
    width: 50%;
}

.l-wrapper-home {
    width: 33%;
    font-size: 28px;
    font-family: "OpenSansSemiBold";
    color: #e1e1e1;
    line-height: 1.214;
    text-align: left;
    text-shadow: 0px 0px 32px rgba(74, 94, 111, 0.004);
}
.l-wrapper-home p {
    margin-bottom: 60px;
}
.home-page-banner-new .count_me_in {
    padding: 5px 20px 5px 17px;
    border-radius: 3px;
    background-color: #e6b217;
    color: #ffffff;
    border-color: #CC9714 #D89E15 #D89E15 #CC9714;
    border-width: 1px;
    border-style: solid;
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 13px;
    font-family: "OpenSansBold";
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    line-height: 27px;
    width: 200px;
}
span.discharge {
    font-family: "OpenSansBold";
    color: #fccf34;
}
.home-page-banner-new.home-page-banner-professional {
    background: url('/bundles/wyngspan/img/home-page-banner2.jpg') center no-repeat;
}
.home-page-banner-new.home-page-banner-customer {
    background: url('/bundles/wyngspan/img/home-page-banner3.jpg') center no-repeat;
}
.market-block-wrapper {
    float: right;
}
.market-block-wrapper:first-child {
    padding-left: 30px;
}
.market-block {
    max-width:320px;
    box-shadow: 0px 0px 30px 0px rgba(1, 2, 2, 0.34);
}
.market-block .market-block-top, .market-block .market-block-footer {
    padding: 20px 0;
    background: #105f96;
}
.market-block .market-block-top {
    padding: 20px 0;
    border-radius: 5px 5px 0 0;
    font-size: 22px;
}
.type-customer {
    font-family: "OpenSansBold";
    font-size: 14px!important;
    padding: 5px 100px 5px 17px;
    color: #999999;
}
.type-customer a {
    font-family: "OpenSansBold"!important;
    font-size: 14px!important;
    text-transform: none!important;
    display: inline-block!important;
    vertical-align: baseline!important;
}
.market-block .market-block-top, .market-block .market-block-footer span, .type-customer a {
    font-family: "OpenSansBold";
    color: #fccf34;
    text-align: center;
}
.market-block .market-block-middle {
    max-height: 250px;
    background: #edf6fc;
    padding: 15px 0;
}
.market-block-middle img {
    display: block;
    width: 220px;
    margin: 0 auto;
}
img.trust-factor {
    width: 203px;
}
.market-block .market-block-footer {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 5px 5px;
}
.market-block-footer span {
    display: block;
    font-size: 16px;
}
.market-block-footer dl {
    overflow: hidden;
    margin-top: 20px;
}
.market-block-footer dt, .market-block-footer dd {
    float: left;
    font-family: "OpenSansSemiBold";
    font-size: 13px;
    margin-bottom: 20px;
}
.market-block-footer dt {
    width: 8%;
    color: #fccf34;
}
.market-block-footer dd {
    color: #e1e1e1;
    width: 92%;
}
.wrapper-home-components {
    width: 65%;
    margin: 2.5% auto;
    overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 1600px) {
    .wrapper-home-components {
        width: 75%;
    }
}
@media screen and (min-width: 0) and (max-width: 1400px) {
    .wrapper-home-components {
        width: 85%;
    }
}
@media screen and (min-width: 0) and (max-width: 1200px) {
    .wrapper-home-components {
        width: 95%;
    }
}
@media screen and (min-width: 0) and (max-width: 1060px) {
    .market-block {
        max-width: 260px;
    }
    .market-block-middle img {
        display: block;
        width: 190px;
        margin: 0 auto;
    }
    img.trust-factor {
        width: 175px;
    }
    .l-wrapper-home {
        padding-top: 12%;
    }
}
@media only screen and (max-device-width: 750px) {
    .market-block {
        max-width: 230px;
    }
    .market-block-middle img {
        display: block;
        width: 160px;
        margin: 0 auto;
    }
    img.trust-factor {
        width: 147px;
    }
    .l-wrapper-home {
        padding-top: 12%;
    }
}
@media only screen and (max-device-width: 670px) {
    .market-block {
        max-width: 200px;
    }
    .market-block .market-block-middle {
        max-height: 160px;
    }
}
@media only screen and (max-device-width: 570px) {
    .l-wrapper-home {
        width: 100%;
    }
    .r-wrapper-home {
        display: none;
    }
    .r-wrapper-home.mobile {
        display: inline-block!important;
        width: 100%;
    }

    .r-wrapper-home.mobile > .market-block-wrapper:nth-child(2) {
        padding-top: 5%;
    }
    div.left-text {
        text-align: center;
    }
    div.left-text a {
        margin: 0 auto;
    }
}

@media only screen and (max-device-width: 436px) {
    .type-customer {
        display: none;
    }
}
#footer {
    padding: 5px 0!important;
}
.footer-menu-social {
    width: 38px;
    height: 38px;
    background: url(/bundles/wyngspan/img/social-small.png) no-repeat 0 0;
    cursor: pointer;
    margin: 0 7px 0 6px;
    display: inline-block;
}
.footer-menu>li a {
    font-size: 13px;
    font-family: "OpenSansBold";
}

.footer-menu-social.facebook-ico{
    background-position: 0 0;
}
.footer-menu-social.facebook-ico:hover{
    background-position: 0 -39px;
}
.footer-menu-social.twitter-ico{
    background-position: -39px 0;
}
.footer-menu-social.twitter-ico:hover{
    background-position: -39px -39px;
}
.footer-menu-social.linkedin-ico{
    background-position: -78px 0;
}
.footer-menu-social.linkedin-ico:hover{
    background-position: -78px -39px;
}
.footer-menu-social.first{
    margin-left: 0;
}
.footer-menu-social.last{
    margin-right: 0;
}
.l-footer-menu-wrap:after {
    content: none;
}

.owner-box {
    min-height: 410px!important;
    cursor: pointer;
}

.owner-box:hover {
    opacity: .7;
}