/*CHEAT SHEET https://astronautweb.co/snippet/font-awesome/  */

#block-stark-main-menu a{
	position:relative;
}

#block-stark-main-menu li a::before{
    font-family: FontAwesome;
    color: var(--lightblue);
    position: absolute;
    left: 12px;
    top: 3px;
    font-size: .8em;
}
  
#block-stark-main-menu li a[data-drupal-link-system-path="node/13"]::before{
    content: "\f040";
}

#block-stark-main-menu li a[data-drupal-link-system-path="<front>"]::before{
	content:"\f015";
}

.text-formatted ul {
    margin-left: 0; 
    list-style: none;
}
.text-formatted ul li{
    position:relative;
}

.text-formatted ul li::before {
    font-family: FontAwesome;
    content:"\f111";
    position: absolute;
    left: -2rem;
}

.text-formatted ul li::before {
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    left: -2rem;
    font-size: .6em;
    top: .6em;
    opacity: .8;
}

.text-formatted a[target="_blank"]::after {
    margin-left: 0.5em;
    font-family: FontAwesome;
    content: "\f08e";
    font-size: .6em;
    vertical-align: super;
    margin-right: 0.3em;
}


#right-section a::after {
    margin-left: 0.5em;
    font-family: FontAwesome;
    content: "\f054";
    font-size: .8em;
}

.field--name-field-media-document a,
.paragraph--type--external-links a{
	position: relative;
	padding: 10px 20px 10px 49px !important;
}

.field--name-field-media-document a::before {
    font-family: FontAwesome;
    content: "\f107";
    width: 38px;
    display: inline-block;
    background: #ffffff3d;
    height: 38px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 2px;
}

.paragraph--type--external-links a::before {
    font-family: FontAwesome;
    content: "\f105";
    width: 38px;
    display: inline-block;
    background: #ffffff3d;
    height: 38px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 2px;
}

.text-formatted .topnav a::before{
    font-family: FontAwesome;
    content: "\f0c9";
    position: relative;
    display: inline;
    background: transparent;
}


#block-nick-phone .big-button a::before {
    font-family: FontAwesome;
    content: "\f095";
    display: inline-block;
    margin-right: 8px;
    font-size: .85em;
}


.download .big-button a::before,
.mail .big-button a::before,
.link .big-button a::before,
.phone .big-button a::before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 17px;
    font-size: .85em;
    width: unset;
    height: unset;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all .3s ease-out;
    background-color: transparent;
}

.phone .big-button a::before{
    content: "\f095";
}

.link .big-button a::before{
    content: "\f105";
}

.download .big-button a::before{
    content: "\f107";
}

.mail .big-button a::before{
    content: "\f0e0";
}

.ui-accordion .ui-accordion-header{
	poaition: relative;
}

.ui-accordion .ui-accordion-header::after {
	  font-family: FontAwesome;
    content: "\f063";
    display: block;
    position: absolute;
    top: 13px;
    right: 24px;
}

.ui-accordion .ui-accordion-header.ui-state-active::after {
    content: "\f062";
}


#block-nick-socials .field {
    display: inline-block;
}

.field--name-field-facebook a, .field--name-field-pinterest a, .field--name-field-youtube a, .field--name-field-instagram a, .field--name-field-vimeo a, .field--name-field-linkedin a {
    font-size: 0;
    transition: color 0.25s ease;
    color: var(--offblack);
}

.field--name-field-facebook a:hover, .field--name-field-pinterest a:hover, .field--name-field-youtube a:hover, .field--name-field-instagram a:hover, .field--name-field-vimeo a:hover, .field--name-field-linkedin:hover a {
    color: var(--purple);
}

.field--name-field-facebook a::before, .field--name-field-pinterest a::before, .field--name-field-youtube a::before, .field--name-field-instagram a::before, .field--name-field-vimeo a::before, .field--name-field-linkedin a::before {
    font-family:  FontAwesome;
    font-size: 50px;
    padding: 0 0 0 8px;
}

.field--name-field-pinterest a::before {
    content: "\f0d2";
}

.field--name-field-youtube a::before {
    content: "\f16a";
}

.field--name-field-instagram a::before {
    content: "\f16d";
}

.field--name-field-facebook a::before {
    content: "\f230";
}

.field--name-field-vimeo a::before {
    content: "\f194";
}

.field--name-field-linkedin a::before {
    content: "\f08c";
}