/* Minification failed. Returning unminified contents.
(1106,72): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(1110,70): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(1114,66): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(1118,69): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(1122,70): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
html,
body {
  background-color: #f1f1f1;
}
html.in-dialog,
html.in-dialog > body {
  background-color: #3c87c8;
}
#content-title {
  color: #0069b4;
  margin: 0;
}
#tabs {
  margin-top: 20px;
}
#tab-bar {
  height: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
}
.tab-element {
  display: table-cell;
  min-width: 128px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-element:first-child {
  border-left: none;
}
.tab {
  display: block;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #e0e0e0;
  padding: 9px 18px 11px 18px;
}
.tab-text {
  display: inline-block;
  vertical-align: middle;
  color: #575756;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.tab-element.ui-state-active {
  border-bottom-color: white;
}
.tab-element.ui-state-active > .tab {
  background-color: white;
}
.tab-element.ui-state-active > .tab > .tab-text {
  color: #0069b4;
}
.tab-content {
  background-color: white;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.tab-content.no-tab {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}
.tab-content-header {
  color: #5a626e;
  padding: 0 42px;
  padding-top: 28px;
}
.tab-content-title {
  margin: 0;
  color: #0069b4;
}
#sub-tabs {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 80px 42px 60px 42px;
}
.content-header {
  padding: 0 42px 8px 42px;
  color: #5a626e;
}
#mandatory-info {
  border-top: 1px solid #a0a0a0;
  color: #0069b4;
  height: 40px;
  line-height: 40px;
}
#button-container {
  height: 30px;
  width: 100%;
  display: table;
}
#button-container > div {
  display: table-cell;
  width: 33.33%;
}
#button-container > button,
#button-container > input[type=button],
#button-container > input[type=submit] {
  float: right;
  margin: 5px;
}
.block {
  padding: 42px;
  padding-top: 28px;
  padding-bottom: 0;
}
.sub-block {
  padding: 0 42px;
}
.block-header {
  margin: 0;
  color: #5a626e;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 9px;
  height: 24px;
}
.sub-block-header {
  width: 70%;
  margin: 0;
  border-right: 1px solid #a0a0a0;
  color: #5a626e;
  padding-top: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-block-header::after {
  content: '';
  display: block;
  border-bottom: 1px solid #a0a0a0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 7px;
  margin-right: 30px;
}
.block-content {
  display: table;
  table-layout: fixed;
  margin-top: 27px;
  color: #5a626e;
}
.block-content.no-title {
  margin-top: 0;
}
.sub-block-content {
  display: table;
  table-layout: fixed;
  color: #5a626e;
  width: 100%;
}
.sub-block-content > .block-left {
  padding-top: 26px;
}
.block-left {
  display: table-cell;
  width: 70%;
  padding-right: 25px;
  border-right: 1px solid #a0a0a0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-without-border {
  border-right: none;
}
.block-row {
  min-height: 30px;
  line-height: 30px;
  padding: 12.5px 0;
  display: table;
  table-layout: fixed;
  width: calc(100% - 30px);
}
.block-row + .info-hover {
  float: right;
  margin-top: 17px !important;
}
.block-row > label,
.block-row > .action-label {
  display: table-cell;
  width: 200px;
  padding-right: 20px;
  height: 100%;
  vertical-align: top;
}
.block-row > span,
.block-row > a {
  padding-left: 8px;
  display: inline-block;
  width: 100%;
}
.block-row > a + span.text-12R {
  margin-top: 10px;
}
.block-row > select {
  max-width: 100%;
}
.block-row > input[type=text],
.block-row > input[type=email] {
  width: 100%;
}
.block-row > input[type=text] + input[type=text],
.block-row > input[type=email] + input[type=email] {
  margin-top: 10px;
}
.block-row > input[type=checkbox] {
  margin-left: 0;
  width: 4%;
  margin-right: 1%;
}
.block-row > input[type=checkbox] + input[type=hidden] + input[type=text] {
  max-width: 95%;
  margin-left: -4px;
}
.block-row > textarea {
  resize: vertical;
  width: 100%;
}
.block-row img {
  border: 1px solid #575756;
}
.block-row figure {
  display: inline-block;
  margin: 0;
}
.block-row figure + figure,
.block-row input[type=button] + input[type=button] {
  margin-left: 10px;
}
.block-right {
  display: table-cell;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 5px;
  padding-bottom: 15px;
  vertical-align: top;
}
.sub-block-content > .block-right {
  padding-top: 42px;
}
.block-right > span {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
}
.block-header-text {
  display: inline-block;
  width: 220px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-header-element {
  vertical-align: top;
  font-weight: 200;
}
.checkbox-element {
  display: table !important;
}
.checkbox-element > input[type=checkbox],
.checkbox-element > label {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
}
.width-40p {
  max-width: 39% !important;
  margin-right: 1%;
}
.width-40p + :not(label) {
  max-width: 60%;
  margin-left: -4px;
}
.width-50p {
  max-width: 49%;
  margin-right: 1%;
}
.width-50p + :not(label) {
  max-width: 50%;
  margin-left: -4px;
}
.width-60p {
  max-width: 59%;
  margin-right: 1%;
}
.width-60p + :not(label) {
  max-width: 40%;
  margin-left: -4px;
}
.width-70p {
  max-width: 69%;
  margin-right: 1%;
}
.width-70p + :not(label) {
  max-width: 30%;
  margin-left: -4px;
}
span.width-40p,
.width-40p + span,
span.width-50p,
.width-50p + span,
span.width-60p,
.width-60p + span,
span.width-70p,
.width-70p + span {
  padding-left: 0 !important;
}
.width-40p + input[type=text],
.width-50p + input[type=text],
.width-60p + input[type=text],
.width-70p + input[type=text] {
  margin-top: 0 !important;
}
.addressblock .block-header-text {
  width: 520px !important;
}
.addressblock .block-content,
.addressblock .sub-block {
  -moz-transition: max-height linear 0.75s, opacity linear 0.75s;
  -o-transition: max-height linear 0.75s, opacity linear 0.75s;
  -webkit-transition: max-height linear 0.75s, opacity linear 0.75s;
  transition: max-height linear 0.75s, opacity linear 0.75s;
  opacity: 1;
  max-height: 2000px;
}
.company-block::after {
  content: '';
  display: block;
  border-bottom: 1px solid #a0a0a0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 7px;
  margin: 15px 5px 15px 0;
}
.folded {
  max-height: 0 !important;
  overflow: hidden;
  opacity: 0 !important;
  display: block !important;
}
.folder {
  float: right;
  margin-right: 14px;
}
.folder-image {
  margin-left: 9px;
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  background-image: url(/Cockpit/Graphics/icons.png);
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.folder:hover > .folder-image {
  background-position-x: -22px;
}
.deleter-text {
  margin-right: 9px;
}
.deleter-image {
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  background-image: url(/Cockpit/Graphics/icons.png);
  background-position: 0 -88px;
  vertical-align: middle;
  cursor: pointer;
}
.deleter:hover > .deleter-image {
  background-position-x: -22px;
}
.external {
  width: 12px;
  height: 8px;
  stroke-width: 8px;
  -moz-transform-origin: 4px 5px;
  -ms-transform-origin: 4px 5px;
  -o-transform-origin: 4px 5px;
  -webkit-transform-origin: 4px 5px;
  transform-origin: 4px 5px;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-right: -6px;
}
a > .external {
  stroke: #0069b4;
}
button > .external {
  stroke: white;
}
.add-image {
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  background-image: url(/Cockpit/Graphics/icons.png);
  background-position: 0 -110px;
  vertical-align: top;
  cursor: pointer;
}
a:hover > .add-image {
  background-position-x: -22px;
}
a > .add-image {
  margin-right: 2px;
}
.edit-image {
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  background-image: url(/Cockpit/Graphics/icons.png);
  background-position: 0 -66px;
  vertical-align: middle;
  cursor: pointer;
}
.edit-image:hover {
  background-position-x: -22px;
}
.remove-image {
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  background-image: url(/Cockpit/Graphics/icons.png);
  background-position: 0 -132px;
  vertical-align: middle;
  cursor: pointer;
}
.remove-image:hover {
  background-position-x: -22px;
}
#communication-footer {
  display: inline-block;
  width: 70%;
}
#communication-info {
  width: 100%;
  margin-bottom: 10px;
}
#communication-info-left {
  width: 75%;
}
#communication-info-right {
  width: 24%;
}
#communication-block {
  width: 100%;
}
.communication-row {
  padding: 4px 0 4px 0;
}
.communication-row * {
  vertical-align: middle;
}
.communication-row > span {
  width: 22px;
  display: inline-block;
}
.communication-row > select,
.communication-row > label,
.communication-row > input,
.communication-row > div {
  width: 200px;
  display: inline-block;
}
#communication-row-header > div {
  padding-left: 4px;
}
.communication-data-block {
  padding-top: 6px !important;
}
.type-Social:last-child {
  padding-bottom: 20px;
}
#primary-header {
  float: right;
  width: 50px;
  margin-right: 9px;
  margin-top: -50px;
}
.membership-row {
  padding: 4px 0 4px 0;
}
.membership-row * {
  vertical-align: middle;
}
.membership-row > span {
  width: 22px;
  display: inline-block;
}
.membership-row > select,
.membership-row > input,
.membership-row > div {
  width: 200px;
  display: inline-block;
}
#membership-row-header > div {
  padding-left: 4px;
}
.dialog-communications .ui-dialog-buttonset {
  margin-top: -25px;
}
.add-communication {
  display: block;
  margin: 20px 0;
  line-height: 22px;
}
.address-communication {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.address-communication * {
  display: table-cell;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.float-right {
  float: right;
}
.label-above {
  display: block;
}
#content-dialog input[type=email],
#accounts-dialog input[type=email] {
  width: 100%;
  max-width: 300px;
}
.dialog-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 22px;
  padding-bottom: 35px;
}
.dialog-section {
  border-top: 1px solid #e5e5e5;
  padding-top: 17px;
  margin-top: 22px;
}
.dialog-section.last {
  padding-bottom: 18px;
}
.dialog-buttonpane {
  height: 90px;
}
.dialog-success-buttonpane {
  height: 60px;
}
.dialog-buttonpane.last {
  border-top: 1px solid #e5e5e5;
}
.account-consolidation {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.consolidation-options-container {
  display: table-cell;
  width: 150px;
  padding-top: 31px;
  vertical-align: top;
}
.consolidation-accounts-container {
  display: table-cell;
  vertical-align: top;
  line-height: 30px;
}
#merge-info {
  display: block;
  height: 55px;
  margin-top: 33px;
}
#loggedin-account {
  padding-bottom: 18px;
  line-height: 35px;
}
.account {
  padding-top: 5px;
}
.account-options {
  height: 25px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.account-options.active {
  padding-bottom: 82px;
}
.account-options > label {
  vertical-align: middle;
  display: inline-block;
  width: 48px;
  padding-left: 6px;
}
.account-options > input[type=radio] {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
}
.account-login {
  max-width: 300px;
  padding-top: 5px;
  padding-bottom: 25px;
  height: 48px;
}
.account-login > input[type=password] {
  width: 100%;
}
.account-login > a {
  float: right;
}
#more-accounts {
  line-height: 30px;
  margin-left: 150px;
}
#add-account {
  margin-top: 12px;
  display: inline-block;
  line-height: 22px;
}
#add-account-buttons {
  border-top: none;
}
#submit-loader,
#add-account-loader {
  float: left;
  margin-right: 4px;
}
#new-account {
  margin-top: 10px;
}
#new-account-name {
  margin-bottom: 10px;
}
#new-account-name,
#new-account-password {
  max-width: 300px;
  width: 100%;
}
#account-name {
  padding: 15px 0;
}
#no-email-option {
  margin-top: 10px;
}
#new-email {
  margin-bottom: 5px;
}
#email-option {
  padding-top: 15px;
}
#email-option + .dialog-buttonpane,
#email-options + .dialog-buttonpane,
#no-merge + .dialog-buttonpane {
  margin-top: 25px;
}
#email-options {
  padding-top: 10px;
}
.email-option > label {
  vertical-align: middle;
  display: inline-block;
  padding-left: 6px;
}
.email-option > input[type=radio] {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
}
#remaining-accounts {
  padding: 5px 0;
}
.remaining-account {
  padding: 10px 0;
}
.remaining-account-edit {
  padding-top: 5px;
}
.merge-section {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 5px;
}
.merge-row {
  display: table-row;
  width: 100%;
}
.merge-row:nth-child(even) {
  background-color: #f0f0f0;
}
.merge-row > label {
  display: table-cell;
  width: 130px;
  vertical-align: top;
  min-height: 24px;
  padding: 5px 10px;
  padding-right: 15px;
}
.merge-data {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #e5e5e5;
  padding: 5px 10px;
  padding-left: 50px;
  min-height: 24px;
}
.merge-data > input,
.merge-data > textarea {
  margin: 5px 0;
  margin-left: -9px;
  width: 100%;
  max-width: 300px;
}
.merge-data > select {
  margin: 5px 0;
  margin-left: -9px;
}
.merge-header {
  display: block;
  width: 140px;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 5px;
  padding-right: 15px;
  margin-top: 10px;
}
.merge-option > label {
  vertical-align: middle;
  display: inline-block;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 250px;
}
.merge-option > span {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 300px;
}
.merge-option > input[type=radio] {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
}
.merge-options-error {
  display: none;
}
/* Tagging-Dialog */

