/* CSS Reset */

html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}legend{color:#000;}

/* Fonts */

@font-face {
    font-family: 'Montserrat-regular';
    src: url('font/montserrat-regular-webfont.eot'); /* IE 5-8 */
    src: local('☺'),             /* sneakily trick IE */
    url('font/montserrat-regular-webfont.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
    url('font/montserrat-regular-webfont.ttf') format('truetype'), /* Opera, Safari */
    url('font/montserrat-regular-webfont.svg#font') format('svg'); /* iOS */
}

@font-face {
    font-family: 'Segeo Print';
    src: url('font/segeo-print-webfont.eot'); /* IE 5-8 */
    src: local('☺'),             /* sneakily trick IE */
    url('font/segeo-print-webfont.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
    url('font/segeo-print-webfont.ttf') format('truetype'), /* Opera, Safari */
    url('font/segeo-print-webfont.svg#font') format('svg'); /* iOS */
}

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}


/* Base CSS */

html {
    overflow-y: scroll;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}


.header {
    background-color: white;
    position: fixed;
    width: 100%;
    z-index:5;
    height: 100px;
    padding-top: 1%;
    border-bottom: 3px solid #53b948;
    top: 0px;

}

.header .header_logo {
    display: block;
    width: auto;
    margin: 0 auto;
    height: 100%;
}

.wallGradient {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index:1;
    width: 100%;
    height: 100%;
}

.wallImage {
    position: fixed;
    top: 126px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
}
.homeGradient {
    background: #507199; /* Old browsers */
    background: -moz-linear-gradient(top,  #507199 1%, #a8b9c3 46%, #282f29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#507199), color-stop(46%,#a8b9c3), color-stop(100%,#282f29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #507199 1%,#a8b9c3 46%,#282f29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #507199 1%,#a8b9c3 46%,#282f29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #507199 1%,#a8b9c3 46%,#282f29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #507199 1%,#a8b9c3 46%,#282f29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507199', endColorstr='#282f29',GradientType=0 ); /* IE6-9 */
}

.interestsGradient {
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f3f3 0%, #f6f6f6 28%, #f7f7f7 33%, #ffffff 78%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(28%,#f6f6f6), color-stop(33%,#f7f7f7), color-stop(78%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f3f3 0%,#f6f6f6 28%,#f7f7f7 33%,#ffffff 78%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f3f3 0%,#f6f6f6 28%,#f7f7f7 33%,#ffffff 78%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f3f3 0%,#f6f6f6 28%,#f7f7f7 33%,#ffffff 78%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f3f3 0%,#f6f6f6 28%,#f7f7f7 33%,#ffffff 78%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.whiteBlock {
    border: 1px solid #e0e0e0;
    background-color: white;
    margin: 0 auto;
    text-align: left;
    width: 80%;
    padding: 20px;
    position: relative;
}

.content {
    position: relative;
    color: white;
    text-align: center;
    z-index:3;
    width: 100%;
    height: 100%;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    z-index:4
}

.footer a {
    color: #cfcfcf;
}


.footer .footer_text {
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: #cfcfcf;
    font-size: 80%;
    text-align: center;
    /*  padding-top: 8px; */
    background-color: #333333;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    min-width: 400px;

}

.center {
    text-align: center;
    margin: 0 auto;
}

.wait, .wait * {
    cursor: progress !important;
}

.invisible {
    opacity: 0 !important;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.menu {
    position: fixed;
    z-index:4;
    zheight: 50px;
    width: 80%;
    zleft: 10%;
    left: 100px;
}

.menu.rightmenu {
    width: 280px;
    left: auto;
    right: 8%;
    z-index: 5;
}

.menu.rightmenu a {
    padding: 0% 7%;
}

.menu.rightmenu a:hover {
    padding: 0.3% 7%;
}


.menu a {
    font-family: "Montserrat-regular", Arial !important;
    float: left;
    display: inline;
    margin-right: 8px;
    padding: 0% 2%;
    line-height: 2.5;
    height: 27px;
    z-index: -4;
    left: 5%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    zfont-weight: bold;
    letter-spacing: 0.1em;
    font-family: arial;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menu.rightmenu a {
    float: right;
}


@-webkit-keyframes slideoutmenu {
    from { padding-top: 0%; }
    to { padding-top: 0.3%;  }
}

@-moz-keyframes slideoutmenu {
    from { padding-top: 0%; }
    to { padding-top: 0.3%;  }
}

.menu a:hover {
    text-decoration: none;
    background-color: rgba(10 ,10, 10, 0.5);
    -webkit-animation-name: slideoutmenu;
    -moz-animation-name: slideoutmenu;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
    padding: 0.3% 2%;
}

.menu a.active {
    background: #53b948; /* Old browsers */
    background: -moz-linear-gradient(top, #53b948 0%, #53b948 45%, #53b948 52%, #53b948 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53b948), color-stop(45%,#53b948), color-stop(52%,#53b948), color-stop(100%,#53b948)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* IE10+ */
    background: linear-gradient(to bottom, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b948', endColorstr='#53b948',GradientType=0 ); /* IE6-9 */

    -webkit-animation-name: none;
    -moz-animation-name: none;
    zcursor: default;
}

.menu.profileMenu {
    width: 100px;
}

.menu.profileMenu .profile {
    display: block;
    font-family: "Montserrat-regular", Arial !important;
    color: white;
    font-size: 80%;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #777d84;
    padding-bottom: 5%;
    padding-left: 10px;
}

.menu.profileMenu.active a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    padding: 0% 2%;
}

.profileMenuContent {
    position: fixed;
    z-index: 10;
    min-width: 100px;
    max-width: 150px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    padding: 5px 0%;
    margin-top: 27px;
    margin-left: 37px;

}

.profileMenuContent a {
    display: block;
    text-align: left;
    float: none !important;
    font-family: "Montserrat-regular", Arial !important;
    text-transform: none;
    margin: 0 !important;
    padding-left: 10px !important;
    font-size: 75%;
    background-color: transparent;
}

.profileMenuContent a:hover {
    background-color: rgba(0, 0, 0, 0.4);

}

@-webkit-keyframes custom1 {
    from { bottom: 15px;
        left: 35px; }
    to { bottom: 5px;
        left: 35px; }
}

*

@-moz-keyframes custom1 {
    from { opacity: 0.5; }
    to { opacity: 1; }
}


.arrow_white {
    position: fixed;
    bottom: 5px;
    left: 35px;
    z-index: 10;
    width: 19px;
    height: 27px;
    background-image: url(/images/arrow_white.png);
    background-repeat: no-repeat;
    -webkit-animation-name: custom1;
    -moz-animation-name: custom1;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
}

.submit {
    border: none;
    background: #53b948; /* Old browsers */
    background: -moz-linear-gradient(top, #53b948 0%, #53b948 45%, #53b948 52%, #53b948 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53b948), color-stop(45%,#53b948), color-stop(52%,#53b948), color-stop(100%,#53b948)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* IE10+ */
    background: linear-gradient(to bottom, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b948', endColorstr='#53b948',GradientType=0 ); /* IE6-9 */

    display: block-inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
    font-family: Arial;
    font-size: 75%;
    letter-spacing: 1px;
    cursor: pointer;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 0.7% 1.2%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty{
    border: 1px solid red !important;
}

/* If browser skips validation, highlight required and invalid fields
   .formHighlight from on controller if form invalid
    ng-valid – Applied if the value satisfies validation rules
    ng-invalid – Applied if the value doesn’t satisfy validation rules
    ng-dirty – Applied only when there is change in the value of the field
    ng-pristine – Applied if the field is untouched
*/

.formHighlight .ng-pristine.ng-invalid-required {
    border-color: red;
}






/* Landing page */

.content.homePage {

}

.content.homePage .landing_line_1 {
    font-family: "Montserrat-regular", Arial;
    font-size: 178%;
    padding-top: 8%;
    text-shadow: 2px 2px 3px #6a7a89;
    filter: dropshadow(color=#6a7a89, offx=2, offy=2);

}

.content.homePage .landing_line_2 {
    font-family: "Arial";
    margin-top: 1%;
    font-size: 130%;
    margin-bottom: 7%;
    text-shadow: 2px 2px 3px #6a7a89;
    filter: dropshadow(color=#6a7a89, offx=2, offy=2);
}

.button {
    display: block-inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    zpadding: 0.5% 1%;
    padding: 5px 10px;
    font-weight: 500;
    font-family: Arial;
    font-size: 100%;
    letter-spacing: 1px;
    cursor: pointer;
}


@-webkit-keyframes heartbeat2 {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

*

@-moz-keyframes heartbeat2 {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

.button.discover {
    display: block-inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    zpadding: 0.5% 1%;
    padding: 5px 18px;
    font-weight: 500;
    font-family: Arial;
    font-size: 120%;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-animation-name: heartbeat2;
    -moz-animation-name: heartbeat2;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
}

.orangeButton {

    background: #53b948; /* Old browsers */
    background: -moz-linear-gradient(top, #53b948 0%, #53b948 45%, #53b948 52%, #53b948 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53b948), color-stop(45%,#53b948), color-stop(52%,#53b948), color-stop(100%,#53b948)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* IE10+ */
    background: linear-gradient(to bottom, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b948', endColorstr='#53b948',GradientType=0 ); /* IE6-9 */

}

.orangeButton:hover,
.blackButton {

    background: rgb(73,73,73); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(73,73,73,1) 0%, rgba(53,53,53,1) 50%, rgba(61,61,61,1) 53%, rgba(73,73,73,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,73,73,1)), color-stop(50%,rgba(53,53,53,1)), color-stop(53%,rgba(61,61,61,1)), color-stop(99%,rgba(73,73,73,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(53,53,53,1) 50%,rgba(61,61,61,1) 53%,rgba(73,73,73,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(53,53,53,1) 50%,rgba(61,61,61,1) 53%,rgba(73,73,73,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(53,53,53,1) 50%,rgba(61,61,61,1) 53%,rgba(73,73,73,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(73,73,73,1) 0%,rgba(53,53,53,1) 50%,rgba(61,61,61,1) 53%,rgba(73,73,73,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
    text-decoration: none;


}

.blackButton:hover {
    background: #494949; /* Old browsers */
    background: -moz-linear-gradient(top, #494949 0%, #383838 49%, #262626 54%, #383838 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(49%,#383838), color-stop(54%,#262626), color-stop(100%,#383838)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #494949 0%,#383838 49%,#262626 54%,#383838 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #494949 0%,#383838 49%,#262626 54%,#383838 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #494949 0%,#383838 49%,#262626 54%,#383838 100%); /* IE10+ */
    background: linear-gradient(to bottom, #494949 0%,#383838 49%,#262626 54%,#383838 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    text-decoration: none;

}

.landing_bottom_line {
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 3;
    color: white;
    text-align: center;
    font-family: Arial;
    letter-spacing: 1px;
}

.content.homePage .likeBoxes {
    position: absolute;
    left: 7%;
    top: 27%;
    width: 100px;
}

.content.homePage .likeBoxes .fbLike {
    margin-top: 3px;
}

.modal.feedbackModal {
    width: 430px;
    height: auto;
}

.modal.feedbackModal .modalText {
    margin-top: 6%;
    font-size: 90%;
}

.modal.feedbackModal .inputs {
    padding-top: 4%;
}

.modal.feedbackModal .inputs input,
.modal.feedbackModal .inputs textarea {
    clear: both;
    float: left;
    display: inline;
}

.modal.feedbackModal .inputs textarea {
    width: 97%;
    height: 5em;
}

.modal.feedbackModal .check {
    clear: both;
    font-size: 70%;
}

.modal.feedbackModal .check input {
    margin-right: 5px;
}

.modal.feedbackModal .thanks {
    margin-top: 10px;
    font-size: 95%;
    color: #d58a28;
    padding-bottom: 5px;
}

.modal.feedbackModal button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}

/** White page css **/

.whitePage {
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 90%;
    line-height: 1.5;
    text-align: justify;
}

.whitePage a {
    color: #53b948;

}

.whitePage h1 {

    color: #53b948;
    font-size: 120%;
    margin-bottom: 2%;
    font-family: "Montserrat-regular", Arial;
}

.whitePage p {
    margin-bottom: 0.7%;


}

.whitePage .whiteBlock {
    color: black;
}

.whitePage ul.deep_numeric {
    display: block;
    padding-bottom: 0.7%;
    padding-top: 0.7%;

}

.whitePage ul.deep_numeric li {
    text-indent: -50px;
    margin-left: 50px;
    margin-bottom: 0.7%;
}

.whitePage ul.deep_numeric li span {
    display: inline;
    float: left;
    width: 50px;
}

.whitePage b {
    font-size: 90%;
}

.blueLinks a {
    color: blue;
}


/** ANGULAR SHOW ANIMATION **/

.showFade, .hideFade {
    -webkit-transition:opacity linear 0.5s;
    -moz-transition:opacity linear 0.5s;
    -ms-transition:opacity linear 0.5s;
    -o-transition:opacity linear 0.5s;
    transition:opacity linear 0.5s;
    opacity: 0;
}

.showFade-active.showFade-active {
    opacity:1;
}

.hideFade-active.hideFade-active {
    opacity:0;
}

/** ANGULAR SCROLL ANIMATION **/

.scrollEnter, .scrollHide {
    position: absolute;
    -webkit-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    opacity: 0;
}

.scrollEnter {
    left: 100%;
}

.scrollEnter-active.scrollEnter-active {
    left: 0;
    opacity: 1;
}

.scrollHide {
    left: 0;
}

.scrollHide-active.scrollHide-active {
    left: -100%;
    opacity: 0;
}



/* Key Frames for fadeIn animation
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


.prepFadeIn {
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    -o-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    opacity: 0;
}

.fadeIn-0_5s {
    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    -o-animation-duration:0.5s;
    animation-duration:0.5s;
    opacity: 1;
}

.fadeIn-1s {
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    opacity: 1;
}




/* Corner iPad directive CSS */

.cornerIpad {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 35%;
    z-index: 6;
}

/* Corner about directive CSS */

.cornerAbout {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 9%;
    z-index: 3;
    cursor: pointer;
}


/* Feedback directive CSS */

.feedback {
    position: absolute;
    left: -3px;
    top: 23%;
    width: 2.2%;
    max-width: 30px;
    cursor: pointer;
    z-index: 4;

}

@-webkit-keyframes slideout {
    from { left: -3px;  }
    to { left: 0px;  }
}

@-moz-keyframes slideout {
    from { left: -3px;  }
    to { left: 0px;  }
}

.feedback:hover {
    -webkit-animation-name: slideout;
    -moz-animation-name: slideout;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
    left: 0px;
}

/* social linkBox directive CSS */


.linkBox {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;


    position: fixed;
    right: 0px;
    top: 23%;
    width: 1.5%;
    max-width: 30px;
    height: auto;
    background-color: white;
    background-color:rgba(255, 255, 255, 0.7);
    padding: 0.7% 0.5%;
    padding-bottom: 1%;
    z-index: 10;
    text-align: center;
}

.linkBox img {
    margin-top: 27%;
    cursor: pointer;
    width: 87%;
}


@-webkit-keyframes heartbeat {
    from { width: 87%;  }
    to { width: 95%;  }
}

@-moz-keyframes heartbeat {
    from { width: 87% }
    to { width: 95%; }
}

.linkBox img:hover {;
    -webkit-animation-name: heartbeat;
    -moz-animation-name: heartbeat;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -webkit-animation-iteration-count: 4;
    -moz-animation-iteration-count: 4;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
}

/* pings directive CSS */

@-webkit-keyframes pulse {
    from { opacity: 0.2;  }
    to { opacity: 1;  }
}

.pings {
    position: absolute;
    bottom: 5%;
    left: 10%;
    z-index: 3;
    width: 2%;
    max-width: 26px;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
}

.pings img {
    display: block;
}

.pings img.hiddenPing {
    display: none;
}

.active.pings img {
    display: none;
}

.active.pings img.hiddenPing {
    display: block;
}

.pings.ping1 {
    bottom: 13%;
    left: 13%;

}


.pings.ping2 {
    bottom: 8%;
    left: 20%;

}

.pings.ping3 {
    bottom: 16%;
    left: 27%;

}

.pings.ping4 {
    bottom: 15%;
    left: 45%;
}





/* overlay directive CSS */

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: black;
    opacity: 0.5;
}

.showFade-active.showFade-active.overlay {
    opacity:0.5;
}

/* modal directive CSS */

.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 101;
    left: 50%;
    top: 50%;
    border: 2px solid #53b948;
    width: 500px;
    height: 500px;
    padding: 15px;
}

.modal .modalClose {
    width: 25px;
    height: 25px;
    background-image: url('/images/modal_close.jpg');
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 102;
    cursor: pointer;
}

.modal .modalClose:hover {
    background-position: 0px 25px;
}

.modal h1 {
    font-family: "Montserrat-regular", Arial;
    color: #53b948;
    font-size: 110%;
}

.modal button {
    border: none;
    background: #53b948; /* Old browsers */
    background: -moz-linear-gradient(top, #53b948 0%, #53b948 45%, #53b948 52%, #53b948 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53b948), color-stop(45%,#53b948), color-stop(52%,#53b948), color-stop(100%,#53b948)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* IE10+ */
    background: linear-gradient(to bottom, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b948', endColorstr='#53b948',GradientType=0 ); /* IE6-9 */

    display: block-inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    zpadding: 0.5% 1%;
    padding: 5px 10px;
    font-weight: 500;
    font-family: Arial;
    font-size: 75%;
    letter-spacing: 1px;
}

.modal button:disabled {
    cursor: default;
}


/* scrollbox directive CSS */

.scrollBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

/* speechbubble directive css */

.speechBubble {
    background-image: url(/images/bubble_arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    position: absolute;
    padding-right: 49px;
    left: 20%;
    top: 40%;
    z-index: 9999;
}

.speechBubble > div {
    background-color: white;
    height: 100%;
    color: black;
}

/* Typeahead directive CSS */

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 12px;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}


/* loginModal directive css */

.loginModal {
    padding: 1%;
    width: 385px;
    height: auto;
}

.loginModal h1 {
    text-align: left;
    color: #535353;
}

.loginModal .modalClose {
    margin: 3%;
}

.loginModal hr {
    border: none;
    border-bottom: 2px solid #c5c4c5;
}

.loginModal .blockLeft {
    float: left;
    display: inline;
    width: 45%;
    margin-top: 4px;
}

.loginModal .blockLeft a {
    display: block;
    width: 160px;
    height: 35px;
    background-image:url(/images/social_login.png);
    background-repeat: no-repeat;
    margin-top: 7px;
    cursor: pointer;
}

.loginModal .blockLeft a.twitter {
    background-position: 0px -42px;
}

.loginModal .blockLeft a.linkedin {
    background-position: 0px -84px;
}


@-webkit-keyframes lightFade {
    from { opacity: 1; }
    to { opacity: 0.8; }
}



@-moz-keyframes lightFade {
    from { opacity: 1; }
    to { opacity: 0.8; }
}

.loginModal .blockLeft a:hover {;
    -webkit-animation-name: lightFade;
    -moz-animation-name: lightFade;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
    opacity: 0.8;
}


.loginModal .blockMiddle {
    float: left;
    display: inline;
    width: 9%;
    margin-top: 10px;
    font-size: 90%;
    height: 100px;
}
.loginModal .blockRight {
    float: left;
    display: inline;
    width: 45.7%;
    margin-top: 15px;
}


.loginModal .blockMiddle .line {
    height:45%;
    border-right: 1px solid #adadad;
    width: 26%;
}
.loginModal .blockMiddle .or {
    margin: 10% 0%;
    color: #616161;
}

.loginModal .blockRight input {
    width: 93%;
    padding: 2% 3%;
}

.loginModal .blockRight a.forgot {
    display: inline;
    float: left;
    color: #616161;
    font-size: 10px;
    margin-top: 3px;
}

.loginModal .blockRight .submit {
    float: right;
    padding: 2% 3%;
    font-weight: bold;
}

.loginModal .message {
    color: red;
    font-size: 70%;
    clear: both;
    display: block;
    text-align: center;
    padding-top: 8px;
    border-bottom: 1px solid #c5c4c5;
    padding-bottom: 8px;
}

.loginModal .campaign {
    color: #535353;
    font-size: 90%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 10px;
    height: 20px;
}

.loginModal .campaign a {
    color: #53b948;
}

/* Login button directive css */

.loginButton {
    position: absolute;
    display: block;
    background-color: red;
    padding: 0% 1.5%;
    line-height: 2.5;
    height: 27px;
    z-index: -4;
    right: 5%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: arial;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    bottom: -30px;
}

@-webkit-keyframes slideoutlogin {
    from { height: 27px; bottom: -30px; line-height: 2.5;  }
    to { height: 30px; bottom: -33px; line-height: 2.9; }
}

@-moz-keyframes slideoutlogin {
    from { height: 27px; bottom: -30px;  }
    to { height: 30px; bottom: -33px; }
}

.loginButton:hover {
    text-decoration: none;
    background-color: rgba(10 ,10, 10, 0.5);
    -webkit-animation-name: slideoutlogin;
    -moz-animation-name: slideoutlogin;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
    bottom: -32px; height: 29px; line-height: 2.9;
}



/* Screen resolution CSS rules */


/* rules that only apply for ANY canvases narrower than 1024px */

@media only screen and (max-width: 1025px) {

    .button {
        font-size: 60%;
    }

}


@media only screen and (max-width: 999px) {

    /* rules that only apply for ANY canvases narrower than 1000px */

    body {
        font-size: 60%;
    }

    .aboutPage .tabs a {
        font-size: 8px; !important;
    }

    .aboutPage .likeBoxes {
        left: 4% !important;
        top: 29% !important;
    }




}

@media all and (orientation:portrait) {

    /* Style adjustments for ANY portrait mode goes here */

    .feedback {
        width: 5% !important;

    }

    .linkBox {
        width: 4% !important;

    }

    .cornerAbout {
        width: 17% !important;
    }

    .aboutPage .about_line_1 {
        font-size: 200% !important;
    }

    .aboutPage .text_block {
        width: 90% !important;
        font-size: 140% !important;
    }

    .aboutPage .likeBoxes {
        display: none;
    }

}


@media only screen and (device-width: 768px) and (orientation: landscape)
{
    /* rules for iPad in landscape orientation */


}

@media only screen and (max-device-width: 480px) and (orientation: landscape) {

    /* iPhone only landscape */

    .landing_line_1 {
        font-size: 70% !important;
    }

    .footer {
        font-size: 30% !important;
    }

    .landing_bottom_line {
        display: none !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    /* iPhone, Android rules here */
    .likeBoxes {
        display: none !important;
    }

}


@media only screen and (max-width: 400px) {

    /* rules that only apply for ANY canvases narrower than 400px */

    .modal.feedbackModal {
        width: 250px !important;
    }

}

@media only screen and (max-width: 999px) {

    /* rules that only apply for canvases narrower than 1000px */

    .modal.feedbackModal .modalText,
    .modal.feedbackModal h1,
    .modal.feedbackModal p.check  label {
        font-size: 160% !important;
    }

}
/* About page styling only */

.aboutGradient {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fe824c 58%, #fe824c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(58%,#fe824c), color-stop(100%,#fe824c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fe824c 58%,#fe824c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fe824c 58%,#fe824c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fe824c 58%,#fe824c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fe824c 58%,#fe824c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fe824c',GradientType=0 ); /* IE6-9 */
}

.aboutPage .likeBoxes {
    position: absolute;
    top: 22%;
    left: 6%;
    width: 160px;
}

.aboutPage .likeBoxes .twitterShare {
    margin-left: 18px;
}

.aboutPage .likeBoxes .googlePlusOne {
    zmargin-left: 24px;
}

.aboutPage .likeBoxes .fbShare {
    margin-left: 24px;
}

.aboutPage .topGap {
    padding-top: 7%;
    min-height: 40px;
    width: 100%;
}

.aboutPage .scroll {
    width: 50%;
    zheight: 300px;
    overflow: auto;
    margin: 0 auto;
    zbackground-color: red;
    border-bottom: 1px dotted white;
}


.aboutPage .scroll .jspVerticalBar {
    background-color: transparent;
}

.aboutPage .scroll .jspTrack {
    left: 10px;
    background-color: white;
    width: 1px;
}

.aboutPage .scroll .jspDrag {
    background-color: white;
    width: 8px;
    left: -3px;
}


.aboutPage .tabs {
    height: 5%;
    position: fixed;
    bottom: 1.7%;
    width: 100%;
    margin: 1% auto;
    padding: 1.5%;
    text-align: left;
    text-align: center;
}

.aboutPage .tabs a {
    margin-left: -3%;
    font-family: 'Segeo Print', Arial;
    padding-left: 35px;
    display: inline;
    margin-right: 5%;
    margin-bottom: 4%;
    text-shadow: 2px 2px 3px #da5230;
    filter: dropshadow(color=#da5230, offx=2, offy=2);

}

.aboutPage .tabs a:hover,
.aboutPage .tabs a.active{
    color: #000;
    text-decoration: none;
    background-image: url('/images/arrow.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    text-shadow: none;
}

.aboutPage .about_line_1 {
    padding-bottom: 2%;
    font-family: 'Segeo Print', Arial;
    font-size: 140%;
    color: white;
    text-shadow: 2px 2px 3px #da5230;
    filter: dropshadow(color=#da5230, offx=2, offy=2);
}

.aboutPage p {
    padding-bottom: 1.7%;
    font-family: 'Arial';
    font-size: 90%;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.aboutPage p:last-child{
    padding-bottom: 0px;
}

.aboutPage .text_block.smaller {
    width: 80%;
    text-align:center;
    margin: 0 auto;

}

.aboutPage .text_block i {
    font-size: 90%;
}

.aboutPage h2 {
    padding-bottom: 0.5%;
    font-size: 110%;
    font-family: 'Segeo Print', Arial;
    font-weight: normal;
    text-shadow: 2px 2px 3px #da5230;
    filter: dropshadow(color=#da5230, offx=2, offy=2);
}

.aboutPage hr {
    border: none;
    border-bottom: 1px dotted white;
    width: 50%;
}

.aboutPage ol.text_block {
    text-align: center;
}

.aboutPage ol.text_block li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-top: 0.4%;
}

.aboutPage .about_line_2 {
    font-family: 'Segeo Print', Arial;
    font-size: 140%;
    color: white;
    text-shadow: 2px 2px 3px #da5230;
    filter: dropshadow(color=#da5230, offx=2, offy=2);
}

.cornerBrand {
    z-index: 2;
    position: absolute;
    width: 20%;
    max-width: 283px;
    bottom: 5%;
    left: 4%;
    font-family: 'Segeo Print', Arial;
}

.cornerBrand .text1 {
    position: absolute;
    right: 20%;
    top: 6%;
}

.cornerBrand img {
    width: 100%;
}


.cornerProduct {
    z-index: 2;
    position: absolute;
    width: 20%;
    max-width: 283px;
    bottom: 8%;
    right: 4%;
    font-family: 'Segeo Print', Arial;
}

.cornerProduct .text1 {
    position: absolute;
    left: 30%;
    top: 4%;
}

.cornerProduct .text2 {
    position: absolute;
    left: -13%;
    bottom: -3%;
}

.cornerProduct img {
    width: 100%;
}

/* Discover page styling */

.homeBlock .featuredbg {
    z-index: 6;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 110px;
    bottom: 0px;
    left: 0px;

}

.homeBlock .featured {
    z-index: 8;
    position: absolute;
    width: 100%;
    padding: 0.5% 5%;
    height: 90px;
    bottom: 0px;
    left: 0px;
}

.homeBlock .featured h1 {
    color: #f45404;
    font-family: "Montserrat-regular", Arial !important;
    text-transform: uppercase;
    font-size: 90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    float: left;
    zpadding: 0.2% 0.5%;

}

.homeBlock .featured .person {
    position: relative;
    float: left;
    display: inline;
    width: 25%;
    margin-top: 10px;
    margin-right: 10px;
    white-space: nowrap;
    line-height: 1.5;
}

.homeBlock .featured .person .img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;

}



.homeBlock .featured .person .img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.homeBlock .featured .person .name {
   float: left;
   display: inline;
   padding-left: 58px;
   font-size: 90%;
   color: #2b2a2b;
}

.homeBlock .featured .person .name a {
    color: #2b2a2b;
    font-weight: bold;
}


.discoverGradient {
    background: #8e8c8a; /* Old browsers */
    background: -moz-linear-gradient(top,  #8e8c8a 0%, #d2d0cf 50%, #e3ddd5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e8c8a), color-stop(50%,#d2d0cf), color-stop(100%,#e3ddd5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8e8c8a 0%,#d2d0cf 50%,#e3ddd5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8e8c8a 0%,#d2d0cf 50%,#e3ddd5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8e8c8a 0%,#d2d0cf 50%,#e3ddd5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8e8c8a 0%,#d2d0cf 50%,#e3ddd5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8c8a', endColorstr='#e3ddd5',GradientType=0 ); /* IE6-9 */

}

.discoverPage .leftBlock {
    width: 27%;
    min-width: 400px;
    max-width: 572px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 100%;
    z-index: 4;
    text-align: left;
    font-family: 'Montserrat-regular', Arial;
    color: #565656;

}

.discoverPage .leftBlock .resizable {
    min-height: 200px;
    margin-top: 20%;
}


.discoverPage .leftBlock h1 {
    display: block;
    margin-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 90%;
    margin-top: 10%;
    color: #53b948;
    font-size: 130%;
    font-weight: 600;
    font-family: arial;

}

.discoverPage .leftBlock hr {
    width: 90%;
    border: none;
    border-bottom: 1px solid #afafaf;
    margin-top: 4%;
    margin-bottom: 10%;
}


.discoverPage .leftBlock .item {
    display: block;
    padding-left: 5%;
    padding-right: 7%;
    float: left;
    clear: both;
    height: 20%;
    padding-bottom: 10%;
}

.discoverPage .leftBlock .item .icon {
    float: left;
    background-image: url('/images/icon.png');
    background-position: 25px;
    width: 15px;
    height: 20px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

.discoverPage .leftBlock .item .text {
    padding-left: 35px;
    font-size: 90%;
    color: #b6b6b5;
    line-height: 1.7;
    cursor: pointer;
}

.discoverPage .leftBlock .item.active .icon {
    background-position: 0px;
}

.discoverPage .leftBlock .item.active .text,
.discoverPage .leftBlock .item .text:hover {
    color: #565656;
    font-weight: bold;
    font-size: 80%;
}

.discoverPage .leftBlock .signup {
    padding-left: 5%;
    padding-right: 7%;
    font-size: 95%;
    padding-bottom: 20%;
    white-space: nowrap;
}



.discoverPage .leftBlock .signup .orangeButton {
    display: block;
    float: left;
    width: 45%;
    padding: 0px;
    text-align: center;
    padding: 2% 0% 2% 0%;
    font-weight: bold;
    font-size: 90%;

}

.discoverPage .leftBlock .signup .blackButton {
    display: block;
    float: right;
    width: 45%;
    text-align: center;
    padding: 2% 0% 2% 0%;
    margin-right: 5%;
    font-weight: bold;
    font-size: 90%;

}


.discoverPage .leftBlock .signup .text {
   clear: both;
   margin-bottom: 5%
}


.discoverPage .rightBlock {
    position: absolute;
    right: 0px;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.discoverPage .rightBlock .pings {
   width: 4%;
   max-width: 45px;
   -webkit-animation-name: none;
   -moz-animation-name: none;
}



.discoverPage .rightBlock .pings.ping1 {
    left: 2%;
    bottom: 2%;
}

.discoverPage .rightBlock .pings.ping2 {
    left: 3%;
    bottom: 18%;
}

.discoverPage .rightBlock .pings.ping3 {
    left: 15%;
    bottom: 8%;
}

.discoverPage .rightBlock .pings.ping4 {
    left: 25%;
    bottom: 4%;
}

.discoverPage .rightBlock .pings.ping5 {
    left: 41%;
    bottom: 8%;
}

.discoverPage .rightBlock .pings.ping6 {
    left: 58%;
    bottom: 6%;
}

.discoverPage .rightBlock .pings.ping7 {
    left: auto;
    right: 8%;
    bottom: 11%;
}

.discoverPage .rightBlock .pings.ping8 {
    left: auto;
    right: 12%;
    bottom: 22%;;
}

.discoverPage .person {
    position: absolute;
    bottom: 0%;
    right: 12%;
    zheight: 90%;
    width: 22%;
    max-height: 780px;
    max-width: 300px;
    z-index: 3;
}

.discoverPage .helloBubble.speechBubble {
    width: 49%;
    height: auto;
    top: 15%;
    left: 15%;
    z-index: 3;
}

.discoverPage .helloBubble.speechBubble > div {
    font-family: 'Segeo Print', Arial;
    text-align: left;
    padding: 4%;
    line-height: 1.3;
}

.discoverPage .helloBubble.speechBubble > div hr {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin: 2% 0% 2% 0%;
}

.discoverPage .helloBubble.speechBubble > div .text2 {
    font-family: Arial;
    font-size: 70%;
}

.discoverPage .helpBubble {
    margin-left: -5%;
    margin-top: -1%;
}

.discoverPage .helpBubble {
    background-image:url(/images/black_bubble_arrow.png);
    padding-right: 0px;
    padding-bottom: 10px;
    background-position: 20% bottom;
    width: 31.5%;
    height: auto;
    top: auto;
    bottom: 17%;
    left: 10%;
}

.discoverPage .helpBubble > div {
    background-color: #3a3938;
    font-family: 'Segeo Print', Arial;
    color: white;
    text-align: left;
    padding: 4%;
    line-height: 1.3;
    font-size: 80%;
}

.discoverPage .helpBubble > div hr {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin: 2% 0% 2% 0%;
}

.discoverPage .helpBubble > div .text2 {
    font-family: Arial;
    font-size: 70%;
}

.discoverPage .personSwitcher {
    width: 500px;
    height: 50px;
    position: absolute;
    right: 3%;
    bottom: 0%;
    z-index: 5;
}

.discoverPage .personSwitcher div {
    background-image: url(/images/switcher.png);
    display: inline;
    float: right;
    width: 17px;
    height: 18px;
    margin: 8px;
    cursor: pointer;
}

.discoverPage .personSwitcher div.active {
    background-position: 0px -18px;
}
.confirmEmail {
    color: black;
}

.confirmEmail {
    color: black;
}
.cancelEmail {
    color: black;
}

.cancelEmail a {
    color: black;
}
.resetPasswordRequest {
    padding-top: 5%;
    height: 100%;
    min-height: 300px;
    color: black;
    text-align: left;
}

.resetPasswordRequest h2 {
    font-size: 110%;
    font-family: arial;
}

.resetPasswordRequest input {
    margin: 1% 0%;
    width: 40%;
    float: left;
    clear: left;
}

.resetPasswordRequest .whiteBlock{
    padding-top: 1.4%;
}

.resetPasswordRequest .message {
    float: left;
    width: 50%;
    color: red;
    margin: 4% 0% 0% 2%;
    font-size: 90%;
}


.resetPasswordRequest .submit {
    margin: 5% 0% 0% 0%;
}

.resetPasswordRequest .whiteBlock {
    width: 35%;
}

.resetPasswordRequest .subheading {
    clear: left;
    float: left;
    margin-top: 10px;
    font-size: 90%;
}

.clientRegistrationEntry .topBlock {
    font-family: 'Montserrat-regular', Arial;
    font-size: 90%;
    line-height: 1.4;
    background-color: rgba(0,0,0, 0.7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 5.5% auto 0;
    width: 36%;
    padding: 1.5% 2.5%;
    text-indent: 0.4%;
    font-weight: normal;
}

.clientRegistrationEntry .topBlock img.quote {
    width: 3%;
    max-width: 16px;
    padding-right: 1%;
}


.clientRegistrationEntry .midBlock {
    position: relative;
    font-family: Arial;
    font-size: 100%;
    line-height: 1.4;
    background-color: rgba(0,0,0, 0.7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 1.5% auto 0;
    width: 36%;
    padding: 1.5% 2.5%;
    font-weight: normal;
    margin-bottom: 70px;
}

.clientRegistrationEntry .midBlock img.info {
    width: 4%;
    max-width: 17px;
    padding-right: 1%;
    position: relative;
    top: 0.1em;
}

.clientRegistrationEntry hr {
    border: none;
    border-bottom: 1px solid #797978;
    margin-top: 4%;
}

.clientRegistrationEntry .socialButtons {
    height: 149px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.clientRegistrationEntry .socialButtons > a {
    width: 180px;
    height: 30px;
    margin: 10px auto 0;
    background-image:url(/images/signup_social.png);
    cursor: pointer;
    display: block;
}

@-webkit-keyframes lightFade {
    from { opacity: 1; }
    to { opacity: 0.8; }
}



@-moz-keyframes lightFade {
    from { opacity: 1; }
    to { opacity: 0.8; }
}

.clientRegistrationEntry .socialButtons > a:hover {;
    -webkit-animation-name: lightFade;
    -moz-animation-name: lightFade;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-timing-function: eaze-in-out;
    -moz-animation-timing-function: eaze-in-out;
    opacity: 0.8;
}

.clientRegistrationEntry .socialButtons .facebook {
    background-position: 0px -45px;
}

.clientRegistrationEntry .socialButtons .twitter {
    background-position: 0px -88px;
}

.clientRegistrationEntry .socialButtons .linkedIn_apply {
    background-image: url(/images/apply_linkedin.jpg);
    width: 163px;
    height: 25px;
}

.clientRegistrationEntry .midBlockFooter {
    font-size: 70%;
    height: 30px;
}

.clientRegistrationEntry .agreeText {
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.clientRegistrationEntry .agreeText a {
    text-decoration: underline;
}

.clientRegistrationEntry .agreeText a:hover {
    text-decoration: none;
}

.clientRegistrationEntry .socialButtons .emailSignup {
    display: block;
    padding-top: 10px;
    padding-left: 2%;
    font-size: 70%;
    width: 180px;
    margin:0 auto;
    text-align: left;
}

.clientRegistrationEntry .socialButtons .emailSignup a {
    text-align: left;
    color: #53b948;
}

.clientRegistrationEntry .socialSignup {
    position: absolute;
    display: block;
    padding-top: 10px;
    padding-left: 0%;
    font-size: 70%;
    width: 180px;
    margin:0 auto;
    text-align: left;
}

.clientRegistrationEntry .socialSignup a {
    text-align: left;
    color: #53b948;
}


.clientRegistrationEntry .expert {
    position: absolute;
    right: 7%;
    font-size: 70%;
    text-align: right;
    zbackground-image:url(/images/light-bulb-icon.png);
    background-repeat: no-repeat;
    padding-left: 17px;
    padding-top: 1px;
}

.clientRegistrationEntry .expert a {
    color: #53b948;
}

.clientRegistrationEntry .signUpText.signUpTextCenter {
    text-align: center;
    position: static;
    font-size: 80%;
    margin-top: 2%;
    margin-left: -53px;
}

.clientRegistrationEntry .signUpText {
    text-align: right;
    position: absolute;
    right: 5%;
    bottom: 5%;

}

.clientRegistrationEntry .signUpText a {
    color: #53b948;
}


.clientRegistrationEntry .triangle {
    display: inline-block;
}

.clientRegistrationEntry .emailRegistration {
    padding-top: 0.6%;
    padding-bottom: 0%;
}

.clientRegistrationEntry .emailRegistration input {
    display: block;
    width: 45%;
    margin: 2% auto;
    clear: both;
}

.clientRegistrationEntry .emailRegistration .rightHolder {
    display: block;
    width: 48%;
    margin: 2% auto;
    clear: both;
    text-align: right;
}

.clientRegistrationEntry .emailRegistration .rightHolder .ajax {
    margin-top: 10px;
    margin-left: 10px;
}

.clientRegistrationEntry .emailRegistration .submit {
    margin-top: 5%;
}

.clientRegistrationEntry .message {
    color: #53b948;
    font-weight: bold;
    font-size: 90%;
}

.clientRegistrationEntry .midBlock .speechBubble {
    margin-top: -40px;
    margin-left: -2%;
    width: 180px;
}

.clientRegistrationEntry .midBlock .speechBubble div {
    color: #717171;
    font-size: 12px;
    padding: 5% 5% 5% 10%;
    text-align: left;
}

.clientRegistrationEntry .midBlock .modal {
    width: 400px;
    height: 250px;
    color: #434243;
}

.clientRegistrationEntry .midBlock .modal .text {
    float: left;
    display: inline;
    margin-top: 34px;
    margin-left: 20px;
}

.clientRegistrationEntry .midBlock .modal select {
    width: 150px;
    height: 30px;
    float: right;
    display: inline;
    margin-top: 30px;
    margin-right: 20px;
}



.clientRegistrationEntry .midBlock .modal .button {
    width: 180px;
    margin: 40px auto 0;
    font-weight: bold;
}




.clientRegistrationInterests {
    color: black;
}

.clientRegistrationInterests a {
    color: black;
}

.clientRegistrationInterests .topBlock {
    color: white;
    font-family: Arial;
    font-size: 100%;
    line-height: 1.4;
    background-color: rgba(0,0,0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 2.5% auto 0;
    width: 40%;
    padding: 0.7% 4.5%;
    text-indent: 0.4%;
    font-weight: normal;
}

.clientRegistrationInterests .bread {
    height: 20%;
    display: block;
    margin: 4% auto 0;
    padding-left: 1.8%;

    width: 580px;
}

.clientRegistrationInterests .bread .item {
    float: left;
    display: inline;
    height: 20%;
}

.clientRegistrationInterests .bread .item .icon {
    float: left;
    background-image: url('/images/icon.png');
    background-position: 25px;
    width: 24px;
    height: 20px;
    padding-left: 1px;
    padding-top: 5px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

.clientRegistrationInterests .bread .item.active .icon {
    background-position: 0px 25px;
}

.clientRegistrationInterests .bread .item .text {
    float: left;
    display: inline;
    padding-left: 0px;
    font-size: 12px;
    color: #afafaf;
    line-height: 2;
    margin-right: 10px;
}

.clientRegistrationInterests .bread .item.active .text {
    color: #53b948;
}

.clientRegistrationInterests .bread .item .line {
    float: left;
    display: inline;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color:#bdbdbd;
    height: 1px;
    width: 90px;
    margin-top: 11px;
    margin-right: 10px;
}

.clientRegistrationInterests .midBlock {
    text-align: left;
    width: 48.7%;
    margin: 1.7% auto 0;
    min-width: 595px;
}

.clientRegistrationInterests .midBlock h2 {
    font-weight: bold;
    font-size: 90%;
    color: #434243;
}

.clientRegistrationInterests .midBlock input.whatBrings {
    width: 96%;
    zborder: 3px solid #cecece;
    margin-top: 3%;
    padding: 1.5% 2%;
    color: #878787;
    margin-bottom: 0.5%;
}

.clientRegistrationInterests .midBlock .rightNumber {
    text-align: right;
    display: block;
    font-size: 90%;
    color: #878787;
}

.clientRegistrationInterests .midBlock .rightSubmit {
    text-align: right;
    display: block;
    font-size: 90%;
    margin-bottom: 60px;
}

.clientRegistrationInterests .midBlock .error {
    color: red;
}

.clientRegistrationInterests .midBlock hr {
    border: none;
    border-bottom: 1px dashed #838283;
    margin-top: 2%;
    margin-bottom: 4%;
}

.clientRegistrationInterests .midBlock .twitter-typeahead {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 0.5%;
}

.clientRegistrationInterests .midBlock .twitter-typeahead input {
    padding: 1% 2%;
    width: 39%;
}

.clientRegistrationInterests .midBlock ul {
    margin-top: 20px;
    margin-left: -10px;

}

.clientRegistrationInterests .midBlock ul li {
    background-color: #e7e7e7;
    display: inline;
    float: left;
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 75%;
    color: #434243;
    font-weight: bold;
    border: 1px solid #e1e1e0;
    padding-left: 35px;
    background-image:url('/images/toolrack.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.clientRegistrationInterests .midBlock ul li span {
    display: block;
    float: left;
    padding-right: 15px;
}

.clientRegistrationInterests .midBlock ul li img {
    display: block;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
}

.clientRegistrationInterests .midBlock .maxItems {
    font-size: 90%;
    margin-top: 5px;
    color: #878787;
}

.clientRegistrationInterests .midBlock .submit {
    font-weight: bold;
    margin-top: 30px;
}


.cubeIconText {
    width: 100%;
    clear: both;
    font-family: "Montserrat-regular", Arial;
    color: #4a4949;
    padding-top: 2%;
}

.cubeIconText .line1 {
    font-size: 100%;
    letter-spacing: 0.1em;
}

.cubeIconText .line2 {
    margin-top: 1%;
    font-size: 80%;
    letter-spacing: 0.1em;
    padding-bottom: 0.5%;
}



.cubeIcons {
    width: 100%;
    margin-left: -20px;
}

.cubeIcons > div {
    background-image: url(/images/cube_icons.png);
    background-repeat: no-repeat;
    margin-top: 4%;
    float: left;
    display: inline;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer;
}

.cubeIcons > div:hover,
.cubeIcons > div.active {
    background-position-y: -60px;
}

.cubeIcons .chicken {
    background-position: 20px 0px;
}

.cubeIcons .rocket {
    background-position: -188px 0px;
}

.cubeIcons .tree {
    background-position: -418px 0px;
}

.cubeIcons .brush {
     background-position: -75px 0px;
}

.cubeIcons .hawk {
    background-position: -309px 0px;
}


.cubeAreas {
    float: left;
    display: inline;
    clear: right;
    width: 294px;
}

.cubeAreas ul {
    padding-top: 8%;
    padding-left: 8%;
}
.cubeAreas ul li {
    clear: both;
    background-image: url(/images/littlcub.png) !important;
}


.selectableCube {
    margin-top: 6%;
    margin-bottom: 5%;
    margin-left: 1%;
    width: 294px;
    height: 288px;
    float: left;
    display: inline;
}

.selectableCube .cube {
    width: 100%;
    height: 100%;
    background-image: url(/images/black_cube.png);
    position: relative;
}

.selectableCube .cube_shadow {
    position: absolute;
    width: 294px;
    height: 288px;
    background-image: url(/images/black_cube_shadow.png);
    z-index: 1;
}

.selectableCube .cube .area {
    float: left;
    display: table;
    width: 88px;
    height: 85px;
    margin: 4.6px;
    margin-top: 6.4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    position: relative;
}

.selectableCube .cube .area span {
   padding-bottom: 5%;
   position:relative;
   z-index:5;
   font-family: Tahoma, Arial;
   font-size: 80%;
   color: white;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   cursor: pointer;
}

.selectableCube .cube .area span:hover,
.selectableCube .cube .area span.active {
    background-color:rgba(0,0,0,0.5);
}

.selectableCube .cube .area span.active {
    background-color:rgba(0,0,0,1);
    opacity: 0.5;
}



.area.green {
    background: #00960a; /* Old browsers */
    background: -moz-linear-gradient(top,  #00960a 0%, #0a8400 50%, #0a7b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00960a), color-stop(50%,#0a8400), color-stop(100%,#0a7b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00960a 0%,#0a8400 50%,#0a7b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00960a 0%,#0a8400 50%,#0a7b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00960a 0%,#0a8400 50%,#0a7b00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00960a 0%,#0a8400 50%,#0a7b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00960a', endColorstr='#0a7b00',GradientType=0 ); /* IE6-9 */
}

.area.red {
    background: #f4121c; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4121c 1%, #e20f14 49%, #d10f18 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4121c), color-stop(49%,#e20f14), color-stop(100%,#d10f18)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4121c 1%,#e20f14 49%,#d10f18 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4121c 1%,#e20f14 49%,#d10f18 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4121c 1%,#e20f14 49%,#d10f18 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4121c 1%,#e20f14 49%,#d10f18 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4121c', endColorstr='#d10f18',GradientType=0 ); /* IE6-9 */
}

.area.blue {
    background: #288acb; /* Old browsers */
    background: -moz-linear-gradient(top,  #288acb 0%, #167eb3 49%, #0f6a89 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#288acb), color-stop(49%,#167eb3), color-stop(100%,#0f6a89)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #288acb 0%,#167eb3 49%,#0f6a89 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #288acb 0%,#167eb3 49%,#0f6a89 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #288acb 0%,#167eb3 49%,#0f6a89 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #288acb 0%,#167eb3 49%,#0f6a89 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288acb', endColorstr='#0f6a89',GradientType=0 ); /* IE6-9 */

}

.area.yellow {
    background: #d1b900; /* Old browsers */
    background: -moz-linear-gradient(top,  #d1b900 0%, #d6c62d 49%, #dfdc67 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1b900), color-stop(49%,#d6c62d), color-stop(100%,#dfdc67)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d1b900 0%,#d6c62d 49%,#dfdc67 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d1b900 0%,#d6c62d 49%,#dfdc67 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d1b900 0%,#d6c62d 49%,#dfdc67 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d1b900 0%,#d6c62d 49%,#dfdc67 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1b900', endColorstr='#dfdc67',GradientType=0 ); /* IE6-9 */
}

.area.orange {
    background: #ec710f; /* Old browsers */
    background: -moz-linear-gradient(top,  #ec710f 0%, #e76b0f 50%, #d6680f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec710f), color-stop(50%,#e76b0f), color-stop(100%,#d6680f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ec710f 0%,#e76b0f 50%,#d6680f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ec710f 0%,#e76b0f 50%,#d6680f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ec710f 0%,#e76b0f 50%,#d6680f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ec710f 0%,#e76b0f 50%,#d6680f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec710f', endColorstr='#d6680f',GradientType=0 ); /* IE6-9 */
}



.clientRegistrationProfile {
    color: black;
}

.clientRegistrationProfile .profilePic img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.clientRegistrationProfile .profilePic {
    position: relative;
}

.clientRegistrationProfile .profilePic .caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    background-color: rgba(0, 0, 0, 0.44);
    color: white;
    font-size: 9px;
    text-align: center;
    line-height: 20px;
    word-wrap: break-word;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.clientRegistrationProfile a {
    color: black;
}

.clientRegistrationProfile .topBlock {
    text-align: left;
    width: 465px;
    padding-left: 20px;
}

.clientRegistrationProfile .whiteBlock {
    border: 1px solid #e0e0e0;
    background-color: white;
    margin: 1.7% auto 0;
    text-align: left;
    width: 500px;
    padding: 20px;
    position: relative;
}

.clientRegistrationProfile .whiteBlock img {
    float:left;
    display: inline;
    margin-right: 9px;
}

.clientRegistrationProfile .whiteBlock .item {
    padding-top: 6px;
    float:left;
    display: inline;
    height: 45px;
    width: 22%;
    margin: 2%;
}

.clientRegistrationProfile .whiteBlock .item label {
    font-weight: bold;
    font-size: 80%;
    color: #565556;
    display: block;
    width: 100%;
}

.clientRegistrationProfile .whiteBlock .item input {
    width: 80%;
    margin-top: 5%;
    padding: 3% 10%;
    font-size: 12px;
}

.clientRegistrationProfile .whiteBlock h1 {
    color: #434243;
    font-weight: bold;
    font-size: 90%;
}

.clientRegistrationProfile .whiteBlock hr {
    margin-top: 16px;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #d0d0d0;
}

.clientRegistrationProfile .whiteBlock .blockLeft {
    float:left;
    display: inline;
    width: 55%;
    min-height: 120px;
}

.clientRegistrationProfile .whiteBlock .blockRight {
    float:left;
    display: inline;
    width: 40%;
    min-height: 120px;
}


.clientRegistrationProfile .whiteBlock .socialHeader {
    width: 180px;
}

.clientRegistrationProfile .whiteBlock .info {
    float: right;
    display: inline;
}

.clientRegistrationProfile .whiteBlock .speechBubble {
    margin-top: -30px;
    margin-left: -0.5%;
    width: 180px;
    background-image: url(/images/bubble_arrow_gray.png);
}

.clientRegistrationProfile .whiteBlock .speechBubble div {
    background-color: #494949;
    color: #717171;
    font-size: 12px;
    padding: 5% 5% 5% 10%;
    text-align: left;
    color: white;
    min-height: 40px;
}

.clientRegistrationProfile .whiteBlock .socialInputs {
    margin-top: 8%;
}

.clientRegistrationProfile .whiteBlock .socialInputs img {
    float: left;
    display: inline;
    clear: left;
}

.clientRegistrationProfile .whiteBlock .socialInputs input {
    float: left;
    display: inline;
    width: 65%;
    margin-top: 1px;
    margin-left: 5px;
    padding: 1.4% 1% 0.6% 5%;
    background-color: transparent;
    font-size: 12px;
}

.clientRegistrationProfile .whiteBlock .socialInputs input.twitter {
    padding-left: 8%;
    width: 62%;
}



.clientRegistrationProfile .whiteBlock .row {
    clear: both;
    position: relative;
}


.clientRegistrationProfile .whiteBlock .row .placeholder {
    position: absolute;
    left: 50px;
    top: 5px;
    color: #a9a9a9;
}


.clientRegistrationProfile .whiteBlock .row.rate input {
    padding-left: 25px;
}

.clientRegistrationProfile .whiteBlock .row.rate .placeholder {
    left: 10px;
    top: 4px;
}

.clientRegistrationProfile .whiteBlock .blockRight .personalWebsites {
    margin-top: 21px;
}

.clientRegistrationProfile .whiteBlock .blockRight .personalWebsites input {
    float: left;
    display: inline;
    width: 91%;
    margin-top: 1px;
    margin-left: 5px;
    padding: 2% 1% 0.9% 5%;
    background-color: transparent;
    font-size: 12px;
}

.clientRegistrationProfile .back {
    float:left;
    display: inline;
    clear: left;
    background-image:url(/images/back.jpg);
    padding-left: 30px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
    color: #434243;
    margin-top: 20px;
}


.clientRegistrationProfile .submit {
    float: right;
    display: inline;
    margin-top: 20px;
}

.linkedinExistsModal.modal {
    width: 300px;
    height: 20px;
    padding: 3% 2%;
}

.linkedinExistsModal.modal a {
    color: #53b948;
}

.clientRegistrationSocial.modal {
    width: 370px;
    height: 350px;
}

.clientRegistrationSocial.modal .you_applied {
    height: 15px;
    background-color: #dedede;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.5;
    padding: 2%;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
    padding-left: 140px;
    margin-bottom: 20px;
}


.clientRegistrationSocial.modal .you_applied.appliedWithLinkedIn:before {
    content: "as ";
}

.clientRegistrationSocial.modal .you_applied.appliedWithLinkedIn {
    background-image: url(/images/applied_linkedin.jpg);
    background-position: 7px 4px;
    padding-left: 145px;
}


.clientRegistrationSocial.modal .you_applied.linkedin {
    background-image: url(/images/icon-linkedin.jpg);
    background-position: 10px 6px;
    background-color: #c0deed;
    padding-left: 35px;
}

.clientRegistrationSocial.modal .you_applied.twitter {
    background-image: url(/images/icon-twitter.png);
    background-position: 10px 6px;
    background-color: #c0deed;
    padding-left: 35px;
}

.clientRegistrationSocial.modal .you_applied.facebook {
    background-image: url(/images/facebook_icon2.jpg);
    background-position: 10px 6px;
    background-color: #d8dfea;
    padding-left: 35px;
}

.clientRegistrationSocial.modal .howhear .text {

    float: left;
    display: inline;
    margin-top: 10px;
    margin-left: 40px;
    font-size: 13px;

}

.clientRegistrationSocial.modal .howhear select {
    width: 140px;
    height: 25px;
    float: right;
    display: inline;
    margin-top: 5px;
    margin-right: 20px;
}

.clientRegistrationSocial.modal .button {
    margin-top:20px;
    font-weight: bold;
}

.clientRegistrationSocial.modal .message {
    color: red;
    font-size: 80%;
    margin-bottom: 5px;
}

.clientRegistrationSocial.modal .leftBlock {
    min-height: 100px;

    float: left;
    display: inline;
    width: 110px;
}

.clientRegistrationSocial.modal .leftBlock .img {
    padding: 3px;
    border: 1px solid #e0e0e0;
    width: 140px;
    height: 90px;
    background-image: url(/images/profile_image2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;


}

.clientRegistrationSocial.modal .rightBlock {
    min-height: 100px;

    float: left;
    display: inline;
    width: 55%;
    margin-left: 5%;
}


.clientRegistrationSocial.modal .rightBlock .inputs input {
    padding: 1% 4%;
    display: block;
    width: 100%;
}

.clientRegistrationSocial.modal .speechBubble {
    margin-top: 0px;
    margin-left: 50px;
    width: 150px;

    background-image: url(/images/bubble_arrow_gray.png);
}

.clientRegistrationSocial.modal .speechBubble div {
    background-color: #494949;
    color: #717171;
    font-size: 12px;
    padding: 10% 10% 10% 10%;
    text-align: right;
    color: white;
    text-align: left;
}
.clientProfile .thankyou p {
    margin-top: 1%;
}

.clientProfile .thankyou {
    padding-bottom: 10%;
    line-height: 1.5;
}

.clientProfile .thankyou h1 {
    margin-top: 3%;
    margin-bottom: 2%;
}



.clientProfile ul {
    font-weight: bold;
}

.clientProfile ul li {
    list-style: decimal;
    margin-bottom: 2%;
}

.clientProfile ul li b {
    font-weight: normal;
}



.clientProfile .resubmit {
    padding-top: 5%;
}



.rubicPage .leftBlock {
    width: 45%;
    height: 100%;
    float: left;
    display: inline;
    text-align: left;
    padding-left: 100px;
    color: black;
}


.profileGradient {
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f3f3 0%, #f6f6f6 28%, #f7f7f7 33%, #ffffff 78%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(28%,#f6f6f6), color-stop(33%,#f7f7f7), color-stop(78%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f3f3 0%,#f6f6f6 28%,#f7f7f7 33%,#ffffff 78%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f3f3 0%,#f6f6f6 28%,#f7f7f7 33%,#ffffff 78%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f3f3 0%,#f6f6f6 28%,#f7f7f7 33%,#ffffff 78%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f3f3 0%,#f6f6f6 28%,#f7f7f7 33%,#ffffff 78%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.rubicPage h1 {
    margin-top: 10%;
    color: #53b948;
    font-size: 130%;
    font-weight: 600;
    font-family: arial;
}

.rubicPage .leftBlock .text1 {
    width: 90%;
    padding-top: 3.5%;
    padding-bottom: 5.3%;
}

.rubicPage .leftBlock label {
    display: block;
    font-size: 90%;
    width: 80%;
    line-height: 1.3;
    margin-bottom: 1%;
}

.rubicPage .leftBlock textarea {
    margin-top: 1%;
    display: block;
    width: 80%;
    height: 11vh;
    margin-bottom: 3.5%;
}

.rubicPage .leftBlock input[type=text] {
    display: block;
    width: 45%;
    margin-bottom: 4%;
}

.rubicPage .leftBlock .submit {
    display: block;
    margin-top: 3%;
    font-weight: bold;
    margin-bottom: 10%
}

.rubicPage .rightBlock {
    height: 100%;
    color: white;
    max-width: 500px;
    min-height: 630px;
    background-color: #404040;
    float: right;
    display: inline;
    width: 40%;
    position: relative;
}

.cubeGradient {
    background: #383838; /* Old browsers */
    background: -moz-linear-gradient(top,  #383838 1%, #5b5b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#383838), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #383838 1%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #383838 1%,#5b5b5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #383838 1%,#5b5b5b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #383838 1%,#5b5b5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */

}

.rubicPage .gap {
    height: 200px;
    width: 100px;
    background-color:red;
}


.rubicPage .rightBlock .line1 {
    text-align: center;
    font-family: "Montserrat-regular", Arial;
    font-size: 130%;
    padding-top: 10%;
    text-shadow: 2px 2px 3px #383838;
    line-height: 1.5;
    filter: dropshadow(color=#383838, offx=2, offy=2);
    position: relative;
    z-index: 2;
}

.rubicPage .rightBlock img {
    margin-top: -8%;
    z-index: 1;
}

.rubicPage .rightBlock .list {

    background-repeat: no-repeat;
    width: 400px;
    margin-top: -50px;
    bottom: 3%;
    left: 0%;
    position: absolute;
}

.rubicPage .rightBlock .list {
    display: block;
    text-align: left;
    margin-left: 0px;
    height: 130px;

}

.rubicPage .rightBlock .list span {
    margin-left: 40px;
    display: block;
    font-size: 85%;
    background-image: url(/images/colors.png);
    background-repeat: no-repeat;
    padding-left: 32px;
    height:20px;
    line-height: 1.5;

}

.rubicPage .rightBlock .list span.yellow {
    background-position: 0px -20px;
}

.rubicPage .rightBlock .list span.green {
    background-position: 0px -40px;
}

.rubicPage .rightBlock .list span.blue {
    background-position: 0px -60px;
}

.rubicPage .rightBlock .list span.orange {
    background-position: 0px -80px;
}





.rubicPage .speechBubble {
    margin-top: 0px;
    margin-left: 0px;
    width: 130px;
    background-image: url(/images/bubble_arrow_gray_right.png);
    background-position: left 20px;
    padding-left: 49px;
}

.rubicPage .speechBubble div {
    background-color: #494949;
    color: #717171;
    font-size: 12px;
    text-align: left;
    color: white;
}


.rubicPage .leftBlock .resubmit a {
    color: #53b948;
}

.rubicPage .inputdate {
    width: 180px !important;
}

.rubicPage .speechBubble {
    width: 150px;
    margin-top: -30px;
    margin-left: 20px;
}

.rubicPage .speechBubble div {
    text-align: left;
    padding: 10%;
}

.rubicPage ul,
.rubicPage li {
    margin-top: 4px;
    list-style:disc;
    padding-left: 0px;
    margin-left: 10px;
}
.expert {
    margin-bottom: 50px;
}

.expert h1 {
    margin-top: 5%;
    margin-bottom: 3%;
}

.expert ul.numeric {
    font-size: 90%;
}

.expert ul.numeric li {
    font-weight: normal;
}

.expert ul.numeric li b {
    zcolor: #53b948;
    font-weight: bold;
}

.expert ul.disc li {
    list-style: disc;
}

.expert ul li ul {
    margin-left: 5%;
    margin-top: 1%;
}
.publicProfileView h1 {
    margin-bottom: 0.5%;
}

.publicProfileView .profilePic {
    margin-top: 5px;
}

.publicProfileView .blockRightPic h1 {
    margin-top: 0px;
}

.publicProfileView .summary {
    height: 114px;
    width: 39.6%;
}

.publicProfileView  .profilePic img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.publicProfileView  .profilePic {
    position: relative;
}

.publicProfileView  .profilePic .caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    background-color: rgba(0, 0, 0, 0.44);
    color: white;
    font-size: 9px;
    text-align: center;
    line-height: 20px;
    word-wrap: break-word;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.publicProfileView .inline_pound {
    margin-top: 0px;
    display: inline-block;
    clear: none;
}

.publicProfileView input.name {
    font-weight: bold;
}

.publicProfileView .blockRightPic h1 {
    color: black;
    margin-bottom: 0px;
}


.publicProfileView .blockRightPic label {
    display: inline-block;
    width: 60px;
    font-size: 90%;
    color: #525252;
    padding-right: 5px;
    line-height: 1;
}

.publicProfileView .blockRightPic input {
    padding: 4px 7px;
    margin-bottom: 10px;
    width: 180px;

}

.publicProfileView .city {
    padding: 1% 3%;
    width: 180px;
    margin-bottom: 10px;
}

.publicProfileView .inline_pound {
    margin-left: -4px;
}

.publicProfileView .inline_pound input {
    width: 93px;
}

.publicProfileView .socialInputs img {
    float: left;
    display: inline;
    clear: left;
    top: 3px !important;
}

.publicProfileView .socialInputs input {
    float: left;
    display: inline;
    width: 36%;
    margin-top: 1px;
    margin-left: 5px;
    padding: 0.5% 1%;
    background-color: transparent;
    font-size: 12px;
}

.publicProfileView .socialInputs input.twitter {
    padding-left: 3%;
    width: 10%;
}



.publicProfileView .row {
    clear: both;
    position: relative;
}


.publicProfileView .row .placeholder {
    position: absolute;
    left: 50px;
    top: 5px;
    color: #a9a9a9;
}


.publicProfileView .row.rate input {
    padding-left: 25px;
}

.publicProfileView .row.rate .placeholder {
    left: 10px;
    top: 4px;
}

.publicProfileView .personalWebsites input {
    float: left;
    display: inline;
    width: 39%;
    margin-top: 1px;
    margin-left: 5px;
    padding: 0.5% 1%;
    background-color: transparent;
    font-size: 12px;
}



.publicProfileView .areas {
    margin-top: 0px !important;
}

.publicProfileView .areas .twitter-typeahead {
    width: 100%;

    margin-bottom: 0.5%;
}

.publicProfileView .areas .twitter-typeahead input {
    padding: 0.5% 1%;
    width: 39%;
}

.publicProfileView .areas ul {
    margin-top: 15px;
    margin-left: -10px;

}

.publicProfileView .areas ul li {
    background-color: #e7e7e7;
    display: inline;
    float: left;
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 75%;
    color: #434243;
    font-weight: bold;
    border: 1px solid #e1e1e0;
    padding-left: 35px;
    background-image:url('/images/toolrack.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.publicProfileView .areas ul li span {
    display: block;
    float: left;
    padding-right: 15px;
}

.publicProfileView .areas ul li img {
    display: block;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
}

.publicProfileView .areas .maxItems {
    font-size: 90%;
    margin-top: 5px;
    color: #878787;
}



.publicProfileView .add {
    background-color: #fafafa;
    display: inline;
    float: left;
    padding: 5px 10px;
    font-size: 75%;
    color: #434243;
    font-weight: bold;
    border: 1px solid #efefee;
    padding-left: 35px;
    background-image: url('/images/plusrack.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    clear: both;
    cursor: pointer;
}

.publicProfileView input.whatBrings {
    width: 40%;
    zborder: 3px solid #cecece;
    padding: 0.5% 1%;
    color: #878787;
    margin-bottom: 0.5%;
}

.publicProfileView .rightNumber {
    font-size: 90%;
    color: #878787;
}

.publicProfileView .error {
    color: red;
}

.publicProfileView h1 {
    margin-top: 2%;
}

.publicProfileView .recommendation {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    zborder: 1px solid #53b948;
    background-color: #fafafa;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.publicProfileView .recommendation span {
    font-weight: bold;
    text-align: right;
    display: block;
}


.publicProfileView .social_media img {
    position: relative;
    top: 8px;
}

.publicProfileView .social_media a {
    clear: both;
    float: left;
    color: black;
    line-height: 30px;
}

.publicProfileView .social_media a:hover {
    text-decoration: none;
    color: #53b948;
}

.publicProfileView .blockLeftPic {
    float: left;
    display: inline;
    width: 120px;

}

.publicProfileView .blockRightPic {
    float: left;
    display: inline;
    width: 400px;
    clear: right;
}



.publicProfileView .types {
    margin-top: 0%;
    margin-bottom: 0%;
}

.publicProfileView .types .type {
    display: inline;
    float: left;
    clear: left;
    background-image: none;
}

.publicProfileView .types .type .area {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    width: 12px;
    opacity: 0.7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.publicProfileView .types .type.active .area {
    opacity: 1;
}

.publicProfileView .types .type .checkbox {
    position: absolute;
    left: 5px;
    top: 2px;
    height: 25px;
    width: 12px;
    background-image: url(/images/checkbox-white-empty.png);
    background-repeat: no-repeat;
    opacity: 0.5;
}

.publicProfileView .types .type:hover .checkbox,
.publicProfileView .types .type.active .checkbox{
    background-image: url(/images/checkbox-white.png);
    opacity: 0.8;
}

.publicProfileView .areas {
    margin-top: 3%;
}

.publicProfileView .types {
    margin-top: 10px;
    margin-left: -10px;

}

.publicProfileView .edible .types li {
    cursor: pointer;
    background-color: #e7e7e7;

}

.publicProfileView .types li {
    background-color: #fafafa;
    display: inline;
    float: left;
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 75%;
    color: #434243;
    font-weight: bold;
    border: 1px solid #efefee;
    padding-left: 35px;
    background-image:url('/images/toolrack.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.publicProfileView .types li.normal {
    padding-left: 10px;
    clear: none;
}

.publicProfileView .types li span {
    display: block;
    float: left;
    padding-right: 15px;
}

.publicProfileView .types li img {
    display: block;
    float: right;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
}

.publicProfileView .submit_buttons {
    margin-top: 3%;
}

.publicProfileView .submit_buttons button {
    margin-right: 10px;

}
.expertRegistrationEntry .applyLinkedIn {
    padding-top: 50px;
    height: 65px;
}

.expertRegistrationEntry .midBlockFooter {
    padding-top: 7%;
}

.expertRegistrationEntry .midBlockFooter a {
    color: #53b948;
    font-weight: bold;
}

.expertRegistrationEntry .privacyFooter {
    font-size: 70%;
}

.expertRegistrationEntry .privacyFooter a {
    text-decoration: none;
}

.expertRegistrationEntry .privacyFooter a:hover {
    text-decoration: underline;
}

.expertRegistrationEntry .socialButtons {
    height: 113px;
    padding: 0;
}

.expertRegistrationEntry .emailRegistration {
    padding-top: 10px;
    height: 105px;
}


.expertRegistrationEntry .emailRegistration .blockLeft {
    float: left;
    width: 30%;
    padding-right: 7%;
    padding-left: 10%;
    border-right: 1px solid #83807e;
}

.expertRegistrationEntry .emailRegistration .blockLeft input {
    width: 100%;
    margin-bottom: 7px;
    padding: 2% 5%;

}

.expertRegistrationEntry .emailRegistration .blockRight {
    float: right;
    width: 48%;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.expertRegistrationEntry .emailRegistration .blockRight .submit {
    text-align: center;
    margin-top: 30px;
    width: 40%;
}

.expertRegistrationEntry .emailRegistration .blockRight .message {
    clear: both;
    display: block;
    margin-top: 9%;
}





.expertRegistrationExpertise .types {
    margin-top: 3%;
    margin-bottom: 3%;
}

.expertRegistrationExpertise .types .type {
    display: inline;
    float: left;
    clear: left;
    cursor: pointer;
    background-image: none;
}

.expertRegistrationExpertise .types .type.active {
    background-color: #f2f2f2;
}

.expertRegistrationExpertise .types .type .area {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    width: 12px;
    opacity: 0.7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.expertRegistrationExpertise .types .type.active .area {
    opacity: 1;
}

.expertRegistrationExpertise .types .type .checkbox {
    position: absolute;
    left: 5px;
    top: 2px;
    height: 25px;
    width: 12px;
    background-image: url(/images/checkbox-white-empty.png);
    background-repeat: no-repeat;
    opacity: 0.5;
}

.expertRegistrationExpertise .types .type:hover .checkbox,
.expertRegistrationExpertise .types .type.active .checkbox{
    background-image: url(/images/checkbox-white.png);
    opacity: 0.8;
}

.expertRegistrationExpertise .areas {
    margin-top: 3%;
}
.expertRegistrationProfile {
    color: black;
}

.expertRegistrationProfile {
    color: black;
}
.expertRegistrationFacebook {
    color: black;
}

.expertRegistrationFacebook {
    color: black;
}
.expertRegistrationTwitter {
    color: black;
}

.expertRegistrationTwitter {
    color: black;
}
.expertRegistrationLinkedin {
    color: black;
}

.expertRegistrationLinkedin {
    color: black;
}
.expertProfile {
    color: black;
}

.expertProfile {
    color: black;
}
.myRequests .requestsPage {
    padding-top: 80px;
    color: black;
    text-align: left;
    padding: 70px 100px;
}

.myRequests a {
    color: #ed7d31;
}




.myRequests .borderBottom {
    border-bottom: 1px solid #ed7d31;
    padding: 2% 5%;
}

.myRequests .circle {
    background-color: #ed7d31;
    display: block;
    color: white;
    text-align: center;
    font-size: 100%;
    font-family: arial;
    font-weight: normal;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;

}

.myRequests .requestsPage .table {
    font-size: 90%;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 10px;
}


.myRequests .requestsPage .table .row {
    clear: both;
    min-height: 20px;
}

.myRequests .requestsPage .table .row > div {
    float: left;
    display: inline-block;
    width: 18%;
    padding: 0.5%;
    min-height: 20px;
}

.myRequests .request_item {
    margin-bottom: 40px;
}

.myRequests .request_item hr {
    border: 0px;
    border-bottom: 1px dotted #c5c5c5;
    width: 95%;
    margin-bottom: 30px;
}

.myRequests .requestsPage .table .heading {
    color: #ed7d31;
    font-weight: bold;
    font-size: 110%;
    font-family: "Montserrat-regular", Arial;
    padding-bottom: 10px;
}

.myRequests .requestsPage .table .row .number {
    width: 5%;
}

.myRequests .requestsPage .table .row .request {
    width: 35%;
    white-space: pre-line;
}

.myRequests .requestsPage .table .row .comment {
    white-space: pre-line;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
.gldp-default {
    position: absolute;
    font-family: 'helvetica';
}

/* Core style for every cell */
.gldp-default .core {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    color: #222;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(98%,#dadada), color-stop(99%,#ffffff), color-stop(100%,#dadada));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
}

/* Cell border */
.gldp-default .border {
    border-style: solid;
    border-width: 0;
    border-color: #888;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
    font-size: 14px !important;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Month/Year text */
.gldp-default .monyear span {
    margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
    color: #222;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
    color: #f00;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
    color: #222;
    opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
    color: #fff;
    font-weight: bold;
    cursor: default !important;
    background: #53b948;
    background: -moz-linear-gradient(top, #53b948 0%, #53b948 45%, #53b948 52%, #53b948 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53b948), color-stop(45%,#53b948), color-stop(52%,#53b948), color-stop(100%,#53b948));
    background: -webkit-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%);
    background: -o-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%);
    background: -ms-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%);
    background: linear-gradient(to bottom, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b948', endColorstr='#53b948',GradientType=0 );
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
    color: #53b948;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
    color: #666 !important;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
    background: #fcfff4;
    background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9ce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce));
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%);
    background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%);
    background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%);
    background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
}

/* Non-Selectable days */
.gldp-default .noday {
    color: #444;
    font-weight: normal;
    cursor: wait !important;
    background: #aaaaaa;
    background: -moz-linear-gradient(top,  #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(98%,#8a8a8a), color-stop(99%,#aaaaaa), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
    background: -o-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
    background: -ms-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
    background: linear-gradient(to bottom,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8a8a8a',GradientType=0 );
}

/* Currently selected day */
.gldp-default .selected {
    color: #fff;
    font-weight: bold;
    border-color: #c00;
    background: #53b948;
    background: -moz-linear-gradient(top, #53b948 0%, #53b948 45%, #53b948 52%, #53b948 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53b948), color-stop(45%,#53b948), color-stop(52%,#53b948), color-stop(100%,#53b948));
    background: -webkit-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%);
    background: -o-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%);
    background: -ms-linear-gradient(top, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%);
    background: linear-gradient(to bottom, #53b948 0%,#53b948 45%,#53b948 52%,#53b948 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b948', endColorstr='#53b948',GradientType=0 );
}

/* Today */
.gldp-default .today {
    color: #fff;
    font-weight: bold;
    border-color: black;
    background: rgb(73,73,73); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(73,73,73,1) 0%, rgba(53,53,53,1) 50%, rgba(61,61,61,1) 53%, rgba(73,73,73,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,73,73,1)), color-stop(50%,rgba(53,53,53,1)), color-stop(53%,rgba(61,61,61,1)), color-stop(99%,rgba(73,73,73,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(53,53,53,1) 50%,rgba(61,61,61,1) 53%,rgba(73,73,73,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(53,53,53,1) 50%,rgba(61,61,61,1) 53%,rgba(73,73,73,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(53,53,53,1) 50%,rgba(61,61,61,1) 53%,rgba(73,73,73,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(73,73,73,1) 0%,rgba(53,53,53,1) 50%,rgba(61,61,61,1) 53%,rgba(73,73,73,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
}

/* Special */
.gldp-default .special {
    color: #fff;
    font-weight: bold;
    border-color: #0c0;
    background: #88e888;
    background: -moz-linear-gradient(top,  #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88e888), color-stop(1%,#9dff9d), color-stop(2%,#42fd42), color-stop(98%,#01ab01), color-stop(99%,#37ef37), color-stop(100%,#37ef37));
    background: -webkit-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
    background: -o-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
    background: -ms-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
    background: linear-gradient(to bottom,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88e888', endColorstr='#37ef37',GradientType=0 );
}