#dialog-tagging {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: table;
  position: fixed;
  top: 24px;
  left: 0;
}
#dialog-tagging-container {
  display: table-cell;
  vertical-align: middle;
}
#dialog-tagging-content {
  background-color: white;
  max-height: 720px;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #575756;
}
#dialog-tagging-close {
  float: right;
  margin-right: 14px;
  font-family: 'Helvetica Neue LT W04 35 Thin', 'Helvetica Neue LT Std', 'HelveticaNeue LT Std', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 34px;
  color: #a0a0a0;
  margin-top: 5px;
  cursor: pointer;
}
#dialog-tagging-close:hover {
  color: #0069b4;
}
#dialog-tagging-frame {
  padding: 35px;
}
/* Basicdata Image Crop */

#resize-image {
  max-height: 500px;
  max-width: 700px;
}
#image-component {
  min-height: 400px;
}
.resize-container {
  position: relative;
  display: inline-block;
  cursor: move;
  margin: 0 auto;
}
.resize-container img {
  display: block;
}
.resize-container:hover img,
.resize-container:active img {
  outline: 2px dashed #3c87c8;
}
.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #3c87c8;
  z-index: 999;
}
.resize-handle-nw {
  top: -5px;
  left: -5px;
  cursor: nw-resize;
}
.resize-handle-sw {
  bottom: -5px;
  left: -5px;
  cursor: sw-resize;
}
.resize-handle-ne {
  top: -5px;
  right: -5px;
  cursor: ne-resize;
}
.resize-handle-se {
  bottom: -5px;
  right: -5px;
  cursor: se-resize;
}
.overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 999;
  border: solid 2px #0069b4;
  box-sizing: content-box;
  pointer-events: none;
}
.overlay:after,
.overlay:before {
  content: '';
  position: absolute;
  display: block;
  height: 60px;
  border-left: dashed 2px #0069b4;
  border-right: dashed 2px #0069b4;
}
.overlay:before {
  top: 0;
  margin-left: -2px;
  margin-top: -40px;
}
.overlay:after {
  bottom: 0;
  margin-left: -2px;
  margin-bottom: -40px;
}
.overlay-inner:after,
.overlay-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  border-top: dashed 2px #0069b4;
  border-bottom: dashed 2px #0069b4;
}
.overlay-inner:before {
  left: 0;
  margin-left: -40px;
  margin-top: -2px;
}
.overlay-inner:after {
  right: 0;
  margin-right: -40px;
  margin-top: -2px;
}
.btn-crop {
  position: absolute;
  vertical-align: bottom;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.resource-with-link a {
  display: inline !important;
}
/* Table */

.table {
  background-color: #a0a0a0;
  width: 100%;
}
.table tr {
  background-color: white;
}
.table tr:not(:first-child):hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.table th {
  color: #0069b4;
}
.table td {
  color: #5a626e;
}
/* List */

.list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #e5e5e5;
}
.list-row {
  display: table-row;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e5e5e5;
}
.list-row > label {
  display: table-cell;
  width: 160px;
  color: #5a626e;
}
.list-row > div {
  display: table-cell;
  color: #5a626e;
}
/* Preview */

#preview-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#preview-profile-content {
  display: table-cell;
  background-color: white;
  padding: 35px;
  padding-right: 30px;
}
#preview-additional-content {
  display: table-cell;
  background-color: #f1f1f1;
  width: 195px;
  padding: 20px;
  vertical-align: top;
}
#preview-additional-header {
  color: #5a626e;
  padding-bottom: 4px;
}
#preview-header {
  display: table;
  width: 100%;
}
#prv-profile-image {
  display: table-cell;
}
#prv-profile-header {
  display: table-cell;
  vertical-align: top;
  padding-left: 27px;
  color: #0069b4;
  width: 100%;
}
.prv-profile-sub-header {
  color: #5a626e;
}
.prv-content-list {
  margin-top: 30px;
}
.prv-content-block {
  color: #5a626e;
  padding-top: 35px;
}
.prv-content-header {
  color: #0069b4;
}
#prv-company-link {
  display: block;
  padding-bottom: 29px;
}
.prv-address-block,
#prv-interests-block {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 32px;
}
.prv-address-header,
#prv-interests-header {
  color: #5a626e;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3px;
}
.prv-address-data,
#prv-interests {
  padding-top: 6px;
  color: #5a626e;
}
.prv-contact-block {
  color: #5a626e;
  padding-top: 6px;
}
.prv-contact-block > a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.prv-contact-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.prv-contact-table-row {
  display: table-row;
}
.prv-contact-table-row > div {
  display: table-cell;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.prv-contact-table-row > div:last-child {
  width: 60%;
  text-align: right;
}
.prv-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  background-size: contain;
}
.social-link > a {
  display: block;
  width: 32px;
  height: 32px;
  color: white;
}
.social-link > a::after {
  font-family: 'Social Media Icon Font';
  font-size: 32px;
  line-height: 32px;
}
.social-googlep {
  background-color: #dd4b39;
  background-image: url(/Cockpit/Graphics/social media icons/googleplus.jpg);
}
.social-facebook {
  background-color: #3b5998;
  background-image: url(/Cockpit/Graphics/social media icons/facebook.jpg);
}
.social-xing {
  background-color: #026466;
  background-image: url(/Cockpit/Graphics/social media icons/xing.jpg);
}
.social-twitter {
  background-color: #1da1f2;
  background-image: url(/Cockpit/Graphics/social media icons/twitter.jpg);
}
.social-linkedin {
  background-color: #0077b5;
  background-image: url(/Cockpit/Graphics/social media icons/linkedin.jpg);
}
.social-skype {
  background-color: #00aff0;
}

