﻿/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*! jQuery UI - v1.12.1 - 2017-03-13
* http://jqueryui.com
* Includes: draggable.css, sortable.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #dddddd;background:#ffffff;color:#333333}.ui-widget-content a{color:#333333}.ui-widget-header{border:1px solid #dddddd;background:#e9e9e9;color:#333333;font-weight:bold}.ui-widget-header a{color:#333333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a.ui-button:link,a.ui-button:visited,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #cccccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{-webkit-box-shadow:0 0 3px 1px #5e9ed6;box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#ffffff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#ffffff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#ffffff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaaaaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0px 0px 5px #666666;box-shadow:0px 0px 5px #666666}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block}.react-datepicker{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:0.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:0.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time{border-radius:0.3rem}.react-datepicker--time-only .react-datepicker__time-box{border-radius:0.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^="bottom"]{margin-top:10px}.react-datepicker-popper[data-placement^="top"]{margin-bottom:10px}.react-datepicker-popper[data-placement^="right"]{margin-left:8px}.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^="left"]{margin-right:8px}.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:0.3rem;border-top-right-radius:0.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header{margin-top:0;color:#000;font-weight:bold;font-size:0.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:0.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__month{margin:0.4rem;text-align:center}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:70px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:0.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:white}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px;overflow-x:hidden;margin:0 auto;text-align:center}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0px;padding-left:0px;width:100%;-webkit-box-sizing:content-box;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:white;font-weight:bold}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:0.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:0.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:0.166rem}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:0.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:bold}.react-datepicker__day--highlighted{border-radius:0.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1{color:magenta}.react-datepicker__day--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range{border-radius:0.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected{border-radius:0.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,0.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:0.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:0.45rem}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:0.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:0.3rem;border-top-right-radius:0.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:0.3rem;border-bottom-right-radius:0.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;outline:0;padding:0;vertical-align:middle;position:absolute;height:16px;width:16px;top:25%;right:7px}.react-datepicker__close-icon::after{background-color:#216ba5;border-radius:50%;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;content:"\00d7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:0px;text-align:center}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);left:0;top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:0.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}/*!
 * Cropper.js v1.0.0-rc.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-07-07T12:56:42.462Z
 */.cropper-container{font-size:0;line-height:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;direction:ltr;-ms-touch-action:none;touch-action:none}.cropper-container img{display:block;min-width:0 !important;max-width:none !important;min-height:0 !important;max-height:none !important;width:100%;height:100%;image-orientation:0deg}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-wrap-box{overflow:hidden}.cropper-drag-box{opacity:0;background-color:#fff}.cropper-modal{opacity:.5;background-color:#000}.cropper-view-box{display:block;overflow:hidden;width:100%;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,0.75)}.cropper-dashed{position:absolute;display:block;opacity:.5;border:0 dashed #eee}.cropper-dashed.dashed-h{top:33.33333%;left:0;width:100%;height:33.33333%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.33333%;width:33.33333%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-center{position:absolute;top:50%;left:50%;display:block;width:0;height:0;opacity:.75}.cropper-center:before,.cropper-center:after{position:absolute;display:block;content:' ';background-color:#eee}.cropper-center:before{top:0;left:-3px;width:7px;height:1px}.cropper-center:after{top:-3px;left:0;width:1px;height:7px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1}.cropper-face{top:0;left:0;background-color:#fff}.cropper-line{background-color:#39f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;opacity:.75;background-color:#39f}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1}@media (min-width: 768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width: 992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width: 1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75}}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:' ';opacity:0;background-color:#39f}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{position:absolute;display:block;width:0;height:0}.cropper-hidden{display:none !important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.iconic-icon{width:16px;height:16px;line-height:16px;overflow:hidden;background-size:cover;background-repeat:no-repeat;display:inline-block}.iconic-icon.iconic-icon--ellipsis{background-image:url(/assets/iconic/ellipses-75d7d3edd25b50fdb88fea450066e0b3a80299028222ebafd15d0f4768a02d03.svg)}.iconic-icon.iconic-icon--pencil{background-image:url(/assets/iconic/pencil-b556697c5bca079dcd1ea3005d91dbf168e98dcfc1c3d35d7659280d81069c9f.svg)}.iconic-icon.iconic-icon--move{background-image:url(/assets/iconic/move-e8e3bfff4d0f78c98312c60f91e68459f807dc72de060c8ed9416be002d90502.svg)}.iconic-icon.iconic-icon--trash{background-image:url(/assets/iconic/trash-9ad549f565169d98ee5ae45f691bcaeed9523c600749793db3f7c605abc4504c.svg)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}@font-face{font-family:'avblack';src:url(/assets/AvenirLTStd-Black-647f5d645199a249aeb3f58a1e58a68bc6d88945d76c4f5e71945644710c8cc3.otf) format("truetype"),url(/assets/AvenirLTStd-Black-283b1a4628e38d16198ced6e98a9dcd4ef9ba228a034afc486ded3d297ec6c2d.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avblackoblique';src:url(/assets/AvenirLTStd-BlackOblique-ec5306ffa0980335caf0d69b9d74d43bfeb14a4dd9bda2dc7093fc338d2ec443.otf) format("truetype"),url(/assets/AvenirLTStd-BlackOblique-805e88199d47e34df64288126d36dcce2232f50a416cd30eba51c9a3695195e8.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avbook';src:url(/assets/AvenirLTStd-Book-41b18ab6290b619b1b2094e1d2824d49b45297be264efdd78663126022b25128.otf) format("truetype"),url(/assets/AvenirLTStd-Book-ed2b01ec860b5f9e844b1099b4cf89402e2d7ed1e9c4ccf715c1c34589aa7907.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avbookoblique';src:url(/assets/AvenirLTStd-BookOblique-24f4e645406c53f75f769466d03c46502447b61535211b8b4f701158ac573049.otf) format("truetype"),url(/assets/AvenirLTStd-BookOblique-da09de2bd0a6649f7b304c41bbfd2f1cbd9479a25334d0b22cc8452cd1b7d895.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avheavy';src:url(/assets/AvenirLTStd-Heavy-d088b7dbc18852c0bf88df1a48863cb1887002c157edb97a6ce59eaf7edd9000.otf) format("truetype"),url(/assets/AvenirLTStd-Heavy-d48011214b7063df13c8e6125607e5e5aac79263b73409f98e9e3e1bbca03964.eot) format("embedded-opentype"),url(/assets/AvenirLTStd-Heavy-b9d3fce69a7487a3c0165b63a397049f91e01b58daa0dbbdc922416f1932fe3a.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avenirltstdheavyoblique';src:url(/assets/AvenirLTStd-HeavyOblique-1775a4624eba6246b54e5bc7eba41e19611197a3549735af3a7005737cc4f61e.otf) format("truetype"),url(/assets/AvenirLTStd-HeavyOblique-9a316daae961044598fd36192d6913183b3a53b5364a0da92b0b02e37ca43afa.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avenirltstdlight';src:url(/assets/AvenirLTStd-Light-7a29aa4ee900603d549a82f7ff6e664e41fab70c10f51dd8176d547442313530.otf) format("truetype"),url(/assets/AvenirLTStd-Light-0cba04cf33b900303bb911ba8abcf198412f500e10284c1f279fc152bc0b3c21.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avenirltstdlightoblique';src:url(/assets/AvenirLTStd-LightOblique-ac5415bf2bd58b5e4052a027d5f1fa157cbccb273c8aad5812dd122099ac477d.otf) format("truetype"),url(/assets/AvenirLTStd-LightOblique-8bf4477427a9432c9b5e96808c223f7ba0e0b2516c31aa5b12cd5391da5e5f5a.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avenirltstdmedium';src:url(/assets/AvenirLTStd-Medium-945cb9c4ae1e0876eedf4e3682c14daff655ea074280708ba83ba41d8863a611.otf) format("truetype"),url(/assets/AvenirLTStd-Medium-0ae5c154fe56f2579512503905ce24e8b3146f09ba2f1a9ce21c8ac5f8ffdb0b.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avenirltstdmediumoblique';src:url(/assets/AvenirLTStd-MediumOblique-dc6f4bfe1ec9ec5abdf49a4d11ad1aad44c930d8c3a16473c2ec00f6118f583d.otf) format("truetype"),url(/assets/AvenirLTStd-MediumOblique-f824ca3966aceb44e1ebfb580fb2e029fef8345d79f9379a4cd7d99174cb51f3.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avblackoblique';src:url(/assets/AvenirLTStd-Oblique-110f2349b10b7a06e7a8c2a5170181db1fcd338a038530c552766baec205bc1b.otf) format("truetype"),url(/assets/AvenirLTStd-Oblique-4fb86606ca15ce23187c2e66cd13aa169736b01a16a9f18dfbac5e11d3ed5358.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'avenirltstdroman';src:url(/assets/AvenirLTStd-Roman-cda1b3563c3ec3b0f3de673124d1c07bb1a8560cdfc252c0e21c556552e82b4d.otf) format("truetype"),url(/assets/AvenirLTStd-Roman-b542bc3cb00a07b51f1643b6bbf25fe8de25af3666f5609a30aa63c86531b3c6.woff) format("woff");font-weight:normal;font-style:normal}.text-right{text-align:right}.text-center{text-align:center}.text-white{color:#ffffff}@media only screen and (min-width: 696px){.display--small-only{display:none}}@media only screen and (min-width: 1024px){.display--medium{display:none}}@media only screen and (max-width: 695px){.display--medium{display:none}}@media only screen and (max-width: 695px){.display--medium-and-up{display:none}}@media only screen and (min-width: 1024px){.display--medium-and-down{display:none}}@media only screen and (max-width: 1023px){.display--large-and-up{display:none}}.display--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.display--block{display:block}.display--inline-block{display:inline-block}.display--none{display:none}.hidden{visibility:hidden}a[disabled]{pointer-events:none;cursor:default}.cursor-pointer{cursor:pointer}html{font-size:1px}*{font-size:14rem}p{line-height:1.3571428571;margin:1em 0}.cta-icon{width:16px;height:16px;line-height:16px;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;display:inline-block}.cta-icon.cta-icon--ellipsis{-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,0.5));filter:drop-shadow(0 1px 2px rgba(0,0,0,0.5));background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/ellipsis-909e2e597d92bffe5a2ac9d0e7c0a9f9.svg)}.cta-icon.cta-icon--ellipsis-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/ellipsis-gray-8edce73182a768757483e070732a1220.svg)}.cta-icon.cta-icon--ellipsis-gradient{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/ellipsis-gradient-cf1b7230da615edb106619dda1e4c994.svg)}.cta-icon.cta-icon--ellipsis-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/ellipsis-dark-0c81e612e712de6d5b56d208b9a8239c.svg)}.cta-icon.cta-icon--pencil{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/edit-6c074138e391ec4d4beacf0df152b383.svg)}.cta-icon.cta-icon--pencil-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/edit-dark-4a3f4caf706df4125379d61a0aeb7000.svg)}.cta-icon.cta-icon--move{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/rearrange-0a771c3559d93b5bbe888cd4b0c6d1e3.svg)}.cta-icon.cta-icon--trash{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/delete-1e4e9c6fec2c533b1603aa865bcb8328.svg)}.cta-icon.cta-icon--trash-2{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/trash2-2c3cf20b4c57e572c41663bb3540a4ca.svg)}.cta-icon.cta-icon--trash-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/trash-gray-794465fed3550ba1a31b1f9018c3c60c.svg)}.cta-icon.cta-icon--trash-red{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/trash-red-2c1f21139424842bf212acd783845e2f.svg)}.cta-icon.cta-icon--add{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/add-2f61a642ab69f1ee00c014d6c45ee8db.svg)}.cta-icon.cta-icon--add-field{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/add-field-b469929ca1f32e9c558b5066e640a6bb.svg)}.cta-icon.cta-icon--add-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/add-gray-d09b2778722f3bb79e9a6ac68f6991f9.svg)}.cta-icon.cta-icon--add-thin-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/add-thin-gray-ccbeea73b54e8c7b6174daa9dff46ba6.svg)}.cta-icon.cta-icon--add-orange-gradient{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/add-orange-gradient-d0ca5e84287b586715339374f8f4d6c8.svg)}.cta-icon.cta-icon--add-gradient-button{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/add-gradient-button-75abca949847a33d72c74ed5c9b0bd55.svg)}.cta-icon.cta-icon--add-gradient-ro-button{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/add-gradient-ro-button-e240962fd16ae342b40de5c25ef30d9e.svg)}.cta-icon.cta-icon--floating-add-button{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/floating-add-button-285cff06b207acaed72a398d0b065edb.png)}.cta-icon.cta-icon--application{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/application-ef57ba28b86c8617edd70ef2b8dea599.svg)}.cta-icon.cta-icon--arts-supporter{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/arts-supporter-904aa0fc07f2513340c1a2bae1a3229f.svg)}.cta-icon.cta-icon--arts-supporter-filled{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/arts-supporter-filled-a835abae208d7406420bcae46920d0d6.svg)}.cta-icon.cta-icon--arrow-right-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/arrow-right-gray-f39580457984a6e8b6e376b3568b2182.svg)}.cta-icon.cta-icon--upload{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/upload-6eb29ceeacccce3dad3e6aee4ab7914f.svg)}.cta-icon.cta-icon--upload-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/upload-image-c4fde1c36d3838856d6302c860727536.svg)}.cta-icon.cta-icon--check{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/check-b74a5c587175da9cfbd4cfe8dd68620e.svg)}.cta-icon.cta-icon--check-gradient{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/check-gradient-abf1763ce6f76b838f3ace13cb7f0304.svg)}.cta-icon.cta-icon--check-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/check-white-d9aa0e7d552c056a1e95cef9d851ed9e.svg)}.cta-icon.cta-icon--check-green-gradient{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/check-green-gradient-8eba3e3b8304e4289688033e86287392.svg)}.cta-icon.cta-icon--close{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/close-gradient-light-78dcad0928bedbc609d047107d7dc93f.svg)}.cta-icon.cta-icon--close-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/close-white-0118a02105bd1798dac18877848e3663.svg)}.cta-icon.cta-icon--close-white-light{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/close-white-light-19cec33a0965ddcc45e5c79b293e7bfe.svg)}.cta-icon.cta-icon--close-gray-41-thin{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/close-gray-41-thin-38cf6772afd4d88bbcf7ef6b78d11acf.svg)}.cta-icon.cta-icon--collaborators{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/collaborators-11a34cf56717384f427d45f8b38e6258.svg)}.cta-icon.cta-icon--collective{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artistic-collective-13365b0b77f5afc6e4c0a161b44e0af3.svg)}.cta-icon.cta-icon--collective-filled{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artistic-collective-filled-852ecac5754179940d24164d84d94634.svg)}.cta-icon.cta-icon--company{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artistic-company-16bba0a47e361c7c774c4272ee9f28c2.svg)}.cta-icon.cta-icon--company-filled{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artistic-company-filled-0aa22299ba09cbc0892122509df3e146.svg)}.cta-icon.cta-icon--conversations-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/conversations-dark-645429514e194f7450927dfaf3188023.svg)}.cta-icon.cta-icon--conversations-light{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/conversations-light-afcbdadd64ad0fca4376d4319917b21f.svg)}.cta-icon.cta-icon--delete-red{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/delete-red-bc99213f14cdfc2bb3d3e91199572b12.svg)}.cta-icon.cta-icon--delete-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/delete-gray-69447fc015c71d279228584d8015d1a9.svg)}.cta-icon.cta-icon--flag{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/flag-dcd3c5a3d165d667257fd528c0b92ca3.svg)}.cta-icon.cta-icon--flag-red{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/flag-red-1e8a26d6cc405b44d41f8917cae54589.svg)}.cta-icon.cta-icon--handclasp-orange{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/handclasp-orange-14d3d365bfb0d2467d127c351960310b.svg)}.cta-icon.cta-icon--handclasp-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/handclasp-white-581779b72ebd3a9f2d1bf7c65e1a19cc.svg)}.cta-icon.cta-icon--handclasp2-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/handclasp2-gray-d43a089ab5c9b598097c64521d0df44e.svg)}.cta-icon.cta-icon--hint-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/hint-gray-41-7ea786b5a8e8dbc265f59b75f708a93b.svg)}.cta-icon.cta-icon--individual{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artist-6e328190eaf9af0dc78bbaa82cd8155f.svg)}.cta-icon.cta-icon--individual-filled{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artist-filled-964334d0f06e0b42ceb678397529ae23.svg)}.cta-icon.cta-icon--resume-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/resume-gray-41-b43a6e19190c23301ed40e7710154563.svg)}.cta-icon.cta-icon--search{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/search-f3ddbb5644a9d41fd0c5db7f95b116ee.svg)}.cta-icon.cta-icon--search-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/search-dark-acb09db958ee69c4e959954979c61cd6.svg)}.cta-icon.cta-icon--search-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/search-white-874b7e6069e57239efd3a977c4357b9c.svg)}.cta-icon.cta-icon--search-blue{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/search-blue-5696cdac4b5f7b7d5ec93d9096c5c523.svg)}.cta-icon.cta-icon--moment-light{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/moment-light-fadef6ac07d57fb379c0c083ba7ef6ae.svg)}.cta-icon.cta-icon--moment-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/moment-dark-8cee5f2c58402cb756779b3f807a5a91.svg)}.cta-icon.cta-icon--work{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/work-628db3dc79fc2bf55fd8a6d0cac26b0d.svg)}.cta-icon.cta-icon--video{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/video-53f8269c6135adba3088cfa76dc8098c.svg)}.cta-icon.cta-icon--audio{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audio-f63c0af56a4866763d13b01b4df0a503.svg)}.cta-icon.cta-icon--viewpoint-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/viewpoint-dark-da8e5c3da8b1cfc278994b3f75769d58.svg)}.cta-icon.cta-icon--audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audiowork-light-c14e87c3fa5223152ee1d80f80bcf35e.svg)}.cta-icon.cta-icon--audiowork-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audiowork-dark-cb9a3951ca5d547b70b9bdab76961369.svg)}.cta-icon.cta-icon--videowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/videowork-light-c75be356826ab77880d5df5939f5da4b.svg)}.cta-icon.cta-icon--videowork-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/videowork-dark-95b76af38a4c61cfdfb8976825ab1d15.svg)}.cta-icon.cta-icon--writtenwork-light{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/writtenwork-light-79dc80b3497042a2470775679f335cf5.svg)}.cta-icon.cta-icon--writtenwork-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/writtenwork-dark-708011821fc16dacd8eb7357b0ff3d45.svg)}.cta-icon.cta-icon--artwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artwork-dark-fe415be4d80a276f0ab92cf128c0824d.svg)}.cta-icon.cta-icon--person{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/person-dark-441c90bbb7c0d1fc44af0222233a1acc.svg)}.cta-icon.cta-icon--three-persons{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/three-persons-dark-4044c0ed6c926d05e40792525832f4d4.svg)}.cta-icon.cta-icon--quote{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/quote-dark-b2886427d9fa53bb2ffdd2b40eaea838.svg)}.cta-icon.cta-icon--play{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/play-3e1fb6e05b3fc1909e75fcc8271bd7a5.svg)}.cta-icon.cta-icon--plus-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/plus-white-5fd7a0a7b860156e8f214990a60dacf7.svg)}.cta-icon.cta-icon--audio-shadow{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audio-shadow-c9737d64bedcfb20be64c6f39e17b08f.svg)}.cta-icon.cta-icon--video-shadow{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/video-shadow-9b53c758d416f9f351cc470d52b5e5cb.svg)}.cta-icon.cta-icon--magic{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/magic-74a6449aac526309d04c1e0f269ea0d5.png)}.cta-icon.cta-icon--loading-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg)}.cta-icon.cta-icon--loading-light{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-light-bd11e15362ee5c9e553ecf427d9a05b8.svg)}.cta-icon.cta-icon--influence{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/influence-a826586099b545137854fc59638c3f57.svg)}.cta-icon.cta-icon--menu{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/menu-cbac31e98562fe5947c2ae9ea2adbe94.svg)}.cta-icon.cta-icon--menu-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/menu-white-ed39067a2d9439c0c7475b542c1976da.svg)}.cta-icon.cta-icon--close-gray-41{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/close-gray-41-9fe7288c95dcc15a7b04cecbec34dd37.svg)}.cta-icon.cta-icon--caret-left{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-orange-c05faa0e8c4a40151899aedd6f8c1373.svg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.cta-icon.cta-icon--caret-dark-left{-webkit-transform:rotate(270deg);transform:rotate(270deg);background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-dark-51bea9d9b38f4905c55f29b0ae23740d.svg)}.cta-icon.cta-icon--caret-dark-right{-webkit-transform:rotate(90deg);transform:rotate(90deg);background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-dark-51bea9d9b38f4905c55f29b0ae23740d.svg)}.cta-icon.cta-icon--caret-dark-down{-webkit-transform:rotate(180deg);transform:rotate(180deg);background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-dark-51bea9d9b38f4905c55f29b0ae23740d.svg)}.cta-icon.cta-icon--caret-white-left{-webkit-transform:rotate(270deg);transform:rotate(270deg);background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-white-aecd8ea86a2d0e48407d4f697732dc13.svg)}.cta-icon.cta-icon--caret-white-right{-webkit-transform:rotate(90deg);transform:rotate(90deg);background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-white-aecd8ea86a2d0e48407d4f697732dc13.svg)}.cta-icon.cta-icon--path{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/path-gray-56c0e5614761d9d88d6d8aa8e4d44ec8.svg)}.cta-icon.cta-icon--about-me{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/about-me-gray-abee425fcc1e2a02b73b17537d4c8036.svg)}.cta-icon.cta-icon--events{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/calendar-gray-df8d40c96ffef192933595c5a2611a8d.svg)}.cta-icon.cta-icon--calendar-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/calendar-cta-gray-33e14b2636388b01079f533d456bfb8f.svg)}.cta-icon.cta-icon--calendar-v2-outline{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/calendar-v2-outline-59dfe32468445209aee9d4746976e64d.svg)}.cta-icon.cta-icon--notifications{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/notifications-dark-f36ade47704245ff334fddb2bb5bf643.svg)}.cta-icon.cta-icon--location{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/location-white-61f0fef77010fcd67750dce8a851a953.svg)}.cta-icon.cta-icon--location-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/location-gray-78bea018a416d18762bdd22661f4d7ad.svg)}.cta-icon.cta-icon--location-outline{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/location-outline-bed817e0b1c1d60b1fd6901bd99094f9.svg)}.cta-icon.cta-icon--location-outline-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/location-outline-gray-8ec916462c1a14a0eee159f008ca03fd.svg)}.cta-icon.cta-icon--activity-feed{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/activity-feed-dark-1a044b1f127df3832ade56ae472b86bb.svg)}.cta-icon.cta-icon--like{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/like-03570b48417a3a3a96b0266dfb6c75f9.svg)}.cta-icon.cta-icon--like-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/like-dark-960e09393cdcd7f1aa201899aed2c0e7.svg)}.cta-icon.cta-icon--liked{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/liked-ce9d52aaadf32eb1a9d81767dd45b464.svg)}.cta-icon.cta-icon--literary-arts{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/literary-arts-a9aef2ffb54b9a094e7bf2e3d654a0c6.svg)}.cta-icon.cta-icon--literary-arts-filled{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/literary-arts-filled-d10af5ea1e1bd9b7bed24477e3fb5d35.svg)}.cta-icon.cta-icon--performing-arts{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/performing-arts-c1a0af6723444ce05f51ca8feeba5f20.svg)}.cta-icon.cta-icon--spotlight-outline-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/spotlight-out-w-b37a06e6932a0a84c305ced84727354a.svg)}.cta-icon.cta-icon--spotlight-outline-orange{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/spotlight-out-orng-7c9c7c41bccc3ca69a1f95244b7060ca.svg)}.cta-icon.cta-icon--spotlight-orange{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/spotlight-orng-d7e01378edd97fc71561c3187c8aa2de.svg)}.cta-icon.cta-icon--performing-arts-filled{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/performing-arts-filled-54a4e3ac8ef018710b9c166f4ca7b5cd.svg)}.cta-icon.cta-icon--visual-applied-arts{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/visual-applied-arts-b1810b768513007f7627c3f699b85b08.svg)}.cta-icon.cta-icon--visual-applied-arts-filled{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/visual-applied-arts-filled-57580283ac31f3763abf0de9b7c6d8b9.svg)}.cta-icon.cta-icon--twitter-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/twitter-logo-6873aea0695f418e4f8c319b8eb57006.svg)}.cta-icon.cta-icon--x-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/x-logo-1938cab4f9a1acf1dbdf6645651610cd.svg)}.cta-icon.cta-icon--facebook-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/facebook-logo-31f8af7b4826e0adfd26e381ae742f39.svg)}.cta-icon.cta-icon--youtube-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/youtube-logo-c26593656ad0ee18ebdaae7305979a2b.svg)}.cta-icon.cta-icon--instagram-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/instagram-logo-927180b399d70b3992aa1eab4f952a13.svg)}.cta-icon.cta-icon--linkedin-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/linkedin-logo-7321d1cd9ceb87b9e4584dc856cc8cef.svg)}.cta-icon.cta-icon--toggles{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/toggles-43f10da9810ee3af7fb4dac07fcfb8d7.svg)}.cta-icon.cta-icon--toggles-light{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/toggles-light-5be9e508d84e0b51e2fe7d4430a3ae5e.svg)}.cta-icon.cta-icon--toggles-dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/toggles-dark-d3ed04c8d1a04e5efcec56e23529d825.svg)}.cta-icon.cta-icon--share{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/share-13232466335f39d05ff6da6caa8eb82c.svg)}.cta-icon.cta-icon--share-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/share-white-80e07de8cc104c7f9aa463c139231547.svg)}.cta-icon.cta-icon--tag{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/tag-53ed2de08c19d21969f49fb2fe4fdc0f.svg)}.cta-icon.cta-icon--document{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/document-2a097511c67671b4ea24d9596b3be38c.svg)}.cta-icon.cta-icon--opportunities-active{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/opportunities-gradient-f9a0c3b0f05eafd9fbe16967f29bec82.svg)}.cta-icon.cta-icon--opportunities{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/opportunities-gray-4dd1f98fe718b4240c5c6bcd14f70099.svg)}.cta-icon.cta-icon--checked-box--orange{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/checked-box--orange-8adcd136ff919c6ec96312bb769fb863.svg)}.cta-icon.cta-icon--checked-box--dark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/checked-box--dark-c96e0ba9c4672863095d6f94b3a9c67e.svg)}.cta-icon.cta-icon--bandcamp{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/bandcamp-e84c409d0d8621d469f6c7435f69e6b8.svg)}.cta-icon.cta-icon--behance{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/behance-e8cbe3d68691a54ba2f5369d3172a94a.svg)}.cta-icon.cta-icon--dribbble{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/dribbble-000566ff65f753c66322068713e1fde4.svg)}.cta-icon.cta-icon--facebook{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/facebook-e878dfd652ef5c0c6def2db6b0a0d794.svg)}.cta-icon.cta-icon--flickr{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/flickr-f42ad75071e87bd68e2efd4878baba86.svg)}.cta-icon.cta-icon--instagram{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/instagram-cc9059c5e2d9695422ab88d9fa393221.svg)}.cta-icon.cta-icon--linkedin{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/linkedin-eeb00c49613bbab5c2ed0afe4054c375.svg)}.cta-icon.cta-icon--pinterest{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/pinterest-8e7bd674cb48ddd1997594a001eb4db0.svg)}.cta-icon.cta-icon--soundcloud{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/soundcloud-d4efc5a228e11243049cc46339707981.svg)}.cta-icon.cta-icon--tumblr{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/tumblr-3531ebcd8ca3d6b7eff6b694a0249970.svg)}.cta-icon.cta-icon--twitter{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/twitter-d9a465757a0664047fc00ce58588492b.svg)}.cta-icon.cta-icon--x{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/x-1938cab4f9a1acf1dbdf6645651610cd.svg)}.cta-icon.cta-icon--youtube{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/youtube-212b4a42805345072ddcc71536f73703.svg)}.cta-icon.cta-icon--go-back{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/go-back-dark-113fd97ee9e9dfffa1d1ee2895e17318.svg)}.cta-icon.cta-icon--go-back-gradient{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/go-back-gradient-3d6fed18fecf4378cc1f1e41a603d7bf.svg)}.cta-icon.cta-icon--go-back-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/go-back-c1fea1c819dbbc18537c0d6b112e4fcf.svg)}.cta-icon.cta-icon--group{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/group-1ba9a7ef90b6f3adfb4ae4977cbdd8ae.svg)}.cta-icon.cta-icon--single-dot{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/single-dot-3a85d68a8435995bd9c1ff564ae51c02.svg)}.cta-icon.cta-icon--qr-code{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/qr-code-black0b-c876bb3fd97d8ac61bf8f94284390191.svg)}.cta-icon.cta-icon--applepay-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/applepay-logo-fe4f01ad8e120fb59dd8853931f39e9e.svg)}.cta-icon.cta-icon--americanexpress-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/americanexpress-logo-78d8fedeaf096a4fa7a3d9b942f53d7b.svg)}.cta-icon.cta-icon--discover-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/discover-logo-1eba3cc964fd034df33640c7b11741ed.svg)}.cta-icon.cta-icon--googlepay-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/googlepay-logo-95f3d7ccb89e68cf63d32d1c1c15f642.svg)}.cta-icon.cta-icon--mastercard-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/mastercard-logo-fb1574ba45fa6cce6ace36842fee14a2.svg)}.cta-icon.cta-icon--square-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/square-logo-e436eecb5fd7cca3edbf3436189b4604.svg)}.cta-icon.cta-icon--visa-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/visa-logo-f727c4763ae6ea4df7693da0251375fb.svg)}.cta-icon.cta-icon--apple-appstore-badge{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/apple-appstore-badge-2928664fe1fc6aca88583a6f606d60ba.svg)}.cta-icon.cta-icon--google-play-badge{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/google-play-badge-e3ea015c98c4f1809ad62d0ef9c14a88.svg)}.cta-icon.cta-icon--bookmark-outline-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/bookmark_outline-white-79b92ecc0b713be824f335e622985378.svg)}.cta-icon.cta-icon--bookmark-outline-gray{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/bookmark_outline-gray-285d3d4b57caeeb8c25f44b102eba33e.svg)}.cta-icon.cta-icon--bookmark-outline-blue{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/bookmark_outline-blue-6888e77e2d03b11d0fc81292e6bfd1b5.svg)}.cta-icon.cta-icon--bookmark-solid-blue{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/bookmark_solid-blue-1d87e1a1ef4d118f3f2ef942c0967ce3.svg)}.cta-icon.cta-icon--bookmark-solid-white{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/bookmark_solid-white-097a99c982a21ddba078af20f403ad6e.svg)}.cta-icon.cta-icon--bookmark-solid-orange{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/bookmark_solid-orange-c1d32dd30f66fc3b9290f492b4a6dbe7.svg)}.cta-icon.cta-icon--text-format-bold{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/format-bold-e911ac48d4ed2d2d177dd2303c78dab0.svg)}.cta-icon.cta-icon--text-format-italic{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/format-italic-e4911cd65a95576c15643c0fc40f72d7.svg)}.cta-icon.cta-icon--text-format-list-bulleted{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/format-list-bulleted-5e39c789860dc0069719a47c103c5657.svg)}.cta-icon.cta-icon--text-format-list-numbered{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/format-list-numbered-49f8977c065c18b86c3faa46828a5de1.svg)}.cta-icon.cta-icon--text-format-underline{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/format-underline-625a93b1cc88d77bf58cfb590832a641.svg)}.cta-icon.cta-icon--text-format-larger-text{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/format-larger-text-6a3fb685b41b3837ca4c1fe51a742d68.svg)}.btn.btn--primary{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;background-image:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);color:#ffffff;padding:1px 15px 0}.btn.btn--primary-rect{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border-radius:6px;color:#ffffff;background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), to(#fe841b));background:linear-gradient(to right, #ff3a1e, #fe841b);padding:1px 15px 0}.btn.btn--secondary{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;background-color:#ffffff;border:1.5px solid #9b9b9b;-webkit-transition:all 100ms;transition:all 100ms}.btn.btn--secondary:hover{-webkit-transition:all 250ms;transition:all 250ms;border:solid 1px #da321a;color:#da321a}.btn.btn--secondary-rect{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;background-color:#ffffff;border:1.5px solid #9b9b9b;-webkit-transition:all 100ms;transition:all 100ms;border-radius:6px}.btn.btn--secondary-rect:hover{-webkit-transition:all 250ms;transition:all 250ms;border:solid 1px #da321a;color:#da321a}.btn.btn--transparent{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;-webkit-transition:background-color 100ms;transition:background-color 100ms;border:1px solid #ffffff;color:#ffffff;background-color:rgba(255,255,255,0.25);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1)}.btn.btn--transparent:hover{-webkit-transition:all 250ms;transition:all 250ms;background-color:rgba(255,255,255,0.35);border:solid 1px #da321a;color:#da321a}.btn.btn--outline-gradient{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;color:#414042;background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), color-stop(70%, #fe841b), to(#fcb819));background:linear-gradient(to right, #ff3a1e, #fe841b 70%, #fcb819);position:relative;z-index:0}.btn.btn--outline-gradient::before{content:"";border-radius:16px;left:2px;top:2px;right:2px;bottom:2px;background:#ffffff;position:absolute;z-index:-1}.btn.btn--blank{background:none;border:none;cursor:pointer;padding:0}.btn.btn--disabled{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;background-color:#9b9b9b;cursor:auto;color:#eae6ea}.btn.btn--disabled-rect{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border-radius:6px;background-color:#9b9b9b;cursor:auto;color:#eae6ea}.btn.btn--yellow-transparent{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:1px solid #fcb819;color:#fcb819}.btn.btn--yellow-transparent-textonly{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;color:#fcb819}.btn.btn--yellow{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:1px solid #fcb819;background-color:#fcb819;color:#ffffff;-webkit-appearance:none}.btn.btn--blue{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:1px solid #4990e2;background-color:#4990e2;color:#ffffff;-webkit-appearance:none}.btn.btn--black{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:1px solid #0b0b0b;background-color:#0b0b0b;color:#ffffff;-webkit-appearance:none}.btn.btn--black-rect{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border-radius:6px;border:1px solid #0b0b0b;background-color:#0b0b0b;color:#ffffff;-webkit-appearance:none}.btn.btn--red{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:1px solid #ff3a1e;background-color:#ff3a1e;color:#ffffff;-webkit-appearance:none}.btn.btn--red-transparent{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:1px solid #ff3a1e;color:#ff3a1e}.btn.btn--darkgray-transparent{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:1px solid #414042;color:#414042}.btn.btn--hidden{display:none}.btn.btn--light-gray{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:1px solid #9b9b9b;background-color:#f6f8f8;color:#414042}.row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}.col{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.col-1{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.col-2{-webkit-box-flex:2;-ms-flex:2;flex:2;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.col-3{-webkit-box-flex:3;-ms-flex:3;flex:3;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.col-4{-webkit-box-flex:4;-ms-flex:4;flex:4;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.col-5{-webkit-box-flex:5;-ms-flex:5;flex:5;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.col-1-2{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:50%}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.img-fluid{max-width:100%;height:auto}.error-messages{padding:20px;color:#da321a;background:#fbe1dc;margin-bottom:10px;border-radius:3px}form{margin-bottom:20px}form .hint{background-color:#e1dfe2;color:#9b9b9b;padding:20px}.form-label__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form-label__helper-text{color:#9b9b9b;margin:5px 10px;font-size:12rem}.form-label{display:block;margin-bottom:5px;line-height:1.125;font-size:16rem;font-family:"avenirltstdmedium";letter-spacing:0.8px}.form-group{position:relative;margin-bottom:20px}.form-group.is-social-form{width:100%;margin-bottom:0}.form-group.is-input-with-icon.is-link .form-control{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/website-link-d8122b1a7e1e8b163e9feb34be066e53.svg)}.form-group.is-input-with-icon .form-control{padding-left:35px;background-repeat:no-repeat;background-size:16px;background-position:10px center}.form-group.mod-terms{display:-webkit-box;display:-ms-flexbox;display:flex}.form-group.mod-terms label{display:inline}.form-group.mod-terms label .form-label-link{color:#4990e2;font-size:inherit}.form-group.mod-terms .form-control{width:initial;vertical-align:top;margin-top:1px;margin-right:8px}.form-group .form-control-icon{padding-left:7px;padding-right:7px;position:absolute;width:16px;height:16px;top:0;bottom:0;margin:auto;-webkit-box-sizing:content-box;box-sizing:content-box}.form-group .form-control-icon .cta-icon{background-size:contain}.form-group .form-control-icon+.form-control{padding-left:30px}.form-control,.form-select{background-color:rgba(65,64,66,0.05);font-family:"avenirltstdroman"}.form-control.is-error,.form-select.is-error{color:#da321a;background:#fbe1dc;border-top:1px solid #da321a}.form-control.is-error::-webkit-input-placeholder,.form-select.is-error::-webkit-input-placeholder{color:#da321a}.form-control.is-error::-moz-placeholder,.form-select.is-error::-moz-placeholder{color:#da321a}.form-control.is-error:-ms-input-placeholder,.form-select.is-error:-ms-input-placeholder{color:#da321a}.form-select{height:41px}.form-control-error-message{padding:10px 0px}.form-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-actions--add-to-path{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:25px}@media only screen and (max-width: 695px){.form-actions--add-to-path .form-action{width:100%}}.form-action+.form-action{margin-left:20px}.form-action--delete{margin-right:auto}.form-control__input{padding:10px;border-radius:2px;border:none;border-top:1px solid #e1dfe2;width:100%}.form-control__input::-webkit-input-placeholder{font-family:"avenirltstdroman"}input[type="text"]:focus{outline:none}input[type="submit"]:disabled,input[type="submit"][disabled]{background-color:#cbcbcb;background-image:none;cursor:default}.checkbox__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.checkbox__label input{width:auto}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;line-height:1.4285714286}textarea{resize:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(65,64,66,0.03);border-radius:0;line-height:13px;padding:12px}.form--image-input{-webkit-box-flex:55%;-ms-flex:55%;flex:55%}.form--current-image{border-radius:50%}ul.rbt-menu{position:absolute;width:100%;background:#ffffff}ul.rbt-menu li{width:100%}ul.rbt-menu li.active,ul.rbt-menu li:hover{background-color:#e1dfe2}ul.rbt-menu li a{padding:10px;display:block;text-decoration:none;cursor:pointer}.form-input{border:1px solid #9b9b9b;border-radius:3px;font-size:14px;line-height:16px;padding:10px}.header{background-color:rgba(255,255,255,0.95);-webkit-transition:background-color 50ms;transition:background-color 50ms}.header.hidden{display:none}.header.header--transparent{border-top:4px solid #414042}.header.header--gradient{border-image-source:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);border-image-slice:1;border-top-width:4px;border-style:solid}.header.header--transparent,.header.header--gradient{background-color:transparent;color:#ffffff}.header.header--transparent .header__link,.header.header--gradient .header__link{color:#ffffff;text-shadow:0 1px 2px rgba(65,64,66,0.5)}.header.header--transparent .header__link:hover,.header.header--gradient .header__link:hover{border-bottom:1px solid #ffffff}.header.header--transparent .mobile-nav__title,.header.header--gradient .mobile-nav__title{color:white}.header.header--transparent .navbar-item--notifications-menu .notifications__icon,.header.header--transparent .notifications__icon--mobile,.header.header--gradient .navbar-item--notifications-menu .notifications__icon,.header.header--gradient .notifications__icon--mobile{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/notifications-light-67aa06c00219310cd310bfcd8ec05db3.svg)}.header.header--transparent .navbar-item--notifications-menu .conversations-notifications__icon,.header.header--transparent .conversations-notifications__icon--mobile,.header.header--gradient .navbar-item--notifications-menu .conversations-notifications__icon,.header.header--gradient .conversations-notifications__icon--mobile{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/conversations-light-afcbdadd64ad0fca4376d4319917b21f.svg)}.header.header--transparent .cta-icon--activity-feed,.header.header--gradient .cta-icon--activity-feed{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/activity-feed-light-7e3ec43853b17dfb009ea4989fe14727.png)}.header.header--white{background-color:#ffffff;border-image-source:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);border-image-slice:1;border-top-width:4px;border-style:solid}.header.header--white.header--search,.header.header--white.header__profile--page{border-image-source:linear-gradient(to right, #cbcbcb, #414042);border-image-slice:1}.header.header--white .navbar-item.is-brand:after{display:none}.header.header--white .navbar-item.is-sign-in{color:#414042}.header.header--white .header__link:hover{border-bottom:1px solid #414042}.header.header--white:after{content:'';display:block;border-bottom:1px solid #eae6ea}.header.header--inverted.header--transparent,.header.header--inverted.header--gradient{-webkit-transition:background-color 250ms;transition:background-color 250ms;background-color:rgba(255,255,255,0.6)}.header.header--inverted.header--transparent .header__link,.header.header--inverted.header--gradient .header__link{color:#1f1e20;text-shadow:none}.header.header--inverted.header--transparent .header__link:hover,.header.header--inverted.header--gradient .header__link:hover{border-bottom:1px solid #414042}.header.header--inverted.header--transparent .add-actions-menu__opener,.header.header--inverted.header--gradient .add-actions-menu__opener{background-color:#414042}.header.header--inverted.header--transparent .notifications__icon--mobile,.header.header--inverted.header--gradient .notifications__icon--mobile{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/notifications-dark-f36ade47704245ff334fddb2bb5bf643.svg)}.header.header--inverted.header--transparent .conversations-notifications__icon--mobile,.header.header--inverted.header--gradient .conversations-notifications__icon--mobile{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/conversations-dark-645429514e194f7450927dfaf3188023.svg)}.header.header--inverted.header--transparent .mobile-nav__title,.header.header--inverted.header--gradient .mobile-nav__title{color:#414042}.header.header--inverted .navbar-item.is-brand:after{opacity:0;top:-50px;-webkit-transition:top 250ms, opacity 250ms;transition:top 250ms, opacity 250ms}.header.header--inverted .navbar-item--notifications-menu .notifications__icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/notifications-dark-f36ade47704245ff334fddb2bb5bf643.svg)}.header.header--inverted .navbar-item--notifications-menu .conversations-notifications__icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/conversations-dark-645429514e194f7450927dfaf3188023.svg)}.header.header--inverted .cta-icon--activity-feed{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/activity-feed-dark-1a044b1f127df3832ade56ae472b86bb.svg)}.header.header--inverted .mobile-nav__menu-icon:not(.cta-icon--close-gray-41){background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/menu-cbac31e98562fe5947c2ae9ea2adbe94.svg)}.header.header--inverted .navbar-item{color:#414042}@media only screen and (max-width: 1023px){.nav--open.header.header--transparent,.nav--open.header.header--gradient,.notifications__modal--open .header.header--transparent,.notifications__modal--open .header.header--gradient{background-color:#ffffff;border-top:3px solid #414042}.nav--open.header.header--transparent .navbar-item.is-brand,.nav--open.header.header--gradient .navbar-item.is-brand,.notifications__modal--open .header.header--transparent .navbar-item.is-brand,.notifications__modal--open .header.header--gradient .navbar-item.is-brand{padding-left:0px}.nav--open.header.header--transparent .navbar-item.is-brand:after,.nav--open.header.header--gradient .navbar-item.is-brand:after,.notifications__modal--open .header.header--transparent .navbar-item.is-brand:after,.notifications__modal--open .header.header--gradient .navbar-item.is-brand:after{display:none}}.header__community--page .header__container .navbar-item.is-brand,.header__explore--page .header__container .navbar-item.is-brand,.header__opportunities--page .header__container .navbar-item.is-brand{padding-left:0px}.header__profile--page .navbar-item--brand-logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/logo-gray-41741886b6ba8a3e40cb4ccfad0e6cea.svg)}.header__container{width:90%;height:100%;max-height:90px;margin:auto;max-width:1440px}.header__link{text-decoration:none;font-size:inherit;color:inherit;line-height:2.5}.header__top-banner{background:#83c0e5;height:66px}@media only screen and (min-width: 1024px){.header__top-banner{display:block}}.header__mobile-app-links--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin:0 auto;position:relative;width:90%;max-width:1440px}.header__mobile-app-links--container .mobile-app-links__close{position:absolute;left:0}.header__mobile-app-links--container .mobile-app-links__close i{height:21px;width:21px}.header__mobile-app-links--container .mobile-app-links__invite-text{color:#0b0b0b;font-size:18rem;font-family:"avheavy"}.header__mobile-app-links--container .mobile-app-links__invite-text.invite-text-mobile{margin-left:25px;font-size:16rem}@media only screen and (min-width: 1024px){.header__mobile-app-links--container .mobile-app-links__invite-text.invite-text-mobile{display:none}}.header__mobile-app-links--container .mobile-app-links__invite-text.invite-text-desktop{margin:0 25px 0 80px}@media only screen and (max-width: 1023px){.header__mobile-app-links--container .mobile-app-links__invite-text.invite-text-desktop{display:none}}.header__mobile-app-links--container .apple-appstore--badge i{margin:0 25px}@media only screen and (max-width: 695px){.header__mobile-app-links--container .apple-appstore--badge i{margin:0 15px;width:76px;height:25px}}@media only screen and (max-width: 695px){.header__mobile-app-links--container .google-playstore--badge i{width:87px;height:25px}}.wrapper.with-fixed-header .header{position:fixed;left:0;right:0;top:0;height:90px;z-index:13}@media only screen and (max-width: 695px){.wrapper.with-fixed-header .header{height:70px}}.wrapper.with-fixed-header .header.top-banner__show{border:0px;height:136px}@media only screen and (min-width: 1024px){.wrapper.with-fixed-header .header.top-banner__show{height:156px}}footer{background-color:#0b0b0b;position:relative;z-index:11}footer .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.footer__content{padding-top:50px}@media only screen and (max-width: 1023px){.footer__content{display:none}}.footer__divider{border-bottom:solid 1px rgba(255,255,255,0.2)}@media only screen and (max-width: 695px){.footer__divider{display:none}}.footer__tagline,.footer__mission{color:#ffffff;text-align:center}.footer__tagline{font-size:24rem;margin-bottom:10px}.footer__mission{font-family:"avenirltstdroman";font-size:20rem;line-height:1.6;max-width:1050px;margin:auto}@media only screen and (max-width: 1023px){.footer__mission{font-size:19rem}}.footer__tagline-trademark{font-size:9rem;color:#ffffff;vertical-align:super}.footer__details{margin-top:25px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1023px){.footer__details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 695px){.footer__details{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.footer__logo{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/footer-logo-f136293986fa0d4972a2905f735e218a.svg);background-size:contain;background-repeat:no-repeat;height:66px;width:147px}@media only screen and (min-width: 1024px){.footer__logo{margin-top:-25px}}@media only screen and (max-width: 695px){.footer__logo{margin-bottom:20px;height:52px;width:117px}}.footer__nav{text-align:center;margin:20px 20px}@media only screen and (max-width: 695px){.footer__nav{margin:0 0 10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:212px}}.footer__nav-link{text-decoration:none;font-size:16rem;color:#ffffff;text-transform:uppercase;font-family:"avheavy";margin:3px 40px 3px 0;line-height:2.0}.footer__nav-link:last-child{margin-right:0px}.footer__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 695px){.footer__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}}.footer__links{margin-left:15px;margin-top:-2px}@media only screen and (max-width: 695px){.footer__links{margin:5px 0}}.footer__link{font-size:12rem;font-family:"avenirltstdroman";color:#ffffff;text-decoration:none;border-right:1px solid #ffffff;margin-right:10px;padding-right:10px}.footer__link:hover{text-decoration:underline}.footer__link:last-child{border-right:none;margin-right:0px;padding-right:0px}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__copyright{color:#ffffff;font-size:12rem;text-align:center}.squiggle-footer{height:150px;width:100%;background-position:43% 21%;background-size:1160px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/squiggle-big-white-c730e1138ccd129ddad0378f1e6c7149.svg);background-color:#e1dfe2;background-repeat:no-repeat;margin-bottom:-40px}@media only screen and (min-width: 1024px){.squiggle-footer{height:400px;background-size:3200px;background-position:49% 20%}}@media only screen and (min-width: 696px) and (max-width: 1023px){.squiggle-footer{height:300px;background-size:2000px;background-position:49% 26%}}@media only screen and (max-width: 695px){.wrapper.signed-in .squiggle-footer{margin-bottom:-96px}}.squiggle-footer--gradient{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/squiggle-big-white-c730e1138ccd129ddad0378f1e6c7149.svg),-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3))),radial-gradient(circle at 30% 0, #fbda61, #1cd9f7 55%);background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/squiggle-big-white-c730e1138ccd129ddad0378f1e6c7149.svg),linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)),radial-gradient(circle at 30% 0, #fbda61, #1cd9f7 55%);margin:0}body{font-family:'avenirltstdmedium', arial, sans-serif;color:#414042}*{font-family:inherit;color:#414042;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;-webkit-text-size-adjust:100%}.container{width:90%;margin:auto;max-width:1200px}.container.mod-relative{position:relative}.max-width-container{max-width:1440px;margin:auto}.wrapper{min-height:100%;height:auto;margin:0 auto 0;padding-bottom:40px}.main{position:relative;z-index:1;padding-top:90px}.main>.container:first-child{margin-top:20px}.main.mod-no-padding{padding-top:0}.main.mod-no-padding>.container:first-child{margin-top:0px}@media only screen and (max-width: 695px){.main{padding-top:70px}}.static{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 696px){.static{width:80%;margin:auto;padding-top:50px}}.static *{font-size:16rem;line-height:1.375;font-weight:normal}.static h1{font-size:36rem;line-height:1.2222222222;margin-bottom:24rem}.static h2{font-size:16rem;line-height:1.375;font-family:"avheavy";margin-bottom:20rem;margin-top:40rem}.static h2:first-child{margin-top:20rem}.static h3{font-size:16rem;line-height:1.375;margin-bottom:16rem}.static strong{font-family:"avheavy"}.static ol,.static ul{list-style:initial;margin:initial;padding:0 0 0 20px}.static ol{list-style-type:decimal}.static ol.ordered-list-a{list-style-type:lower-alpha}.static li{padding-left:10px;padding-bottom:18px;display:list-item}.static li p{margin:0px}.static li:last-child{padding-bottom:0}.static a{color:#4990e2}.ReactModal__Body--open{overflow:hidden}.modal{background:#fff;outline:none;position:absolute;top:0;bottom:0;width:100%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 696px){.modal{left:60px;right:60px;top:15%;bottom:15%}}@media only screen and (min-width: 1024px){.modal{max-width:650px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.modal{max-width:600px}}@media only screen and (min-width: 696px){.modal--confirmation,.modal--create-profile{max-width:350px;height:40%}}.modal--create-profile .modal__header,.modal--create-profile .modal__body{background:#ffffff}.modal--resume--delete .modal__header,.modal--resume--delete .modal__body{background:#ffffff}.modal--collaborator--delete{border-top-left-radius:0;border-top-right-radius:0;border:none}@media only screen and (min-width: 696px){.modal--collaborator--delete{height:50%}}.modal--collaborator--delete .modal__header__title{font-size:14px;text-transform:uppercase}.modal--collaborator--delete .modal__body{border-top:1px solid #979797}.modal--collaborator--delete .modal__message{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal--collaborator--delete .modal__icon+.modal__message{-webkit-box-flex:0;-ms-flex:0;flex:0}.modal--collaborator--delete .modal__cancel{margin-top:10px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.85);z-index:15;overflow-y:auto}.modal-prompt{position:absolute;top:-130px;width:100%;color:#ffffff;line-height:1.2222222222;font-size:36rem;min-height:130px;display:none;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 696px){.modal-prompt{display:-webkit-box;display:-ms-flexbox;display:flex}}.modal-close{background:transparent;border:0;cursor:pointer;position:absolute;padding:0 6px;left:5px;top:28px;z-index:1}@media only screen and (min-width: 696px){.modal-close{display:inherit;left:auto;right:-45px;top:24px}}.modal-close .cta-icon--close{display:none}@media only screen and (min-width: 696px){.modal-close .cta-icon--close{display:inherit}}.modal-close .cta-icon--go-back-gradient{display:inherit}@media only screen and (min-width: 696px){.modal-close .cta-icon--go-back-gradient{display:none}}.modal-close:hover{-webkit-filter:brightness(65%)}.modal-close__icon{width:24px;height:24px}@media only screen and (max-width: 695px){.modal-close__icon{width:16px;height:16px}}.modal__container{height:100%;min-height:350px}@media only screen and (max-width: 695px){.modal__container{overflow-y:auto}}.modal__header{border-image-source:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);border-image-slice:1;border-top-width:10px;border-top-style:solid;background:#f2f0f2;height:65px}.modal__header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;position:relative}@media only screen and (min-width: 696px){.modal__header__content{border-bottom:1px solid #979797}}.modal__header__title{font-size:14px;text-transform:uppercase;letter-spacing:2px;font-family:"avenirltstdmedium";color:#414042}.modal__header__back{position:absolute;left:0;border-right:1px solid #e1dfe2;cursor:pointer;height:100%;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/add-to-path-modal-back-9d27b9412777d51e697db4b205b471bc.svg);background-size:24px;padding:25px 30px;background-repeat:no-repeat;background-position:center}.modal__header__icon{width:30px;height:30px;margin-right:12px;background-size:contain;margin-bottom:5px}.modal__body{padding:15px;background:#f2f0f2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal__content{height:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-ms-flex-pack:distribute;justify-content:space-around;padding:0 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__content-container{height:calc(100% - 65px)}.modal__loading{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:contain;background-position:center;height:60px;width:60px}.modal__message{font-size:18rem;font-family:"avenirltstdroman";color:#414042;line-height:1.3}.modal__icon{height:60px;width:60px;margin:0 auto}.modal__button{font-size:18rem;padding:0 30px}.modal__button--short{width:150px}.modal__button--long{width:200px}.modal__button-disabled{pointer-events:none}.modal__cancel{font-family:"avenirltstdmedium";font-size:16rem;letter-spacing:1.8px;color:#9b9b9b;text-transform:uppercase;text-decoration:underline;border:none;background:transparent;cursor:pointer}.dropdown-menu{position:relative}.dropdown-menu__list{right:-70px;width:160px;-webkit-box-shadow:0 1px 2px #9b9b9b;box-shadow:0 1px 2px #9b9b9b;background-color:#414042;display:none;padding:12px 0;position:absolute;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;top:37px;z-index:12}.dropdown-menu__list--open{display:block}.dropdown-menu__list-item{padding:3px 1px 3px 18px;text-align:left;line-height:1.7142857143}.dropdown-menu__list-item__link{cursor:pointer;color:#ffffff;text-decoration:none;font-size:14rem}.dropdown-menu__list-item__link:hover{text-decoration:underline}.dropdown-menu__list-item__link:focus{outline:none}.dropdown-menu__list-item__link--undecorated{text-decoration:none}.dropdown-menu__list-item__link--undecorated:hover{text-decoration:none}.dropdown-menu__list-item__btn{background:transparent;border:none;color:#ffffff;cursor:pointer;font-size:14rem;padding:0;text-decoration:none;width:100%;text-align:left}.dropdown-menu__list-item__btn:hover{text-decoration:underline}.dropdown-menu__separator{border-bottom:1px solid rgba(255,255,255,0.2);margin:5px 15px}.dropdown-menu__item__icon{margin-right:10px}.dropdown-menu__caret{-webkit-transform:translateX(-5px) translateY(-5px);transform:translateX(-5px) translateY(-5px);-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;opacity:1;width:0;height:0;border-width:5px;border-style:solid;border-color:transparent;border-top-width:0;border-bottom-color:#414042;position:absolute;top:37px;left:50%;display:none}.dropdown-menu__caret--open{display:block}.dropdown-menu__opener{cursor:pointer;-webkit-transition:background-color 0.3s ease;transition:background-color 0.3s ease}.about-opportunities__container{margin-bottom:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.about-opportunities__hero-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/about-opportunities-263b463f97f5df079fc42db39ad3083e.jpg);background-size:cover;background-position:center}.about-opportunities__content{margin-left:80px}@media only screen and (max-width: 1023px){.about-opportunities__content{margin-left:0}}.about-opportunities__body p,.about-opportunities__body strong,.about-opportunities__body ul>li{line-height:1.25;font-size:16rem;margin:1.5em 0}.about-opportunities__body strong{font-family:"avheavy"}.about-opportunities__body .about-opportunities__body__subtitle{font-family:"avheavy";font-size:22rem}.about-opportunities__body .about-opportunities__body__subtitle.red{text-transform:uppercase;color:#da321a}.about-opportunities__header__title sup{vertical-align:super;font-size:10rem}.btn.about-opportunities__link{color:#4990e2;font-family:"avheavy";font-size:22rem;text-decoration:none}.account-menu__opener{border-radius:50%;height:40px;width:40px}.account-menu__opener img{width:100%;height:100%;border-radius:50%}.account-menu__opener__icon{background-size:40px;height:40px;width:40px}.account-menu__caret,.account-menu__list{top:57px;right:-15px}.account-menu__list{width:auto;min-width:180px;max-width:220px}.account-menu__list .dropdown-menu__list-item{padding:3px 18px}.account-menu__list-item__link__name,.account-menu__list-item__link__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#ffffff}.account-menu__list-item__link__name.create-profile__link,.account-menu__list-item__link__text.create-profile__link{color:#fcb819}.account-menu__list-item__link__text:hover{text-decoration:underline}.account-type-chooser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 695px){.account-type-chooser{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.account-type-chooser__body{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:800px;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin-bottom:45px}@media only screen and (max-width: 695px){.account-type-chooser__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}}.account-type-chooser__body:before{content:'';position:absolute;border-right:1px solid #e1dfe2;height:100%;right:50%}@media only screen and (max-width: 695px){.account-type-chooser__body:before{display:none}}.account-type-chooser__body:after{content:'';position:absolute;border-bottom:1px solid #e1dfe2;width:100%;top:50%}@media only screen and (max-width: 695px){.account-type-chooser__body:after{display:none}}.account-type-chooser__item{padding:30px;-ms-flex-preferred-size:50%;flex-basis:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffffff;border:none}.account-type-chooser__item:focus{outline:none}@media only screen and (max-width: 695px){.account-type-chooser__item{border-bottom:1px solid #e1dfe2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:20px 15px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.account-type-chooser__item:last-child{border-bottom:none}}.account-type-chooser__radio{width:95px;height:95px;margin-bottom:15px}@media only screen and (max-width: 695px){.account-type-chooser__radio{width:53px;height:53px;margin-bottom:0;margin-right:15px}}.account-type-chooser__label{font-family:"avenirltstdroman";font-size:16rem;color:#414042;text-align:center}@media only screen and (max-width: 695px){.account-type-chooser__label{font-size:14rem;text-align:left;-ms-flex-preferred-size:75%;flex-basis:75%}}.add-actions-menu__opener{background-color:#414042;border-radius:40px;color:#ffffff;font-size:13rem;height:40px;width:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:1.5px}.add-actions-menu__opener:hover{background-color:#9b9b9b}.add-actions-menu__opener--light{background-color:rgba(255,255,255,0.4)}.add-actions-menu__opener__icon{height:25px;width:25px;margin-right:10px}.add-actions-menu__caret,.add-actions-menu__list{top:57px}.add-to-path__modal-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 696px){.add-to-path__modal-overlay{overflow-y:scroll}}.add-to-path__modal.modal{position:absolute;top:0px;left:0px}@media only screen and (max-width: 695px){.add-to-path__modal.modal{width:100%;height:100%}.add-to-path__modal.modal .modal-close{display:none}}@media only screen and (min-width: 696px){.add-to-path__modal.modal{position:relative;left:initial;right:initial;top:initial;bottom:initial;margin:auto}}.add-to-path__modal.modal .modal__header__title{margin-top:4px}@media only screen and (max-width: 695px){.add-to-path__modal.modal .modal__header{background:#898989;border-top:0px;height:38px}}.modal__header__close{display:block;position:absolute;right:20px}@media only screen and (min-width: 696px){.modal__header__close{display:none}}.add-to-path__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.add-to-path__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:25px;border-right:1px solid #e1dfe2;border-bottom:1px solid #e1dfe2;text-decoration:none;-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.add-to-path__item:nth-of-type(2n){border-right:0}.add-to-path__item:hover{background-color:#f9f8f9}.add-to-path__item:hover .add-to-path__item-text{font-family:"avheavy"}.add-to-path__mobile-cancel-button{display:none;color:#9b9b9b;font-size:14rem;text-transform:uppercase;text-decoration:underline;letter-spacing:2px}@media only screen and (max-width: 695px){.add-to-path__mobile-cancel-button{display:block}}@media only screen and (max-width: 695px){.btn.add-to-path__add-button,.btn.add-to-path__mobile-cancel-button{display:block;width:100%}}.add-to-path__item-icon-container{border:2px solid black;border-radius:50%;width:70px;height:70px;background-color:rgba(255,255,255,0.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.add-to-path__item-icon{width:45px;height:45px;background-size:contain}.add-to-path__item-icon.cta-icon--viewpoint-dark,.add-to-path__item-icon.cta-icon--moment-dark{margin-top:-3px}.add-to-path__item-text{text-transform:uppercase;letter-spacing:2px}.add-to-path__form{padding:20px;min-height:450px}.add-to-path__form .form-control,.add-to-path__form .field-cloudinary-image-input__placeholder__message,.add-to-path__form .tag-input__tags .rbt-input input{font-size:16rem}.add-to-path__form .rbt-input{border-top:1px solid #e1dfe2;padding:10px}.add-to-path__form .rbt-sr-status{display:none}.add-to-path__mobile-type-selector{display:none;margin:15px 20px}.add-to-path__mobile-type-selector .CtaSelect__value{text-transform:uppercase}@media only screen and (max-width: 695px){.add-to-path__mobile-type-selector{display:block}}.add-to-path__mobile-form-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px}.add-to-path__mobile-form-picker .minimal-form-radio__button{margin:7px 0px;-ms-flex-preferred-size:33.3%;flex-basis:33.3%}.add-to-path__mobile-form-picker .minimal-form-radio__container,.add-to-path__mobile-form-picker .minimal-form-radio__pseudo-radio{margin-left:0}.add-to-path__mobile-form-picker .minimal-form-radio__label{font-family:"avenirltstdmedium";font-size:12rem;text-transform:uppercase;letter-spacing:2px;margin-left:0}.add-to-path__mobile-form-picker .minimal-form-radio:checked~.minimal-form-radio__pseudo-radio{border:1px solid #414042}.add-to-path__mobile-form-picker .minimal-form-radio:checked~.minimal-form-radio__pseudo-radio::after{background-color:#414042}@media only screen and (min-width: 696px){.add-to-path__mobile-form-picker{display:none}}.add-to-path__success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:450px}.add-to-path__success-icon-container{width:90px;height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0px auto 30px auto}.add-to-path__success__element .add-to-path__success-icon-container{border:2px solid black;border-radius:50%}.add-to-path__success-icon{width:60px;height:60px;background-size:contain}.add-to-path__success-text,.add-to-path__success-details{font-size:24rem;text-align:center;font-family:"avenirltstdroman"}.add-to-path__success-text{font-size:36rem;font-family:"Droid Serif", Times, serif;margin-bottom:20px}.add-to-path__success-details{font-size:20rem}.add-to-path__view-path-container{text-align:center;margin-top:80px}.add-to-path__person-form__typeahead .rbt-input-main.form-control{border:0;background:none}.add-to-path__person-form__typeahead .rbt-input-hint-container{border-top:1px solid #e1dfe2}.add-to-path__person-form__typeahead .rbt-menu.dropdown-menu{border:1px solid #cbcbcb}.admin-tag-editor__container{margin-top:7px;max-width:400px}.admin-tag-editor__container .rbt-input-multi.rbt-input{overflow:auto}@media only screen and (max-width: 695px){.admin-tag-editor__container{margin-left:22px}}.admin-tag-editor__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.admin-tag-editor__input .rbt.tag-input__tags{margin-bottom:10px}.admin-tag-editor__save-button,.admin-tag-editor__cancel-button{margin:6px auto;width:220px}.admin-tag-editor__add-button{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:30px}.admin-tag-editor__add-button i{width:30px;height:30px;margin:auto 5px}.admin-tag-editor__add-button div{padding:0 9px;color:#ff3a1e;font-size:12rem}.artistic-fields{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media only screen and (max-width: 695px){.artistic-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}@media only screen and (max-width: 320px){.artistic-fields{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.artistic-fields__field{background-color:transparent;border:none;text-transform:capitalize;color:#414042;font-size:16rem;font-family:"avenirltstdroman";width:33%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none}@media only screen and (max-width: 695px){.artistic-fields__field{border-bottom:1px solid #e1dfe2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:20px 15px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:14rem;width:100%}.artistic-fields__field:last-child{border-bottom:none}}@media only screen and (max-width: 511px){.artistic-fields__field{padding:20px}}@media only screen and (max-width: 320px){.artistic-fields__field{line-height:4;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.artistic-fields__icon{width:95px;height:95px;margin-bottom:15px;z-index:-1}@media only screen and (max-width: 695px){.artistic-fields__icon{width:55px;height:55px;margin-bottom:0;margin-right:15px}}.avatar-selection-success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:50px;margin-bottom:180px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.avatar-selection-success__connection-line{height:250px;position:absolute;top:100%;right:50%}.avatar-selection__header{font-size:36rem;font-style:"avenirltstdmedium";text-align:center;letter-spacing:2px;color:#414042;margin:90px 0 40px;line-height:1.5}@media only screen and (max-width: 695px){.avatar-selection__header{font-size:28rem;margin:45px 0 20px}}@media only screen and (max-width: 511px){.avatar-selection__header{font-size:24rem}}.avatar-selection__image-container{position:relative}.avatar-selection__button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.avatar-selection__button-container:before{content:'';height:70px}.avatar-selection__button{width:200px;height:200px;cursor:pointer}@media only screen and (max-width: 695px){.avatar-selection__button{width:150px;height:150px}}@media only screen and (max-width: 511px){.avatar-selection__button{width:120px;height:120px}}.avatar-selection__text{margin-top:35px;margin-bottom:55px;text-align:center;font-family:"avenirltstdroman";font-size:20rem;line-height:1.5;letter-spacing:0.7px;color:#414042}@media only screen and (max-width: 695px){.avatar-selection__text{font-size:18rem;margin-top:20px}}@media only screen and (max-width: 511px){.avatar-selection__text{font-size:16rem}}.avatar-selection__link{font-family:"avenirltstdroman";font-size:16rem;text-transform:uppercase;color:#9b9b9b;letter-spacing:1.8px;margin-top:55px;margin-bottom:20px;text-decoration:underline;border:none;background-color:#ffffff;cursor:pointer}@media only screen and (max-width: 695px){.avatar-selection__link{font-size:14rem}}.beta-flag{position:absolute;left:0px;width:71px;height:27px}.beta-flag--header{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/beta-flag-123ec0d4b141287ad745048336ca2df9.png);-webkit-transition:opacity 250ms, left 250ms;transition:opacity 250ms, left 250ms;opacity:1;top:30px}@media only screen and (max-width: 1400px){.beta-flag--header{display:none}}.header--inverted .beta-flag{opacity:0;left:-71px;-webkit-transition:opacity 250ms, left 250ms;transition:opacity 250ms, left 250ms}.beta-flag--footer{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/beta-flag-dark-b230921b2b540daad8ffe5862b5d4fed.png);display:none;top:15px}@media only screen and (max-width: 1400px){.beta-flag--footer{display:block}}.blocked_container{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:calc(100% - 200px);min-height:500px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10%;font-size:45px;text-align:center;color:#ff3a1e;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3))),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7)}@media only screen and (max-width: 695px){.blocked_container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:20%}}.bookmark-button.cta-icon--bookmark-outline-gray:hover,.bookmark-button.cta-icon--bookmark-outline-white:hover{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/bookmark_outline-blue-6888e77e2d03b11d0fc81292e6bfd1b5.svg)}.bookmark-button[class*="cta-icon--bookmark"]{width:16px;height:24px;cursor:pointer}.btn.btn--bookmark{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border-radius:6px;border:1px solid #4990e2;-webkit-appearance:none}.btn.btn--bookmark i{margin-bottom:-2px;margin-right:8px;height:15px;width:10px}.btn.btn--bookmark-outline{background-color:#ffffff;color:#4990e2}.btn.btn--bookmark-solid{background-color:#4990e2;color:#ffffff}.collaborator{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;margin-bottom:20px}.collaborator:last-child{margin-bottom:0}.collaborator a{text-decoration:none}.collaborator__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.collaborator__name{font-family:"avheavy";font-size:12rem;line-height:1.5}.collaborator__title{font-family:"avenirltstdroman";font-size:12rem;line-height:1.5}.collaborator__info+.collaborator__icon{padding-left:50px}.collaborators__list{display:table;border-spacing:0 10px;border-collapse:separate}.collaborators__list>.collaborator{display:table-row}.collaborators__list>.collaborator>*{display:table-cell;vertical-align:middle}.add-comment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%}.add-comment__photo{width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px;-ms-flex-item-align:end;align-self:flex-end}@media only screen and (max-width: 695px){.add-comment__photo{display:none}}.add-comment__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:solid 1px #e1dfe2}.add-comment__field__control{font-size:16rem}@media only screen and (max-width: 695px){.add-comment__field__control{font-size:14rem}}.add-comment__field__input,.add-comment__field__highlighter{border:none;height:27px;overflow:hidden;line-height:20px}.add-comment__field__input::-webkit-input-placeholder,.add-comment__field__highlighter::-webkit-input-placeholder{color:#9b9b9b}.add-comment__field__input::-moz-placeholder,.add-comment__field__highlighter::-moz-placeholder{color:#9b9b9b}.add-comment__field__input:-ms-input-placeholder,.add-comment__field__highlighter:-ms-input-placeholder{color:#9b9b9b}.add-comment__field__input::-ms-input-placeholder,.add-comment__field__highlighter::-ms-input-placeholder{color:#9b9b9b}.add-comment__field__input::placeholder,.add-comment__field__highlighter::placeholder{color:#9b9b9b}.add-comment__field__input:focus,.add-comment__field__highlighter:focus{outline:none}@media only screen and (max-width: 695px){.add-comment__field__input,.add-comment__field__highlighter{margin-left:0;line-height:1.7}}.add-comment__field__highlighter{padding:2px}.add-comment__field__highlighter strong{position:relative;z-index:1;color:#4990e2;background-color:#f1f0f1}.add-comment__field__highlighter .add-comment__field__highlighter__substring,.add-comment__field__highlighter .add-comment__field__highlighter__caret,.add-comment__field__highlighter strong{font-size:inherit}.add-comment__field__suggestions{border:1px solid #e1dfe2;z-index:12 !important;top:10px !important}.add-comment__field__suggestions li{padding:15px}.add-comment__field__suggestions .add-comment__field__suggestions__item__display{font-size:16rem}.add-comment__field__suggestions .add-comment__field__suggestions__item__highlight{font-size:16rem;font-family:"avheavy"}.add-comment__field__suggestions .add-comment__field__suggestions__item--focused .add-comment__field__suggestions__item__display,.add-comment__field__suggestions .add-comment__field__suggestions__item--focused .add-comment__field__suggestions__item__highlight{color:#4990e2}.add-comment__suggestion__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px}.add-comment__field--disabled textarea{color:#9b9b9b}.add-comment__post{text-transform:uppercase;font-family:"avheavy";font-size:18px;color:#4990e2;border:0;background-color:#ffffff;margin:0;padding:3px 5px 3px 20px;letter-spacing:2px;-ms-flex-item-align:end;align-self:flex-end}.add-comment__post:focus{outline:none}@media only screen and (max-width: 695px){.add-comment__post{font-size:16rem;border-bottom:1px solid #e1dfe2;padding:2px;padding-left:20px}}.add-comment__post--disabled{color:rgba(73,144,226,0.5)}.add-comment__error{width:100%;margin:10px 0 0 70px;color:#da321a;font-family:"avenirltstdroman"}@media only screen and (max-width: 695px){.add-comment__error{margin-left:none}}.comment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;width:100%}.comment__author-photo{width:40px;margin-right:10px}@media only screen and (max-width: 511px){.comment__author-photo{width:30px}}.comment__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.comment__author-name{font-family:"avheavy";font-size:14rem;color:#414042;text-decoration:none}@media only screen and (max-width: 511px){.comment__author-name{font-size:12rem}}.comment__text{font-family:"avenirltstdroman";font-size:14rem;color:#414042;margin-top:5px;line-height:1.3}.comment__text__mention{font-family:"avheavy";text-decoration:none;color:#4990e2}.comment__timestamp{font-family:"avenirltstdroman";font-size:12rem;color:#9b9b9b;margin-top:5px}.comment__icon{margin-top:5px;cursor:pointer}@media only screen and (min-width: 696px){.comment__icon{padding:2px 10px}}.comment__icon--mobile{display:none;font-family:"avenirltstdroman";font-size:12rem;color:#9b9b9b;padding:0 0 0 10px}@media only screen and (max-width: 695px){.comment__icon--mobile{display:block}}.comment__icon-image{height:13px;width:13px}.comment__flagged{color:#ff3a1e;font-family:"avheavy";cursor:auto}.comment__delete{height:12px;width:10px}.comment__actions{display:-webkit-box;display:-ms-flexbox;display:flex}.comment__actions--large{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 695px){.comment__actions--large{display:none}}.comments{margin-top:25px;border-top:1px solid #e1dfe2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 695px){.comments{margin-top:10px}}.comments>*{margin-bottom:20px}.comments>*:last-child{margin-bottom:0}.comments__header{text-transform:uppercase;font-family:"avheavy";font-size:14rem;letter-spacing:2px;margin:10px 0 30px}@media only screen and (max-width: 695px){.comments__header{margin-bottom:20px}}.comments__link{font-family:"avenirltstdlight";font-size:14rem;color:#9b9b9b;-ms-flex-item-align:center;align-self:center}.comments__view-previous{margin-bottom:15px}.report__link{float:right;height:16px;font-family:"avenirltstdroman";font-size:12px;letter-spacing:normal;text-transform:none;color:#9b9b9b}.report__link:hover{color:#ff3a1e;cursor:pointer}.page__flagged{float:right;height:16px;font-family:"avenirltstdroman";font-size:12px;letter-spacing:normal;text-transform:none;color:#ff3a1e}.community-feed__item{max-width:350px;border-bottom:1px solid #eae6ea;margin:auto}@media only screen and (min-width: 696px){.community-feed__item{min-height:250px;max-width:500px;margin:unset}}@media only screen and (min-width: 1024px){.community-feed__item{max-width:620px}}.community-feed-item__content{padding:30px 0px}@media only screen and (min-width: 696px){.community-feed-item__content{padding:40px 0px}}@media only screen and (min-width: 1024px){.community-feed-item__details-container--person,.community-feed-item__details-container--influence{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.community-feed-item__details-container--person>div,.community-feed-item__details-container--influence>div{-webkit-box-flex:1;-ms-flex:1;flex:1}}.community-feed-item__content .comments{margin-top:25px;border-top:0}@media only screen and (max-width: 695px){.community-feed-item__content .comments{margin-top:20px;border-top:1px solid}.community-feed-item__content .comments .comments__header{margin:15px 0 10px 0;font-size:12rem}.community-feed-item__content .comments .comment{margin:7px 0}.community-feed-item__content .comments .comment__details *,.community-feed-item__content .comments .add-comment *{font-size:12rem}}.community-feed-item__member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.community-feed__item--influence .community-feed-item__title{font-size:16rem}@media only screen and (min-width: 696px){.community-feed__item--influence .community-feed-item__title{font-size:18rem}}.community-feed-item__member-image{background-repeat:no-repeat;background-size:cover;background-position:center;width:40px;height:40px;margin-right:10px}.community-feed-item__member-name{font-size:18rem}@media only screen and (max-width: 695px){.community-feed-item__member-name{font-size:16rem;font-family:"avheavy"}}.community-feed-item__title{font-size:18rem;line-height:1.3333333333;text-decoration:none}@media only screen and (max-width: 695px){.community-feed-item__title{font-size:16rem;line-height:normal}}.community-feed-item__title--event{margin-bottom:20px}.community-feed-item__title--moment{text-transform:uppercase;font-family:"avheavy"}.community-feed-item__title--quote p{display:inline}.community-feed-item__title--quote p:last-child:after{content:'\201D';display:inline}.community-feed-item__title--quote:before{content:'\201C';display:inline}.community-feed-item__title--artwork,.community-feed-item__title--videowork,.community-feed-item__title--audiowork,.community-feed-item__title--writtenwork{font-size:16rem;text-decoration:none}@media only screen and (min-width: 696px){.community-feed-item__title--artwork,.community-feed-item__title--videowork,.community-feed-item__title--audiowork,.community-feed-item__title--writtenwork{font-size:18rem}}.community-feed-item__title-link{text-decoration:none}.community-feed-item__description{font-size:16rem;line-height:1.375;margin-top:12px;text-decoration:none;display:block;font-family:"avenirltstdroman"}.community-feed-item__description p{font-family:"avenirltstdroman";font-size:16rem;line-height:1.375}@media only screen and (max-width: 695px){.community-feed-item__description{font-size:12rem;line-height:1.3333333333}.community-feed-item__description p{font-size:12rem;line-height:1.3333333333}}.community-feed-item__description--person{font-family:"Droid Serif", Times, serif;font-style:italic;margin-top:0px}.community-feed-item__description--person p{display:inline}.community-feed-item__description--person:before{content:'\201C';display:inline}.community-feed-item__description--person:after{content:'\201D';display:inline}.community-feed-item__description-container--person{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.community-feed-item__description-image--person{width:50px;height:50px;margin-right:12px}.community-feed-item__description-image--person img{width:100%;height:100%}.community-feed-item__description--quote{font-style:normal;text-transform:uppercase;letter-spacing:2px;font-family:"avenirltstdmedium";font-size:14rem;margin-top:25px}.community-feed-item__description--quote:before{content:"— ";position:relative;top:-1px}.community-feed-item__description--artwork,.community-feed-item__description--videowork,.community-feed-item__description--audiowork,.community-feed-item__description--writtenwork{margin-top:0;font-size:16rem;font-family:"avenirltstdroman"}@media only screen and (max-width: 695px){.community-feed-item__description--artwork,.community-feed-item__description--videowork,.community-feed-item__description--audiowork,.community-feed-item__description--writtenwork{font-size:12rem}}.community-feed-item__image-container{margin-bottom:15px}@media only screen and (max-width: 695px){.community-feed-item__image-container{margin-bottom:10px}}.community-feed-item__image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 696px) and (max-width: 1023px){.community-feed-item__image{height:250px}}@media only screen and (min-width: 696px){.community-feed-item__image{height:332px}}.community-feed-item__image-link--container{text-align:center}.community-feed-item__image-link{text-decoration:none}.community-feed-item__image-link--person{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}.community-feed-item__image--audiowork,.community-feed-item__image--videowork{background-repeat:no-repeat;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.community-feed-item__image-placeholder--audiowork,.community-feed-item__image-placeholder--videowork,.community-feed-item__image-placeholder--writtenwork,.community-feed-item__image-placeholder--moment{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3))),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.community-feed-item__image--artwork,.community-feed-item__image--audiowork,.community-feed-item__image--videowork,.community-feed-item__image--writtenwork,.community-feed-item__image--moment,.community-feed-item__image-placeholder--artwork,.community-feed-item__image-placeholder--audiowork,.community-feed-item__image-placeholder--videowork,.community-feed-item__image-placeholder--writtenwork,.community-feed-item__image-placeholder--moment{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 696px) and (max-width: 1023px){.community-feed-item__image--artwork,.community-feed-item__image--audiowork,.community-feed-item__image--videowork,.community-feed-item__image--writtenwork,.community-feed-item__image--moment,.community-feed-item__image-placeholder--artwork,.community-feed-item__image-placeholder--audiowork,.community-feed-item__image-placeholder--videowork,.community-feed-item__image-placeholder--writtenwork,.community-feed-item__image-placeholder--moment{height:250px}}@media only screen and (min-width: 1024px){.community-feed-item__image--artwork,.community-feed-item__image--audiowork,.community-feed-item__image--videowork,.community-feed-item__image--writtenwork,.community-feed-item__image--moment,.community-feed-item__image-placeholder--artwork,.community-feed-item__image-placeholder--audiowork,.community-feed-item__image-placeholder--videowork,.community-feed-item__image-placeholder--writtenwork,.community-feed-item__image-placeholder--moment{height:332px}}.community-feed-item__icon--writtenwork,.community-feed-item__icon--moment{width:80px;height:80px}.community-feed-item__icon--play{width:60px;height:60px}@media only screen and (max-width: 695px){.community-feed-item__icon--play{width:40px;height:40px}}.community-feed-item__image--person,.community-feed-item__image--influence,.community-feed-item__image-placeholder--person,.community-feed-item__image-placeholder--influence{width:250px;height:250px;border-radius:50%;margin:auto}.community-feed-item__image-placeholder--person,.community-feed-item__image-placeholder--influence{background-repeat:no-repeat;background-size:contain;background-position:center;background-color:#d8d8d8;font-size:24rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;text-decoration:none}.community-feed-item__image-placeholder--influence{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/default-influence-small-7e536519c7b0f00b48af50920efa1f29.svg)}.community-feed-item__details-container{padding-left:50px}.community-feed-item__details-container .comment,.community-feed-item__details-container .add-comment{width:100%}.community-feed-item__details--person,.community-feed-item__details--influence{padding-left:30px}.community-feed-item__details--quote,.community-feed-item__details--viewpoint{padding:45px}.community-feed-item__details--quote p:first-child,.community-feed-item__details--viewpoint p:first-child{margin-top:0px}.community-feed-item__details--quote p:last-child,.community-feed-item__details--viewpoint p:last-child{margin-bottom:0px}.community-feed-item__details--viewpoint{background-color:#414042}.community-feed-item__details--viewpoint p,.community-feed-item__details--viewpoint div{color:#ffffff;font-family:"avenirltstdroman";font-size:16rem;line-height:2}.community-feed-item__details--viewpoint .descriptor{letter-spacing:2.3px;font-size:14rem;text-transform:uppercase;margin-bottom:20px}@media only screen and (max-width: 695px){.community-feed-item__details--viewpoint p{font-size:14rem;line-height:1.4285714286}}.community-feed-item__details--quote{font-style:italic;font-family:"Droid Serif", Times, serif;border:1px solid #9b9b9b}.community-feed-item__details--quote p{font-size:20rem;line-height:1.6}@media only screen and (max-width: 695px){.community-feed-item__details--quote p{font-size:18rem;line-height:1.5555555556}}.community-feed-item__full-height{height:100%}.community-feed-item__time-ago{color:#9b9b9b;font-size:14rem}@media only screen and (max-width: 695px){.community-feed-item__time-ago{margin-left:50px;font-family:"avheavy"}}.community-feed-item__icon-label{text-transform:uppercase;letter-spacing:2px;font-size:12rem;font-family:"avheavy";margin-left:8px}.community-feed-item__icon-label--person{margin-left:4px}.community-feed-item__info--person{margin-bottom:30px;margin-top:-10px}@media only screen and (min-width: 1024px){.community-feed-item__info--person{margin-bottom:0px}}@media only screen and (max-width: 695px){.community-feed-item__info--person{padding-top:10px;border-top:1px solid #9b9b9b;margin-top:5px}}.community-feed-item__info--person .community-feed-item__info-location-display{color:#9b9b9b}.community-feed-item__info-name{font-family:"avheavy";font-size:16rem}.community-feed-item__info-title{margin-top:7px}.community-feed-item__info-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:7px}.community-feed-item__info-event-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-feed-item__info-item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.community-feed-item__info-item-container>i{width:22px;height:22px;margin-right:16px;background-size:contain}.community-feed-item__info-item-container .community-feed-item__info-date,.community-feed-item__info-item-container .community-feed-item__info-location-display{font-size:12rem;letter-spacing:0.9px;font-family:"avenirltstdroman"}@media only screen and (min-width: 696px){.community-feed-item__info-item-container .community-feed-item__info-date,.community-feed-item__info-item-container .community-feed-item__info-location-display{font-size:16rem}}.community-feed-item__info-item-label{margin-bottom:12px;text-transform:uppercase;letter-spacing:2px;font-family:"avheavy";width:120px}@media only screen and (min-width: 1024px){.community-feed-item__info-item-label{margin-bottom:0px}}.community-feed-item__content__member-and-time_ago{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}@media only screen and (max-width: 695px){.community-feed-item__content__member-and-time_ago{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:10px}}.community-feed__bookmarked-profiles__empty-state,.community-feed__bookmarked-events__empty-state,.community-feed__bookmarked-opportunities__empty-state{margin-top:40px}.community-feed__bookmarked-profiles__empty-state>a.btn,.community-feed__bookmarked-events__empty-state>a.btn,.community-feed__bookmarked-opportunities__empty-state>a.btn{font-family:"avheavy";font-size:18rem;margin-bottom:30px;display:block;padding:0 30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.community-feed__bookmarked-profiles__item,.community-feed__bookmarked-events__item{width:300px;margin:20px 40px 20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 695px){.community-feed__bookmarked-profiles__item,.community-feed__bookmarked-events__item{width:100%;margin-right:0}}.community-feed__bookmarked-profiles__item{height:320px}.community-feed__bookmarked-profiles__item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.community-feed__bookmarked-profiles__item__header>.basic-info__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-feed__bookmarked-profiles__item__header>.basic-info__container>.profile-image{width:80px;height:80px}.community-feed__bookmarked-profiles__item__header>.basic-info__container>.info{margin-left:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:190px}.community-feed__bookmarked-profiles__item__header>.basic-info__container>.info>*{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:20rem}.community-feed__bookmarked-profiles__item__header>.basic-info__container>.info>.name{font-family:"avheavy";font-size:16rem}.community-feed__bookmarked-profiles__item__header>.basic-info__container>.info>.title{font-size:14rem}.community-feed__bookmarked-profiles__item__header>.basic-info__container>.info>.location{font-size:14rem;color:#9b9b9b}.community-feed__bookmarked-profiles__item__header>.bookmark-button{width:16px;-ms-flex-item-align:start;align-self:flex-start}.community-feed__bookmarked-profiles__item__body{-webkit-box-flex:1;-ms-flex:1;flex:1}.community-feed__bookmarked-profiles__item__body>.about{font-size:16rem;line-height:1.4;margin-top:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.community-feed__bookmarked-profiles__item__footer{border-bottom:2px solid #9b9b9b;justify-self:flex-end}.community-feed__bookmarked-profiles__item__footer>.message-button{font-family:"avheavy";font-size:18rem;width:100%;border-radius:6px;margin-bottom:55px;height:38px}.community-feed__bookmarked-events__item{-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,0.25);box-shadow:0 2px 7px 0 rgba(0,0,0,0.25);height:310px}.community-feed__bookmarked-events__item *{text-decoration:none}.community-feed__bookmarked-events__item__header{display:-webkit-box;display:-ms-flexbox;display:flex}.community-feed__bookmarked-events__item__header img{width:100%}.community-feed__bookmarked-events__item__body{padding:7px 12px;position:relative;font-size:12rem;line-height:1.5;-webkit-box-flex:1;-ms-flex:1;flex:1}.community-feed__bookmarked-events__item__body>.bookmark-button{position:absolute;right:12px}.community-feed__bookmarked-events__item__body>.event-title{font-family:"avbook";font-size:16rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.community-feed__bookmarked-events__item__body>.event-datetime,.community-feed__bookmarked-events__item__body .event-datetime *,.community-feed__bookmarked-events__item__body .event-location,.community-feed__bookmarked-events__item__body .event-location *{font-size:inherit;line-height:inherit}.community-feed__bookmarked-events__item__body>.event-datetime{margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:22px}.community-feed__bookmarked-events__item__body>.event-datetime .cta-icon{margin:-2px 4px 0 0}.community-feed__bookmarked-events__item__body>.event-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.community-feed__bookmarked-events__item__body>.event-location .cta-icon{width:11px;margin-left:3px;margin-right:5px}.community-feed__bookmarked-events__item__footer{border-top:1px solid #cbcbcb;justify-self:flex-end;padding:8px}.community-feed__bookmarked-events__item__footer>.owner-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-feed__bookmarked-events__item__footer>.owner-info>.owner-image{margin-right:9px}.community-feed__bookmarked-events__item__footer>.owner-info>.owner-name{font-family:"avbook";font-size:12rem}.community-feed__bookmarked-events__item__footer .profile-image{display:-webkit-box;display:-ms-flexbox;display:flex}.community-feed{position:relative;margin-top:90px;margin-bottom:-40px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 695px){.community-feed{margin-top:70px}}.community-feed__title div{color:#414042;font-size:36rem;font-family:"avenirltstdroman";padding:20px 0 22px 0px}@media only screen and (min-width: 1024px){.community-feed__title div{font-size:46rem;padding:50px 0 22px 0px}}.community-feed__title div .cta-icon--caret-dark-down{margin-left:20px}@media only screen and (min-width: 696px){.community-feed__title div .cta-icon--caret-dark-down{display:none}}.community-feed__subtitle{font-size:16rem;line-height:1.5}@media only screen and (min-width: 1024px){.community-feed__subtitle{font-size:18rem;line-height:1.5555555556}}.community-feed__empty-feed__title{color:#da321a;font-size:36rem;margin:96px 0 32px 0;text-align:center}.community-feed__empty-feed__subtitle{font-size:24rem;margin:32px 0;text-align:center}.community-feed__empty-feed__subtitle .hint{font-size:16rem;color:#9b9b9b}.community-feed__empty-feed.container{max-width:800px;padding-bottom:70px}.community-feed__empty-feed__separator{background-image:radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);content:" ";height:2px;margin:20px 0}.community-feed__empty-feed__checkboxes{max-width:700px;margin:auto}.community-feed__empty-feed__checkboxes .artistic-fields{padding-bottom:24px}.community-feed__empty-feed__explore{margin:32px auto;text-align:center}.community-feed__feed{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:400px;position:relative;padding-left:20px;padding-right:20px;padding-bottom:50px}@media only screen and (min-width: 1024px){.community-feed__feed{padding-left:60px}}@media only screen and (max-width: 695px){.community-feed__feed{max-width:100vw}}.community-feed__left-menu{background-color:#ffffff;border-right:1px solid #eae6ea;padding:50px 0 0 17px;width:250px;position:fixed;height:calc(100% - 70px);z-index:12}@media only screen and (min-width: 696px){.community-feed__left-menu{height:auto;position:relative;-webkit-box-shadow:none;box-shadow:none;padding-top:80px;z-index:auto}}@media only screen and (min-width: 1024px){.community-feed__left-menu{width:340px}}@media only screen and (max-width: 695px){.community-feed__left-menu.initial-state{left:-250px}}@media only screen and (max-width: 695px){.community-feed__left-menu.mobile-open{overflow-y:scroll;overflow-x:hidden;-webkit-animation-name:slideInLeft;animation-name:slideInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-box-shadow:0 0 10px 10px rgba(0,0,0,0.1);box-shadow:0 0 10px 10px rgba(0,0,0,0.1)}}@media only screen and (max-width: 695px){.community-feed__left-menu.mobile-closed{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-box-shadow:none;box-shadow:none}}.community-feed__left-menu .community-feed__mobile-menu-trigger{position:absolute;top:20px;right:20px}.community-feed__left-menu__items-container{margin-bottom:60px}.community-feed__title .community-feed__mobile-menu-trigger{margin-left:20px}.community-feed__mobile-menu-trigger{display:inline-block}@media only screen and (min-width: 696px){.community-feed__mobile-menu-trigger{display:none}}.community-feed__left-menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.community-feed__left-menu__item>i{width:30px;height:30px;border:1px solid #cbcbcb;border-radius:30px;margin:0 15px}@media only screen and (min-width: 1024px){.community-feed__left-menu__item>i{width:39px;height:39px;border-radius:39px;margin:0 30px}}.community-feed__left-menu__item>.cta-icon--calendar-v2-outline{background-size:26px}.community-feed__left-menu__item-title{display:inline-block;font-size:14rem}@media only screen and (min-width: 1024px){.community-feed__left-menu__item-title{font-size:18rem}}.community-feed__left-menu__subtitle{margin:42px 0 10px 30px;font-size:14rem;color:#9b9b9b}@media only screen and (min-width: 1024px){.community-feed__left-menu__subtitle{font-size:18rem}}.community-feed__left-menu__item.selected{background-color:#f6f8f8}.community-feed__left-menu__item.selected::before{background-image:-webkit-gradient(linear, left top, left bottom, from(#ff3a1e), to(#fcb819));background-image:linear-gradient(to bottom, #ff3a1e, #fcb819);content:'';width:5px;overflow:hidden;position:absolute;top:0;bottom:0;left:0}.community-feed__bookmarked-opportunities__item{height:339px}.community-feed__bookmarked-opportunities__item .opportunity-card__location{width:120px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:right}.community-feed__bookmarked-opportunities__items,.community-feed__bookmarked-profiles__items,.community-feed__bookmarked-events__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}@media only screen and (max-width: 695px){.community-feed__bookmarked-profiles__items,.community-feed__bookmarked-events__items{border-top:2px solid #eae6ea}}.contact-us__container{margin-bottom:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.contact-us__hero-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/contact-us-e5cd4b8e38e05a770c8f84ccf08cfcb4.jpg);background-position:center;background-size:cover;position:relative}.contact-us__hero-image::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(36%, rgba(0,0,0,0)), to(rgba(0,0,0,0.1)));background-image:linear-gradient(to bottom, rgba(0,0,0,0) 36%, rgba(0,0,0,0.1))}.contact-us__content{margin-left:80px;width:100%}@media only screen and (max-width: 1023px){.contact-us__content{margin-left:0}}.contact-us__body{margin-top:50px}.contact-us__body p{line-height:1.4285714286}.contact-us__form{-ms-flex-preferred-size:50%;flex-basis:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-us__form__label{color:#9b9b9b;text-transform:uppercase;font-size:11rem;font-family:"avenirltstdmedium";letter-spacing:0.9px;margin-bottom:20px;position:relative}.contact-us__form__label--focus{color:#fcb819}.contact-us__form__label--focus:after{visibility:visible}.contact-us__form__text-input{border:none;width:90%;border-bottom:1px solid #e1dfe2;padding:5px 0;font-family:"avenirltstdmedium";font-size:16rem;display:block;color:#414042}.contact-us__form__text-input--error{border-color:#ff3a1e}.contact-us__form__text-input:focus{border-color:#fcb819;outline:none}.contact-us__form__submit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.contact-us__form__submit-container .contact-us__form__submit{font-size:18rem;padding:0 30px}.contact-us__form__error{font-size:11rem;text-transform:none;position:absolute;bottom:-15px;color:#ff3a1e;letter-spacing:0.9px}.contact-us__form__co-create{margin:35px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.contact-us__form__co-create-text{position:relative;margin-left:10px}.contact-us__form__label--co-create{font-family:"avenirltstdroman";font-size:16px}.contact-us__thank-you__container .btn.btn--primary{margin-top:30px;padding:0 30px}.contact-us__thank-you__text{color:#9b9b9b;margin-top:10px}.content-pages__left-menu{width:190px}@media only screen and (max-width: 1023px){.content-pages__left-menu{display:none}}.content-pages__nav{margin-top:143px;padding-top:20px;height:100%}.content-pages__nav--spacer{position:relative}.content-pages__nav--spacer:after{content:'';position:absolute;height:38px;right:-72px;width:170px;top:-100px;background-repeat:no-repeat;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/squiggle-cb-c2a7d384f1ffd89f5e1d62771d4c9fd8.svg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.content-pages__nav--items{border-right:1px solid #cbcbcb;height:100%;display:block}.content-pages__nav--item--link{margin:16px 10px 12px 0px;text-transform:uppercase;letter-spacing:1px;text-decoration:none;padding-bottom:4px;border-bottom:1px solid transparent}.content-pages__nav--item--link.is-active{font-family:"avheavy";color:#da321a}.content-pages__nav--item--link.is-active .content-pages__nav--item--link-text{font-family:inherit;color:inherit}.content-pages__nav--item--link.is-active .content-pages__nav--item--link-text span{font-family:inherit;color:inherit}.content-pages__nav--item--link.is-active:hover{border-bottom:1px solid transparent}.content-pages__nav--item--link:hover{border-bottom:1px solid #414042}.content-pages__nav--item{min-width:155px;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.content-pages__nav--item--decorative{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:21px;flex-basis:21px;position:relative;width:21px;border-bottom:1px solid #da321a;display:none;height:22.5px;display:flex;align-items:center;visibility:hidden}.content-pages__nav--item--decorative:after{position:absolute;content:'';width:11px;height:11px;top:16.5px;right:-6px;background-color:#da321a;border-radius:50%}.content-pages__nav--item--decorative.is-active{visibility:visible}.content-pages__admin-edit-button{width:22px;height:22px;cursor:pointer;margin-left:25px}@media only screen and (max-width: 695px){div[class*="community-feed-conversation"]{margin:0}div[class*="community-feed-conversation"] .community-feed__left-menu{height:100%}}.community-feed__conversation__container{padding:0;height:calc(100vh - 90px);width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden}@media only screen and (max-width: 695px){.community-feed__conversation__container{height:calc(100vh - 131px)}}.community-feed__conversation__container .community-feed__mobile-menu-trigger{position:absolute;top:22px;left:20px;z-index:2}.community-feed__conversation__header{background:#ffffff;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #cbcbcb;width:100%}@media only screen and (max-width: 1023px){.community-feed__conversation__header{height:60px}}.community-feed__conversation__header__report-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px}.community-feed__conversation__header__report-link>i{cursor:pointer;width:20px;height:20px}.community-feed__conversation__report-modal .modal__header,.community-feed__conversation__report-modal .modal__body{background:#ffffff}.community-feed__conversation__header__participants{padding:20px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;text-decoration:none;overflow:hidden}@media only screen and (max-width: 1023px){.community-feed__conversation__header__participants{padding:10px 25px}}@media only screen and (max-width: 695px){.community-feed__conversation__header__participants{padding:10px 10px 10px 0;margin-left:55px}}.community-feed__conversation__header__participants .name{font-family:"avenirltstdmedium";font-size:36rem;white-space:nowrap}@media only screen and (max-width: 1023px){.community-feed__conversation__header__participants .name{font-family:"avheavy";font-size:16rem}}.community-feed__conversation__header__participants .photo{height:30px;width:30px;margin-right:10px}@media only screen and (min-width: 1024px){.community-feed__conversation__header__participants .photo{height:50px;width:50px;margin-right:15px}}.community-feed__conversation__header__participants .photo>img{width:100%;height:100%}.community-feed__conversation__header__participants .title-location__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 0 4px 20px;-ms-flex-item-align:end;align-self:flex-end;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width: 1023px){.community-feed__conversation__header__participants .title-location__container{display:none}}.community-feed__conversation__header__participants .title-location__container>.location,.community-feed__conversation__header__participants .title-location__container .title{font-size:16rem}.community-feed__conversation__header__participants .title-location__container>.location{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.community-feed__conversation__header__participants .title-location__container>.spacer{margin:0 6px;content:" ";border-right:1px solid #414042}.community-feed__conversation__header__participants .title-location__container>.cta-icon--location-outline-gray{width:13px;height:18px;margin-right:6px}.community-feed__conversation__messages-container{height:50%;min-height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;margin:0 2px;padding:0 15px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media only screen and (max-width: 695px){.community-feed__conversation__messages-container{padding:0 5px}}.community-feed__conversation__messages-container:hover::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 10px 10px #9b9b9b;box-shadow:inset 0 0 10px 10px #9b9b9b}.community-feed__conversation__messages-container::-webkit-scrollbar{width:8px}.community-feed__conversation__messages-container::-webkit-scrollbar-thumb{border-radius:8px;background:rgba(255,255,255,0);border:solid 1px transparent}.community-feed__conversation__messages-container::-webkit-scrollbar-track-piece{display:none}.community-feed__conversation__message{border-radius:8px;border:1px solid #cbcbcb;margin:5px 10px;width:50%;padding:10px;position:relative}.community-feed__conversation__message.sent-to-me{-ms-flex-item-align:start;align-self:flex-start}.community-feed__conversation__message .content{font-family:"avbook";line-height:1.2}.community-feed__conversation__message .content p:last-child{margin-bottom:0}@media only screen and (max-width: 1023px){.community-feed__conversation__message{width:70%;margin:5px}}.community-feed__conversation__message:last-child{margin-bottom:20px}.community-feed__conversation__message__header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.community-feed__conversation__message__header a{text-decoration:none}.community-feed__conversation__message__header .name{font-family:"avheavy";margin-right:20px}.community-feed__conversation__message__header .date{font-family:"avbook";color:#414042}.community-feed__conversation__message-form{border:1px solid #9b9b9b;border-left:0;border-right:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:7px 20px 0 20px}@media only screen and (max-width: 695px){.community-feed__conversation__message-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:none}}.community-feed__conversation__message-form__input{border:none;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:5px 0;font-family:"avenirltstdroman";font-size:16rem;display:block;color:#414042;margin-right:20px}@media only screen and (max-width: 695px){.community-feed__conversation__message-form__input{margin-right:0px}}.community-feed__conversation__message-form__input.error{border-color:#ff3a1e}.community-feed__conversation__message-form__input:focus{outline:none}.community-feed__conversation__new-messages-divider{margin:15px 0;height:20px;width:100%;position:relative}.community-feed__conversation__new-messages-divider .text{color:#ff3a1e;font-size:10rem;text-transform:uppercase;position:absolute;left:0;right:0;top:3.5px;background:#ffffff;padding:0 10px;width:100px;margin:auto}.community-feed__conversation__new-messages-divider hr{border:0;border-top:1px solid #ff3a1e}.community-feed__conversation__date-divider{margin:15px 0;width:100%;text-align:center}.community-feed__conversation__date-divider .text{display:inline-block;color:#9b9b9b;text-transform:uppercase}.community-feed__conversation__messasges-loader__container{margin:auto}.community-feed__conversation__messasges-loader__container .load-more-button{font-size:10rem;text-decoration:underline;color:#ff3a1e}.community-feed__conversation__message-form__button{height:46px;border-radius:5px;padding:14px 20px;color:#414042;cursor:pointer;border:0;background-image:linear-gradient(135deg, #ff3a1e, #fcb819);position:relative}@media only screen and (max-width: 695px){.community-feed__conversation__message-form__button{margin:25px 0 30px 0}}.community-feed__conversation__message-form__button div{color:#414042;font-size:16rem;font-family:"avheavy";text-transform:uppercase;position:relative}.community-feed__conversation__message-form__button::before{content:" ";position:absolute;background:#ffffff;border-radius:3px;top:2px;left:2px;bottom:2px;right:2px}.community-feed__conversation__message-form__button:disabled,.community-feed__conversation__message-form__button[disabled]{cursor:default;background:#eae6ea}.community-feed__conversation__message-form__button:disabled div,.community-feed__conversation__message-form__button[disabled] div{color:#eae6ea}.conversations-list__participant{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.conversations-list__participant-photo{margin:0 15px;position:relative}@media only screen and (min-width: 1024px){.conversations-list__participant-photo{margin:0 30px}}.conversations-list__participant-photo .badge{background:#ff3a1e;border-radius:5px;color:#ffffff;font-size:12rem;position:absolute;padding:4px 2px 2px 2px;text-align:center;bottom:-2px;right:-3px;min-width:18px}.conversations-list__participant-photo .photo{height:30px}@media only screen and (min-width: 1024px){.conversations-list__participant-photo .photo{height:40px}}.conversations-list__participant-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:170px}@media only screen and (min-width: 1024px){.conversations-list__participant-info{width:210px}}.conversations-list__participant-name{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:"avenirltstdmedium";font-size:14rem;margin-bottom:5px}@media only screen and (min-width: 1024px){.conversations-list__participant-name{font-size:18rem}}.conversations-list__participant-title{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:"avenirltstdroman";font-size:12rem}.form-select .CtaSelect__value-container{height:100%}.form-select .CtaSelect__control .CtaSelect__single-value{line-height:38px}.form-select .CtaSelect__control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:3px;border-color:#9b9b9b}.form-select .CtaSelect__indicators{border-left:1px solid #979797;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:9px 0px;padding-left:5px;padding-right:6px;width:36px}.form-select .CtaSelect__indicator-separator{border:none;display:none}.form-select .CtaSelect__control{height:38px}.form-select .CtaSelect__value{letter-spacing:2px;height:38px}.form-select .CtaSelect__control--menu-is-open .cta-select__dropdown-indicator{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.form-select .cta-select__dropdown-indicator{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-orange-c05faa0e8c4a40151899aedd6f8c1373.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:rotate(180deg);transform:rotate(180deg);border-width:0;height:16px;width:16px}.detail-page__info-section-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:60px}.detail-page__info-section-container:last-child{margin-bottom:50px}@media only screen and (max-width: 695px){.detail-page__info-section-container{margin-top:35px}.detail-page__info-section-container:last-child{margin-bottom:0}}.detail-page__info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.detail-page__heading{font-family:"avheavy";font-size:18rem;letter-spacing:1.5px;color:#414042;text-transform:uppercase;margin-bottom:20px}@media only screen and (min-width: 696px) and (max-width: 1023px){.detail-page__heading{font-size:16rem}}@media only screen and (max-width: 695px){.detail-page__heading{font-size:14rem;margin-bottom:10px}}.detail-page__text,.detail-page__text a,.detail-page__text p,.detail-page__text code,.detail-page__text li,.detail-page__text strong,.detail-page__text em,.detail-page__text h1,.detail-page__text h2,.detail-page__text h3,.detail-page__text h4,.detail-page__text h5,.detail-page__text h6{font-family:"avenirltstdroman";font-size:18rem;letter-spacing:0.5px;color:#414042;line-height:1.3}@media only screen and (min-width: 696px) and (max-width: 1023px){.detail-page__text,.detail-page__text a,.detail-page__text p,.detail-page__text code,.detail-page__text li,.detail-page__text strong,.detail-page__text em,.detail-page__text h1,.detail-page__text h2,.detail-page__text h3,.detail-page__text h4,.detail-page__text h5,.detail-page__text h6{font-size:16rem}}@media only screen and (max-width: 695px){.detail-page__text,.detail-page__text a,.detail-page__text p,.detail-page__text code,.detail-page__text li,.detail-page__text strong,.detail-page__text em,.detail-page__text h1,.detail-page__text h2,.detail-page__text h3,.detail-page__text h4,.detail-page__text h5,.detail-page__text h6{font-size:14rem}}.detail-page__text:first-child,.detail-page__text a:first-child,.detail-page__text p:first-child,.detail-page__text code:first-child,.detail-page__text li:first-child,.detail-page__text strong:first-child,.detail-page__text em:first-child,.detail-page__text h1:first-child,.detail-page__text h2:first-child,.detail-page__text h3:first-child,.detail-page__text h4:first-child,.detail-page__text h5:first-child,.detail-page__text h6:first-child{margin-top:0}.detail-page__text h1,.detail-page__text h2,.detail-page__text h3{margin-top:2em}.detail-page__text ol,.detail-page__text ul,.detail-page__text pre,.detail-page__text h4,.detail-page__text h5,.detail-page__text h6{margin-top:1em}.detail-page__text h1{text-transform:uppercase}.detail-page__text h2{font-weight:bold}.detail-page__text h3{font-weight:normal;text-decoration:underline}.detail-page__text h4,.detail-page__text h5,.detail-page__text h6{font-style:italic}.detail-page__text h4{margin-left:1em}.detail-page__text h5{margin-left:2em}.detail-page__text h6{margin-left:3em}.detail-page__text ul{list-style:disc}.detail-page__text ol{list-style:decimal}.detail-page__text li,.detail-page__text pre{margin-left:1em}.detail-page__text pre{white-space:pre-wrap}.detail-page__tags{margin-top:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}.detail-page__call-to-action{font-size:18rem;padding:0 30px}@media only screen and (max-width: 695px){.detail-page__call-to-action{margin:auto}}.detail-page__mobile-icon{display:none}@media only screen and (max-width: 695px){.detail-page__mobile-icon{width:18px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.detail-page__mobile-icon::after{content:'';display:inline-block;height:18px;width:18px;background-position:center;background-size:cover;background-repeat:no-repeat}}.detail-page__mobile-icon--description{-ms-flex-negative:0;flex-shrink:0}.detail-page__mobile-icon--description::after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/document-2a097511c67671b4ea24d9596b3be38c.svg);width:16px}.detail-page__mobile-icon--how-to-apply::after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/application-ef57ba28b86c8617edd70ef2b8dea599.svg);width:14px}.detail-page__mobile-icon--date-time::after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/calendar-v2-outline-59dfe32468445209aee9d4746976e64d.svg)}.detail-page__mobile-icon--location::after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/location-outline-bed817e0b1c1d60b1fd6901bd99094f9.svg);width:13px}.detail-page__mobile-icon--tags::after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/tag-53ed2de08c19d21969f49fb2fe4fdc0f.svg)}.detail-page__mobile-icon--share::after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/share-13232466335f39d05ff6da6caa8eb82c.svg)}.detail-page__mobile-icon--collaborators::after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/collaborators-11a34cf56717384f427d45f8b38e6258.svg)}.disciplines{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:300px}@media only screen and (max-width: 695px){.disciplines{height:inherit}}.donate-btn__container__opportunities{display:none;bottom:25px;position:sticky;position:-webkit-sticky}@media only screen and (min-width: 1024px){.donate-btn__container__opportunities{display:block}}.donate-btn__container__mobile-loggedin-menu{bottom:20px;margin-top:35px;position:sticky;position:-webkit-sticky}.donate-btn__container__mobile-loggedout-menu{position:absolute;bottom:0;left:0;right:0;padding:25px}.donate-btn__container__mobile-menu .donate-btn__button,.donate-btn__container__opportunities .donate-btn__button{display:-webkit-box;display:-ms-flexbox;display:flex;height:35px;padding:0 5px;text-transform:uppercase}.donate-btn__container__mobile-menu .donate-btn__button i,.donate-btn__container__opportunities .donate-btn__button i{width:24px;height:24px;margin:auto 5px}.donate-btn__container__mobile-menu .donate-btn__button div,.donate-btn__container__opportunities .donate-btn__button div{color:#ffffff;font-size:16rem;padding:3px 5px 0 5px;margin:auto}.donate-btn__container__opportunities .donate-btn__button{margin-left:auto}.donate-btn__container__mobile-menu .donate-btn__button{margin:0 auto}@media only screen and (min-width: 696px){.modal--donation{max-height:500px;max-width:700px;width:auto}}.modal--donation,.modal--donation .modal__header,.modal--donation .modal__body{background:#f2f0f2}.modal--donation .modal__content-container{height:auto}.modal--donation .modal-close{display:none}@media only screen and (min-width: 696px){.modal--donation .modal-close{display:block}}.modal--donation .modal-close-right{background:transparent;border:0;cursor:pointer;display:block;margin:0 15px 0 auto}@media only screen and (min-width: 696px){.modal--donation .modal-close-right{display:none}}.modal--donation .modal__header .modal__header__content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.donation__header__maybe-later--link{display:none;margin:0 30px;font-size:12rem}@media only screen and (min-width: 696px){.donation__header__maybe-later--link{display:block}}.donation__body__maybe-later--link{display:block;font-size:12rem;margin:35px 0}@media only screen and (min-width: 696px){.donation__body__maybe-later--link.small-only{display:none}}.modal--donation .modal__body .modal__content{height:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.donation__two-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 696px){.donation__two-columns--column{max-width:45%}}.donation__single-column{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 696px){.donation__single-column{width:100%;max-width:450px}}.donation__two-columns--column,.donation__single-column{text-align:left}.donation__two-columns--column p,.donation__two-columns--column strong,.donation__two-columns--column em,.donation__two-columns--column a,.donation__single-column p,.donation__single-column strong,.donation__single-column em,.donation__single-column a{font-size:12rem}.donation__two-columns--column p.subtitle,.donation__single-column p.subtitle{font-size:18rem}.donation__two-columns--column p.subtitle>i,.donation__single-column p.subtitle>i{height:18px;width:18px;position:relative;top:4px}.donation__single-column--column.space-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:400px}.donation__email--container{margin-bottom:30px;position:relative}.donation__email--container .donation__email--submit-button{display:block;margin-top:15px}.donation__email--container .donation__email--submit-button>.btn{display:block;margin:auto}@media only screen and (min-width: 696px){.donation__email--container .donation__email--submit-button{display:inline-block;margin-left:15px}}.donation__email--container .donation__email--input-field{display:block;width:100%}@media only screen and (min-width: 696px){.donation__email--container .donation__email--input-field{display:inline-block;width:calc(100% - 110px)}}.donation__email--container .donation__subscriber--error{position:absolute;bottom:-40px;color:#da321a}.donation__button--container-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 696px){.donation__button--container-vertical{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.donation__button--container-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.donation__button--container-horizontal>div{width:25%;padding:5px}@media only screen and (min-width: 696px){.donation__button--container-horizontal>div{padding:10px}}.donation__button--container-horizontal>div .pill-input{margin:10px 0;padding:1px;width:100%}.donation__button--container-horizontal>div .btn.donation__amount--button{width:100%}.pill-input{border-radius:16px;border:solid 1px rgba(0,0,0,0.1);background-color:#f6f8f8;-webkit-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.15);box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.15);height:32px;padding:0 15px}.pill-input:focus{background:#ffffff}.pill-input__container{position:relative}.pill-input__container i.cta-icon--check{display:none;position:absolute;left:20px;top:27px}@media only screen and (min-width: 696px){.pill-input__container i.cta-icon--check{display:block}}.pill-input__container.empty i.cta-icon--check{display:none}.btn.donation__amount--button{font-size:12rem;width:160px;margin:10px 0;text-align:center}.btn.donation__amount--button i{margin-right:6px;position:relative;top:3px;display:none}.btn.donation__amount--button.selected{background:#ffffff;border:solid 1px #9b9b9b;color:#1f1e20}.btn.donation__amount--button.selected i{display:none}@media only screen and (min-width: 696px){.btn.donation__amount--button.selected i{display:inline-block}}.donation__whitebox{background:#ffffff;padding:20px}.donation__not-ready{display:none}@media only screen and (min-width: 696px){.donation__not-ready{display:block}}.donation__donate-button--container{margin:0 0 30px 0;padding:0 10px;width:100%}.donation__donate-button--container .btn.donation__donate-button{width:100%}.donation__payment-method__container>div,.donation__payment-method__container>p{font-size:10rem}.donation__payment-method__logos{margin-bottom:40px}.donation__payment-method__logos>.donation__payment-method__icon{height:20px;line-height:20px;margin-right:10px;width:31.2px}.donation__payment-method__logos>.donation__payment-method__icon.square{height:20px;width:20px;background-size:contain}.donation__donated-recently__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px 0}@media only screen and (min-width: 696px){.donation__donated-recently__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.donation__donated-recently__icon{height:30px;width:30px}.donation__donated-recently__text{margin:auto 0 auto 10px;font-style:italic;font-size:12rem}.editable-members-list__picked-list{display:block;margin-bottom:20px}.editable-members-list__picked-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:15px}.editable-members-list__picked-list__item a{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1}.editable-members-list__picked-list__person-picture{height:38px;width:38px}.editable-members-list__picked-list__person-info{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 15px}.editable-members-list__picked-list__person-info>div{font-size:12rem;line-height:18rem}.editable-members-list__picked-list__person-info .name{font-family:"avheavy"}.editable-members-list__picked-list__person-action-buttons{display:block}.editable-members-list__picked-list__person-action-buttons>div{margin-left:10px;padding:2px 10px;display:inline-block}.editable-members-list__picked-list__person-edit-form{margin:20px 0}.editable-members-list__button__add-member{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:30px}.editable-members-list__button__add-member i{width:30px;height:30px;margin:auto 5px}.editable-members-list__button__add-member div{padding:0 10px;color:#ff3a1e;font-size:12rem}.editable-members-list--memberinput{margin:25px 0}.editable-members-list--memberinput__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.editable-members-list--memberinput__group>.hidden{display:none}.editable-members-list--memberinput__group--focus label{color:#fcb819}.editable-members-list--memberinput__group--focus .rbt-input,.editable-members-list--memberinput__group--focus input{border-bottom:solid 1px #fcb819 !important}.editable-members-list--memberinput__group--error label{color:#ff3a1e}.editable-members-list--memberinput__group--error .rbt-input,.editable-members-list--memberinput__group--error input{border-bottom:solid 1px #ff3a1e !important}.editable-members-list--memberinput__save-button.btn{margin:-10px auto 0 auto;display:block}.editable-members-list--memberinput__save-button.btn:disabled{color:#9b9b9b}.editable-members-list--memberinput__clear-field__button{color:#9b9b9b;cursor:pointer;bottom:5px;right:0;line-height:1.4285714286;position:absolute}.editable-members-list--memberinput__field,.editable-members-list--memberinput__typeahead>div .rbt-input{border-top:none !important;padding:5px 0 !important;font-size:12rem !important;background:none;border-left:none;border-right:none;border-bottom:solid 1px #e1dfe2;border-radius:0;color:#414042;width:100%;line-height:1.4285714286}.editable-members-list--memberinput__typeahead .rbt-menu .disabled:hover{background-color:transparent}.editable-members-list--memberinput__typeahead .no-matches-found{font-size:11rem;margin:20px 15px 15px 15px;text-align:center}.editable-members-list--memberinput__typeahead .no-matches-found>div{font-size:inherit}.editable-members-list--memberinput__typeahead .no-matches-found>button{margin-top:25px}.editable-members-list--memberinput__label{color:#9b9b9b;font-size:12rem;text-transform:uppercase}.error-messages .error-message{line-height:1.3571428571}.event-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.event-detail__page-heading{font-family:"avheavy";font-size:18rem;letter-spacing:1.5px;color:#fcb819;text-transform:uppercase;margin-bottom:15px}@media only screen and (min-width: 696px) and (max-width: 1023px){.event-detail__page-heading{font-size:16rem}}@media only screen and (max-width: 695px){.event-detail__page-heading{display:none}}.event-detail__title{font-family:"avheavy";font-size:28rem;line-height:1.33;letter-spacing:0.5px;color:#414042;margin-bottom:10px}@media only screen and (max-width: 695px){.event-detail__title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.event-detail__image{vertical-align:middle;max-height:420px;max-width:720px;width:100%}.event-detail__section{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 695px){.event-detail__section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:30px}}.event-detail__left-column{-webkit-box-flex:3;-ms-flex:3;flex:3;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 695px){.event-detail__small-flipped{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.event-detail__right-column{-webkit-box-flex:2;-ms-flex:2;flex:2;margin-left:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}@media only screen and (max-width: 695px){.event-detail__right-column{margin-left:0}}@media only screen and (min-width: 696px){.event-detail__description-container{margin-top:0}}.event-detail__description{width:85%}@media only screen and (min-width: 696px) and (max-width: 1023px){.event-detail__description{width:90%}}@media only screen and (max-width: 695px){.event-detail__description{width:100%}}.event-detail__actions{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:10px}@media only screen and (max-width: 695px){.event-detail__actions{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.event-detail__actions-likes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.event-detail__actions-likes>:not(:last-child){margin-right:10px}@media only screen and (max-width: 695px){.event-detail__likes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.event-detail__edit{width:26px;height:26px}.event-detail__edit:hover{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/edit-dark-hover-dae3fea65fe15ea90b5641df7455b821.svg)}.event-detail__edit-link{padding-bottom:3px}.event-detail__owner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;margin-top:0}@media only screen and (max-width: 695px){.event-detail__owner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:10px}}.event-detail__owner-photo{border-radius:50%;-ms-flex-preferred-size:60px;flex-basis:60px;height:60px;width:60px;margin-right:15px}.event-detail__owner-photo img{width:100%}.event-detail__owner-name{font-family:"avheavy";font-size:18rem;letter-spacing:1.5px;line-height:1.5;color:#414042}@media only screen and (min-width: 696px) and (max-width: 1023px){.event-detail__owner-name{font-size:16rem}}@media only screen and (max-width: 695px){.event-detail__owner-name{font-size:14rem}}@media only screen and (max-width: 695px){.event-detail__owner-info{text-align:center;margin-top:15px}}.event-detail__link{text-decoration:none;font-family:"avenirltstdroman";font-size:18rem;color:#4990e2;margin-top:20px}@media only screen and (min-width: 696px) and (max-width: 1023px){.event-detail__link{font-size:16rem}}@media only screen and (max-width: 695px){.event-detail__link{font-size:14rem;margin-top:10px}}.event-detail__more-events{font-family:"avenirltstdroman";font-size:16rem;text-transform:uppercase;color:#9b9b9b;letter-spacing:1.8px;margin-top:15px;line-height:1.3}@media only screen and (max-width: 1023px){.event-detail__more-events{font-size:14rem;letter-spacing:1.6px}}@media only screen and (max-width: 695px){.event-detail__more-events{text-align:center}}@media only screen and (max-width: 695px){.event-detail__collaborators{width:100%}}.event-detail__collaborators-add-section{text-align:center}.event-detail__collaborators-add-section .member-input{width:300px}@media only screen and (max-width: 695px){.event-detail__collaborators-add-section .member-input{width:auto}}.event-detail__collaborators-add-section .member-input .form-control,.event-detail__collaborators-add-section .member-input .field-cloudinary-image-input__placeholder__message,.event-detail__collaborators-add-section .member-input .tag-input__tags .rbt-input input{font-size:16rem}.event-detail__collaborators-add-section .member-input .rbt-input{border-top:1px solid #e1dfe2;padding:10px}.event-detail__collaborators-add-section .member-input .rbt-sr-status{display:none}.event-detail__collaborators-add-section .event-detail__collaborators-add-button{margin-top:10px}.event-detail__bookmark-container{position:absolute;right:0}@media only screen and (max-width: 695px){.event-detail__bookmark-container{margin-top:10px}}.event-detail__get-tickets__container{-ms-flex-item-align:start;align-self:flex-start;background:#f6f8f8;padding:20px;margin-bottom:20px;width:100%}@media only screen and (max-width: 695px){.event-detail__get-tickets__container{margin-left:0}}.event-detail__get-tickets--btn{margin-right:15px}.event-form{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 696px) and (max-width: 1023px){.event-form__container{-ms-flex-preferred-size:70%;flex-basis:70%}}@media only screen and (min-width: 1024px){.event-form__container{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width: 695px){.event-form__container{-ms-flex-preferred-size:100%;flex-basis:100%}}.event-form.modal-mode{padding:0 20px}.event-form.modal-mode .artistic-fields__icon{z-index:unset}.event-form__title{text-transform:uppercase;font-family:"avenirltstdmedium";font-size:18rem;line-height:1.4444444444;margin-bottom:20px}.event-form__image_dimensions{color:#9b9b9b;line-height:1.5;margin-bottom:40px}.event-form__text-input input:disabled{background-color:#e1dfe2}.event-form__checkbox.minimal-checkbox{padding:0;margin:15px 0}.event-form__checkbox.minimal-checkbox.event-form__unclaimed-checkbox{margin-top:0px;margin-bottom:30px}.event-form__actions{-ms-flex-wrap:wrap;flex-wrap:wrap}.event-form__action--delete{margin-right:auto}@media only screen and (max-width: 511px){.event-form__action--delete,.event-form__action--delete .btn{width:100%}}@media only screen and (max-width: 320px){.event-form__action--cancel,.event-form__action--cancel button,.event-form__action--submit,.event-form__action--submit input{width:100%}}@media only screen and (max-width: 511px){.event-form__action--cancel{margin-right:auto}}@media only screen and (max-width: 511px){.event-form__action--submit{margin-left:0 !important}}@media only screen and (max-width: 511px){.event-form__action--delete,.event-form__action--cancel,.event-form__action--submit{margin-bottom:15px}}.collaborators>div .form-control,.collaborators>div .field-cloudinary-image-input__placeholder__message,.collaborators>div .tag-input__tags .rbt-input input{font-size:16rem}.collaborators>div .rbt-input{border-top:1px solid #e1dfe2;padding:10px}.collaborators>div .rbt-sr-status{display:none}.collaborators__typeahead .rbt-input-main.rbt-input{border:none;border-top:1px solid #e1dfe2;padding:10px;font-size:14rem;width:100%}.collaborators__picked-list .person-picker-item{height:38px}.collaborators__picked-list .person-picker-item__picture{height:38px;width:38px}.collaborators__picked-list .person-picker-item__picture .profile-image{height:38px;width:38px}.collaborators__picked-list .person-picker-item__picture img{display:block}.collaborators__picked-list{display:table;border-spacing:0 10px;border-collapse:separate}.collaborators__picked-list>.collaborators-token{display:table-row}.collaborators__picked-list>.collaborators-token>*{display:table-cell;vertical-align:middle}.collaborator__icon{margin-top:5px;cursor:pointer}@media only screen and (min-width: 696px){.collaborator__icon{padding:2px 10px}}.collaborator__icon-image{height:12px;width:10px}.datetime__group .date-input{display:inline-block;margin-right:39px}.datetime__group .time-input{display:inline-block}.datetime__group .timezone-input{display:inline-block;min-width:164px;width:auto}.event-form__pricing{margin-bottom:20px}.event-form__pricing .minimal-form-radio__pseudo-radio{margin-left:0}.event-form__pricing .minimal-form-radio__label{text-transform:none}.event-form__price-input__group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.event-form__price-input__group .price-input{position:relative;width:164px}.event-form__price-input__group .price-input:first-child{margin-right:39px}.event-form__price-input__group .price-input::after{content:' $';position:absolute;left:13px;bottom:13px}.event-form__price-input__group .form-control__input{text-align:right}.event-list-item__image-container{min-width:240px}.event-list-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px){.event-list-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.event-list-item:hover .event-list-time__controls{display:block}.event-list-item__details{position:relative;margin-top:20px}@media only screen and (min-width: 696px){.event-list-item__details{margin-left:30px;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:30px;margin-top:0px}}.event-list-item__details__like-btn{margin-bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-list-item__details__like-btn>:not(:last-child){margin-right:10px}.event-list-item__image{position:relative;margin-bottom:auto;height:300px;width:240px;border-bottom:6px solid #fcb819;border-radius:4px}.event-list-item__controls{width:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;cursor:pointer;margin-left:15px}@media only screen and (max-width: 1023px){.event-list-item__controls{margin-left:0}}.event-list-item__controls:hover .event-list-item__controls__edit-icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/edit-dark-hover-dae3fea65fe15ea90b5641df7455b821.svg)}.event-list-item__controls__edit-icon{width:20px;height:20px;display:block}.event-list-item__control+.event-list-item__control{margin-left:10px}.event-list-item__title-container{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.event-list-item__title{font-family:"avheavy";font-size:20rem;line-height:1.3;text-decoration:none;padding-top:2px}.event-list-item__description{margin-bottom:30px;text-decoration:none}.event-list-item__description p{font-size:16rem}.event-list-item__date,.event-list-item__link,.event-list-item__location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}@media only screen and (min-width: 696px){.event-list-item__date,.event-list-item__link,.event-list-item__location{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0px}}.event-list-item__date{margin-top:10px}.event-list-item__location{margin-top:10px}.event-list-item__date__icon{-ms-flex-preferred-size:20px;flex-basis:20px;height:18px;min-width:18px;line-height:1.8571428571;position:relative;top:-2px;background-repeat:no-repeat;background-size:contain;background-position:center;margin-right:10px}.event-list-item__date__icon{background-image:url(/assets/icons/calendar-cta-yellow-5b58f435c2354d4b1897d4d53e13795f5bffc9758501dc0c7378409f336fa7b0.svg);margin-right:7px}.event-list-item__image__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:20px}@media only screen and (max-width: 695px){.event-list-item__image__details{max-width:250px}}@media only screen and (min-width: 696px){.event-list-item__image__details{margin-top:10px}}@media only screen and (min-width: 696px){.event-list-item__image__details .event-list-item__controls{display:none}}.event-list-item__image__details-title{text-transform:uppercase;text-decoration:none;color:#fcb819;font-size:12rem;font-family:"avheavy";letter-spacing:2px}.event-list-item__link{margin-top:10px}.event-list-items__tags-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.event-list-item__tags{margin-bottom:0px;margin-top:6px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px){.event-list-item__tags{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.event-list-item__date__title,.event-list-item__location__title,.event-list-item__link__title,.event-list-item__tags__title{text-transform:uppercase;margin-bottom:10px;letter-spacing:2px;font-family:"avheavy"}@media only screen and (min-width: 696px){.event-list-item__date__title,.event-list-item__location__title,.event-list-item__link__title,.event-list-item__tags__title{width:120px;margin-right:10px;-ms-flex-item-align:start;align-self:flex-start}}.event-list-item__date__title,.event-list-item__date__date{line-height:1.5}.event-list-item__tags__tag{padding:5px 10px;border-radius:100px;border:1px solid transparent;font-family:"avenirltstdroman";font-size:14rem;color:#414042;margin-right:10px;margin-bottom:10px;white-space:nowrap;background:white;text-decoration:none;position:relative;margin-right:8px}.event-list-item__tags__tag::after{position:absolute;background:radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);border-radius:100px;content:'';width:100%;height:100%;top:-2px;right:-2px;z-index:-1;padding:2px;-webkit-box-sizing:content-box;box-sizing:content-box}.expandable-description__wrapper{display:block}.expandable-description__container{position:relative}.expandable-description__read-more,.expandable-description__read-less{background-image:-webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(40%, white));background-image:linear-gradient(to right, rgba(255,255,255,0), white 40%);display:inline-block;font-family:"avheavy";font-size:12rem;letter-spacing:1.1px;text-transform:uppercase;position:absolute;right:0;bottom:-2px;padding:6px 15px 6px 100px;cursor:pointer}.expandable-description__read-more::after,.expandable-description__read-less::after{content:'';background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-dark-51bea9d9b38f4905c55f29b0ae23740d.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:rotate(90deg);transform:rotate(90deg);border-width:0;height:11px;width:11px;position:absolute;bottom:7px}.expandable-description__read-less{bottom:-25px}.expandable-description__read-less::after{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.field-checkbox{display:block;padding-left:13px;text-indent:-25px}.field-checkbox__label_disabled{color:#e1dee1}.field-checkbox__input{margin-right:12px}.field-checkbox__input--transgender[disabled]+.field-checkbox__label--transgender{color:#e1dfe2}.field-cloudinary-image-input__dropzone{-webkit-transition:background-color 75ms ease-in-out;transition:background-color 75ms ease-in-out}.field-cloudinary-image-input__dropzone:hover{background-color:rgba(65,64,66,0.06);cursor:pointer}.is-error .field-cloudinary-image-input__dropzone{background:#fbe1dc}.field-cloudinary-image-input__container--multi,.field-cloudinary-image-input__container{border-top:1px solid #e1dfe2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:110px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.field-cloudinary-image-input__container--multi.with-image,.field-cloudinary-image-input__container.with-image{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.field-cloudinary-image-input__add-another-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(65,64,66,0.06);padding:10px 0}.field-cloudinary-image-input__images-container{border-top:1px solid #e1dfe2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:110px}@media only screen and (max-width: 695px){.field-cloudinary-image-input__images-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}.field-cloudinary-image-input__container--multi{border:none;padding:5px;width:120px}.field-cloudinary-image-input__image,.field-cloudinary-image-input__image--multi,.field-cloudinary-image-input__spacer,.field-cloudinary-image-input__info{-webkit-box-flex:1;-ms-flex:1;flex:1;height:110px}.field-cloudinary-image-input__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:15px;max-width:calc( 50% - 55px)}.field-cloudinary-image-input__image,.field-cloudinary-image-input__image--multi{background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:110px;flex-basis:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.field-cloudinary-image-input__image--multi{width:110px;background-color:rgba(65,64,66,0.1);position:relative}.field-cloudinary-image-input__filename{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:95%;margin-bottom:5px;font-size:12rem;padding-top:3px}.field-cloudinary-image-input__replace-button{padding:5px 10px;border-radius:100px;font-family:"avenirltstdroman";font-size:12rem;color:#414042;margin-right:10px;margin-bottom:10px;white-space:nowrap;background-color:rgba(65,64,66,0.2);-webkit-transition:background-color 75ms ease-in-out, color 75ms ease-in-out;transition:background-color 75ms ease-in-out, color 75ms ease-in-out}.field-cloudinary-image-input__delete-button{background-color:rgba(65,64,66,0.8);border-radius:50%;width:28px;height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:5px;right:5px}.field-cloudinary-image-input__delete-button:before{content:'';display:block;background:url(/assets/icons/trash2-b9538f893459f38b760527539715eda4c1f91a37b57bfacec3eaf8080649ffa0.svg);height:17px;width:13px;background-repeat:no-repeat;background-size:contain}.field-cloudinary-image-input__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0 25px}.field-cloudinary-image-input__placeholder__plus-sign,.field-cloudinary-image-input__placeholder__plus-sign--small{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/upload-6eb29ceeacccce3dad3e6aee4ab7914f.svg);width:30px;height:30px;background-size:contain}.field-cloudinary-image-input__placeholder__plus-sign--small{width:20px;height:20px}.field-cloudinary-image-input__placeholder-message,.field-cloudinary-image-input__placeholder-message--with-image,.field-cloudinary-image-input__placeholder-message--small{color:#9b9b9b;position:relative;top:14px;font-size:16rem;text-align:center}.field-cloudinary-image-input__placeholder-message *,.field-cloudinary-image-input__placeholder-message--with-image *,.field-cloudinary-image-input__placeholder-message--small *{color:#9b9b9b}.field-cloudinary-image-input__placeholder-message--small{top:5px;font-size:12rem}.field-cloudinary-image-input__placeholder-message--with-image{margin-left:10px;top:1px}.field-cloudinary-image-input__loader{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);display:block;width:40px;height:40px}.filter-button{border:none;background-color:#4990e2;color:#ffffff;text-transform:uppercase;border-radius:2px;font-size:16rem;letter-spacing:1.5px;padding:10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.filter-button:focus{outline:none}@media only screen and (max-width: 695px){.filter-button{margin:15px auto 10px auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#414042;border-bottom:1px solid #414042;border-radius:0;background-color:#ffffff;text-transform:none;padding:5px 0}}.filter-button::before,.filter-button::after{content:'';overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat}.filter-button::before{margin-right:13px;display:inline-block;width:22px;height:22px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/toggles-43f10da9810ee3af7fb4dac07fcfb8d7.svg)}@media only screen and (max-width: 695px){.filter-button::before{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/toggles-dark-d3ed04c8d1a04e5efcec56e23529d825.svg)}}.filter-button::after{display:none;margin-left:13px;width:11px;height:11px}@media only screen and (max-width: 695px){.filter-button::after{display:inline-block;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-dark-51bea9d9b38f4905c55f29b0ae23740d.svg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.filters-location__container{position:relative;margin:15px 0}.filters-location{width:100%;background-color:#ffffff;border:1px solid #9b9b9b;border-radius:3px;font-size:16rem;line-height:16px;padding:10px 10px 10px 48px}.filters-location::-webkit-input-placeholder{color:#9b9b9b}.filters-location::-moz-placeholder{color:#9b9b9b}.filters-location:-ms-input-placeholder{color:#9b9b9b}.filters-location::-ms-input-placeholder{color:#9b9b9b}.filters-location::placeholder{color:#9b9b9b}.filters-location__icon{position:absolute;top:10px;left:10px;width:20px;height:20px}.filters-modal{border:none;right:initial;left:calc(5% + 30px);width:auto;top:110px;border-top-left-radius:2px;border-top-right-radius:2px;background:none}.filters-modal .modal-close{display:none}@media only screen and (max-width: 695px){.filters-modal{width:100%;left:initial;top:inherit}}@media only screen and (min-width: 696px){.filters-modal{max-width:none}}.filters-modal .modal__container{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}@media only screen and (max-width: 695px){.filters-modal .modal__container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.filters-modal__content{width:290px;position:relative;background:white}@media only screen and (max-width: 695px){.filters-modal__content{width:auto}}.filters-modal__backdrop{position:absolute;left:0;right:0;top:-2px;bottom:0;background-color:rgba(0,0,0,0.85);z-index:3}.filters-modal__header{border:none;background-color:#4990e2;color:#ffffff;text-transform:uppercase;font-size:16rem;letter-spacing:1.5px;padding:10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top-left-radius:2px;border-top-right-radius:2px}.filters-modal__header::before{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/toggles-43f10da9810ee3af7fb4dac07fcfb8d7.svg);content:'';width:22px;height:22px;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;display:inline-block;margin-right:13px}.filters-modal__close{background-color:transparent;border:none;width:14px;height:14px;margin-left:132px;margin-top:-3px}.filters-modal__close:focus{outline:none}@media only screen and (max-width: 695px){.filters-modal__close{margin-left:calc(100% - 118px)}}.filters-modal__body{background:#ffffff;color:#4990e2;text-transform:uppercase;font-size:16rem;letter-spacing:1.5px;padding:15px;position:relative}.filters-modal__tags{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"avbook";-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px;position:relative;text-transform:none;z-index:2}.filters-modal__secondary-header{font-family:"avbook";font-size:14rem;color:#414042;letter-spacing:1px;margin-left:10px}.filter-modal__button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding:30px 15px 30px}.filter-modal__button-container+.filters-modal__divider{margin:0 15px;width:calc(100% - 30px);border-top-color:#9b9b9b}.filter-modal__remote-checkbox-container{padding:20px 0 10px 0}.filter-modal__checkbox-container{padding:20px 15px 20px}.filter-modal__checkbox-container .filters-modal__notifications-checkbox{position:relative;padding-left:41px;width:85%;margin:0 auto}.filter-modal__checkbox-container .filters-modal__notifications-checkbox:before{position:absolute;left:0;top:0;bottom:0;margin:auto}.filter-modal__checkbox-container+.filters-modal__divider{margin:0 15px;width:calc(100% - 30px)}.filters-modal__button{-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,0.25);box-shadow:0 2px 7px 0 rgba(0,0,0,0.25);font-size:14rem;width:35%;max-width:200px;min-width:112px;letter-spacing:1px !important}.filters-modal__divider{border-top:1px solid #4990e2;width:100%;margin:10px 0 20px}.filters-modal__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:15px 0 10px}.filters-modal__intro{margin-left:50px;margin-right:50px;max-width:512px}@media only screen and (max-width: 695px){.filters-modal__intro{text-align:center;margin:34px;max-width:none}}.filters-modal__intro--header{font-family:"avheavy";font-size:32rem;letter-spacing:0.5px;margin-bottom:24px;color:white}@media only screen and (max-width: 695px){.filters-modal__intro--header{font-size:22rem;letter-spacing:0.33px;margin-bottom:15px}}.filters-modal__intro--text{font-family:"avenirltstdroman";font-size:18rem;color:white;line-height:1.33}@media only screen and (max-width: 695px){.filters-modal__intro--text{font-size:14rem}}.filters-modal__intro--button{margin-top:34px;width:112px}@media only screen and (max-width: 695px){.filters-modal__intro--button{margin-top:26px}}.alert{-ms-flex-preferred-size:80%;flex-basis:80%;padding:10px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;width:100%}@media only screen and (min-width: 696px) and (max-width: 1023px){.alert{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (min-width: 1024px){.alert{-ms-flex-preferred-size:30%;flex-basis:30%}}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert button{background-color:transparent;border-color:transparent}.alert-success{background-color:#dff0d7}.alert-info{background-color:#d8edf8}.alert-warning{background-color:#fcf8e2}.alert-warning-session{background-color:#fcb819;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:550px;margin-bottom:0;padding:9px;border-radius:0}.alert-warning-session div,.alert-warning-session button{font-size:16rem;font-family:"avheavy";color:#ffffff}.alert-warning-session button{font-size:24rem;float:right;line-height:10px}.alert-danger{background-color:#fbe1dc}.flash-message{background-color:#fcb819;border-radius:3px;cursor:pointer;display:none;padding:10px;width:100%}.flash-message.alert-info{background-color:#4990e2}.flash-message--global{bottom:90px;left:5%;position:fixed;width:90%;z-index:14}@media only screen and (min-width: 1024px){.flash-message--global{bottom:30px;left:50%;-webkit-transform:translateX(-300px);transform:translateX(-300px);width:600px}}.flash-message--show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flash-message__text{color:#ffffff;font-size:16rem;font-family:"avheavy";line-height:1.375}.flash-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flash-container.mod-no-padding{position:absolute;top:120px;width:100%;z-index:14}.flash-container .message{display:inline}#explore.index>.flash-container,#search.index>.flash-container,.root>.flash-container{position:absolute;top:100px;left:0;right:0;margin:auto}#explore.index>.flash-container .alert,#search.index>.flash-container .alert,.root>.flash-container .alert{-ms-flex-preferred-size:80%;flex-basis:80%}.floating-mobile-nav__footer-spacer{content:' ';width:100%;height:96px}@media only screen and (min-width: 696px){.floating-mobile-nav__footer-spacer{display:none}}div[class*="community-feed-conversation"] .floating-mobile-nav__footer-spacer{display:none}.floating-mobile-nav__container{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:sticky;bottom:0;z-index:1;margin-bottom:-40px}@media only screen and (max-width: 695px){.floating-mobile-nav__container{display:-webkit-box;display:-ms-flexbox;display:flex}}.floating-mobile-nav__add-to-path-button{position:absolute;right:5px;top:-69px}.floating-mobile-nav__add-to-path-button>.cta-icon{width:64px;height:64px}.floating-mobile-nav__nav{width:100%;-webkit-box-shadow:0 -3px 8px -5px rgba(0,0,0,0.5);box-shadow:0 -3px 8px -5px rgba(0,0,0,0.5);background:#414042;height:81px;padding:0 20px 25px 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.floating-mobile-nav__nav-item{border-bottom:2px solid transparent;color:#ffffff;font-size:16rem;font-family:"avheavy";text-transform:uppercase;text-decoration:none}.floating-mobile-nav__nav-item.active{border-image-source:radial-gradient(circle at 21% 0, #ff3a1e, #fcb819);border-image-slice:1}.follow-btn-icon--add{width:12px;height:12px;vertical-align:middle;margin-right:5px;margin-top:-3px}.follow-btn-icon--check{margin-right:3px;vertical-align:text-bottom}@media only screen and (min-width: 696px){.follow-list-items{height:calc(100% - 64px);overflow-y:scroll}}.follow-list-items__placeholder{text-align:center;margin:20px 0}.follow-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e1dfe2}@media only screen and (min-width: 696px){.follow-list-item{padding:30px 40px}}@media only screen and (max-width: 695px){.follow-list-item{padding:20px 10px}}.follow-list-item:last-of-type{border-bottom:0}.follow-list-item__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.follow-list-item__section--photo{-ms-flex-preferred-size:65px;flex-basis:65px;margin-right:10px}.follow-list-item__section--info{-webkit-box-flex:2;-ms-flex:2;flex:2;min-width:0;margin-right:5px}.follow-list-item__section--btn{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:150px}@media only screen and (max-width: 374px){.follow-list-item__section--btn{-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:15px}}.follow-list-item__profile-photo{width:55px;height:55px}.follow-list-item__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-family:"avheavy";font-size:18rem;margin-bottom:5px;max-width:210px}.follow-list-item__link{text-decoration:none}.follow-list-item__link:hover{text-decoration:underline}.follow-list-item__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-family:"avenirltstdroman";margin-bottom:5px;max-width:210px}.follow-list-item__location{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#898989;font-family:"avenirltstdroman";max-width:210px}.follow-list__loading{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:contain;background-position:center;background-size:80px;position:absolute;left:0;right:0;bottom:0;top:0}.follow-list__loading.suggested{height:300px;width:80px;position:relative}.framed-avatar__outer-frame--large{background-image:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);width:220px;height:220px;background-size:300px;border-radius:50%;position:relative}@media only screen and (max-width: 695px){.framed-avatar__outer-frame--large{width:170px;height:170px}}@media only screen and (max-width: 511px){.framed-avatar__outer-frame--large{width:130px;height:130px}}.framed-avatar__outer-frame--normal{background-image:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);width:220px;height:220px;background-size:300px;border-radius:50%;position:relative;width:170px;height:170px}@media only screen and (max-width: 695px){.framed-avatar__outer-frame--normal{width:130px;height:130px}}.framed-avatar__buffer--large{width:216px;height:216px;background-color:#ffffff;border-radius:50%;position:absolute;top:2px;right:2px}@media only screen and (max-width: 695px){.framed-avatar__buffer--large{width:166px;height:166px}}@media only screen and (max-width: 511px){.framed-avatar__buffer--large{width:128px;height:128px;top:1px;right:1px}}.framed-avatar__buffer--normal{width:216px;height:216px;background-color:#ffffff;border-radius:50%;position:absolute;top:2px;right:2px;width:166px;height:166px}@media only screen and (max-width: 695px){.framed-avatar__buffer--normal{width:128px;height:128px;top:1px;right:1px}}.framed-avatar__inner-frame--large{width:206px;height:206px;background-size:300px;border-radius:50%;position:absolute;top:5px;right:5px}@media only screen and (max-width: 695px){.framed-avatar__inner-frame--large{width:156px;height:156px}}@media only screen and (max-width: 511px){.framed-avatar__inner-frame--large{width:122px;height:122px;top:3px;right:3px}}.framed-avatar__inner-frame--large img.default-avatar__img{width:100%}.framed-avatar__inner-frame--normal{width:206px;height:206px;background-size:300px;border-radius:50%;position:absolute;top:5px;right:5px;width:156px;height:156px}@media only screen and (max-width: 695px){.framed-avatar__inner-frame--normal{width:122px;height:122px;top:3px;right:3px}}.framed-avatar__inner-frame--normal img.default-avatar__img{width:100%}.framed-avatar__center--large{width:200px;height:200px;position:absolute;top:3px;right:3px;border-radius:50%;background-color:#ffffff}@media only screen and (max-width: 695px){.framed-avatar__center--large{width:150px;height:150px}}@media only screen and (max-width: 511px){.framed-avatar__center--large{width:120px;height:120px;top:1px;right:1px}}.framed-avatar__center--normal{width:200px;height:200px;position:absolute;top:3px;right:3px;border-radius:50%;background-color:#ffffff;width:150px;height:150px}@media only screen and (max-width: 695px){.framed-avatar__center--normal{width:120px;height:120px;top:1px;right:1px}}.gradient-page-header{font-size:20rem;font-family:"avenirltstdroman";letter-spacing:0.7px;border:2px solid;border-image-source:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);border-image-slice:1;padding:20px;color:#414042}@media only screen and (max-width: 695px){.gradient-page-header{font-size:16rem;text-align:center}}.gradient-page-header__non-breaking-text{font-size:20rem;font-family:"avenirltstdroman";color:#414042}@media only screen and (max-width: 695px){.gradient-page-header__non-breaking-text{font-size:16rem}}@media only screen and (max-width: 511px){.gradient-page-header__non-breaking-text{font-size:16rem;display:block}}.grants-board-marketing__container{max-width:700px;margin-top:160px;margin-bottom:0 !important}.grants-board-marketing__body{margin-top:50px}.grants-board-marketing__header__title,.grants-board-marketing__body__title{margin-bottom:30px}.grants-board-marketing__header__subtitle{font-size:18rem;font-family:"avenirltstdmedium";margin-bottom:30px}.grants-board-marketing__body__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:60px}@media only screen and (min-width: 696px){.grants-board-marketing__body__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.grants-board-marketing__body__block-title{width:120px;text-align:left;font-family:"avbook";margin-right:15px}@media only screen and (min-width: 696px){.grants-board-marketing__body__block-title{text-align:right}}.grants-board-marketing__body__block-main{margin-top:1.5em;-webkit-box-flex:1;-ms-flex:1;flex:1;font-family:"avbook";list-style:disc;line-height:1.8}.grants-board-marketing__body__block-main li{margin-left:16px;line-height:inherit}.grants-board-marketing__body__block-main p{line-height:inherit}.invite-friends{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:400px}.invite-friends__email-input{border:1px solid #9b9b9b;border-radius:3px;padding:10px;width:100%;margin:0px}.invite-friends__input{position:relative;margin-bottom:5px}.invite-friends__input--disabled{background-color:#eae6ea;height:39px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.invite-friends__prompt--disabled{color:#9b9b9b}.invite-friends__separator{position:absolute;border-left:1px solid #9b9b9b;right:40px;top:7px;height:25px}.invite-friends__adder{position:absolute;right:12px;top:11px}.invite-friends__email{padding:15px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.invite-friends__input-container{margin-bottom:30px;width:265px}.invite-friends__input-error{color:#ff3a1e;font-size:12rem;padding:0 10px}.invite-friends__error{border-color:#ff3a1e}.invite-friends__icon{padding:10px}.invite-friends__submit{-ms-flex-item-align:end;align-self:flex-end}.invite-friends__modal .modal-close{display:inherit !important;top:28px}.invite-success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:400px;-ms-flex-pack:distribute;justify-content:space-around;padding-bottom:150px;text-align:center}.invite-success__icon{height:60px;width:60px}.invite-success__header{font-size:18rem;font-family:"avenirltstdroman"}.invite-success__text{font-size:12rem;line-height:1.5}.invite-success__button{margin-top:30px}.join__modal-overlay{background-color:transparent}.join__modal{background-color:#f9f8f9;-webkit-box-shadow:3px -7px 4px 0 rgba(0,0,0,0.15);box-shadow:3px -7px 4px 0 rgba(0,0,0,0.15);bottom:0;left:0;right:0;top:initial;max-width:none}.join__modal>.modal-close{top:18px;right:8px}.join__modal--open{overflow:scroll}.join__sign-in,.join__sign-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 15px}@media only screen and (min-height: 900px){.join__sign-in,.join__sign-up{height:650px}}.join__sign-up__squiggle-container{background-position:top center;background-repeat:no-repeat;background-size:cover;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/squiggle-red-c94716eb84423246a99be1a3887a76e3.svg);padding:0 45px}.join__form-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:20px;margin-top:50px}@media only screen and (min-width: 696px){.join__form-container{margin-left:60px;width:500px}}.join__sign-up__title{font-size:28rem;margin-bottom:20px}@media only screen and (min-width: 696px){.join__sign-up__title{font-size:36rem}}.join__sign-up__subtitle{font-size:20rem;margin-bottom:40px}.join__sign-up__subtitle--with-form{display:none}@media only screen and (min-height: 900px){.join__sign-up__subtitle--with-form{display:block}}@media only screen and (min-height: 900px){.join__sign-up__subtitle--with-links{display:none}}.join__sign-up__subtitle__link-container{font-size:20rem;margin-bottom:20px}.join__sign-up__link{font-size:20rem}.join__sign-up__form{display:none}@media only screen and (min-height: 900px){.join__sign-up__form{display:block}}.join__claim-company-success__container{text-align:center}.join__claim-company-success__container *{font-family:"avenirltstdroman";font-size:18rem;line-height:1.4}.join__claim-company-success__check-mark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/check-green-gradient-8eba3e3b8304e4289688033e86287392.svg);background-size:contain;height:60px;width:60px;margin:0 auto 25px}.join__claim-company-success__text{margin:0 auto 43px;max-width:400px}.like__btn:focus{outline:none}.like__btn__icon{width:32px;height:30px}.like__btn__icon:not(.cta-icon--liked):hover{-webkit-transition:background-image 250ms;transition:background-image 250ms;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/like-hover-fff5cc8655762ddfbe76484a77e4a95b.svg)}.likes{white-space:nowrap}.likes__container{cursor:pointer}.likes__icon{margin-right:5px;position:relative;top:1px}.likes__value{display:inline-block;font-family:"avheavy"}.loader--profile-pic,.loader{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:cover}.loader{width:30px;height:30px}.loader--profile-pic{width:60px;height:60px}.location-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:70px}.location-info.is-registration{display:block}.location-info~.form-actions{margin-top:50px}.location-info.mod-no-margin-top{margin-top:0px}.location-info__fields{width:100%}.location-info__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.location-info__columns__field{width:49%}@media only screen and (max-width: 695px){.location-info__columns__field{margin-bottom:10px}}.markdown-content ol{list-style-type:decimal}.markdown-content ol li{line-height:1.3571428571;margin-left:1em}.member-input .rbt-menu{-webkit-box-shadow:#f2f0f2 0 0 0px 1px;box-shadow:#f2f0f2 0 0 0px 1px;z-index:12}.member-input .dropdown-item{padding-top:5px;padding-bottom:5px}.member-input .member-input-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:38px}.member-input .member-input-item__name{padding:15px}.member-input .member-input-item__picture{height:38px;width:38px}.member-input .member-input-item__picture .profile-image{height:38px;width:38px}.member-input .member-input-item__picture img{display:block}@media only screen and (min-width: 696px){.ask-a-question__modal{max-height:550px}}@media only screen and (max-width: 695px){.ask-a-question-modal__close-button{display:none}}.ask-a-question-modal__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 16px 20px;margin-bottom:0;height:calc(100% - 65px)}.ask-a-question-modal__form .form-control{background-color:transparent;border:none;font-size:16rem}.ask-a-question-modal__text-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:none;flex:none;border-bottom:2px solid #e1dfe2;margin-bottom:0;padding-top:10px}.ask-a-question-modal__text-input .form-label{-webkit-box-flex:0;-ms-flex:0;flex:0;color:#9b9b9b;display:inline-block;font-size:16rem}.ask-a-question-modal__text-input .form-control{-webkit-box-flex:1;-ms-flex:1;flex:1;display:inline-block;padding-top:0}.ask-a-question-modal__textarea{border-bottom:2px solid #e1dfe2;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex}.ask-a-question-modal__textarea .form-control{margin-top:13px;padding:0;-webkit-appearance:none;outline:none}.ask-a-question-modal__form-actions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ask-a-question-modal__form-action{-webkit-box-flex:0;-ms-flex:0;flex:0;font-size:18rem}.ask-a-question-modal__form-action .btn{width:130px}.ask-a-question-modal__success{padding:75px 0 150px;text-align:center}.ask-a-question-modal__check-mark{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/check-green-gradient-8eba3e3b8304e4289688033e86287392.svg);background-size:contain;height:60px;width:60px;margin:0 auto 25px}.ask-a-question-modal__success-text{font-family:"avenirltstdroman";font-size:18rem;line-height:1.4;margin:0 auto 43px;width:152px}.member-body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1023px){.member-body-container{margin-bottom:70px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.member-body-container.member-blocker{margin-top:20px}@media only screen and (min-width: 696px){.member-body-container.member-blocker{border-top:1px solid #cbcbcb}}@media only screen and (min-width: 1024px){.member-body-container.member-blocker{margin-top:40px}}.member-body-container--work .member-body__side-panel{display:none}.member-body-container--path .member-body__side-panel{margin-left:10px}@media only screen and (max-width: 1023px){.member-body-container--path .member-body__side-panel{display:none}}.member-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (min-width: 1024px){.member-body{min-height:500px}}@media only screen and (max-width: 695px){.member-body{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.member-body.member-body--works,.member-body.member-body--about,.member-body.member-body--events,.member-body.member-body--opportunities{margin-top:25px}.member-body.member-body--works p,.member-body.member-body--about p,.member-body.member-body--events p,.member-body.member-body--opportunities p{font-family:"avenirltstdroman";font-size:16rem;line-height:22px}.member-body.member-body--works,.member-body.member-body--opportunities,.member-body.member-body--path{width:100%}.member-body.member-body--works{display:block}.member-body.member-body--opportunities{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.member-body.member-body--about{max-width:880px;width:100%;display:block}@media only screen and (max-width: 1023px){.member-body.member-body--about{margin-top:20px}}.member-body.member-body--events{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:25px;width:100%}.member-body__blocked-by-current__container{margin-top:80px;min-height:30vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;border-top:1px solid #cbcbcb;padding-top:30px}@media only screen and (max-width: 1023px){.member-body__blocked-by-current__container{margin-top:20px}}.member-body__blocked-by-current__text{font-family:"avenirltstdroman";font-size:18rem;margin-bottom:40px;line-height:1.33}.member-body__blocked-by-current__button{width:250px}.member-body__empty{margin-top:20px}.member-body__empty__owner{margin:20px auto 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.member-body__empty-prompt{font-family:"avenirltstdroman";font-size:18rem;line-height:24rem}.member-body__empty-prompt__owner{max-width:650px;text-align:center}.member-body__empty-action-button{margin-top:30px}.member-body--works__action-prompt{margin:15px auto;font-family:"avenirltstdroman";font-size:18rem;text-align:center;line-height:1.5;max-width:760px}.member-body--works__action-prompt.prompt-note{font-size:14rem}.member-body--works__add-work-button.btn{border-radius:6px;margin:40px auto;background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), to(#fe841b));background:linear-gradient(to right, #ff3a1e, #fe841b);min-width:185px;display:block}.member-body--works__works{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;width:auto}@media (min-width: 900px){.member-body--works__works{width:830px}}@media (min-width: 1360px){.member-body--works__works{width:1230px;margin:0 -15px}}.member-body--works__add-work-card,.member-body--works__work{width:380px;height:285px;margin:20px 15px;position:relative}@media (max-width: 900px){.member-body--works__add-work-card,.member-body--works__work{max-width:100%;margin:20px auto}}.member-body--works__add-work-card a,.member-body--works__work a{text-decoration:none}.member-body--works__work__image{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center}.member-body--works__add-work-card__image-container,.member-body--works__work__image-container{width:100%;height:260px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.member-body--works__work__image-container{border:1px solid #e1dfe2;background-repeat:no-repeat;background-size:contain;background-position:center}.member-body--works__work--audiowork .member-body--works__work__image-container{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-audiowork-9a54d65a259de0559308a1d6078f2dcb.svg)}.member-body--works__work--videowork .member-body--works__work__image-container{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-videowork-15551016aedbdfc324a500da1b63b5c3.svg)}.member-body--works__work--writtenwork .member-body--works__work__image-container{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-writtenwork-e16fe88140f5064d854525f9db284888.svg)}.member-body--works__add-work-card__image-container{cursor:pointer;background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), color-stop(70%, #fe841b), to(#fcb819));background:linear-gradient(to right, #ff3a1e, #fe841b 70%, #fcb819);font-size:16rem;text-transform:uppercase;letter-spacing:1.8px;position:relative}.member-body--works__add-work-card__image-container>i{position:absolute;width:100px;height:100px}.member-body--works__add-work-card__image-container>div{color:#ffffff;bottom:35px;position:absolute}.member-body--works__work__icon--videowork,.member-body--works__work__icon--audiowork,.member-body--works__work__icon--writtenwork{position:absolute;display:block;width:60px;height:60px;background-repeat:no-repeat;background-size:contain}.member-body--works__work__icon--videowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/video-53f8269c6135adba3088cfa76dc8098c.svg)}.member-body--works__work__icon--audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audio-f63c0af56a4866763d13b01b4df0a503.svg)}.member-body--works__work__icon--writtenwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/written-b81635384036619c286a4aeefe41e580.svg)}.member-body--works__work__title{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.member-body--works__work__title .title-link{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;font-size:18rem}.member-body--works__work__title .title-link.with-actions{max-width:290px}.member-body--works__work__delete-button{cursor:pointer;width:12px;height:15px;position:absolute;bottom:0;right:0;opacity:0.5}.member-body--works__work__edit-button{cursor:pointer;margin-left:20px;margin-top:-1px}.member-body__side-panel{width:100%}@media only screen and (min-width: 1024px){.member-body__side-panel{min-width:290px;width:290px;margin-left:30px}}.member-body__follow-counts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px;width:100%}@media only screen and (max-width: 1023px){.member-body__follow-counts{border-top:1px solid #e1dfe2;padding-top:12px;margin-top:40px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-body__follow-counts{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}.member-body__follow-count{cursor:pointer}.member-body__follow-count__header{text-transform:uppercase;font-size:16rem;letter-spacing:1.33px;margin-bottom:5px}.member-body__follow-count__counter{font-size:12rem;font-family:"avheavy";text-align:center}.member-body__opportunity-card{margin-bottom:20px}.member-body__screen{position:fixed;width:100%;height:100%;top:0;z-index:5}.member-body--about__location-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-bottom:1px solid #d8d8d8;padding-bottom:15px;margin-bottom:15px}@media only screen and (min-width: 1024px){.member-body--about__location-container{display:none}}.member-body--about__location-container img{border-radius:3px;border:1px solid #cbcbcb;width:70px;height:70px}.member-body--about__location-icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/location-gray-78bea018a416d18762bdd22661f4d7ad.svg);height:18px;width:17px;margin-right:6px;vertical-align:bottom}.member-body--about__location-and-hire{margin-left:10px}.member-body--about__available-for-hire{margin:10px 0 0 24px;position:relative;margin-top:15px;font-family:"avheavy"}.member-body--about__available-for-hire:before{content:'';background:#414042;width:8px;height:8px;border-radius:8px;position:absolute;left:-20px;top:2px}.member-body--about-claim-profile__button{margin-bottom:20px}.member-body--about-contact__sign-in{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/contact-info-blurred-bg-2399b0ad585a5c1cbd56381c2f07c991.png);background-repeat:no-repeat;background-size:contain;background-position:center;background-position:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:180px}.member-body--about-contact__sign-in .about-contact__sign-in__button{width:90%}.member-body--about-contact__header,.member-body--about__tags__header,.member-body--about__social__header,.member-body--about-affiliates__header{text-transform:uppercase;font-size:14rem;letter-spacing:2px;margin-bottom:20px;font-family:"avheavy"}.member-body--about-contact__address{line-height:20px}.member-body--about-contact__contact-methods{margin-top:20px}.member-body--about-contact__contact-methods__link{text-decoration:none}.member-body__header-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:60%;flex-basis:60%;margin-bottom:-5px}@media only screen and (min-width: 696px){.member-body__header-container{margin-bottom:0px}}.member-body--path .member-path__header{position:absolute;top:25px;display:none}@media only screen and (min-width: 696px){.member-body--path .member-path__header{display:block}}.member-body__header{display:inline-block;font-size:16rem;font-family:"avenirltstdmedium";text-transform:uppercase;letter-spacing:2px;margin-right:15px}.member-body__header-hint a.hint-link{margin-left:5px;text-transform:uppercase;text-decoration:none;letter-spacing:1px}.member-body__header-hint a.hint-link>i{margin-left:5px;width:10px;height:10px}.member-body--opportunities__opportunities-container{max-width:550px}.member-body--opportunities .member-body__header-container{margin-bottom:30px;-ms-flex-preferred-size:auto;flex-basis:auto}@media only screen and (max-width: 1023px){.member-body--opportunities .member-body__header-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.5}}.member-body--about__owner-edit-about--icon-container{border-radius:50%;position:relative;top:5px;left:8px}.member-body--about__owner-edit-about--icon-container:hover .member-body__edit-icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/edit-dark-hover-dae3fea65fe15ea90b5641df7455b821.svg)}.member-body__edit-icon{width:22px;height:23px}@media only screen and (max-width: 695px){.member-body__edit-icon{width:20px;height:20px}}.member-body--about__social__website{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.member-body--about__social__website-image{width:24px;height:24px;margin-right:10px;background-size:cover;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/website-world-f699fd0e744ea50b339d67e7dc65492b.svg)}.member-body--about__social__website-link{text-decoration:none;max-width:calc(100% - 40px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.member-body--about__social__website-link:hover{text-decoration:underline}.member-body--about__tags-container,.member-body--about__affiliates-container,.member-body--about__social,.member-body--about-contact-container{border-top:1px solid #e1dfe2;margin-top:30px;padding-top:12px}.member-body--about__tags-container:first-child,.member-body--about__affiliates-container:first-child,.member-body--about__social:first-child,.member-body--about-contact-container:first-child{margin-top:40px}@media only screen and (min-width: 1024px){.member-body--about__tags-container:first-child,.member-body--about__affiliates-container:first-child,.member-body--about__social:first-child,.member-body--about-contact-container:first-child{border:0;margin-top:10px}}.member-body--about__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.member-body--about__tags__tag{padding:5px 10px;border-radius:100px;border:1px solid transparent;font-family:"avenirltstdroman";font-size:14rem;color:#414042;margin-right:10px;margin-bottom:10px;white-space:nowrap;background:white;text-decoration:none;position:relative}.member-body--about__tags__tag::after{position:absolute;background:radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);border-radius:100px;content:'';width:100%;height:100%;top:-2px;right:-2px;z-index:-1;padding:2px;-webkit-box-sizing:content-box;box-sizing:content-box}.member-body--about__tags__tag::after{background:#cbcbcb}.member-body--about__tags__tag:hover{color:#ff3a1e}.member-body--about__tags__tag:hover::after{background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), to(#fe841b));background:linear-gradient(to right, #ff3a1e, #fe841b)}.member-body__container{width:100%}.member-body__loading{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:contain;background-position:center;height:30px;width:30px;margin:30px auto 80px}.member-body__events__event{border-bottom:1px solid #e1dfe2;margin-bottom:30px;padding-bottom:30px}.member-body__events__event:last-child{border-bottom:none}.member-body__social__profiles{margin-top:20px;margin-bottom:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:264px}.member-body__social__profiles .member-body--about__social__link{width:24px;height:24px;margin-right:20px;margin-bottom:20px;background-size:24px 24px;background-position:center;background-repeat:no-repeat}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-bandcamp-image{background-size:24px 17px;background-image:url(/assets/icons/bandcamp-f9a00e09bcc4bd7e124c3286db703294fc89ab80625a25aac020916c0c438d43.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-behance-image{background-size:24px 15px;background-image:url(/assets/icons/behance-2a5abf389476ca85c876f93c8cd4277f75a38a95e406c8a97ac6c207abacca49.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-dribbble-image{background-size:24px 17px;background-image:url(/assets/icons/dribbble-9f11b79a1f3a4055e5f93f4d8559ab89212b0fdc712ab03850d19e9f144b5cba.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-facebook-image{background-size:24px 18px;background-image:url(/assets/icons/facebook-c330283d8ea247ebb70fb9a806a04e15e5b2b789261dd2c640484f2875c6a581.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-flickr-image{background-image:url(/assets/icons/flickr-7d5f7c9751970a64da8d84eb5700240e3b8116278ebfac0b828337ef18f95d30.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-instagram-image{background-size:24px 19px;background-image:url(/assets/icons/instagram-89112f7772dab7d67623f128a5493096a2f1389570f458394d5021a42d3805d4.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-linkedin-image{background-size:24px 18px;background-image:url(/assets/icons/linkedin-be4c5d069d4a4e5f534ab5a192bd9f2cfb70a1f50cbd96527c94e84e5433fbd6.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-pinterest-image{background-size:24px 19px;background-image:url(/assets/icons/pinterest-91d479a1c54cfcc40ac10918d150ab8f4e339956448ccede8312666d408a25af.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-soundcloud-image{background-image:url(/assets/icons/soundcloud-f6633ae10a6625d757a6e5f08281fa0989bcf41654458f3e84608867e26e8b4e.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-tumblr-image{background-size:24px 16px;background-image:url(/assets/icons/tumblr-c5f4a9add284009193737189cb2cff14e67f8ad8af606e61cdc6d0f72f1b5c45.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-twitter-image{background-size:24px 16px;background-image:url(/assets/icons/x-71e861e768c3affec1c550528f28f73435e5edeea07fb1870b56453ccf21e6d7.svg)}.member-body__social__profiles .member-body--about__social__link.member-body--about__social-youtube-image{background-image:url(/assets/icons/youtube-40d6d943b21f6db58c6a4bf0c6c3f958d5110d96cc83423e1970fb1281e384f0.svg)}.member-body--about__container{position:relative}.member-body--about__about{font-family:"avenirltstdroman";position:relative}.member-body--about__about-desktop{display:none}@media only screen and (min-width: 1024px){.member-body--about__about-desktop{display:block}}.member-body--about__about-mobile{display:none}@media only screen and (max-width: 1023px){.member-body--about__about-mobile{display:block}}.member-body--about__resume__container{display:inline-block;margin-top:25px;width:100%}.member-body--about__resume__resume-icon{height:22px;width:22px;margin-right:7px}.member-body--about__resume__dropzone,.member-body--about__resume__view-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.member-body--about__resume__view-link a{color:#414042;font-size:16rem;text-decoration:none}.member-body--about__resume__view-link .about__resume__view-link__placeholder{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/view-resume-blurred-bg-f3c332716eb2814a6f4dd900b80196a0.png);background-repeat:no-repeat;background-size:contain;background-position:center;background-position:left;width:100%;min-width:180px;height:40px}.member-body--about__resume__error-message{color:#da321a;margin-top:15px}.member-body--about__resume__delete-button{display:inline;margin-left:30px;cursor:pointer}.member-body--about__resume__delete-button>i{height:12px;width:10px}.member-body--about__resume__upload-button.btn{border-radius:6px;background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), color-stop(70%, #fe841b), to(#fcb819));background:linear-gradient(to right, #ff3a1e, #fe841b 70%, #fcb819);border:0;font-family:"avheavy";font-size:12rem}@media only screen and (min-width: 1024px){.member-body--about__container .expandable-description__read-more,.member-body--about__container .expandable-description__read-less{display:none}}.member-body--about__request-bio{margin:20px 0}.member-body--about__owner-edit-about,.member-body--about__request-bio--prompt{color:#0b0b0b;font-size:18rem;font-family:"avenirltstdroman";line-height:24rem;margin:20px 0 30px 0}.member-body--about__request-bio--button{min-width:200px}.member-body--about__suggested-works{margin:60px auto 0 auto;width:100%}.member-body--about__suggested-works--title{margin-bottom:25px;text-transform:uppercase;letter-spacing:2px;font-family:"avheavy"}.member-body--about__suggested-works--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:15px}.member-body--about__suggested-works .member-body--works__work{margin:0 0 20px 0;width:calc(33% - 10px);height:200px}@media only screen and (max-width: 695px){.member-body--about__suggested-works .member-body--works__work{width:100%;max-width:350px}}.member-body--about__suggested-works .member-body--works__work__image-container{height:200px}.member-body--about__suggested-works .member-body--works__work__title{display:none}@media only screen and (max-width: 695px){.member-body--about__suggested-works--explore-button{width:100%}}.member-body--events__event{-ms-flex-preferred-size:290px;flex-basis:290px;margin-bottom:30px}@media only screen and (max-width: 695px){.member-body--events__event{-ms-flex-preferred-size:100%;flex-basis:100%}}.member-body--events__event .search-result.search-result--event{border-radius:0;border:0.5px solid #cbcbcb;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,0.1);box-shadow:0 2px 7px 0 rgba(0,0,0,0.1);padding:0;width:260px}@media only screen and (max-width: 695px){.member-body--events__event .search-result.search-result--event{margin:auto}}.member-body--events__event .search-result--event__get-tickets--btn{background:#ffffff;color:#0b0b0b;border-radius:6px;width:100%}.member-body--events__event .search-result--event__footer{height:42px;margin:0 10px}.member-body--events__event .search-result__info-banner__title{font-size:16rem;width:220px}.member-body--events__event .search-result__info-banner__start-date__date,.member-body--events__event .search-result__info-banner__start-date__date *,.member-body--events__event .search-result__info-banner__location__name{font-size:12rem}.member-body--events__event .search-result__body.search-result__body--event{border:0;margin:0}.member-body--events__event .search-result__info-banner.search-result__info-banner--event{padding:0 10px;border:0}.member-body__available-for-hire{margin-top:30px;margin-bottom:15px;color:#da321a;font-size:14rem;font-family:"avheavy";text-transform:uppercase;letter-spacing:2px}.member-edit{padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.member-edit--nav{margin-top:-40px;padding-top:20px;width:230px}@media only screen and (min-width: 1024px){.member-edit--nav{margin-top:140px;padding-top:20px}}.member-edit--nav.desktop-menu{display:none}@media only screen and (min-width: 1024px){.member-edit--nav.desktop-menu{display:block}}.member-edit--nav.mobile-menu{background:#ffffff;display:block;position:fixed;left:0;padding-top:50px;width:270px;height:100%;z-index:12}@media only screen and (min-width: 1024px){.member-edit--nav.mobile-menu{display:none}}@media only screen and (max-width: 1023px){.member-edit--nav.initial-state{left:-290px}}@media only screen and (max-width: 1023px){.member-edit--nav.mobile-open{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-box-shadow:0 0 10px 10px rgba(0,0,0,0.1);box-shadow:0 0 10px 10px rgba(0,0,0,0.1)}}@media only screen and (max-width: 1023px){.member-edit--nav.mobile-closed{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-box-shadow:none;box-shadow:none}}.member-edit--nav.mobile-menu .member-edit--nav--spacer::after{right:auto;left:-65px;top:0}.member-edit--nav.mobile-menu .member-edit--nav--items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:33px}.member-edit--nav.mobile-menu .member-edit--nav--items::after{content:' ';left:32px;top:150px;bottom:0;border-left:1px solid #cbcbcb;position:absolute}.member-edit--nav.mobile-menu .member-edit--nav--item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:0}.member-edit--nav.mobile-menu .member-edit--nav--item--decorative{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.member-edit--nav.mobile-menu .member-edit--nav--item--decorative::after{left:-6px;z-index:1}.member-edit--nav.mobile-menu .member-edit--nav--item--link{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:6px}.member-edit--nav--items__title{margin:0 0 40px 0}.member-edit--nav--items__title .text{display:inline-block;font-size:24rem}.member-edit--nav--items__title .mobile-menu-trigger{margin:0 20px;cursor:pointer}@media only screen and (min-width: 1024px){.member-edit--nav--items__title .mobile-menu-trigger{display:none}}.mobile-menu .member-edit--nav--items__title{margin:20px 0 30px 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.member-edit--nav--spacer{position:relative}.member-edit--nav--spacer:after{content:'';position:absolute;height:38px;right:-72px;width:170px;top:-100px;background-repeat:no-repeat;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/squiggle-cb-c2a7d384f1ffd89f5e1d62771d4c9fd8.svg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.member-edit__loading{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:contain;background-position:center;height:60px;width:60px}.member-edit--nav--items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 1024px){.member-edit--nav--items{border-right:1px solid #cbcbcb;padding-top:65px;height:100%;display:block;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.member-edit--nav--item--link{text-transform:uppercase;letter-spacing:1px;text-decoration:none;padding-bottom:4px;margin:16px 0px 12px 0px;border-bottom:1px solid transparent}@media only screen and (min-width: 1024px){.member-edit--nav--item--link{margin:16px 10px 12px 0px}}@media only screen and (max-width: 320px){.member-edit--nav--item--link *{font-size:12rem}}.member-edit--nav--item--link.is-active{font-family:"avheavy";color:#da321a}.member-edit--nav--item--link.is-active .member-edit--nav--item--link-text{font-family:inherit;color:inherit}.member-edit--nav--item--link.is-active .member-edit--nav--item--link-text span{font-family:inherit;color:inherit}.member-edit--nav--item--link.is-active:hover{border-bottom:1px solid transparent}.member-edit--nav--item--link:hover{border-bottom:1px solid #414042}.member-edit--nav--item{margin:0px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width: 1024px){.member-edit--nav--item{min-width:155px;margin:0px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-edit--nav--item{margin:0px 30px 0px 0px}}.member-edit--nav--item--decorative{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:21px;flex-basis:21px;position:relative;width:21px;border-bottom:1px solid #da321a;display:none;height:22.5px;display:flex;align-items:center;visibility:hidden}.member-edit--nav--item--decorative:after{position:absolute;content:'';width:11px;height:11px;top:16.5px;right:-6px;background-color:#da321a;border-radius:50%}.member-edit--nav--item--decorative.is-active{visibility:visible}@media only screen and (min-width: 1024px){.member-edit--forms{width:70%;margin:auto}}@media only screen and (max-width: 1023px){.member-edit--forms{margin-top:12px;-webkit-box-flex:1;-ms-flex:1;flex:1}}.member-edit__title__tag-input{width:100%}.member-edit__title__tag-input .form-control{border-top:1px solid #e1dfe2;position:relative;z-index:1}.member-edit__title__tag-input .tag-input__tags{margin:0}.member-edit__title__tag-input .error-text{display:none}.member-edit__title__tag-input--error .form-control{border-color:#da321a;background-color:#fbe1dc}@media only screen and (max-width: 695px){.member-edit__profile-basics-form .field-checkbox{margin-top:20px}.member-edit__profile-basics-form .field-checkbox label{font-size:16rem}.member-edit__profile-basics-form .form-group.member-info__columns__field{margin-bottom:10px}.member-edit__profile-basics-form .member-info{margin-top:40px}}.member-edit__about-form .form-group.member-edit__about-form__artistic-fields__group{margin-bottom:30px}.member-edit__profile-basics-form,.member-edit__about-form,.member-edit__account-settings-form,.member-edit__social-profiles-form,.member-edit__connections-form{margin-top:40px;margin-bottom:40px}@media only screen and (min-width: 1024px){.member-edit__profile-basics-form,.member-edit__about-form,.member-edit__account-settings-form,.member-edit__social-profiles-form,.member-edit__connections-form{margin-top:60px;margin-bottom:60px}}.member-edit__profile-basics-form .location-info,.member-edit__about-form .location-info,.member-edit__account-settings-form .location-info,.member-edit__social-profiles-form .location-info,.member-edit__connections-form .location-info{display:block}@media only screen and (min-width: 696px){.member-edit__profile-basics-form .location-info,.member-edit__about-form .location-info,.member-edit__account-settings-form .location-info,.member-edit__social-profiles-form .location-info,.member-edit__connections-form .location-info{display:-webkit-box;display:-ms-flexbox;display:flex}}.member-edit__profile-basics-form .form-label,.member-edit__about-form .form-label,.member-edit__account-settings-form .form-label,.member-edit__social-profiles-form .form-label,.member-edit__connections-form .form-label{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-preferred-size:250px;flex-basis:250px;margin:10px 0;line-height:1.125;font-size:16rem;font-family:"avenirltstdmedium"}.member-edit__profile-basics-form .form-label.error-label,.member-edit__about-form .form-label.error-label,.member-edit__account-settings-form .form-label.error-label,.member-edit__social-profiles-form .form-label.error-label,.member-edit__connections-form .form-label.error-label{margin:0}.member-edit__profile-basics-form .form-label .error-text,.member-edit__about-form .form-label .error-text,.member-edit__account-settings-form .form-label .error-text,.member-edit__social-profiles-form .form-label .error-text,.member-edit__connections-form .form-label .error-text{color:#da321a;font-size:inherit;padding-top:5px}@media only screen and (max-width: 695px){.member-edit__profile-basics-form .form-label .error-text,.member-edit__about-form .form-label .error-text,.member-edit__account-settings-form .form-label .error-text,.member-edit__social-profiles-form .form-label .error-text,.member-edit__connections-form .form-label .error-text{padding-top:0;padding-left:10px;display:inline-block}}.member-edit__profile-basics-form .form-label.full-width,.member-edit__about-form .form-label.full-width,.member-edit__account-settings-form .form-label.full-width,.member-edit__social-profiles-form .form-label.full-width,.member-edit__connections-form .form-label.full-width{-webkit-box-flex:1;-ms-flex:1;flex:1}.member-edit__profile-basics-form .form-label .sub,.member-edit__about-form .form-label .sub,.member-edit__account-settings-form .form-label .sub,.member-edit__social-profiles-form .form-label .sub,.member-edit__connections-form .form-label .sub{color:#9b9b9b;font-size:14rem;margin-top:5px}@media only screen and (max-width: 695px){.member-edit__profile-basics-form .form-actions,.member-edit__about-form .form-actions,.member-edit__account-settings-form .form-actions,.member-edit__social-profiles-form .form-actions,.member-edit__connections-form .form-actions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.member-edit__profile-basics-form .form-control::-webkit-input-placeholder,.member-edit__about-form .form-control::-webkit-input-placeholder,.member-edit__account-settings-form .form-control::-webkit-input-placeholder,.member-edit__social-profiles-form .form-control::-webkit-input-placeholder,.member-edit__connections-form .form-control::-webkit-input-placeholder{color:#9b9b9b !important}.member-edit__profile-basics-form .form-control::-moz-placeholder,.member-edit__about-form .form-control::-moz-placeholder,.member-edit__account-settings-form .form-control::-moz-placeholder,.member-edit__social-profiles-form .form-control::-moz-placeholder,.member-edit__connections-form .form-control::-moz-placeholder{color:#9b9b9b !important}.member-edit__profile-basics-form .form-control:-ms-input-placeholder,.member-edit__about-form .form-control:-ms-input-placeholder,.member-edit__account-settings-form .form-control:-ms-input-placeholder,.member-edit__social-profiles-form .form-control:-ms-input-placeholder,.member-edit__connections-form .form-control:-ms-input-placeholder{color:#9b9b9b !important}.member-edit__profile-basics-form .form-control::-ms-input-placeholder,.member-edit__about-form .form-control::-ms-input-placeholder,.member-edit__account-settings-form .form-control::-ms-input-placeholder,.member-edit__social-profiles-form .form-control::-ms-input-placeholder,.member-edit__connections-form .form-control::-ms-input-placeholder{color:#9b9b9b !important}.member-edit__profile-basics-form .form-control::placeholder,.member-edit__about-form .form-control::placeholder,.member-edit__account-settings-form .form-control::placeholder,.member-edit__social-profiles-form .form-control::placeholder,.member-edit__connections-form .form-control::placeholder{color:#9b9b9b !important}@media only screen and (max-width: 1023px){.member-edit__profile-basics-form .member-edit__account-settings-notifications-title,.member-edit__about-form .member-edit__account-settings-notifications-title,.member-edit__account-settings-form .member-edit__account-settings-notifications-title,.member-edit__social-profiles-form .member-edit__account-settings-notifications-title,.member-edit__connections-form .member-edit__account-settings-notifications-title{margin-top:40px}}@media only screen and (min-width: 696px){.member-edit__form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.member-edit__form-group.disabled input{pointer-events:none}.member-edit__available-for-hire--non-artist,.member-edit__social-links--non-artist,.member-edit__contact-info--non-artist{display:none}.member-edit__account-settings-form__success-container,.member-edit__about-form__success-container,.member-edit__profile-basics-form__success-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.member-edit__flash-message{margin-bottom:20px}.member-edit__flash-message .flash-message__text{font-size:14rem}.member-edit__account-settings-form__close-btn,.member-edit__about-form__close-btn,.member-edit__profile-basics-form__close-btn{background-repeat:no-repeat;background-size:contain;background-position:center;cursor:pointer;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/close-white-0118a02105bd1798dac18877848e3663.svg);position:absolute;right:10px;top:8px;height:16px;width:16px}.member-edit__account-settings-form__success-spacer,.member-edit__about-form__success-spacer,.member-edit__profile-basics-form__success-spacer{-ms-flex-preferred-size:250px;flex-basis:250px}@media only screen and (min-width: 1024px){.member-edit__profile-basics-form--social-links{margin-top:60px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-edit__profile-basics-form--social-links{margin-top:40px;margin-bottom:-10px}}.member-edit__profile-basics--image{width:170px;height:170px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.member-edit__profile-basics--image img{width:170px;height:170px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.member-edit__profile-basics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-edit__profile-basics{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:185px}}@media only screen and (min-width: 696px){.member-edit__profile-basics{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.member-edit__profile-basics--info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px){.member-edit__profile-basics--info{padding-left:25px}}.member-edit__profile-basics--info .error-messages{margin-top:10px}.member-edit__profile-basics--info--name{line-height:1.3611111111;font-size:36rem;font-family:"avenirltstdmedium";margin-top:12px;margin-bottom:10px}@media only screen and (min-width: 696px){.member-edit__profile-basics--info--name{margin-top:60px}}.member-edit__profile-basics--info--edit-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:150px}@media only screen and (max-width: 695px){.member-edit__profile-basics--info--edit-button{margin:0 auto}}.member-edit__about-form__tag-input{-ms-flex-preferred-size:100%;flex-basis:100%}.member-edit__about-form__tag-input .tag-input__tags{margin-bottom:0px;z-index:12}.member-edit__profile-basics-form__form-group-spacer{-ms-flex-preferred-size:250px;flex-basis:250px}.member-edit__profile-basics-form__form-label-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.member-edit__profile-basics-form__form-label-container .form-control{width:initial;margin-right:8px;height:16px}.member-edit__profile-basics-form__form-label-container .form-label{font-size:14rem}.member-edit__about-field textarea{height:160px}@media only screen and (min-width: 696px){.member-edit__about-field textarea{margin-bottom:50px}}.member-edit__about-form__artistic-fields,.member-edit__account-settings-form__notifications{-ms-flex-preferred-size:100%;flex-basis:100%}.member-edit__about-form__artistic-fields__group .form-label,.member-edit__account-settings-form__notifications__group .form-label{margin-top:0px;margin-bottom:13px}.member-edit__about-form__artistic-fields__group .field-checkbox__label,.member-edit__account-settings-form__notifications__group .field-checkbox__label{font-family:"avenirltstdroman";font-size:16rem}.member-edit__about-form__artistic-fields__group .field-checkbox__label_disabled,.member-edit__account-settings-form__notifications__group .field-checkbox__label_disabled{font-family:"avenirltstdroman";font-size:16rem}.member-edit__account-settings-form__notifications__group{margin-top:30px}.member-edit__account-settings-form__notifications__group .form-label{margin-top:0px;margin-right:60px;margin-bottom:13px}@media only screen and (max-width: 695px){.member-edit__account-settings-form__notifications__group .form-label{margin-right:0px}}.member-edit__about-form__artistic-fields__group__label,.member-edit__about-form__disciplines__group__label,.member-edit__account-settings-form__notifications__group__label{margin-bottom:5px;font-size:16rem}.member-edit__about-form__artistic-fields__group__error,.member-edit__about-form__disciplines__group__error,.member-edit__account-settings-form__passwords__group__error,.member-edit__account-settings-form__notifications__group__error{color:#da321a;padding-right:10px}.member-edit__about-form__artistic-fields__field,.member-edit__about-form__disciplines__field,.member-edit__account-settings-form__notifications__field{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;margin-right:10px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.member-edit__about-form__artistic-fields__field:last-child,.member-edit__about-form__disciplines__field:last-child,.member-edit__account-settings-form__notifications__field:last-child{margin-bottom:0px}.member-edit__about-form__artistic-fields,.member-edit__about-form__discipline-fields{-ms-flex-preferred-size:100%;flex-basis:100%}.member-edit__about-form__discipline-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 1024px){.member-edit__about-form__discipline-fields{height:200px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-edit__about-form__discipline-fields{height:270px}}.member-edit__about-form__artistic-fields__group .form-label,.member-edit__about-form__disciplines__group .form-label{margin-top:0px}.member-edit__about-form__artistic-fields__field,.member-edit__about-form__disciplines__field{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.member-edit__about-form__artistic-fields__field input[type=checkbox],.member-edit__about-form__disciplines__field input[type=checkbox]{width:auto;margin-right:12px}.member-edit__account-settings-form__delete-link{color:#4990e2;text-decoration:none;width:100%;margin-top:20px;margin-bottom:15px}.member-edit__social-profiles-form .member-edit__social-icon{opacity:.51}.member-edit__social-profiles-form .member-edit__social-submit{margin-top:50px}.member-edit__connections-form__title{font-size:24rem}.member-edit__connections-form__hint-container{display:inline;position:relative;margin-left:6px;vertical-align:middle;cursor:pointer}.member-edit__connections-form__hint{display:none;background:#414042;color:#ffffff;position:absolute;padding:5px 25px;left:28px;top:-27px;width:240px;z-index:1}.member-edit__connections-form__hint p{color:#ffffff}.member-edit__connections-form__hint p.subtitle{font-size:18px;margin-top:30px}.member-edit__connections-form__hint p.subtitle:first-child{margin-top:15px}.member-edit__connections-form__hint p .hint-link{color:inherit}.member-edit__connections-form__hint.visible{display:block}.member-edit__connections-form__hint::before{content:"";position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#414042;width:20px;height:20px;top:20px;left:-10px}@media only screen and (max-width: 695px){.member-edit__connections-form__hint{left:-115px;top:25px}.member-edit__connections-form__hint::before{left:113px;top:-10px}}.member-edit__connections-form__link{color:#4990e2}.member-edit__connections-form__subtitle{font-size:18rem;line-height:1.7777777778;margin-bottom:10px}.member-edit__connections-form__mobile-hint{display:inline-block;margin-left:10px}.member-edit__connections-form__mobile-hint .cta-icon--hint-dark{margin-top:5px}@media only screen and (min-width: 696px){.member-edit__connections-form__mobile-hint{display:none}}.member-edit__connections-form__directory-hint{margin-left:0}.member-edit__connections-form__directory-hint .member-edit__connections-form__hint{left:36px;top:-23px}@media only screen and (max-width: 695px){.member-edit__connections-form__directory-hint .member-edit__connections-form__hint{left:-100px;top:30px}}.member-edit__connections-form__connection-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:40px}@media only screen and (max-width: 695px){.member-edit__connections-form__connection-input{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.member-edit__connections-form__connection-input .connection-input__fields{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px}@media only screen and (max-width: 695px){.member-edit__connections-form__connection-input .connection-input__fields{margin-right:0;margin-bottom:15px}}.member-edit__connections-form__connection-input .connection-input__fields__typeahead{width:100%}.member-edit__connections-form__connection-input .connection-input__fields__typeahead.hidden{display:none}.member-edit__connections-form__connection-input .connection-input__fields__typeahead .rbt-sr-status{display:none}.member-edit__connections-form__connection-input .connection-input__fields__typeahead .no-matches-found{width:200px;font-size:11rem;margin:20px 15px 15px 15px;text-align:center}.member-edit__connections-form__connection-input .connection-input__fields__typeahead .no-matches-found>div{font-size:inherit}.member-edit__connections-form__connection-input .connection-input__fields__typeahead .no-matches-found>button{margin-top:25px}.member-edit__connections-form__connection-input .connection-input__fields__submit{width:180px}@media only screen and (max-width: 695px){.member-edit__connections-form__connection-input .connection-input__fields__submit{width:100%}}.member-edit__connections-form__connection-input .connection-input__fields__submit:disabled{background-color:#cbcbcb;background-image:none;cursor:default}.member-edit__connections-form__connection-input .connection-input__fields__typeahead .rbt-input,.member-edit__connections-form__connection-input .connection-input__fields__selected{background-color:rgba(65,64,66,0.05);border:none;border-top:2px solid #e1dfe2;padding:1px 2px 1px 15px;line-height:32px;width:100%}.member-edit__connections-form__connection-input .connection-input__fields__selected{position:relative}.member-edit__connections-form__connection-input .connection-input__fields__selected.hidden{display:none}.member-edit__connections-form__connection-input .connection-input__fields__selected__delete{position:absolute;right:5px;bottom:10px}.member-edit__connections-form__connection-list{width:100%;margin-top:30px}.member-edit__connections-form__connection-list .add-to-directory--button,.member-edit__connections-form__connection-list .add-affiliate--button{width:21px;height:21px;border:1px solid #cbcbcb;border-radius:3px;background-color:#ffffff;position:relative;cursor:pointer}.member-edit__connections-form__connection-list .add-to-directory--button:disabled,.member-edit__connections-form__connection-list .add-to-directory--button[disabled],.member-edit__connections-form__connection-list .add-affiliate--button:disabled,.member-edit__connections-form__connection-list .add-affiliate--button[disabled]{background-color:#cbcbcb;cursor:default}.member-edit__connections-form__connection-list .add-to-directory--button.added,.member-edit__connections-form__connection-list .add-affiliate--button.added{background-color:#4990e2;border:1px solid #4990e2}.member-edit__connections-form__connection-list .add-to-directory--button.added::before,.member-edit__connections-form__connection-list .add-affiliate--button.added::before{content:'';position:absolute;height:15px;width:15px;top:2px;left:2px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/check-white-d9aa0e7d552c056a1e95cef9d851ed9e.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.member-edit__connections-form__connection-list .add-buttons__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 695px){.member-edit__connections-form__connection-list .add-buttons__wrapper{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:5px 0 20px 47px}}.member-edit__connections-form__connection-list .add-to-directory--button__container,.member-edit__connections-form__connection-list .add-affiliate--button__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:76px;margin-right:35px;cursor:pointer}@media only screen and (max-width: 695px){.member-edit__connections-form__connection-list .add-to-directory--button__container,.member-edit__connections-form__connection-list .add-affiliate--button__container{width:unset;height:30px;margin-right:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.member-edit__connections-form__connection-list .add-to-directory--button__container .label-med-up,.member-edit__connections-form__connection-list .add-to-directory--button__container .label-small,.member-edit__connections-form__connection-list .add-affiliate--button__container .label-med-up,.member-edit__connections-form__connection-list .add-affiliate--button__container .label-small{display:block;white-space:nowrap;font-family:"avenirltstdroman"}.member-edit__connections-form__connection-list .add-to-directory--button__container .label-med-up,.member-edit__connections-form__connection-list .add-affiliate--button__container .label-med-up{margin-top:3px;cursor:pointer}@media only screen and (max-width: 695px){.member-edit__connections-form__connection-list .add-to-directory--button__container .label-med-up,.member-edit__connections-form__connection-list .add-affiliate--button__container .label-med-up{display:none}}.member-edit__connections-form__connection-list .add-to-directory--button__container .label-small,.member-edit__connections-form__connection-list .add-affiliate--button__container .label-small{margin-left:10px}@media only screen and (min-width: 696px){.member-edit__connections-form__connection-list .add-to-directory--button__container .label-small,.member-edit__connections-form__connection-list .add-affiliate--button__container .label-small{display:none}}@media only screen and (min-width: 696px){.member-edit__connections-form__connection-list .add-affiliate--button__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:16px}}@media only screen and (min-width: 696px){.member-edit__connections-form__connection-list .add-to-directory--button__container.compact{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:20px;margin-right:25px}}.member-edit__connections-form__connection-list .active-connections .editable-members-list__picked-list__item{position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap}.member-edit__connections-form__connection-list .pending-connections{opacity:0.5}.member-edit__connections-form__connection-list .pending-connections .editable-members-list__picked-list__person-picture{opacity:0.5}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons{width:230px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons.wide{width:315px}@media only screen and (max-width: 1023px){.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons.wide{width:auto;text-align:right}}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel{margin-left:18px}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve .text{color:#ffffff}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve .cta-icon,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject .cta-icon,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-remove .cta-icon,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel .cta-icon{display:none}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve .text-medium,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject .text-medium,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-remove .text-medium,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel .text-medium{display:none}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve .text-medium,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject .text-medium,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-remove .text-medium,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel .text-medium{display:unset}}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve .text-large,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject .text-large,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-remove .text-large,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel .text-large{display:none}@media only screen and (min-width: 1024px){.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve .text-large,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject .text-large,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-remove .text-large,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel .text-large{display:unset}}@media only screen and (max-width: 695px){.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-remove,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel{width:38px;height:38px;border-radius:19px;padding:0}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve .text,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject .text,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-remove .text,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel .text{display:none}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-approve .cta-icon,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-reject .cta-icon,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-remove .cta-icon,.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .action-buttons-cancel .cta-icon{display:block;margin:auto}}.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .pending__hint-text{display:inline-block;font-size:12rem;font-style:italic;letter-spacing:1.2px;vertical-align:middle;padding:0}@media only screen and (min-width: 696px){.member-edit__connections-form__connection-list .editable-members-list__picked-list__person-action-buttons .pending__hint-text{margin:0;text-align:center}}.member-edit__connections-form__connection-list .subtitle-column{width:190px}.member-edit__connections-form__add-prompts{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:15px 0}.member-edit__connections-form__add-prompts>.add-prompt{margin-right:35px}@media only screen and (min-width: 696px){.member-edit__connections-form__add-prompts{display:-webkit-box;display:-ms-flexbox;display:flex}}.member-edit__connections-form__add-prompts .add-prompt__spacer{content:'';width:45px}.member-follow__wrapper{margin-left:20px;position:relative;height:50%;width:80px}@media only screen and (min-width: 1220px){.member-follow__wrapper{margin-left:44px}}@media only screen and (max-width: 511px){.member-follow__wrapper{margin:5px;width:inherit}}.member-follow{font-size:11rem;color:#414042;text-align:center;letter-spacing:1px;text-decoration:none;z-index:3;position:absolute;display:block}@media only screen and (min-width: 696px){.member-follow{font-size:12rem}}@media only screen and (max-width: 511px){.member-follow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;width:150px;position:static}}.member-follow__link{outline:none}@media only screen and (max-width: 511px){.member-follow__link{text-decoration:none}}.member-follow__header{font-size:inherit;text-transform:uppercase;margin:5px 0px}.member-follow__count{-webkit-animation-fill-mode:none;animation-fill-mode:none;font-size:inherit;font-family:"avheavy"}.member-follow__members__header{font-family:"avheavy";font-size:26rem;text-align:center}.member-follow__members{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:32px}.member-header{background:#ffffff}.member-header--uploading{background-image:none !important}.member-header__loading{position:absolute;top:265px;left:50%;height:65px;width:65px}.member-header__info-container{padding-top:120px}@media only screen and (max-width: 695px){.member-header__info-container{padding-top:90px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-header__info-container{padding-top:110px}}.member-header__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.member-header__profile-photo-container{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px}.member-header__profile-photo{width:170px;height:170px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:188px;height:188px}.member-header__profile-photo img{width:100%}@media only screen and (max-width: 1023px){.member-header__profile-photo{width:70px;height:70px}}.member-header__profile-photo.mod-white-border img{border:3px solid rgba(255,255,255,0.6);border-radius:50%}.member-header__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 1024px){.member-header__details{height:188px}}.member-header__details__name{font-size:18rem;font-family:"avheavy";text-decoration:none;color:#0b0b0b;white-space:nowrap}@media only screen and (min-width: 1024px){.member-header__details__name{font-size:36rem}}.member-header__edit-profile{margin-left:10px;display:inline-block}.member-header__edit-profile__icon{width:20px;height:20px;margin-right:6px;margin-bottom:-3px}@media only screen and (max-width: 1023px){.member-header__edit-profile__icon{width:16px;height:16px;margin-bottom:-2px}}.member-header__edit-profile__button{display:inline-block}.member-header__edit-profile__button span{color:#9b9b9b;font-size:16rem;font-family:"avenirltstdroman";text-transform:uppercase;text-decoration:underline}.member-header__details__report__link{width:20px;margin-left:10px}.member-header__details__report__link:hover{cursor:pointer;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/ellipsis-gradient-cf1b7230da615edb106619dda1e4c994.svg)}@media only screen and (max-width: 1023px){.member-header__details__report__link{height:10px}}.member-header__details-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px 0px 35px 0px;min-height:20px;line-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px){.member-header__details-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-header__details-container{margin:15px 0px}}.member-header__right-panel__container{width:290px;margin-left:30px;display:none}@media only screen and (min-width: 1024px){.member-header__right-panel__container{display:block}}.member-header__location-map{overflow:hidden;background:#e1dfe2;width:100%;height:140px;border-radius:5px;border:1px solid #cbcbcb}.member-header__location-icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/location-gray-78bea018a416d18762bdd22661f4d7ad.svg);height:18px;width:17px;min-width:17px;margin:1px 6px 0 0}.member-header__location-and-hire{margin-top:10px;font-size:16rem}.member-header__location{font-size:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;line-height:24px}.member-header__available-for-hire{position:relative;margin:10px 0 0 24px;font-size:16rem;line-height:1.5;font-family:"avheavy"}.member-header__available-for-hire:before{content:'';background:#414042;width:8px;height:8px;border-radius:8px;position:absolute;left:-20px;top:7px}.member-header__location-text,.member-header__available-for-hire{font-size:18rem}.member-header__details__title{color:#0b0b0b;font-size:14rem;font-family:"avenirltstdroman";margin-top:6px}@media only screen and (min-width: 1024px){.member-header__details__title{font-size:18rem}}.member-header__details__desc-and-actions__container{margin:5px 0 0 0}@media only screen and (min-width: 1024px){.member-header__details__desc-and-actions__container{margin:0 0 0 215px}}.member-header__details__name-and-title__container{margin-left:80px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 1024px){.member-header__details__name-and-title__container{margin-left:215px;height:auto}}.member-header__description{-webkit-transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in, -ms-flex-preferred-size 100ms ease-in;padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.member-header__description .text{font-size:18rem;font-family:"avenirltstdlight";line-height:1.3333333333;color:#414042;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:10px}@media only screen and (max-width: 695px){.member-header__description .text{font-size:16rem}}@media only screen and (max-width: 1023px){.member-header__description{padding-top:0}}.member-header__description-link{font-size:18rem;color:#414042}@media only screen and (max-width: 1023px){.member-header__description-link{margin-bottom:20px;font-size:16rem;-ms-flex-preferred-size:100%;flex-basis:100%}}.member-header__path-actions{display:none;-webkit-box-flex:2;-ms-flex:2;flex:2;height:40px}@media only screen and (min-width: 0px) and (max-width: 695px){.member-header__path-actions{width:300px;min-width:300px;max-width:300px;-ms-flex-preferred-size:300px;flex-basis:300px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-header__path-actions{width:320px;min-width:320px;max-width:320px;-ms-flex-preferred-size:320px;flex-basis:320px}}@media only screen and (min-width: 696px){.member-header__path-actions{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width: 696px) and (max-width: 1023px){.member-header__path-actions{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (max-width: 695px){.member-header__path-actions__squiggle-container{-webkit-transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in, -ms-flex-preferred-size 100ms ease-in;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}}.member-header__path-actions__squiggle-spacer{-ms-flex-preferred-size:100%;flex-basis:100%;border-top:1px solid #e1dfe2}.member-header__path-actions__squiggle{-ms-flex-preferred-size:210px;flex-basis:210px;position:relative}.member-header__path-actions__squiggle.has-button{-ms-flex-preferred-size:167px;flex-basis:167px}.member-header__path-actions__squiggle:after{content:'';position:absolute;height:38px;width:167px;left:0px;top:-31px;margin-left:-20px;background-repeat:no-repeat;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/squiggle-e1-3d08665085b5e4e0460be2d23ab85740.svg)}@media only screen and (min-width: 696px){.member-header__path-actions__squiggle:after{margin-left:0px;width:167px}}@media only screen and (max-width: 511px){.member-header__path-actions__squiggle:after{width:150px}}.member-header__path-actions__action{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin-top:0px;margin-bottom:50px}@media only screen and (min-width: 1024px){.member-header__path-actions__action{margin-top:-15px;margin-bottom:0px}}.member-header__path-actions__action.has-button{border-top:none}@media only screen and (min-width: 696px){.member-header__path-actions__action.has-button{margin-bottom:40px;display:none}}@media only screen and (min-width: 1220px){.member-header__path-actions__action.has-button{display:block}}@media only screen and (min-width: 696px){.member-header__details--button{margin-bottom:40px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:block}}@media only screen and (min-width: 1220px){.member-header__details--button{display:none}}.member-header__actions__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:20px}@media only screen and (min-width: 1024px){.member-header__actions__container{margin-bottom:-20px}}@media only screen and (max-width: 695px){.member-header__actions__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.member-header__share-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width: 696px){.member-header__share-container{display:none}}.member-header__share-container .btn.member-header__share-button{-webkit-box-flex:1;-ms-flex:1;flex:1}.member-header__share-container .btn.member-header__share-button:nth-child(2){margin-left:15px}.member-header__share-button__qr-code i{margin-bottom:-3px;margin-right:6px}.btn.member-header__ask-button,.btn.member-header__add-to-profile-button,.btn.member-header__claim-profile__button,.btn.member-header__share-button,.btn.member-header__edit-profile-button,.btn.member-header__delete-profile-button{border-radius:6px;border:0;width:220px}@media only screen and (max-width: 695px){.btn.member-header__ask-button,.btn.member-header__add-to-profile-button,.btn.member-header__claim-profile__button,.btn.member-header__share-button,.btn.member-header__edit-profile-button,.btn.member-header__delete-profile-button{width:100%}}.btn.member-header__add-to-profile-button{background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), color-stop(70%, #fe841b), to(#fcb819));background:linear-gradient(to right, #ff3a1e, #fe841b 70%, #fcb819)}.btn.member-header__delete-profile-button{background:#ff3a1e}.btn.member-header__share-button,.btn.member-header__edit-profile-button{margin:0 0 0 10px;color:#0b0b0b;border:1px solid #0b0b0b;background:#ffffff}@media only screen and (max-width: 695px){.btn.member-header__share-button,.btn.member-header__edit-profile-button{margin:15px 0 0 0}}.member-info-bar__container{background-color:#f6f8f8}.member-info-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;position:relative}@media only screen and (max-width: 511px){.member-info-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}}.member-info-bar--logged-out{position:absolute;height:100%;width:100%;z-index:5}.member-info-bar__follow-and-share{position:relative}@media only screen and (max-width: 695px){.member-info-bar__follow-and-share{margin:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.member-info-bar__follow-and-share .btn{-webkit-box-flex:1;-ms-flex:1;flex:1}}.member-info-bar__follow-and-share .btn{margin-left:25px}.member-info-bar__follow-and-share .btn:first-child{margin-left:0}.member-info-bar__follow-and-share .share-btn-icon{margin-right:5px;margin-top:-3px;vertical-align:middle}@media only screen and (max-width: 511px){.member-info-bar__edit-profile{margin:10px}}.member-info{display:block;margin-top:70px}@media only screen and (min-width: 696px){.member-info{display:-webkit-box;display:-ms-flexbox;display:flex}}.member-info~.form-actions{margin-top:50px}.member-info.mod-no-margin-top{margin-top:0px}.member-info__fields{width:100%}.member-info__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.member-info__columns__field{width:49%}.member-path-container{position:relative}@media only screen and (max-width: 695px){.member-path-container{width:100%}}.member-path{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media only screen and (max-width: 695px){.member-path{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.member-path .path__path-element--quote,.member-path .path__path-element--viewpoint{border-right:5px solid #da321a}}@media only screen and (min-width: 696px){.member-path{display:block}}.react__pathanator{width:100%}.path-section{display:none}@media only screen and (min-width: 696px){.path-section{display:-webkit-box;display:-ms-flexbox;display:flex}.path-section:first-child .path-section__left:first-child{padding-top:144px}.path-section:nth-child(2) .path-section__left .path__path-element:nth-child(1),.path-section:nth-child(2) .path-section__left .path-card__container:nth-child(1){margin-top:20px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-section:nth-child(2) .path-section__left{padding-top:50px}}.path-section__left,.path-section__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 695px){.path-section__left,.path-section__right{width:300px;min-width:300px;max-width:300px;-ms-flex-preferred-size:300px;flex-basis:300px}}@media only screen and (min-width: 696px){.path-section__left,.path-section__right{width:320px;min-width:320px;max-width:320px;-ms-flex-preferred-size:320px;flex-basis:320px}}@media only screen and (min-width: 1024px){.path-section__left,.path-section__right{width:375px;min-width:375px;max-width:375px;-ms-flex-preferred-size:375px;flex-basis:375px}}.path-section__left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border-right:1px solid #e1dfe2}.path-section__left .path__path-element__identifier{left:-5px}.path-section__footer{width:15px;margin:auto;border-top:1px solid #e1dfe2}@media only screen and (max-width: 695px){.path-section__footer{display:none}}.path-section__right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 696px){.path-section__right{width:50%}}.path-section__right .path__path-element__identifier{right:-5px}@media only screen and (max-width: 695px){.path__path-element__identifier{left:-5px}}.path-section-placeholder{visibility:hidden}.path-section.path-section--empty .path-section__right--empty{margin-top:25px;min-height:500px;font-size:16rem;padding-left:30px;line-height:1.625}@media only screen and (max-width: 695px){.path-section.path-section--empty{display:block;min-height:0}.path-section.path-section--empty .path-section__right--empty{min-height:0;padding-left:0}}.member__nav{-webkit-transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in, -ms-flex-preferred-size 100ms ease-in;color:#414042;margin:10px auto 0 auto;border-bottom:1px solid #d8d8d8}.member__nav .member__nav__item{margin-right:20px;display:inline-block;padding:14px 0;text-align:right;font-size:18rem;position:relative}@media only screen and (min-width: 1024px){.member__nav .member__nav__item{margin-right:35px}}.member__nav .member__nav__item a{text-decoration:none}.member__nav .member__nav__item .member__nav__item__label{font-size:18rem}.member__nav .member__nav__item .member__nav__item__label:hover{border-bottom:1px solid #414042;padding-bottom:4px}@media only screen and (max-width: 1023px){.member__nav .member__nav__item .member__nav__item__label{font-size:16rem}}.member__nav .member__nav__item.is-active a:hover{text-decoration:none}.member__nav .member__nav__item.is-active.member__nav__item--placeholder:after{content:'';height:11px;width:11px;border-radius:50%;background-color:#cbcbcb;position:absolute;right:-32px;top:19px;z-index:2}.member__nav .member__nav__item.is-active.member__nav__item--placeholder:before{content:'';height:1px;width:10px;background-color:#e1dfe2;position:absolute;right:-42px;top:50%}.member__loading-container,.member__error-container{height:600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.member__error-container{color:#ffffff;font-size:18rem;font-family:"avheavy"}@media only screen and (max-width: 1023px){.member__nav__item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width: 696px){.member__nav__item__link.report{display:none}}@media only screen and (min-width: 1024px){.member__nav__item__icon{display:none}}.member__nav__item.is-active .member__nav__item__label{border-bottom:1px solid #414042;padding-bottom:4px}.member__nav__item--placeholder{display:none}@media only screen and (min-width: 696px) and (max-width: 1023px){.member__nav__item--placeholder{display:block;margin-top:120px}.member__nav__item--placeholder a{font-size:18rem;font-family:"avenirltstdmedium";letter-spacing:0px;text-transform:none}}.member__nav__items{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:200px;position:relative;background-color:initial}.member__nav__items--non-artist{display:block;min-width:200px;position:relative;background-color:initial}@media only screen and (max-width: 1023px){.member__nav__items--non-artist{display:none}}.member__profile-actions__modal{height:500px}@media only screen and (max-width: 695px){.member__profile-actions__modal{height:100%}}.member__profile-actions__modal .btn.btn--inactive,.member__profile-actions__modal .btn.btn--active{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;border:2px solid #cbcbcb}.member__profile-actions__modal .btn.btn--outline-gradient::before{border-radius:4px}.member__profile-actions__modal .btn.btn--primary,.member__profile-actions__modal .btn.btn--outline-gradient,.member__profile-actions__modal .btn.btn--inactive,.member__profile-actions__modal .btn.btn--active,.member__profile-actions__modal .btn.btn--disabled{border-radius:6px;font-size:14rem;width:100%}.member__profile-actions__modal .btn.btn--outline-gradient,.member__profile-actions__modal .btn.btn--disabled,.member__profile-actions__modal .btn.btn--inactive,.member__profile-actions__modal .btn.btn--active{color:#0b0b0b}.member__profile-actions__modal .btn.btn--active::before{content:" ";background-image:url(/assets/icons/check-gradient-bc8d4ba2eeca8dc07c25a80d113b08f17aacedefbed3df72df39ec81c6ac5663.svg);width:16px;height:16px;margin-bottom:-2px;margin-right:5px;background-position:center;background-size:cover;background-repeat:no-repeat;display:inline-block}.member__profile-actions__modal .modal__content{height:350px;width:300px}.member__profile-actions__modal hr{width:100%;border:0;border-top:1px solid #cbcbcb}.member__profile-actions__modal .modal__header,.member__profile-actions__modal .modal__body{background:#ffffff}.member__profile-qr-code__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto;width:100%;max-width:220px}.member__profile-qr-code__modal{border-top:4px solid #0b0b0b;padding:100px 20px}.member__profile-qr-code__modal .modal-close{left:unset;right:20px}.member__profile-qr-code__modal .modal-close .cta-icon--close{display:inherit}.member__profile-qr-code__modal .modal-close .cta-icon--go-back-gradient{display:none}.member__profile-qr-code__details{color:#0b0b0b;width:100%}.member__profile-qr-code__name{margin-top:20px;font-family:"avheavy";font-size:18rem;color:inherit}.member__profile-qr-code__title{margin-top:7px;font-family:"avenirltstdroman";font-size:14rem;color:inherit}.black-boxes{width:33%;border:none;outline:none;padding:10px;font-size:16rem;font-family:"avenirltstdroman";border:1px solid #e1dfe2;border-radius:0;text-transform:capitalize;margin:5px;text-align:left}@media only screen and (max-width: 695px){.black-boxes{width:100%;margin:5px 0;text-align:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.black-boxes--unchecked{color:#414042;background-color:#ffffff}.black-boxes--unchecked label{color:#414042;text-transform:initial}.black-boxes--checked{color:#ffffff;background-color:#000000}.black-boxes--checked label{color:#ffffff;text-transform:initial}.minimal-checkbox{background-color:#ffffff;border:none;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"avbook";font-size:14rem;letter-spacing:1px;color:#414042;margin-bottom:7px}.minimal-checkbox:focus{outline:none}.minimal-checkbox--unchecked::before{content:'';display:inline-block;height:21px;width:21px;border:1px solid #9b9b9b;margin-right:20px}.minimal-checkbox--checked::before{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/checked-box--orange-8adcd136ff919c6ec96312bb769fb863.svg);content:'';display:inline-block;height:21px;width:21px;margin-right:20px;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat}.minimal-form__input{border:none;width:100%;border-bottom:1px solid #e1dfe2;font-family:"avenirltstdmedium";font-size:16rem;display:block;color:#414042;padding-bottom:3px;background-color:#ffffff}@media only screen and (max-width: 695px){.minimal-form__input{margin-top:25px}}.minimal-form__input::-webkit-input-placeholder{font-family:"avenirltstdmedium";font-size:16rem;color:#9b9b9b}.minimal-form__input::-moz-placeholder{font-family:"avenirltstdmedium";font-size:16rem;color:#9b9b9b}.minimal-form__input:-ms-input-placeholder{font-family:"avenirltstdmedium";font-size:16rem;color:#9b9b9b}.minimal-form__input::-ms-input-placeholder{font-family:"avenirltstdmedium";font-size:16rem;color:#9b9b9b}.minimal-form__input::placeholder{font-family:"avenirltstdmedium";font-size:16rem;color:#9b9b9b}@media only screen and (max-width: 695px){.minimal-form__input::-webkit-input-placeholder{font-size:14rem}.minimal-form__input::-moz-placeholder{font-size:14rem}.minimal-form__input:-ms-input-placeholder{font-size:14rem}.minimal-form__input::-ms-input-placeholder{font-size:14rem}.minimal-form__input::placeholder{font-size:14rem}}.minimal-form__input--error{border-color:#ff3a1e}.minimal-form__input:focus{border-color:#fcb819;outline:none}.minimal-form__error-text{color:#ff3a1e;font-family:"avenirltstdmedium";font-size:11rem;letter-spacing:0.9;margin-top:5px;position:absolute}.orange-boxes{width:33%;border:none;outline:none;padding:10px;font-size:16rem;font-family:"avenirltstdroman";border:1px solid #fcb819;border-radius:0;text-transform:capitalize;margin:5px;text-align:left}@media only screen and (max-width: 695px){.orange-boxes{width:100%;margin:5px 0;text-align:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.orange-boxes--unchecked{color:#414042;background-color:#ffffff}.orange-boxes--unchecked label{color:#414042;text-transform:initial}.orange-boxes--checked{color:#ffffff;background-color:#fcb819}.orange-boxes--checked label{color:#ffffff;text-transform:initial}.minimal-form-radio__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:10px 5px}.minimal-form-radio__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.minimal-form-radio__button:hover .minimal-form-radio__pseudo-radio{background-color:#9b9b9b}.minimal-form-radio__button.disabled{pointer-events:none}.minimal-form-radio__button.disabled label{color:#9b9b9b}.minimal-form-radio{position:absolute;opacity:0;cursor:pointer}.minimal-form-radio:checked~.minimal-form-radio__pseudo-radio{border:1px solid #fcb819;background-color:#ffffff;position:relative}.minimal-form-radio:checked~.minimal-form-radio__pseudo-radio::after{content:'';border-radius:50%;height:15px;width:15px;background-color:#fcb819;position:absolute;top:2px;right:2px}.minimal-form-radio__button.disabled .minimal-form-radio:checked~.minimal-form-radio__pseudo-radio{border:1px solid #9b9b9b}.minimal-form-radio__button.disabled .minimal-form-radio:checked~.minimal-form-radio__pseudo-radio::after{background-color:#9b9b9b}.minimal-form-radio__pseudo-radio{border-radius:50%;border:1px solid #9b9b9b;height:21px;width:21px;margin:5px}.minimal-form-radio__label{font-family:"avbook";font-size:14rem;color:#414042;letter-spacing:1px;text-transform:lowercase;margin-left:15px}.minimal-form-select{line-height:1.35;padding:0 1px 3px}.minimal-form-select:invalid{font-family:"avenirltstdmedium";font-size:16rem;color:#9b9b9b}@media only screen and (max-width: 695px){.minimal-form-select:invalid{font-size:14rem}}.minimal-form-text-input--error{border-color:#ff3a1e}.minimal-form-text-input:focus{border-color:#fcb819;outline:none}.minimal-form-text-input__error-text{color:#ff3a1e;font-family:"avenirltstdmedium";font-size:11rem;letter-spacing:0.9;margin-top:5px;position:absolute}.mission-container{margin-bottom:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 1023px){.mission-container{margin-bottom:40px}}.mission__hero-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/our-mission-cd40ae3423c7bac41dfcdc2085d2ead2.jpg);background-size:cover;background-position:center}.mission__content{margin-left:80px}@media only screen and (max-width: 1023px){.mission__content{margin-left:0}}.mission__intro__admin-textbox>textarea{font-size:18rem}.mission__intro__admin-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mission__intro__admin-action>.submit-button{margin-right:20px}.mission__intro__admin-action>.submit-button:disabled{opacity:0.3}@media only screen and (max-width: 695px){.mission__intro__admin-action{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.mission__body__subtitle,.mission__intro h2,.mission__intro__admin-container h2 *{margin-bottom:30px}.mission__body p{line-height:1.4285714286}.mission__body--highlight{font-family:"avheavy";color:#da321a}.mobile-app-links__store-button i{height:40px;width:136px}.mobile-app-links__store-button .cta-icon--apple-appstore-badge{width:121px}.mobile-nav{margin-top:6px}@media only screen and (min-width: 1024px){.mobile-nav{display:none}}.mobile-nav__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav--open .mobile-nav__open,.mobile-nav__close,.mobile-nav__menu{display:none}.mobile-nav__open,.nav--open .mobile-nav__close{display:block}.nav--open .mobile-nav__close{position:absolute;top:15px;right:15px}.nav--open .mobile-nav__menu{display:block}.nav--open .notifications__opener--mobile{display:none}.mobile-nav__menu{background-color:#ffffff;top:3px;bottom:0;left:0;overflow-y:scroll;padding:15px;position:fixed;width:100%}.mobile-nav__menu-container{width:90%;margin:auto}.mobile-nav__menu-item{padding:15px 0}.mobile-nav__menu-item--profile{margin-bottom:15px}.mobile-nav__menu-item--spacer{border-bottom:1px solid #eae6ea;margin-bottom:17px;padding-bottom:30px}.mobile-nav__menu-item--primary{font-size:18rem;text-align:center}.mobile-nav__menu-icon{width:25px;height:25px}.mobile-nav__profile-link{text-decoration:none}.mobile-nav__profile{display:-webkit-box;display:-ms-flexbox;display:flex}.mobile-nav__profile-image-container,.mobile-nav__open__profile-image-container{border-radius:50%;overflow:hidden}.mobile-nav__profile-image-container img,.mobile-nav__open__profile-image-container img{width:100%}.mobile-nav__open__profile-image-container{content:'';width:31px;height:31px}.mobile-nav__profile-image-container{-ms-flex-preferred-size:40px;flex-basis:40px;height:40px;margin-right:20px}.mobile-nav__profile-info{font-size:14rem;line-height:1.2857142857}.mobile-nav__profile-info .create-profile__link{color:#4990e2}.mobile-nav__profile-name{font-family:"avheavy"}.mobile-nav__link{display:inline-block;text-decoration:none;width:100%;color:#0b0b0b;letter-spacing:2px;text-transform:uppercase}.mobile-nav__menu-item--empty-spacer{margin-bottom:17px}.mobile-nav__link--primary{font-size:16rem;letter-spacing:2px;width:auto}.mobile-nav__go-back{width:11px;height:20px;display:block}.mobile-nav__title{height:19px;width:100%;font-size:14px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2.33px;color:#414042;text-align:center;padding-left:10px}.mobile-nav__title-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;-ms-flex-line-pack:stretch;align-content:stretch;width:100%}@media only screen and (min-width: 1024px){.mobile-nav__title-container{display:none}}.mobile-nav__explore-title__container{margin-top:5px}.mobile-nav__explore-title{font-size:14px;color:#414042;text-align:center}.mobile-nav__explore-title.capitalize{margin-top:10px;text-transform:capitalize}.notifications__modal .modal__header,.notifications__modal .modal__body{background:#ffffff}.notifications__modal .modal__header{border-top-width:6px}.notifications__modal .modal__header .modal__header__content{border-bottom:1px solid #eae6ea}.notifications__modal .modal__body{padding:0}.notifications__modal .notifications__wrapper{width:100%;height:100%;overflow:scroll}.notifications__modal .notification{border-bottom:1px solid #eae6ea}.notifications__modal .notification__name,.notifications__modal .notification__date,.notifications__modal .notification__more{color:#414042}.notifications__modal .notification__name span,.notifications__modal .notification__name a,.notifications__modal .notification__date span,.notifications__modal .notification__date a,.notifications__modal .notification__more span,.notifications__modal .notification__more a{color:#414042}.notifications__modal--open .mobile-nav,.notifications__modal--open .notifications__opener--mobile{display:none}.notifications__modal--open .mobile-nav *,.notifications__modal--open .notifications__opener--mobile *{display:none}.notifications__modal-overlay{background-color:transparent}@media only screen and (max-width: 1023px){.navbar-item{display:none}}.navbar-item.is-explore{-ms-flex-preferred-size:100%;flex-basis:100%;font-size:14px;margin-left:0}@media only screen and (min-width: 696px){.navbar-item.is-explore{margin-left:20px;display:block}}@media only screen and (min-width: 1024px){.navbar-item.is-explore{margin-left:0px;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex}}.navbar-item.is-explore .header__link{max-height:30px}@media only screen and (min-width: 696px){.navbar-item.is-explore .header__link{margin:5px 0px 20px 20px}}@media only screen and (min-width: 1024px){.navbar-item.is-explore .header__link{margin:5px 0px 30px 40px}}.navbar-item.is-sign-in{white-space:nowrap;color:#ffffff;font-size:16rem}.navbar-item.is-sign-in>a{padding:0px}.navbar-item .cta-icon--activity-feed{width:50px;height:21px;margin-top:11px}.navbar-item>a{text-transform:uppercase;letter-spacing:2px;font-family:"avenirltstdmedium";font-size:16px}@media only screen and (max-width: 1023px){.navbar-item>a{font-size:14px}}.navbar-item.is-brand{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100px;flex-basis:100px;position:relative;padding-left:27.5px}.navbar-item.is-brand:after{content:'';width:105px;height:109px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/nav-flag-2beb910946320289e298f84576390024.svg);background-repeat:no-repeat;position:absolute;top:-24px;left:0;z-index:-1;opacity:1;-webkit-transition:top 250ms, opacity 250ms;transition:top 250ms, opacity 250ms;pointer-events:none}@media only screen and (max-width: 695px){.navbar-item.is-brand:after{left:-2px;width:63px;height:67.5px;background-size:contain;top:-12px}}@media only screen and (max-width: 1023px){.navbar-item.is-brand{padding-left:30px;-ms-flex-preferred-size:69px;flex-basis:69px}}@media only screen and (max-width: 695px){.navbar-item.is-brand{padding-left:13px}}.navbar-item.is-brand a{display:block}.navbar-item--actions-menu.is-sign-in{margin-right:10px}.navbar-item--icon{border-radius:50%;display:inline-block;font-size:24rem;line-height:1;-webkit-transition:background-color 0.3s ease;transition:background-color 0.3s ease}.navbar-item--brand-logo{height:50px;min-width:53px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/logo-c9bc2e43c164bedaf94bfb52db7ae32c.svg);background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 695px){.navbar-item--brand-logo{height:35px;min-width:37.1px}}.navbar-item--profile-menu{margin-left:20px;width:40px}.navbar-item--notifications-menu{margin-right:20px;margin-top:5px}.navbar-item--notifications-menu.conversations{margin-right:25px}@media only screen and (max-width: 1023px){.navbar-item--mobile{display:block}}@media only screen and (min-width: 1024px){.navbar-item--mobile{display:none}}.navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding-top:20px}@media only screen and (min-width: 1024px){.navbar{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width: 695px){.navbar{padding-top:12px}}.navbar .navbar-item.is-brand{display:none}@media only screen and (min-width: 1024px){.navbar{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar .mobile-nav__title-container{display:none}.navbar .navbar-item.is-brand{display:block}}.navbar:not(.has-back-button) .mobile-nav__title-container{display:none}.navbar:not(.has-back-button) .navbar-item.is-brand{display:block}.navbar__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%}.navbar__menu-icon{display:none}@media only screen and (max-width: 1023px){.navbar__menu-icon{display:block}}.notifications-menu__caret{right:-120px;width:260px;width:0}.notifications-menu__list{right:-170px;width:360px;height:350px}.notifications-menu__scrollable{height:300px;overflow-y:auto}.notifications-menu__scrollable:hover::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 10px 10px #9b9b9b;box-shadow:inset 0 0 10px 10px #9b9b9b}.notifications-menu__scrollable::-webkit-scrollbar{width:14px}.notifications-menu__scrollable::-webkit-scrollbar-thumb{border-radius:8px;background:rgba(255,255,255,0);border:solid 3px transparent}.notifications-menu__scrollable::-webkit-scrollbar-track-piece{display:none}.notifications-menu__title{color:#cbcbcb;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,0.2);text-align:center;padding-top:8px;padding-bottom:14px;letter-spacing:2.67px;height:37px}.notifications__opener{position:relative}.notifications__opener--mobile{margin-right:20px}.conversations-notifications__icon{width:29px;height:26px}.notifications__icon{width:24px;height:26px;margin-top:1px;background-size:cover}.notifications__icon--mobile{width:24px;height:26px;margin-top:-1px}.notifications__placeholder{color:#cbcbcb;padding:20px 0;text-align:center}.notifications__unread{background-color:#ff3a1e;border-radius:50%;color:#ffffff;padding:5px;position:absolute;top:-10px;right:-12px;height:20px;width:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"avheavy";font-size:10rem}.notification{border-bottom:1px solid rgba(255,255,255,0.2);display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 15px;padding:10px 0}.notification:last-of-type{border-bottom:none}.notification__link{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none}.notification__image{-ms-flex-preferred-size:40px;flex-basis:40px;min-width:40px}.notification__image img{width:100%}.notification__image__item{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;border:1px solid #ffffff}.notification__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:10px;padding-top:5px;text-align:left;text-decoration:none}.notification__content__actions{margin:10px 0}.notification__content__actions>.btn{height:24px;line-height:24px}.notification__content__actions--connections{margin:10px 0}.notification__content__actions--connections>.link{color:#cbcbcb;font-size:12rem}.notification__content__actions--connections>.btn{height:24px;line-height:24px;margin-right:10px}.notification__content__actions--connections>.btn:last-child{margin-right:0px}.conversation-notification{position:relative}.conversation-notification .notification__content{padding-top:0;width:100%;margin-right:10px}.conversation-notification.unread::after{content:'';width:8px;height:8px;border-radius:8px;background-color:#83c0e5;position:absolute;right:0;top:29px}.notifications__wrapper.mobile .conversation-notification{margin:0;padding:10px 15px;border-bottom-color:#eae6ea}.notifications__wrapper.mobile .conversation-notification .notification__name-and-message .notification__message,.notifications__wrapper.mobile .conversation-notification .notification__name-and-message .notification__name{color:#414042}.notifications__wrapper.mobile .conversation-notification .notification__name-and-message .notification__message{font-family:"avenirltstdmedium"}.notifications__wrapper.mobile .conversation-notification .notification__date{color:#9b9b9b}.notifications__wrapper.mobile .conversation-notification .notification__content{margin-left:25px}.notifications__wrapper.mobile .conversation-notification.unread{background:rgba(131,192,229,0.12)}.notifications__wrapper.mobile .conversation-notification.unread::after{display:none}.notification__name-and-message{font-family:"avenirltstdmedium";overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.33}.notification__name-and-message .notification__name{font-family:"avheavy";text-decoration:none;font-size:14rem}.notification__name-and-message .notification__message{color:#cbcbcb;font-size:12rem}.conversation-notification.unread .notification__name-and-message .notification__message,.conversation-notification.unread .notification__name-and-message .notification__name{color:#ffffff;font-family:"avheavy"}.notification__name{color:#cbcbcb;font-family:"avenirltstdroman";font-size:12rem;line-height:1.3333333333;text-decoration:none}.notification__name span,.notification__name a{color:#cbcbcb;font-family:"avheavy";text-decoration:none}.notification__date{color:#9b9b9b;font-size:10rem;margin-top:2px}.notification__more{color:#9b9b9b;font-family:"avheavy";font-size:12rem;margin-left:55px;text-align:left;text-transform:uppercase;padding:10px 0 0}.notifications__loading--small{height:40px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.opportunities{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.opportunities__page-wrapper{padding-top:90px}@media only screen and (min-width: 696px){.opportunities__page-wrapper{width:90%}}.opportunities__card{-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,0.25);box-shadow:0 2px 7px 0 rgba(0,0,0,0.25);-ms-flex-preferred-size:49%;flex-basis:49%;margin-bottom:20px;overflow:hidden}@media only screen and (max-width: 695px){.opportunities__card{-ms-flex-preferred-size:100%;flex-basis:100%}}.opportunities__card .opportunity-card{-webkit-box-shadow:none;box-shadow:none}.opportunities__title{font-family:"avheavy";font-size:36rem;letter-spacing:1px;color:#414042;margin:25px 0}.opportunities__count-and-sort--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}.opportunities__count-and-sort--container .minimal-checkbox--checked::before{background-image:url(/assets/icons/checked-box--dark-a97f611a41c6292fb9dccd1608c3d5ffa9af394f6203ba0b7700eefd3799b994.svg)}.opportunities__admin-count{font-family:"avbook";font-size:16rem;color:#414042}.opportunities__loader{-ms-flex-item-align:center;align-self:center}.opportunities__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;min-height:390px}@media only screen and (max-width: 695px){.opportunities__container{width:90%}}.opportunities__search-container{border-bottom:1px solid #e1dfe2;min-height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-bottom:30px}@media only screen and (min-width: 696px){.opportunities__search-container{border-bottom:none;margin-bottom:0}}.opportunities__search-container::before{content:"";position:absolute;top:0;left:50%;width:100vw;height:100%;background-color:#f6f8f8;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}@media only screen and (max-width: 1023px){.opportunities__search-container::before{display:none}}.opportunities__search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px;width:90%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunities__search{margin:20px auto}}@media only screen and (min-width: 1024px){.opportunities__search{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0;margin-top:0;max-width:1090px}}@media only screen and (max-width: 695px){.opportunities__search{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.opportunities__search .opportunities__title{margin-top:70px;margin-bottom:40px}.opportunities__search .opportunities__subtitle{font-family:"avheavy";font-size:16rem}@media only screen and (min-width: 1024px){.opportunities__search .search__filter--tags{margin:0 20px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunities__search .search__filter--tags{margin:20px 0}}@media only screen and (max-width: 1023px){.opportunities__search .search__filter--tags{width:100%}}.opportunities__search .search__filter--tags .rbt-input-wrapper{position:relative;z-index:1}@media only screen and (max-width: 1023px){.opportunities__search .search__filter--tags .rbt-input{padding-left:35px}}.opportunities__search .search__filter--tags .tag-input__tags--empty .rbt-input-main{margin:5px 5px 0 20px}@media only screen and (min-width: 1024px){.opportunities__search .search__filter--tags .tag-input__tags--empty .rbt-input-main{margin-left:0}}.opportunities__add-button{margin:0}@media only screen and (max-width: 695px){.opportunities__add-button{width:100%}.opportunities__add-button .btn.btn--yellow{position:absolute;top:0;left:0;right:0;height:40px;line-height:40px;border-radius:0;font-size:16rem}}.opportunities__no-results{font-size:20rem;font-style:oblique;margin:100px auto;line-height:1.5;text-align:center}.opportunity-card{-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,0.25);box-shadow:0 2px 7px 0 rgba(0,0,0,0.25);padding:6px}.opportunity-card .desktop-only{display:none}@media only screen and (min-width: 696px){.opportunity-card .desktop-only{display:unset}}@media only screen and (min-width: 696px){.opportunity-card .mobile-only{display:none}}.opportunity-card__link{text-decoration:none}.opportunity-card__link:focus{outline:none}.opportunity-card__header{border-bottom:0.5px solid #cbcbcb;padding:0;margin:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"avenirltstdroman";font-size:10rem;color:#9b9b9b;height:50px;text-decoration:none}@media only screen and (min-width: 696px){.opportunity-card__header{padding:5px 10px;margin:0}}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-card__header{padding:5px}}@media only screen and (max-width: 695px){.opportunity-card__header{height:auto}}@media only screen and (max-width: 374px){.opportunity-card__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.opportunity-card__type-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-item-align:start;align-self:flex-start}@media only screen and (min-width: 696px){.opportunity-card__type-container{-ms-flex-item-align:center;align-self:center}}@media only screen and (max-width: 695px){.opportunity-card__type-container{padding-bottom:14px}}.opportunity-card__type{font-family:"avheavy";font-size:12rem;letter-spacing:1px;color:#da321a;text-transform:uppercase;text-align:right}.opportunity-card__type.mobile-only{margin-top:5px}@media only screen and (max-width: 374px){.opportunity-card__type{text-align:inherit}}.opportunity-card__owner{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-card__owner{max-width:calc(100% - (2 * 5px + 92px))}}@media only screen and (max-width: 374px){.opportunity-card__owner{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:5px 0}}.opportunity-card__owner:focus{outline:none}.opportunity-card__photo{height:38px}.opportunity-card__owner-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:175px;margin:0 0 10px 0}@media only screen and (min-width: 696px){.opportunity-card__owner-info{max-width:calc(40vw - (38px + 10px + 115px + 20px));margin:0 10px}}.opportunity-card__owner-name{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:"avheavy";font-size:14rem;line-height:16px}.opportunity-card__owner-title{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:"avbook";font-size:12rem;line-height:16px}.opportunity-card__timestamps{white-space:nowrap;font-family:"avenirltstdroman";font-size:12rem;color:#9b9b9b;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-card__timestamps{white-space:inherit;font-size:11rem}}.opportunity-card__body{margin:15px 10px 10px;height:115px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-card__body{height:145px}}@media only screen and (max-width: 695px){.opportunity-card__body{height:initial}}.opportunity-card__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-family:"avheavy";font-size:16rem;letter-spacing:0.6px;color:#414042;margin-bottom:5px}.opportunity-card__description{-webkit-box-flex:1;-ms-flex:1;flex:1;font-family:"avenirltstdroman";font-size:12rem;letter-spacing:0.8px;color:#414042;margin-top:15px;overflow:hidden;text-overflow:ellipsis;text-wrap:wrap;line-height:1.2;max-height:84px}.opportunity-card__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:15px}.opportunity-card__info--footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px;padding-top:5px;border-top:0.5px solid #cbcbcb}.opportunity-card__location{font-size:12rem;letter-spacing:0.8px;color:#414042;padding-left:20px;display:block;text-align:right}@media only screen and (min-width: 696px){.opportunity-card__location{text-align:left;padding-left:0}}@media only screen and (max-width: 374px){.opportunity-card__location{padding-left:0}}.btn.opportunity-card__apply-now{display:block;border-radius:6px;margin:20px 10px 10px 10px}.opportunity-card.community-feed__bookmarked-opportunities__item{width:320px;margin-bottom:20px;margin-right:20px}@media only screen and (max-width: 695px){.opportunity-card.community-feed__bookmarked-opportunities__item{width:100%;margin-right:0}}.opportunity-card.community-feed__bookmarked-opportunities__item .opportunity-card__body{height:140px}.opportunity-card.community-feed__bookmarked-opportunities__item .opportunity-card__timestamps{-webkit-box-flex:0;-ms-flex:0;flex:0}.opportunity-card.community-feed__bookmarked-opportunities__item .opportunity-card__owner-info{max-width:150px;margin-left:0px}.opportunity-detail{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:40px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 695px){.opportunity-detail{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.opportunity-detail__left-column{-webkit-box-flex:3;-ms-flex:3;flex:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:90px}@media only screen and (max-width: 695px){.opportunity-detail__left-column{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-right:0}}.opportunity-detail__right-column{-webkit-box-flex:2;-ms-flex:2;flex:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 695px){.opportunity-detail__right-column{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}}.opportunity-detail__owner-container{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.opportunity-detail__type{font-family:"avheavy";font-size:18rem;letter-spacing:1.5px;color:#da321a;margin-bottom:10px;text-transform:uppercase}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-detail__type{font-size:16rem}}@media only screen and (max-width: 695px){.opportunity-detail__type{font-size:14rem}}.opportunity-detail__title{font-family:"avheavy";font-size:36rem;line-height:1.33;letter-spacing:0.5px;color:#414042;margin-bottom:10px}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-detail__title{font-size:28rem}}@media only screen and (max-width: 695px){.opportunity-detail__title{font-size:24rem}}.opportunity-detail__posted-time{font-family:"avenirltstdroman";font-size:14rem;color:#9b9b9b}.opportunity-detail__expired{color:#da321a}.opportunity-detail__apply{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-item-align:center;align-self:center;margin-bottom:30px;width:100%}.opportunity-detail__apply .detail-page__call-to-action{width:50%;font-size:14rem}.opportunity-detail__apply .detail-page__call-to-action--bookmark{margin-left:15px}@media only screen and (max-width: 695px){.opportunity-detail__apply .detail-page__call-to-action--bookmark{display:none}}@media only screen and (max-width: 695px){.opportunity-detail__apply{position:fixed;bottom:0;padding:20px 0;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.5);box-shadow:0 0 4px 0 rgba(0,0,0,0.5);background-color:#ffffff;width:100%;margin-bottom:0}}@media only screen and (max-width: 695px){.opportunity-detail__apply.opportunity-detail__apply--sticky{position:absolute;height:72px}}.opportunity-detail__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:40px}.opportunity-detail__edit{width:24px;height:24px}.opportunity-detail__divider{border-bottom:1px solid #cbcbcb}.opportunity-detail__location{margin-top:30px}.opportunity-detail__description{margin-top:30px}@media only screen and (min-width: 696px){.opportunity-detail__description-header{display:none}}@media only screen and (max-width: 695px){.opportunity-detail__head{width:100%}}.opportunity-detail__share-heading{margin-bottom:15px}@media only screen and (max-width: 695px){.opportunity-detail__share:last-child{margin-bottom:0}}.opportunity-detail__share .social-icon{width:42px;height:42px;margin-right:20px}.opportunity-detail__share .social-icon::after{width:21px;height:21px;margin:3px 0 0 1px}.opportunity-detail__owner-container{margin:30px 0 20px;width:100%}.opportunity-detail__bookmark-container{text-align:right;margin-bottom:15px}.opportunity-detail__head .opportunity-detail__bookmark-container{background-color:#f6f8f8;margin:-40px 0px 20px 0px;padding:10px 20px}.opportunity-detail__related-opportunities--container{display:none;border-top:1px solid #9b9b9b;width:100%;margin-top:50px;padding:24px 0 15px 0}@media only screen and (min-width: 1024px){.opportunity-detail__related-opportunities--container{display:block}}.opportunity-detail__related-opportunities--title{font-family:"avheavy";font-size:18rem;letter-spacing:1.5px;margin-bottom:35px}.opportunity-detail__related-opportunities{display:-webkit-box;display:-ms-flexbox;display:flex}.opportunity-detail__related-opportunities .opportunity-card{-ms-flex-preferred-size:50%;flex-basis:50%;width:50%}.opportunity-detail__related-opportunities .opportunity-card:first-child{margin-right:10px}.opportunity-detail__related-opportunities .opportunity-card:last-child{margin-left:10px}.opportunity-form__container{-ms-flex-preferred-size:70%;flex-basis:70%}@media only screen and (max-width: 695px){.opportunity-form__container{-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}}.opportunity-form__title{text-transform:capitalize;letter-spacing:1px;font-size:36rem;margin:30px 0}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-form__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 695px){.opportunity-form__title{font-size:28rem}}.opportunity-form__unclaimed-checkbox{margin-top:15px;margin-bottom:35px}.opportunity-form__disciplines-hint{margin:12px 0;color:#9b9b9b;font-style:italic}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-form__disciplines{height:375px}}@media only screen and (min-width: 1024px){.opportunity-form__disciplines{height:271px}}.opportunity-form__disciplines .orange-boxes,.opportunity-form__types .orange-boxes{font-size:14rem}@media only screen and (min-width: 1024px){.opportunity-form__disciplines .orange-boxes,.opportunity-form__types .orange-boxes{width:calc(33% - 10px)}}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-form__disciplines .orange-boxes,.opportunity-form__types .orange-boxes{width:calc(50% - 10px)}}.opportunity-form__types{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:190px;margin-bottom:20px}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-form__types{height:240px}}@media only screen and (max-width: 695px){.opportunity-form__types{height:inherit}}.opportunity-form__divider{color:#4990e2;border-top:1px solid #4990e2;padding:20px 0;font-size:28rem;letter-spacing:0.8px;margin:40px 0 20px}@media only screen and (max-width: 695px){.opportunity-form__divider{font-size:22rem}}.opportunity-form__remote-checkbox-container{padding:10px 0}.opportunity-form__location-optional-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 695px){.opportunity-form__location-optional-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.opportunity-form__location-optional,.opportunity-form__location-state{-ms-flex-preferred-size:49%;flex-basis:49%}@media only screen and (max-width: 695px){.opportunity-form__location-optional,.opportunity-form__location-state{-ms-flex-preferred-size:auto;flex-basis:auto}}.opportunity-form__delete{font-size:18rem;letter-spacing:2px;margin-left:40px}@media only screen and (min-width: 696px) and (max-width: 1023px){.opportunity-form__delete{letter-spacing:1px;width:200px;margin-top:10px;margin-left:0;font-size:16rem}}.opportunity-form__button__submit{margin-left:20px}@media only screen and (max-width: 320px){.opportunity-form__button__submit{margin-left:10px}}input.opportunity-form__button__submit[type="submit"]:disabled{background-image:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);opacity:0.32}@media only screen and (max-width: 511px){.opportunity-form__button__cancel{margin-right:auto}}@media only screen and (min-width: 696px){.opportunity-form__container .artistic-fields{margin-bottom:45px}}.opportunity-form__container .datetime__group>div{margin-right:20px;display:inline-block}.opportunity-form__container .datetime__group>div :last-child{margin-right:0}.owner-card{border-radius:8px;background-color:#ffffff;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;margin-bottom:30px;text-align:center}@media only screen and (max-width: 695px){.owner-card{-webkit-box-shadow:none;box-shadow:none}}.owner-card__photo-container{margin-bottom:15px}.owner-card__photo{height:87px}.owner-card__name{font-family:"avheavy";font-size:18rem;color:#414042;line-height:26px}.owner-card__title{font-family:"avenirltstdroman";font-size:18rem;color:#414042;line-height:26px}.palette-colors{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.palette-colors__color{border-radius:4px;border:1px solid #ddd;margin:7px;width:120px;height:120px;position:relative}.palette-colors__color-info{position:absolute;bottom:0px;width:100%;padding:4px;text-align:center;background-color:rgba(200,200,200,0.7);font-size:0.8rem;border-radius:4px;color:#000}.passwords__reset,.passwords__forgot{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.passwords__reset__form-container,.passwords__forgot__form-container{-ms-flex-preferred-size:80%;flex-basis:80%}@media only screen and (min-width: 696px) and (max-width: 1023px){.passwords__reset__form-container,.passwords__forgot__form-container{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (min-width: 1024px){.passwords__reset__form-container,.passwords__forgot__form-container{-ms-flex-preferred-size:30%;flex-basis:30%}}.passwords__reset__form__title,.passwords__forgot__form__title{text-transform:uppercase;font-family:"avenirltstdmedium";font-size:18rem;line-height:1.4444444444;margin-bottom:20px}.passwords__forgot__info{margin-bottom:25px;line-height:1.4285714286}.path-arranger__header-container{margin-top:90px;background-color:#f6f8f8}@media only screen and (max-width: 695px){.path-arranger__header-container{margin-top:70px}}.path-arranger__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:70px}@media only screen and (max-width: 1023px){.path-arranger__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0;height:100px}}.path-arranger__header__title{font-size:20rem;margin-right:20px;margin-left:15px}@media only screen and (min-width: 1024px){.path-arranger__header__title{font-size:28rem}}.path-arranger__grid{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.path-arranger__dropzone{background:rgba(65,64,66,0.05);border:1px solid #e1dfe2;color:#9b9b9b;-ms-flex-preferred-size:210px;flex-basis:210px;height:280px;margin:10px;position:relative;width:210px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-arranger__dropzone:hover{background-color:#ebebeb}.path-arranger__dropzone:after{content:"drop here";font-size:20rem}.path-arranger__item{width:210px;padding:0px;margin:0px;border:1px solid #e1dfe2;position:relative;color:#9b9b9b;cursor:-webkit-grab;cursor:grab;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.path-arranger__item--person,.path-arranger__item--influence{background-color:#f6f8f8}.path-arranger__item-wrapper{padding:10px;margin:0px}.path-arranger__item-wrapper:hover{background-color:#ebebeb}.path-arranger__item__body{width:210px;height:210px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-arranger__item__body--quote{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:20px;border-left:5px solid #da321a}.path-arranger__item__body--viewpoint{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;border-left:5px solid #da321a}.path-arranger__item__footer{background-color:#ffffff}.path-arranger__controls{text-align:center}.path-arranger__controls .path-arranger__controls--save{margin-left:20px}.path-arranger__controls .path-arranger__controls--save[disabled]{background-color:#cbcbcb;background-image:none;cursor:default;pointer-events:none}.pristine .path-arranger__controls--save{background-color:#cbcbcb;background-image:none;cursor:default;pointer-events:none}.path-arranger__loading{height:200px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.path-arranger__item__image{height:100%;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-arranger__item__image--influence{border-radius:50%;height:90%;width:90%}.path-arranger__item__image--person img{height:190px;width:190px}.path-arranger__item__image--audio,.path-arranger__item__image--video,.path-arranger__item__image--moment{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3))),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7)}.path-arranger__item__icon--audio,.path-arranger__item__icon--video,.path-arranger__item__icon--moment{height:100%;width:100%;background-repeat:no-repeat;background-size:50px;background-position:center}.path-arranger__item__icon--audio{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/video-53f8269c6135adba3088cfa76dc8098c.svg)}.path-arranger__item__icon--video{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/video-53f8269c6135adba3088cfa76dc8098c.svg)}.path-arranger__item__icon--moment{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/moment-light-fadef6ac07d57fb379c0c083ba7ef6ae.svg)}.path-arranger__item__name--influence{background-repeat:no-repeat;background-size:contain;background-position:center;height:190px;width:190px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#d8d8d8;border-radius:50%;font-size:18rem;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/default-influence-small-7e536519c7b0f00b48af50920efa1f29.svg)}.path-arranger__item__description--writtenwork{padding:10px;max-height:210px}.path-arranger__item__description--viewpoint{font-family:"Droid Serif", Times, serif;font-size:18rem}.path-arranger__item__description--quote{margin-top:17px;text-transform:uppercase;letter-spacing:2px}.path-arranger__item__description>p:first-child{margin-top:0}.path-arranger__item__description.markdown,.path-arranger__item__description p{font-size:16rem;line-height:1.375}.path-arranger__item__title{position:relative;top:2px;font-size:20rem;line-height:1.3;font-family:"avheavy"}.path-arranger__item__title--quote{font-family:"Droid Serif", Times, serif;font-style:italic}.path-arranger__item__identifier{text-align:center;padding:10px;font-size:14rem;line-height:1.4285714286;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-arranger__item__identifier{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:70px;max-height:70px}.path-arranger__item__identifier__icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-arranger__item__identifier__icon-title{text-transform:uppercase;letter-spacing:2px;font-family:"avheavy";font-size:14rem;position:relative;top:2px;width:100%}.path-arranger__item__identifier__icon{background-repeat:no-repeat;background-size:20px;background-position:center;height:20px;width:20px;-ms-flex-preferred-size:20px;flex-basis:20px;min-width:20px;margin-right:8px}.path-arranger__item__identifier__title{margin-top:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:10px;width:100%;text-align:left}.path-arranger__item__identifier__icon--writtenwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/writtenwork-dark-708011821fc16dacd8eb7357b0ff3d45.svg)}.path-arranger__item__identifier__icon--audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audiowork-dark-cb9a3951ca5d547b70b9bdab76961369.svg)}.path-arranger__item__identifier__icon--videowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/videowork-dark-95b76af38a4c61cfdfb8976825ab1d15.svg)}.path-arranger__item__identifier__icon--artwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artwork-dark-fe415be4d80a276f0ab92cf128c0824d.svg)}.path-arranger__item__identifier__icon--influence{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/influence-a826586099b545137854fc59638c3f57.svg)}.path-arranger__item__identifier__icon--person{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/person-dark-441c90bbb7c0d1fc44af0222233a1acc.svg)}.path-arranger__item__identifier__icon--moment{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/moment-dark-8cee5f2c58402cb756779b3f807a5a91.svg)}.path-arranger__item__identifier__icon--viewpoint{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/viewpoint-dark-da8e5c3da8b1cfc278994b3f75769d58.svg)}.path-arranger__item__identifier__icon--quote{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/quote-dark-b2886427d9fa53bb2ffdd2b40eaea838.svg)}.path-card__container{background-image:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);margin:10px 12px;opacity:1}@media only screen and (min-width: 0px) and (max-width: 695px){.path-card__container{width:90%}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card__container{max-width:288px}}.path-card__container.path__path-element--dismissed{opacity:0;-webkit-transition:opacity 500ms;transition:opacity 500ms}.path-card__container--welcome{padding:6px 3px 3px}.path-card__container--prompt{padding-top:6px;border-bottom:3px solid #e1dfe2}@media only screen and (min-width: 1024px){.path-card__container--prompt--story{width:280px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card__container--prompt--story{width:252px}}@media only screen and (min-width: 1024px){.path-card--prompt--story{width:280px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card--prompt--story{width:252px}}@media only screen and (min-width: 1024px){.path-card__container--prompt--viewpoint{width:300px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card__container--prompt--viewpoint{width:270px}}@media only screen and (min-width: 1024px){.path-card--prompt--viewpoint{width:300px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card--prompt--viewpoint{width:270px}}@media only screen and (min-width: 1024px){.path-card__container--prompt--quote{width:280px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card__container--prompt--quote{width:252px}}@media only screen and (min-width: 1024px){.path-card--prompt--quote{width:280px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card--prompt--quote{width:252px}}@media only screen and (min-width: 1024px){.path-card__container--prompt--influence{width:310px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card__container--prompt--influence{width:279px}}@media only screen and (min-width: 1024px){.path-card--prompt--influence{width:310px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card--prompt--influence{width:279px}}.path-card{position:relative;overflow:hidden;width:100%}.path-card--welcome{background-color:#ffffff}.path-card--prompt{background-color:#f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-card__close{position:absolute;top:5px;right:5px;width:20px;height:20px;cursor:pointer;background-size:contain;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/close-6455459392b9343bc6316888df3b375c.svg);opacity:0.75}.path-card__close:hover{opacity:1}.path-card__title{font-size:28rem;text-align:center;color:#414042;margin-top:75px;margin-bottom:30px;padding:0 10px}.path-card__details{font-size:20rem;line-height:1.3;width:270px;margin:auto;text-align:center}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card__details{width:75%}}.path-card__prompt{font-size:20rem;line-height:1.3;text-align:center;margin-bottom:32px;padding:0 16px}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-card__prompt{width:75%}}.path-card__btn{margin-bottom:44px}.path-card__details--welcome{margin-bottom:230px}.path-card__icon--prompt{border:2px solid #414042;background-size:40px;padding:30px;border-radius:50%;margin-top:55px;margin-bottom:25px;background-color:rgba(255,255,255,0.6)}.path-card__icon--welcome{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/gradient-squiggle-34c24360e1ce461639010b10343eed4d.png);width:400px;height:285px;position:absolute;bottom:-70px;left:-20px}.path-element-carousel__container{position:relative}.path-element-carousel-background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;overflow:hidden;opacity:0.5}.path-element-carousel__background__item{-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;opacity:0;position:absolute;-webkit-filter:blur(30px);filter:blur(30px);z-index:1;left:-60px;right:-60px;top:-60px;bottom:-60px;background-repeat:no-repeat;background-size:cover;background-position:center}.path-element-carousel__background__item--active{opacity:1}.path-element-carousel{margin:auto;position:relative;z-index:2}.path-element-carousel__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.path-element__spacer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-element-carousel__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-element-carousel__nav__button{color:white;background-color:#e1dfe2;height:14px;width:14px;cursor:pointer;border-radius:50%;margin:6px;-webkit-transition:background-color 125ms ease-in-out;transition:background-color 125ms ease-in-out}.path-element-carousel__nav__button:hover{background-color:#9b9b9b}@media only screen and (max-width: 695px){.path-element-carousel__nav__button{height:10px;width:10px;margin:8px}}.path-element-carousel__nav__button--active{background-color:#9b9b9b}.path-element-carousel__foregrounds{position:relative}.path-element-carousel__prev-icon{-webkit-transform:rotate(270deg);transform:rotate(270deg);background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-white-aecd8ea86a2d0e48407d4f697732dc13.svg);margin-right:3px}.path-element-carousel__next-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg);background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-white-aecd8ea86a2d0e48407d4f697732dc13.svg);margin-left:3px}.path-element-carousel__next:hover .path-element-carousel__next-icon,.path-element-carousel__prev:hover .path-element-carousel__prev-icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-dark-51bea9d9b38f4905c55f29b0ae23740d.svg)}.path-element-carousel__prev,.path-element-carousel__next{-webkit-transition:background-color 125ms ease-in-out;transition:background-color 125ms ease-in-out;background-color:rgba(255,255,255,0.4);padding:5px;width:66px;height:66px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:1;position:absolute;margin:auto;top:0;bottom:0}.path-element-carousel__prev:hover,.path-element-carousel__next:hover{background-color:rgba(255,255,255,0.7)}@media only screen and (min-width: 1024px){.path-element-carousel__prev,.path-element-carousel__next{width:88px;height:88px}}.path-element-carousel__prev{left:-44px}@media only screen and (max-width: 1023px){.path-element-carousel__prev{left:-33px}}.path-element-carousel__next{right:-44px}@media only screen and (max-width: 1023px){.path-element-carousel__next{right:-33px}}.path-element-carousel__prev--spacer,.path-element-carousel__next--spacer{background-color:transparent;color:transparent}.path-element-carousel__prev--spacer:hover,.path-element-carousel__next--spacer:hover{background-color:transparent;color:transparent}.path-element-carousel__prev-icon,.path-element-carousel__next-icon{width:24px;line-height:24px;display:block}.path-element-carousel__prev-icon{margin-left:35px}.path-element-carousel__next-icon{margin-right:35px}@media only screen and (min-width: 1024px){.path-element-carousel__item--multiple-images .path-element-carousel__foreground__image{height:600px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-element-carousel__item--multiple-images .path-element-carousel__foreground__image{height:450px}}.path-element-carousel__foreground__image{height:300px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 1024px){.path-element-carousel__foreground__image{height:600px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-element-carousel__foreground__image{height:450px}}.path-element-carousel__foreground__image img{max-width:100%;max-height:100%;margin:auto auto}.path-element-carousel__foreground--crossfader-leave{opacity:1}.path-element-carousel__foreground--crossfader-leave.path-element-carousel__foreground--crossfader-leave-active{opacity:0;-webkit-transition:opacity 300ms ease-in;transition:opacity 300ms ease-in}.path-element-carousel__foreground--crossfader-enter{opacity:0}.path-element-carousel__foreground--crossfader-enter.path-element-carousel__foreground--crossfader-enter-active{opacity:1;-webkit-transition:opacity 300ms ease-in;transition:opacity 300ms ease-in}.path-element-carousel__foreground--crossfader-height{-webkit-transition:height 300ms ease-in-out;transition:height 300ms ease-in-out}.path-element-dropdown__opener{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffffff;background-image:radial-gradient(circle at 13% 20%, #fcb819, #fe841b);border-radius:50%;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.2);box-shadow:0 0 2px 0 rgba(0,0,0,0.2);color:#ffffff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px}.path-element-dropdown__opener .path-element-dropdown__opener__icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/ellipsis-909e2e597d92bffe5a2ac9d0e7c0a9f9.svg)}.dropdown-menu--open .path-element-dropdown__opener{background-image:none;background-color:#414042}.path__path-element{margin:10px 12px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-transition:opacity 100ms ease-in-out;transition:opacity 100ms ease-in-out;word-break:break-all;word-break:break-word}.path__path-element:hover .path__path-element__menu,.path__path-element:hover .path__path-element__likes,.path__path-element:hover .path__path-element__admin-delete-button{display:block}@media only screen and (max-width: 695px){.path__path-element{width:90%}}.path__path-element__likes,.path__path-element__admin-delete-button{color:#414042;display:none;font-size:12rem;position:absolute;top:10px;z-index:3}.path__path-element__likes{right:10px}.path__path-element__admin-delete-button{left:10px;padding:2px;cursor:pointer}.path__path-element__likes--influence{right:0;top:0}.path__path-element__likes__icon{margin-right:3px;position:relative;top:1px}.path__path-element__admin-delete-button__icon{width:12px;height:16px}.path__path-element--video,.path__path-element--visual,.path__path-element--audio,.path__path-element--influence,.path__path-element--viewpoint,.path__path-element--person,.path__path-element--writtenwork,.path__path-element__content--moment{position:relative}.path__path-element--video:hover:after,.path__path-element--visual:hover:after,.path__path-element--audio:hover:after,.path__path-element--influence:hover:after,.path__path-element--viewpoint:hover:after,.path__path-element--person:hover:after,.path__path-element--writtenwork:hover:after,.path__path-element__content--moment:hover:after{content:' ';position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(255,255,255,0.5);pointer-events:none}.path__path-element--moment{width:300px}@media only screen and (max-width: 695px){.path__path-element--moment{width:90%}}@media only screen and (max-width: 695px){.path__path-element--person{width:90%;padding:10px;background-color:#f5f5f5}}@media only screen and (min-width: 696px){.path__path-element--person:hover .path__path-element__menu{left:50px;bottom:-23px}}.path__path-element--quote,.path__path-element--viewpoint,.path__path-element--writtenwork{min-height:10px;padding:12px 20px;background-color:#ffffff;max-width:360px}@media only screen and (max-width: 695px){.path__path-element--quote,.path__path-element--viewpoint,.path__path-element--writtenwork{width:90%;max-width:unset}}.path__path-element--writtenwork{background-color:#f2f0f2;padding:0px 0px 17px 0px}@media only screen and (min-width: 696px){.path__path-element--writtenwork{width:240px}}.path__path-element--wrappers-container{margin-top:-45px}.path__path-element__content--moment{background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-moment-edadb09bfd8b67fd5ddeaab51858891b.svg);background-color:#83c0e5;width:100%}.path__path-element__content--moment.path__path-element__content--owner{background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), to(#fe841b));background:linear-gradient(to right, #ff3a1e, #fe841b);background-repeat:no-repeat;background-size:cover;background-position:center}.path__path-element__content--influence{background-color:#d8d8d8;border-radius:50%;height:220px;margin-bottom:15px;overflow:hidden;position:relative;width:220px;display:-webkit-box;display:-ms-flexbox;display:flex;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/default-influence-small-7e536519c7b0f00b48af50920efa1f29.svg)}.path__path-element__menu{display:none;position:absolute;z-index:5;left:50%;bottom:10px;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}@media only screen and (min-width: 696px){.path__path-element__menu{bottom:-5px}}.path__path-element__menu.path__path-element__menu--open{display:block}.path__path-element__menu.path__path-element__menu--open .path__path-element__menu{display:block}.path__path-element__menu__trigger-container{position:absolute;bottom:0;left:0;right:0}@media only screen and (max-width: 695px){.path__path-element__menu__trigger-container{width:100%}}.path__path-element__menu__trigger{height:100px;position:absolute;bottom:0;left:0;right:0}@media only screen and (min-width: 696px){.path__path-element__menu__trigger{display:none}}.path__path-element__hover-catcher{position:absolute;width:100px;height:30px;bottom:-20px}.path__path-element__image-placeholder--audio,.path__path-element__image-placeholder--video,.path__path-element__image-placeholder--writtenwork{background:#ffffff;background-repeat:no-repeat;background-size:contain;background-position:center;border:1px solid #e1dfe2;width:100%;height:225px}@media only screen and (max-width: 695px){.path__path-element__image-placeholder--audio,.path__path-element__image-placeholder--video,.path__path-element__image-placeholder--writtenwork{display:block}}.path__path-element__image-placeholder--audio.path__path-element__image-placeholder--owner,.path__path-element__image-placeholder--video.path__path-element__image-placeholder--owner,.path__path-element__image-placeholder--writtenwork.path__path-element__image-placeholder--owner,.path__path-element__image-placeholder--influence.path__path-element__image-placeholder--owner{width:100%;background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), to(#fe841b));background:linear-gradient(to right, #ff3a1e, #fe841b);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.path__path-element__image-placeholder--icon{width:60px;height:60px}.path__path-element__image-placeholder--audio{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-audiowork-9a54d65a259de0559308a1d6078f2dcb.svg)}.path__path-element__image-placeholder--video{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-videowork-15551016aedbdfc324a500da1b63b5c3.svg)}.path__path-element__image-placeholder--writtenwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-writtenwork-e16fe88140f5064d854525f9db284888.svg)}.path__path-element__identifier{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(65,64,66,0.8);bottom:-5px;color:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"avheavy";font-size:14rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;letter-spacing:2px;padding:6px 8px;position:absolute;text-transform:uppercase;z-index:4}.path__path-element__identifier.is-left{left:-6px}.path__path-element__identifier.is-right{right:-6px}.path__path-element__identifier__icon{width:15px;height:15px;background-repeat:no-repeat;background-size:cover;background-position:center;margin-right:5px;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.path__path-element__identifier__icon--writtenwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/writtenwork-light-79dc80b3497042a2470775679f335cf5.svg)}.path__path-element__identifier__icon--artwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artwork-light-1a7c059fd0f526d4b822c798eb5988b8.svg)}.path__path-element__identifier__icon--audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audiowork-light-c14e87c3fa5223152ee1d80f80bcf35e.svg)}.path__path-element__identifier__icon--videowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/videowork-light-c75be356826ab77880d5df5939f5da4b.svg)}.path__path-element__identifier__text{color:#ffffff;padding-top:1px;font-family:"avheavy"}.path__path-element__title--quote{font-family:"Droid Serif", Times, serif;font-size:24rem;line-height:1.3333333333;font-style:italic;text-transform:none;letter-spacing:0px;color:#414042;margin-bottom:15px}@media only screen and (max-width: 695px){.path__path-element__title--quote{text-align:right}}.path__path-element__title--influence{font-size:18rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.path__path-element__description--quote{letter-spacing:2px;color:#414042;text-transform:uppercase;line-height:1.4285714286;text-align:right}.path__path-element__description--quote:before{content:'—';margin-right:8px}.path__path-element__description--viewpoint p{margin:0px;font-family:"avenirltstdmedium";color:#414042;line-height:1.4;font-size:20rem}@media only screen and (max-width: 695px){.path__path-element__description--viewpoint p{text-align:right}}.path-section__right .path__path-element--quote,.path-section__right .path__path-element--viewpoint{border-left:5px solid #da321a}.path-section__right .path__path-element--quote .path__path-element__title,.path-section__right .path__path-element--quote .path__path-element__description,.path-section__right .path__path-element--viewpoint .path__path-element__title,.path-section__right .path__path-element--viewpoint .path__path-element__description,.path-section__right .path__path-element--influence .path__path-element__title,.path-section__right .path__path-element--influence .path__path-element__description{text-align:left;-ms-flex-item-align:start;align-self:flex-start}.path-section__left .path__path-element--quote,.path-section__left .path__path-element--viewpoint{border-right:5px solid #da321a}.path-section__left .path__path-element--quote .path__path-element__title,.path-section__left .path__path-element--quote .path__path-element__description,.path-section__left .path__path-element--viewpoint .path__path-element__title,.path-section__left .path__path-element--viewpoint .path__path-element__description,.path-section__left .path__path-element--influence .path__path-element__title,.path-section__left .path__path-element--influence .path__path-element__description{text-align:right;-ms-flex-item-align:end;align-self:flex-end}.path-section__left .path__path-element__content--influence{margin-left:auto}.path__path-element__icon--moment{display:-webkit-box;display:-ms-flexbox;display:flex;height:200px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 695px){.path__path-element__image--artwork,.path__path-element__image__link img{width:100%}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path__path-element__image--artwork,.path__path-element__image__link img{max-width:320px}}@media only screen and (max-width: 695px){.path__path-element__image__link{display:block;width:100%;height:100%}}.path__path-element__image__link--moment,.path__path-element__image__link--writtenwork{text-decoration:none;width:100%}.path__path-element__text--hidden{visibility:hidden}.path__path-element__text--moment{font-family:"Droid Serif", Times, serif;width:100%;background-color:rgba(249,248,249,0.8);z-index:1;font-style:italic;line-height:2;overflow:hidden;padding:10px;margin-bottom:15px}@media only screen and (min-width: 1024px){.path__path-element__text--moment{width:300px;min-height:170px;max-height:190px}}.path__path-element__text--moment p{margin-top:0;line-height:2}.path__path-element__text--moment p:last-child{margin-bottom:0}.path__path-element__text--moment .is-special{font-size:20rem}.path__path-element__text--moment.is-left{margin-right:10px}.path__path-element__text--moment.is-right{margin-left:10px}.path__path-element__text--writtenwork{padding:0px 20px}.path__path-element__text--writtenwork p{font-size:16rem;line-height:1.375}.path__path-element__image{position:relative;min-height:75px;min-width:75px}@media only screen and (max-width: 695px){.path__path-element__image{width:100%}}.path__path-element__image--artwork{background-repeat:no-repeat;background-size:contain;background-position:center}.path__path-element__image--moment{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-moment-edadb09bfd8b67fd5ddeaab51858891b.svg);background-color:#83c0e5}.path__path-element__image--audio{background-repeat:no-repeat;background-size:cover;background-position:center;width:300px;height:225px}.path__path-element__image--video{background-repeat:no-repeat;background-size:cover;background-position:center;width:300px;height:225px}@media only screen and (max-width: 695px){.path__path-element__image--audio,.path__path-element__image--video{width:100%}}.path__path-element__image--writtenwork{background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:180px}.path__path-element__image--influence{background-repeat:no-repeat;background-size:cover;background-position:center;width:220px;height:220px}.path__path-element__icon--videowork,.path__path-element__icon--audiowork{pointer-events:none;position:absolute;z-index:2;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);left:50%;display:block;width:60px;height:60px;background-repeat:no-repeat;background-size:contain}.path__path-element__icon--videowork,.path__path-element__icon--audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/video-53f8269c6135adba3088cfa76dc8098c.svg)}.path__path-element__link{text-decoration:none}@media only screen and (max-width: 695px){.path__path-element__link{margin:auto}}.path__path-element--person{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px){.path__path-element--person{left:calc(50% - 51px);margin:10px 0px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.path__path-element--person__image-border.has-image{border:3px solid #414042;border-radius:50%;height:101px;width:101px}.path__path-element--person__image{background-repeat:no-repeat;background-size:cover;background-position:center;width:95px;height:95px;border-radius:50%}.path__path-element--person__image.has-image{border:4px solid #ffffff}.path__path-element--person__image.is-default{width:100px;height:100px}.path__path-element--person__details{margin-left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 695px){.path__path-element--person__details{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0}}.path__path-element--person__details-link-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 695px){.path__path-element--person__details-link-container{margin:10px 0px 5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.path__path-element--person__details-image-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (min-width: 696px){.path__path-element--person__details-image-link:before,.path__path-element--person__details-image-link:after{content:'';position:absolute;width:1px;height:10px;background-color:#e1dfe2;left:50px}.path__path-element--person__details-image-link:before{top:-10px}.path__path-element--person__details-image-link:after{bottom:-10px}}.path__path-element--person__details-name-link{font-size:16rem;line-height:1.375;font-family:"avheavy";text-decoration:none;color:#414042}.path__path-element--person__details-title{max-width:250px;font-size:14rem;line-height:1.4285714286;margin-bottom:4px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.path__path-element--person__details-connection-description{font-family:"Droid Serif", Times, serif;font-style:italic;text-align:center;line-height:1.4285714286}@media only screen and (min-width: 1024px){.path__path-element--person__details-connection-description{text-align:left;width:315px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path__path-element--person__details-connection-description{text-align:left;width:230px}}.path__path-element--person__details-connection-description p:first-child{margin-top:0px}.path__path-element__owner-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.path-element__header{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3))),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:245px;position:relative}.path-element-image__container{position:relative;width:100%;overflow:hidden;height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 1024px){.path-element-image__container{height:600px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-element-image__container{height:450px}}.path-element-image__container img{max-width:100%;max-height:100%;margin:auto auto}.wrapper--mobile-app .path-element__header{margin-top:70px}.path-element__header--influence{min-height:340px}.path-element-show__edit{height:20px;width:20px;margin-left:25px;vertical-align:text-bottom}@media only screen and (max-width: 695px){.path-element-show__edit{height:16px;width:16px;margin-left:15px;vertical-align:initial}}.path-element-show__edit:focus{outline:none}.path-element-show__edit.audio-video{vertical-align:baseline}.path-element-show__edit--dark,.path-element-show__edit--no-title{height:22px;width:22px;margin-left:25px;vertical-align:baseline}@media only screen and (max-width: 695px){.path-element-show__edit--dark,.path-element-show__edit--no-title{height:16px;width:16px;margin-left:15px;vertical-align:initial}}.path-element-show__edit--dark:focus,.path-element-show__edit--no-title:focus{outline:none}.path-element-show__edit--no-title{margin-left:5px}@media only screen and (max-width: 695px){.path-element-show__edit--no-title{height:22px;width:22px;margin:10px 0 0 5px}}.path-element__background-container{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1}.path-element__background{background-repeat:no-repeat;background-size:cover;background-position:center;-webkit-filter:blur(30px);filter:blur(30px);position:absolute;left:-60px;right:-60px;top:-60px;bottom:-60px}.path-element__header-image--overlay{position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer}.path-element__placeholder{position:absolute;top:0;right:0;left:0;bottom:0;background-repeat:no-repeat;background-size:cover;background-position:center;background-size:contain;background-position:center}.path-element__add-image-card{cursor:pointer;background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), color-stop(70%, #fe841b), to(#fcb819));background:linear-gradient(to right, #ff3a1e, #fe841b 70%, #fcb819);position:absolute;top:0;right:0;left:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-element__add-image-card>i{width:50px;height:50px;margin-bottom:40px}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-element__add-image-card>i{width:75px;height:75px}}@media only screen and (min-width: 1024px){.path-element__add-image-card>i{width:100px;height:100px}}.path-element__add-image-card>div{color:#ffffff;font-size:14rem;text-transform:uppercase;letter-spacing:1.8px}.path-element-image__container--influence img,.path-element-image__container--influence .path-element__add-image-card{position:relative;border-radius:50%;width:300px;height:100%}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-element-image__container--influence img,.path-element-image__container--influence .path-element__add-image-card{width:450px}}@media only screen and (min-width: 1024px){.path-element-image__container--influence img,.path-element-image__container--influence .path-element__add-image-card{width:600px}}.path-element__placeholder--written{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-writtenwork-e16fe88140f5064d854525f9db284888.svg)}.path-element__placeholder--influence{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/default-influence-large-1cb857cbe41f9c829ccc9dcd68ee52bf.svg)}.path-element__placeholder--moment{background-color:#83c0e5;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-moment-edadb09bfd8b67fd5ddeaab51858891b.svg)}.path-element__placeholder--audio{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-audiowork-9a54d65a259de0559308a1d6078f2dcb.svg)}.path-element__placeholder--video{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-videowork-15551016aedbdfc324a500da1b63b5c3.svg);background-position:10%;background-size:145%}.path-element__header-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:120px;word-break:normal}@media only screen and (min-width: 696px){.path-element__header-content{-ms-flex-item-align:end;align-self:flex-end;margin-top:0;margin-left:30px;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width: 695px){.path-element__header-content--audio,.path-element__header-content--video{width:275px;margin-right:auto;margin-left:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-bottom:-15px}}.path-element__header-icon{width:20px;height:20px;margin-bottom:-1px;margin-right:7px}@media only screen and (min-width: 696px){.path-element__header-icon{width:24px;height:24px;margin-bottom:10px;margin-right:0px}}.path-element__header-title{text-align:center;display:inline;margin-bottom:10px;color:#ffffff;font-size:24rem;line-height:1.3333333333;text-shadow:0 1px 2px rgba(0,0,0,0.4)}@media only screen and (min-width: 696px){.path-element__header-title{width:80%;font-size:36rem;line-height:1.2222222222;text-align:left;margin-bottom:20px}}@media only screen and (max-width: 695px){.path-element__header-link-button--audio,.path-element__header-link-button--video{margin-top:15px}}.path-element__header-link-button--audio:hover i,.path-element__header-link-button--video:hover i{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/play-red-5594356ff2573467b3d5609aadbc5d29.svg)}.path-element__header-link-button__icon{width:14px;height:14px;position:relative;top:2px;margin-right:8px}.path-element__header-link--blank{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;left:0}.path-element__header-link__value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:250px;color:#ffffff;margin-left:20px;font-size:24rem;text-decoration:none}.path-element__spacer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;background-color:#f6f8f8;position:relative}.path-element__spacer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%;width:100%}@media only screen and (min-width: 696px){.path-element__spacer__container{width:90%;margin:0 auto;max-width:1200px}}.path-element__container{z-index:3;padding-top:130px}@media only screen and (max-width: 695px){.path-element__container{padding-top:95px}}.path-element__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 1023px){.path-element__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.path-element__back-button{display:none;margin-bottom:15px}@media only screen and (max-width: 695px){.path-element__back-button{display:block}}.path-element__back-button .btn.btn--blank{font-family:"avheavy";text-transform:uppercase;letter-spacing:2px}.path-element__container--moment,.path-element__container--writtenwork,.path-element__container--viewpoint{background-color:#ffffff;border-radius:5px;bottom:85px;padding:30px 35px;position:relative}.path-element__container--moment-with-image{padding:36px 38px}.path-element__icon-container{margin-bottom:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 696px){.path-element__icon-container{margin-bottom:40px}}.path-element__icon--moment,.path-element__icon--work,.path-element__icon--viewpoint,.path-element__icon--influence{background-size:contain;height:40px;width:40px;margin-right:15px}.path-element__main{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.path-element__about-artist{font-family:"avenirltstdroman"}.path-element__about-artist *{color:#0b0b0b;font-size:18rem}.path-element__sidebar{width:100%;margin-top:20px}@media only screen and (min-width: 1024px){.path-element__sidebar{margin-top:0;width:400px;padding-left:40px}}.path-element__sidebar--influence{position:relative;bottom:265px;margin-bottom:-265px}@media only screen and (min-width: 1024px){.path-element__sidebar--influence{-ms-flex-preferred-size:405px;flex-basis:405px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-element__sidebar--influence{-ms-flex-preferred-size:310px;flex-basis:310px}}@media only screen and (min-width: 696px){.path-element__sidebar--moment{-webkit-box-flex:1;-ms-flex:1;flex:1}}.path-element__influence-image{background-repeat:no-repeat;background-size:contain;background-position:center;border-radius:50%;width:300px;height:300px}@media only screen and (min-width: 696px){.path-element__influence-image{width:375px;height:375px;margin-bottom:50px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.path-element__influence-image{width:270px;height:270px}}@media only screen and (max-width: 695px){.path-element__influence-image{margin:0px auto 20px auto}}@media only screen and (min-width: 696px){.path-element__influence-image--default{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/default-influence-large-1cb857cbe41f9c829ccc9dcd68ee52bf.svg)}}@media only screen and (max-width: 1023px){.path-element__influence-image--default{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/default-influence-small-7e536519c7b0f00b48af50920efa1f29.svg)}}.path-element__image{position:relative;margin-bottom:20px}.path-element__image>img{width:100%}.path-element__sidebar-section{margin-bottom:20px;padding-top:15px}.path-element__sidebar-section:first-child{padding-top:0}.path-element__collaborators,.path-element__tags{border-top:1px solid #e1dfe2}@media only screen and (max-width: 695px){.path-element__collaborators,.path-element__tags{margin-bottom:20px}}.path-element__like-bookmark-container{position:absolute;right:6px;top:5px}.path-element__like-bookmark-container .like__btn{line-height:1}.path-element__like-bookmark-container .cta-icon--like,.path-element__like-bookmark-container .cta-icon--liked{height:28px;width:29px}@media only screen and (max-width: 695px){.path-element__like-bookmark-container .cta-icon--like,.path-element__like-bookmark-container .cta-icon--liked{height:21px;width:22px}}@media only screen and (max-width: 695px){.path-element__like-bookmark-container{top:9px}}.path-element__like-items-container{margin-bottom:15px}.path-element__like-items-container>:not(:last-child){margin-right:10px}@media only screen and (min-width: 696px){.path-element__like-items-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.path-element__tags-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.path-element__tag{padding:5px 10px;border-radius:100px;border:1px solid transparent;font-family:"avenirltstdroman";font-size:14rem;color:#414042;margin-right:10px;margin-bottom:10px;white-space:nowrap;background:white;text-decoration:none;position:relative}.path-element__tag::after{position:absolute;background:radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);border-radius:100px;content:'';width:100%;height:100%;top:-2px;right:-2px;z-index:-1;padding:2px;-webkit-box-sizing:content-box;box-sizing:content-box}.path-element__tag::after{background:#cbcbcb}.path-element__tag:hover{-webkit-transition:all 250ms;transition:all 250ms;color:#ff3a1e}.path-element__tag:hover::after{background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), to(#fe841b));background:linear-gradient(to right, #ff3a1e, #fe841b)}.path-element__tag:last-child{margin-right:0px}.path-element__type{font-family:"avheavy";font-size:14rem;letter-spacing:2px;color:#414042;text-transform:uppercase}.path-element__sidebar__title{font-family:"avheavy";font-size:14rem;letter-spacing:2px;color:#414042;text-transform:uppercase;margin-bottom:20px;margin:10px 0 20px}.path-element__owner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.path-element__owner-photo{margin-right:15px;-ms-flex-preferred-size:67px;flex-basis:67px;overflow:hidden}.path-element__owner-photo img{border-radius:50%;width:67px;height:67px}.path-element__owner-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.path-element__owner-title,.path-element__owner-name{font-size:16rem}@media only screen and (min-width: 1024px){.path-element__owner-title,.path-element__owner-name{max-width:275px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.path-element__owner-title{font-family:"avenirltstdroman"}.path-element__owner-name{font-family:"avheavy";margin-bottom:5px}.path-element__body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px){.path-element__body-container{-ms-flex-preferred-size:100%;flex-basis:100%}}@media only screen and (min-width: 696px){.path-element__body-container--writtenwork,.path-element__body-container--moment{-webkit-box-flex:2;-ms-flex:2;flex:2}}@media only screen and (min-width: 696px){.path-element__body--audiowork,.path-element__body--videowork,.path-element__body--influence{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}}.path-element__body--viewpoint{padding:20px;color:#ffffff;overflow:hidden;background:#414042}.path-element__body__like-button{position:relative;top:-3px}@media only screen and (min-width: 696px){.path-element__body__like-button{top:2px}}.path-element__body--artwork{min-width:0;width:100%}.path-element__body{min-width:0;overflow-wrap:break-word}.path-element__body__title-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 696px){.path-element__body__title-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.path-element__body__title-bar--influence{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 696px){.path-element__body__title-bar--influence{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.path-element__body__title-bar--moment,.path-element__body__title-bar--viewpoint,.path-element__body__title-bar--writtenwork{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width: 696px){.path-element__body__title-bar--moment .path-element__body__title__likes,.path-element__body__title-bar--viewpoint .path-element__body__title__likes,.path-element__body__title-bar--writtenwork .path-element__body__title__likes{display:none}}@media only screen and (max-width: 695px){.path-element__body__title-bar--artwork{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 695px){.path-element__body__title-bar--audiowork,.path-element__body__title-bar--videowork{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.path-element__body__title__likes{line-height:44px;height:44px;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media only screen and (min-width: 696px){.path-element__body__title__likes--with-title{margin-bottom:25px}}.path-element__body__report-link{float:unset;text-align:center;margin-top:25px;width:100%}.btn.path-element__body__listen-watch-now-btn,.btn.path-element__body__message-btn,.btn.path-element__body__edit-btn{height:36px;line-height:36px;display:block;margin:15px 0;letter-spacing:unset;width:100%}.btn.path-element__body__listen-watch-now-btn:first-child,.btn.path-element__body__message-btn:first-child,.btn.path-element__body__edit-btn:first-child,.path-element__body__report-link:first-child{margin-top:0}.btn.path-element__body__listen-watch-now-btn:last-child,.btn.path-element__body__message-btn:last-child,.btn.path-element__body__edit-btn:last-child,.path-element__body__report-link:last-child{margin-bottom:0}.btn.path-element__body__message-btn,.btn.path-element__body__edit-btn{font-family:"avheavy"}.path-element__body__title{font-size:24rem;font-family:"avenirltstdmedium";color:#414042;margin-bottom:25px}.path-element__body__element-type{font-family:"Droid Serif", Times, serif;font-size:18rem;color:#0b0b0b;opacity:0.5;font-style:italic;margin:20px 0}.path-element__body__owner-and-action-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 1023px){.path-element__body__owner-and-action-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.path-element__body__owner-and-action-container--actions{margin-bottom:20px}.path-element__body--viewpoint .path-element__body__element-type{margin-top:0;opacity:1.0;color:#ffffff}.path-element__body__description.path-element__body__description--viewpoint{color:#ffffff;margin-bottom:0}.path-element__body__description{margin-bottom:25px;font-family:"avenirltstdroman";font-size:18rem;line-height:1.2222222222}@media only screen and (max-width: 1023px){.path-element__body__description{margin-bottom:20px}}.path-element__body__description *{color:inherit}.path-element__body__description a,.path-element__body__description p,.path-element__body__description code,.path-element__body__description li,.path-element__body__description strong,.path-element__body__description em,.path-element__body__description h1,.path-element__body__description h2,.path-element__body__description h3,.path-element__body__description h4,.path-element__body__description h5,.path-element__body__description h6{font-size:16rem;line-height:1.375}.path-element__body__description a:first-child,.path-element__body__description p:first-child,.path-element__body__description code:first-child,.path-element__body__description li:first-child,.path-element__body__description strong:first-child,.path-element__body__description em:first-child,.path-element__body__description h1:first-child,.path-element__body__description h2:first-child,.path-element__body__description h3:first-child,.path-element__body__description h4:first-child,.path-element__body__description h5:first-child,.path-element__body__description h6:first-child{margin-top:0}.path-element__body__description a:last-child,.path-element__body__description p:last-child,.path-element__body__description code:last-child,.path-element__body__description li:last-child,.path-element__body__description strong:last-child,.path-element__body__description em:last-child,.path-element__body__description h1:last-child,.path-element__body__description h2:last-child,.path-element__body__description h3:last-child,.path-element__body__description h4:last-child,.path-element__body__description h5:last-child,.path-element__body__description h6:last-child{margin-bottom:0}.path-element__body__description h1,.path-element__body__description h2,.path-element__body__description h3{margin-top:2em}.path-element__body__description ol,.path-element__body__description ul,.path-element__body__description pre,.path-element__body__description h4,.path-element__body__description h5,.path-element__body__description h6{margin-top:1em}.path-element__body__description h1{text-transform:uppercase}.path-element__body__description h2{font-weight:bold}.path-element__body__description h3{font-weight:normal;text-decoration:underline}.path-element__body__description h4,.path-element__body__description h5,.path-element__body__description h6{font-style:italic}.path-element__body__description h4{margin-left:1em}.path-element__body__description h5{margin-left:2em}.path-element__body__description h6{margin-left:3em}.path-element__body__description ul{list-style:disc}.path-element__body__description ol{list-style:decimal}.path-element__body__description li,.path-element__body__description pre{margin-left:1em}.path-element__body__description pre{white-space:pre-wrap}.path-element__detail-image-overlay{overflow:hidden}.path-element__video-player-modal.modal,.path-element__detail-image-modal.modal{background-color:#000;max-width:100%}@media only screen and (min-width: 696px){.path-element__video-player-modal.modal,.path-element__detail-image-modal.modal{max-width:85%;top:10%;bottom:10%}}.path-element__detail-image-modal__image-container{position:relative;height:100%;width:100%;overflow:hidden}.path-element__detail-image-modal.modal .path-element-carousel__prev,.path-element__detail-image-modal.modal .path-element-carousel__next{position:absolute;margin:auto;top:0;bottom:0}.path-element__detail-image-modal.modal .path-element-carousel__prev{left:-44px}@media only screen and (max-width: 1023px){.path-element__detail-image-modal.modal .path-element-carousel__prev{left:-33px}}.path-element__detail-image-modal.modal .path-element-carousel__next{right:-44px}@media only screen and (max-width: 1023px){.path-element__detail-image-modal.modal .path-element-carousel__next{right:-33px}}.path-element__detail-image-modal.modal img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.path-element__video-player-iframe{width:calc(100% - 3rem);height:calc(100% - 55px - 3rem);margin:55px 3rem 3rem 3rem}@media only screen and (min-width: 696px){.path-element__video-player-iframe{width:100%;height:100%;margin:0}}.path-element__more-from-member{margin-top:10px}@media only screen and (max-width: 695px){.path-element__more-from-member{display:none}}.path-element__main--title{text-decoration:none;display:block;font-family:"avheavy";margin:20px 0;text-transform:uppercase;letter-spacing:2px}.path-element__about-artist--title{margin-top:40px;margin-bottom:0}.path-element__more-from-member--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.path-element__more-from-member--item{border:1px solid #d8d8d8;background:no-repeat center;background-size:contain;-ms-flex-preferred-size:calc(33.3% - 12px);flex-basis:calc(33.3% - 12px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;height:auto;text-decoration:none}.path-element__more-from-member--item::before{content:'';display:block;padding-top:100%}.path-element__more-from-member--spacer{content:' ';-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:20px}.path-element__more-from-member--item__img{background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%}.path-element__more-from-member--item-artwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-artwork-aa755331fe7dbbad41598d6af44d8a00.svg)}.path-element__more-from-member--item-audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-audiowork-9a54d65a259de0559308a1d6078f2dcb.svg)}.path-element__more-from-member--item-videowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-videowork-15551016aedbdfc324a500da1b63b5c3.svg)}.path-element__more-from-member--item-viewpoint,.path-element__more-from-member--item-quote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:30px}.path-element__more-from-member--item-viewpoint::before,.path-element__more-from-member--item-quote::before{display:none}.path-element__more-from-member--item-viewpoint{background-color:#414042;color:#ffffff}.path-element__more-from-member--item-influence{border-radius:50%;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-person-dfe780a3934251a416741af24ba5813f.svg);background-size:80%}.path-element__more-from-member--item-moment--title,.path-element__more-from-member--item-viewpoint--title{color:inherit;margin-bottom:10px;letter-spacing:2px;text-transform:uppercase}.path-element__more-from-member--item-viewpoint--description p{color:#ffffff;font-size:20rem;font-family:"avheavy";text-decoration:none}.path-element__more-from-member--item-writtenwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-writtenwork-e16fe88140f5064d854525f9db284888.svg)}.path-element__more-from-member--item-moment{background-color:#83c0e5;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-moment-edadb09bfd8b67fd5ddeaab51858891b.svg)}.path-element__more-from-member--item-moment--text{background-color:rgba(255,255,255,0.8);padding:15px}.path-element__more-from-member--item-moment--text p{font-family:"Droid Serif", Times, serif;font-style:italic}.path-element__more-from-member--item-moment--text p .is-special{font-size:20rem}.path-element__more-from-member--item__img--moment{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.path-element__more-from-member--item-quote--text p{margin-top:0;font-family:"Droid Serif", Times, serif;font-size:20rem;font-style:italic;line-height:1.4285714286}.path-element__more-from-member--item-quote--attribution{text-transform:uppercase}.path-element__more-from-member--item-viewpoint--description,.path-element__more-from-member--item-moment--text,.path-element__more-from-member--item-quote--text{width:100%}.path-element__more-from-member--item-viewpoint--description p,.path-element__more-from-member--item-moment--text p,.path-element__more-from-member--item-quote--text p{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}@media (min-width: 1200px){.path-element__more-from-member--item-viewpoint--description p,.path-element__more-from-member--item-moment--text p,.path-element__more-from-member--item-quote--text p{-webkit-line-clamp:4}}.person-picker-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.person-picker-item__name,.person-picker-item__info{padding:15px}.person-picker-item__picture{height:50px;width:50px}.floating__join__modal-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 696px){.floating__join__modal-overlay{overflow-y:scroll}}.floating__join__modal.modal{background-color:#ffffff}@media only screen and (max-width: 695px){.floating__join__modal.modal{width:100%;overflow-y:auto}}@media only screen and (min-width: 696px){.floating__join__modal.modal{position:relative;left:initial;right:initial;top:initial;bottom:initial;margin:auto;max-width:620px}}.floating__join__modal.modal .modal__header{background:#ffffff;height:100px;border-top-style:solid}@media only screen and (max-width: 695px){.floating__join__modal.modal .modal__header{height:150px}}.floating__join__modal.modal .modal__header__content{-ms-flex-wrap:wrap;flex-wrap:wrap}.floating__join__modal.modal .modal__header__title{margin-top:4px;font-size:20rem}@media only screen and (max-width: 695px){.floating__join__modal.modal .modal__header__title{margin-top:50px}}.floating__join__modal.modal .modal__body__subtitle{padding:0 22px;text-align:left;font-size:16rem;margin-top:-10px;margin-bottom:30px;line-height:1.33}@media only screen and (min-width: 696px){.floating__join__modal.modal .modal__body__subtitle{padding:0 50px}}.modal__header__brand-logo{display:none;height:30px;width:32px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/logo-c9bc2e43c164bedaf94bfb52db7ae32c.svg);background-size:contain;background-repeat:no-repeat;position:absolute;top:15px;left:35px}@media only screen and (max-width: 695px){.modal__header__brand-logo{display:block}}.floating__join__sign-in,.floating__join__sign-up{margin:50px 30px}@media only screen and (max-width: 695px){.floating__join__sign-in,.floating__join__sign-up{margin:20px 10px}}.floating__join__sign-in .sign-in-form__label,.floating__join__sign-in .sign-up-form__label,.floating__join__sign-in .sign-up-form__label--password,.floating__join__sign-up .sign-in-form__label,.floating__join__sign-up .sign-up-form__label,.floating__join__sign-up .sign-up-form__label--password{font-size:14rem !important}@media only screen and (max-width: 695px){.floating__join__sign-in .sign-in-form__label,.floating__join__sign-in .sign-up-form__label,.floating__join__sign-in .sign-up-form__label--password,.floating__join__sign-up .sign-in-form__label,.floating__join__sign-up .sign-up-form__label,.floating__join__sign-up .sign-up-form__label--password{font-size:11rem !important}}.floating__join__sign-in .sign-in-form__sign-up,.floating__join__sign-in .sign-up-form__sign-in,.floating__join__sign-up .sign-in-form__sign-up,.floating__join__sign-up .sign-up-form__sign-in{margin:0;font-size:16rem}@media only screen and (max-width: 695px){.floating__join__sign-in .sign-in-form__sign-up,.floating__join__sign-in .sign-up-form__sign-in,.floating__join__sign-up .sign-in-form__sign-up,.floating__join__sign-up .sign-up-form__sign-in{font-size:14rem}}.floating__join__sign-in .sign-in-form__link--sign-up,.floating__join__sign-in .sign-up-form__link--sign-in,.floating__join__sign-up .sign-in-form__link--sign-up,.floating__join__sign-up .sign-up-form__link--sign-in{font-size:inherit !important}.floating__join__sign-in .sign-in-form__group,.floating__join__sign-in .sign-up-form__group,.floating__join__sign-up .sign-in-form__group,.floating__join__sign-up .sign-up-form__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.floating__join__sign-in .sign-in-form__submit-container,.floating__join__sign-in .sign-up-form__submit-container,.floating__join__sign-in .mod-terms,.floating__join__sign-up .sign-in-form__submit-container,.floating__join__sign-up .sign-up-form__submit-container,.floating__join__sign-up .mod-terms{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 20px 30px 0}@media only screen and (max-width: 695px){.floating__join__sign-in .mod-terms>.form-label,.floating__join__sign-up .mod-terms>.form-label{font-size:14rem}}.profile-image{width:100%;height:100%}.profile-image--default{content:' ';background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/default-avatar-1ebe0893713af7fd177f86c92cac1817.svg);background-position:center;background-size:contain;background-repeat:no-repeat;height:100%}.profile-image--small{margin-right:10px}.profile-image--small img{width:40px}@media only screen and (max-width: 511px){.profile-image--small img{width:30px}}.react-datepicker__current-month,.react-datepicker-time__header{font-size:14rem}.react-datepicker__day-name,.react-datepicker__day{width:2em;line-height:1.7em;margin:0.166em}.react-datepicker__week-number{width:2em;line-height:1.7em}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day{width:3em}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day{width:2em}}.react-datepicker__input-container input{background-color:rgba(65,64,66,0.05);font-family:"avenirltstdroman"}.form-error .react-datepicker__input-container{color:#da321a;background:#fbe1dc}.react-datepicker__navigation{border:0.45em solid transparent}.react-datepicker__navigation--previous{border-right-color:#9b9b9b;background-color:transparent;padding:0px;border-right-width:7px;border-top-width:7px;border-bottom-width:7px}.react-datepicker__navigation--previous:hover{border-right-color:#gray-41}.react-datepicker__navigation--next{background-color:transparent;padding:0px;border-left-color:#9b9b9b;border-left-width:7px;border-top-width:7px;border-bottom-width:7px}.react-datepicker__navigation--next:hover{border-left-color:#gray-41}.react-datepicker__time-container,.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:110px}.registration-account-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.registration-account-type:after{content:'';height:80px;position:absolute;bottom:-110px;right:50%;z-index:-1}@media only screen and (max-width: 695px){.registration-account-type{max-width:353px}}.registration-account-type__welcome{font-family:"avenirltstdmedium";font-size:36rem;letter-spacing:2px;line-height:1.5}@media only screen and (max-width: 695px){.registration-account-type__welcome{font-size:24rem;letter-spacing:unset;margin-top:0}}.registration-account-type__prompt{font-family:"avenirltstdroman";font-size:20rem;letter-spacing:0.8px;line-height:1.5;margin-top:20px}@media only screen and (max-width: 695px){.registration-account-type__prompt{font-size:18rem;letter-spacing:unset}}.registration-location__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;width:88%}@media only screen and (max-width: 695px){.registration-location__inputs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.registration-location__input{-ms-flex-preferred-size:47%;flex-basis:47%;margin-bottom:25px}.registration-location__input .minimal-form__input.minimal-form-select{padding:1px 2px 3px 2px;line-height:1.43}@media only screen and (max-width: 695px){.registration-location__input{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0;padding-bottom:10px}}.registration-success__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.registration-success{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:665px}.registration-success__connection-line{height:60px}.registration-success__title{font-family:"avenirltstdmedium";font-size:36rem;letter-spacing:2px;color:#414042;margin-top:40px;text-align:center}@media only screen and (max-width: 695px){.registration-success__title{font-size:24rem;letter-spacing:1.3px;line-height:1.4}}@media only screen and (max-width: 320px){.registration-success__title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.registration-success__text{font-family:"avenirltstdroman";font-size:24rem;letter-spacing:0.8px;color:#414042;margin:20px;width:90%;text-align:center;line-height:1.4}@media only screen and (max-width: 695px){.registration-success__text{font-size:14rem}}@media only screen and (max-width: 320px){.registration-success__text{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.registration-success__button{font-size:18rem;margin:20px 0}@media only screen and (max-width: 695px){.registration-success__button{font-size:14rem;margin:15px 0}}@media only screen and (max-width: 320px){.registration-success__button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.registration-tags .dropdown-menu{height:240px}@media only screen and (max-width: 695px){.registration-tags .dropdown-menu{height:175px}}.registration-tags__form-group{position:relative;width:100%;border-top:1px solid;border-image-source:radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);border-image-slice:1;max-width:650px}.registration-tag__input-placeholder-container{position:absolute;bottom:27px;left:10px}.registration-tag__input-placeholder-container--hidden{display:none}.registration-tags--focused>.registration-tag__input-placeholder-container{display:none}.registration-tag__input-placeholder{padding:5px 10px;border-radius:100px;border:1px solid transparent;font-family:"avenirltstdroman";font-size:14rem;color:#414042;margin-right:10px;margin-bottom:10px;white-space:nowrap;background:white;text-decoration:none;position:relative;padding:5px 0 5px 10px;margin:5px 5px 0 0;display:inline-block;background-color:#f9f8f9;border-color:#e1dfe2;color:#9b9b9b;margin:0 5px 0 0}.registration-tag__input-placeholder::after{position:absolute;background:radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);border-radius:100px;content:'';width:100%;height:100%;top:-2px;right:-2px;z-index:-1;padding:2px;-webkit-box-sizing:content-box;box-sizing:content-box}@media only screen and (min-width: 696px){.registration-tag__input-placeholder{margin:5px 5px 0px 0px}}.registration-tag__input-placeholder::after{display:none}@media only screen and (max-width: 695px){.registration-tag__input-placeholder:nth-child(n+3){display:none}}.registration-tag__input-close-button{color:#9b9b9b;padding:5px 7px}.registration__connection-line,.rich-account__further-header:after,.rich-account:after,.rich-account:before,.avatar-selection-success__connection-line,.avatar-selection__button-container:before,.registration-account-type:after,.registration-success__connection-line{border-image-source:radial-gradient(circle at 21% 0, #fcb819, #fe841b 41%, #ff3a1e);border-width:1px;border-style:solid;border-image-slice:1}.registration__prompt-container{margin:30px 0;max-width:650px;text-align:center}@media only screen and (max-width: 695px){.registration__prompt-container{margin:30px 0 0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:320px}}.registration__prompt{font-family:"avenirltstdroman";font-size:24rem;letter-spacing:0.8px;color:#414042}@media only screen and (max-width: 695px){.registration__prompt{font-size:18rem;letter-spacing:0.6px;text-align:center}}.registration__hint{font-family:"avenirltstdroman";font-size:16rem;letter-spacing:0.5px;color:#9b9b9b;margin-left:10px}@media only screen and (max-width: 695px){.registration__hint{display:block;font-size:14rem;margin:5px 0;text-align:center}}.registration__text-input{border:none;width:90%;border-bottom:1px solid #e1dfe2;padding:5px 0;font-family:"avenirltstdmedium";font-size:16rem;display:block;color:#414042}.registration__question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.registration__question.fixed-width{width:550px;max-width:100%}@media only screen and (max-width: 695px){.registration__question{width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.registration-website__input{width:100%}.registration__title__tag-input{width:100%}.registration__title__tag-input .tag-input__tags .rbt-input{padding:0 1px 0}.registration__title__tag-input .tag-input__tags{margin:0}.registration__title__tag-input .form-control{background-color:transparent;border-top:0px;border-bottom:1px solid #e1dfe2;position:relative;z-index:1}.registration__title__tag-input .form-control.focus{border-color:#fcb819}.registration__title__tag-input .dummy-tags{position:absolute}.registration__title__tag-input .dummy-tags .token{padding:5px 10px;border-radius:100px;border:1px solid transparent;font-family:"avenirltstdroman";font-size:14rem;color:#414042;margin-right:10px;margin-bottom:10px;white-space:nowrap;background:white;text-decoration:none;position:relative;padding:5px 0 5px 10px;margin:5px 5px 0 0;display:inline-block;padding:0 5px 0 10px;color:#9b9b9b}.registration__title__tag-input .dummy-tags .token::after{position:absolute;background:radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);border-radius:100px;content:'';width:100%;height:100%;top:-2px;right:-2px;z-index:-1;padding:2px;-webkit-box-sizing:content-box;box-sizing:content-box}@media only screen and (min-width: 696px){.registration__title__tag-input .dummy-tags .token{margin:5px 5px 0px 0px}}.registration__title__tag-input .dummy-tags .token::after{background:#9b9b9b}.registration__title__tag-input .dummy-tags .token-remove-button{background-color:transparent;border:none;padding:3px 7px}.registration__title__tag-input .dummy-tags .token-remove-button span{color:#9b9b9b}.registration__title__tag-input--error .form-control{border-color:#ff3a1e}.registration__loading{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:30px;height:60px;width:60px}.registration__errors{color:#ff3a1e;font-size:16rem;letter-spacing:0.8px;margin-top:5px}@media only screen and (max-width: 695px){.registration__errors{font-size:13rem;bottom:-15px;right:17%}}.registration__or{font-family:"avbook";font-size:18rem;letter-spacing:2px;color:#414042}@media only screen and (max-width: 695px){.registration__or{font-size:14rem}}.rich-account__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rich-account{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.rich-account:before{content:'';height:70px}.rich-account:after{content:'';height:200px;position:absolute;bottom:-200px;right:50%;z-index:-1}@media only screen and (max-width: 695px){.rich-account{max-width:353px}}.rich-account__next{margin-top:15px;font-size:18rem;width:130px}@media only screen and (max-width: 695px){.rich-account__next{font-size:16rem;width:100px}}.rich-account__back{font-family:"avenirltstdroman";font-size:16rem;letter-spacing:1.8px;color:#9b9b9b;text-transform:uppercase;padding:25px 10px 0}@media only screen and (max-width: 695px){.rich-account__back{font-size:14rem}}.rich-account__further-header{position:relative;margin-bottom:60px}.rich-account__further-header:after{content:'';height:60px;position:absolute;bottom:-60px;right:50%}.screen-reader{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.search-result{border-radius:5px;cursor:pointer;-ms-flex-preferred-size:375px;flex-basis:375px;width:375px;min-height:200px;padding:30px;margin-bottom:0;-webkit-transition:background-color 300ms ease-in-out;transition:background-color 300ms ease-in-out;word-break:break-all;word-break:break-word}@media only screen and (max-width: 695px){.search-result{border-bottom:0.5px solid #414042;margin-bottom:0;padding:30px 30px;border-radius:0;width:100%}}@media only screen and (min-width: 1024px){.search-result:hover{background-color:#ebebeb}}.search-result__image{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);position:relative;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.search-result__image--event img{width:100%}.search-result__image--member{-webkit-box-shadow:none;box-shadow:none;overflow:visible}.search-result__image--moment{position:absolute;top:0;left:0;right:0;bottom:0;background-position:center}.search-result__image--artwork{height:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.search-result__image--artwork,.search-result__image--audiowork,.search-result__image--videowork,.search-result__image--writtenwork{background-repeat:no-repeat;background-size:cover;background-position:center;background:#ffffff;background-repeat:no-repeat;background-size:contain;background-position:center}.search-result__image--artwork img,.search-result__image--audiowork img,.search-result__image--videowork img,.search-result__image--writtenwork img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-result__image--audiowork{height:400px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-audiowork-9a54d65a259de0559308a1d6078f2dcb.svg)}.search-result__image--videowork{height:400px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-videowork-15551016aedbdfc324a500da1b63b5c3.svg)}.search-result__image--writtenwork{background-size:360px;height:400px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-writtenwork-e16fe88140f5064d854525f9db284888.svg)}.search-result__image--fluid{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);border-radius:50%;width:315px}.search-result__body{position:relative;display:block;text-decoration:none;border-radius:3px}.search-result__body--moment{background-color:#83c0e5;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-moment-edadb09bfd8b67fd5ddeaab51858891b.svg);background-repeat:no-repeat;background-size:cover;background-position:center;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:400px}.search-result__body--event{margin-bottom:10px}.search-result--event__bookmark,.search-result--member__bookmark{position:absolute;right:0}.search-result--event__footer{height:46px}.search-result__title{text-decoration:none;margin-top:12px;margin-bottom:5px;min-height:20px;font-size:18rem;max-width:100%;font-family:"avenirltstdroman"}.search-result__title p{margin:0;font-size:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-result__title--quote{margin:0}.search-result__title--quote p{font-family:"Droid Serif", Times, serif;font-size:22rem;line-height:1.4545454545;font-style:italic;color:#414042;text-decoration:none;white-space:unset;overflow:unset}@media only screen and (max-width: 695px){.search-result__title--quote p{font-size:18rem}}.search-result__info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.search-result__description--quote{margin-top:50px;color:#414042;text-decoration:none;text-transform:uppercase;line-height:1.25;font-size:16rem;letter-spacing:2.3px;font-family:"avenirltstdroman"}@media only screen and (max-width: 695px){.search-result__description--quote{font-size:unset}}.search-result__description--quote:before{content:'—';margin-right:8px}.search-result__description--viewpoint p{margin:20px 0;color:#ffffff;text-decoration:none;font-size:20rem;font-family:"avenirltstdmedium";line-height:1.6}.search-result__wrapper-link{text-decoration:none}.search-result__work-identifier--viewpoint{color:#ffffff;font-family:"avenirltstdroman";text-transform:uppercase;letter-spacing:2.3px;line-height:22rem;font-size:16rem}.search-result__work-identifier--moment{font-family:"avenirltstdroman";text-transform:uppercase;text-decoration:none;font-size:12rem;letter-spacing:2.3px;padding-bottom:5px;background-color:transparent}.search-result__content--hidden{visibility:hidden}.search-result__content--moment{background-color:rgba(249,248,249,0.8);min-height:100px;padding:10px 20px 20px;margin-bottom:20px;z-index:3}.search-result__content--quote{border:1px solid #9b9b9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;min-height:300px;padding:45px}@media only screen and (max-width: 695px){.search-result__content--quote{min-height:220px}}.search-result__content--viewpoint{background-color:#414042;padding:45px;position:relative;min-height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 695px){.search-result__content--viewpoint{min-height:220px}}.search-result__description--moment{font-family:"Droid Serif", Times, serif;max-height:150px;z-index:2;font-style:italic;line-height:1.75;overflow:hidden;padding-right:5px}.search-result__description--moment p{font-size:16rem;line-height:1.75}.search-result__description--moment p:first-child{margin-top:0}.search-result__description--moment p:last-child{margin-bottom:0}.search-result__description--moment .is-special{font-size:20rem}.search-result__description--moment.is-left{margin-right:10px}.search-result__description--moment.is-right{margin-left:10px}.search-result__owner{display:-webkit-box;display:-ms-flexbox;display:flex}.search-result__owner-container{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none}.search-result__owner__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:2px 10px 2px 0}.search-result__owner__image img{width:42px;height:42px;border-radius:50%}.search-result__owner__name{max-width:300px;font-size:14rem;font-family:"avenirltstdroman";white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:auto 0}.search-result__owner__name.minimal{font-size:18rem}.search-result__info-banner--member{position:relative;margin-top:20px;padding-top:15px;border-top:1px solid #cbcbcb}.search-result__info-banner--member .name,.search-result__info-banner--member .title,.search-result__info-banner--member .location{font-size:18rem;line-height:1.3333333333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width: 695px){.search-result__info-banner--member .name,.search-result__info-banner--member .title,.search-result__info-banner--member .location{font-size:16rem}}.search-result__info-banner--member .title,.search-result__info-banner--member .location{font-family:"avenirltstdroman"}.search-result__info-banner--member .name{font-family:"avheavy";max-width:300px}.search-result__info-banner--member .location{color:#9b9b9b}.search-result__info-banner--event{position:relative;border-bottom:1px solid #cbcbcb}.search-result__info-banner__title{font-size:18rem;line-height:1.7777777778;width:280px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-result__info-banner__start-date,.search-result__info-banner__location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-result__info-banner__start-date__icon,.search-result__info-banner__location__icon{-ms-flex-preferred-size:18px;flex-basis:18px;height:18px;min-width:18px;line-height:1.8571428571;position:relative;top:-2px;background-image:url(/assets/icons/calendar-v2-outline-877d389447800b59cabe0167c9065d7dbb92ab7f837752a40aa3e533e4decc2a.svg);background-repeat:no-repeat;background-size:contain;background-position:center;margin-right:10px;color:#fcb819}.search-result__info-banner__location__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-result__info-banner__location__icon{background-image:url(/assets/icons/location-outline-gray-a1dbbd79a588f20b8a4b049af4f59d9fa40bef7e07a3f3d64a92d561fb2c6aff.svg)}.search-result__info-banner__start-date__date{line-height:2.8571428571}.search-result__info-banner__content{position:relative;z-index:5;padding:10px 0 10px 0}.search-results,.search-results__admin-count--container{margin:15px auto 0;width:100%;z-index:1}@media (min-width: 810px){.search__container,.search-results__admin-count--container,.search-results,.search-results__header{width:750px}.search__filters-container{width:750px}}@media (min-width: 1185px){.search__container,.search-results__admin-count--container,.search-results,.search-results__header{width:1125px}.search__filters-container{width:1125px}}@media (min-width: 1560px){.search__container,.search-results__admin-count--container,.search-results,.search-results__header{width:1500px}.search__filters-container{width:1500px}}@media (min-width: 1935px){.search__container,.search-results__admin-count--container,.search-results,.search-results__header{width:1875px}.search__filters-container{width:1875px}}.search-results__loading,.search-results__loading--small{height:100px;margin:100px 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/loader-5713a1496cf4fc22851c76877c3c512a.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.search-results__loading--small{height:80px}.search-results__empty{font-size:20rem;font-style:oblique;margin:180px auto;line-height:1.5;text-align:center}.search-results__admin-count{font-family:"avbook";font-size:16rem;color:#414042;margin:20px 30px}.search{margin-top:90px}@media only screen and (max-width: 695px){.search{margin-top:70px}}.search__flag{padding:20px;background-color:#4990e2;padding:30px;position:fixed;background-size:20px;z-index:6;cursor:pointer}@media only screen and (min-width: 1024px){.search__flag{display:none}}.search__header{font-family:"avenirltstdroman";font-size:20rem;padding:30px 0;max-width:280px;margin:auto;text-align:center}@media only screen and (min-width: 696px) and (max-width: 1023px){.search__header{max-width:80%;font-size:28rem}}@media only screen and (min-width: 1024px){.search__header{max-width:initial;font-size:36rem}}.search__container.display--small-only{display:block}@media only screen and (max-width: 695px){.search__container.display--small-only{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}}.search__container__trigger{display:block;background-color:#4990e2;color:#ffffff;padding:22px 0px;text-transform:uppercase;letter-spacing:1px;text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}@media only screen and (min-width: 1024px){.search__container__trigger{display:none}}.search__container__trigger .cta-icon--search-white{width:20px;height:20px;margin:0px 10px 3px 0px}.search__filters-container{border:0.5px solid #9b9b9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.search__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:50px;margin-bottom:20px;position:relative;width:80%}@media only screen and (min-width: 1024px){.search__filters{margin:15px;width:100%}}.search__filters__type-and-toggle__container,.search__filters__additional-filters__container,.search__filters__tags-and-location__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.search__filters__tags-and-location__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.search__filters__toggle-button{-ms-flex-item-align:end;align-self:flex-end;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18rem;color:#9b9b9b;margin-left:20px;cursor:pointer}.search__filters__toggle-button.triggered,.search__filters__toggle-button:hover{color:#414042}.search__filters__toggle-button.triggered .search__filters__toggle-button--icon,.search__filters__toggle-button:hover .search__filters__toggle-button--icon{background-image:url(/assets/icons/toggles-dark-c1f1dbf5de7bf35549b18c2858f9969a4ebe21b788a0414d01bd55a0105e789d.svg)}.search__filters__toggle-button .search__filters__toggle-button--icon{width:22px;height:22px;margin-right:5px}.search__filters__type-and-toggle__container{margin-bottom:15px}.search__filters__reset-filters__container{position:absolute;top:0;right:0}@media (min-width: 1200px){.search__filters__reset-filters__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.search__filters__additional-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.search__filters__additional-filters.mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:15px 0 10px 0}.search__filters__additional-filters__fields .title,.search__filters__additional-filters__disciplines .title{font-size:18rem;font-family:"avenirltstdroman";font-style:italic}.search__filters__additional-filters__fields .title.mobile,.search__filters__additional-filters__disciplines .title.mobile{margin-top:20px;font-size:14rem;font-style:normal;text-transform:uppercase}.search__filters__additional-filters__fields{min-width:220px}.search__filters__additional-filters__fields .minimal-form-radio__container,.search__filters__additional-filters__fields .minimal-form-radio__pseudo-radio{margin-left:0}.search__filters__additional-filters__fields .minimal-form-radio__container .minimal-form-radio__label,.search__filters__additional-filters__fields .minimal-form-radio__pseudo-radio .minimal-form-radio__label{text-transform:capitalize}.search__filters__additional-filters__fields .minimal-form-radio:checked~.minimal-form-radio__pseudo-radio{border:1px solid #414042}.search__filters__additional-filters__fields .minimal-form-radio:checked~.minimal-form-radio__pseudo-radio::after{background-color:#414042}.search__filters--field__select .CtaSelect__value{text-transform:uppercase}.search__filters__additional-filters__disciplines.mobile .discipline__checkbox__container{height:unset}.search__filters__additional-filters__disciplines .discipline__checkbox__container{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:220px}@media (min-width: 1200px){.search__filters__additional-filters__disciplines .discipline__checkbox__container{height:128px}}.search__filters__additional-filters__disciplines .discipline__checkbox__container .minimal-checkbox{margin-right:20px;margin-bottom:8px;padding-left:0}.search__filters__additional-filters__disciplines .discipline__checkbox__container .minimal-checkbox--checked::before{background-image:url(/assets/icons/checked-box--dark-a97f611a41c6292fb9dccd1608c3d5ffa9af394f6203ba0b7700eefd3799b994.svg)}.search__filters-mobile__actions{margin:25px 0}.search__filters-mobile__actions--search.btn,.search__filters-mobile__actions--reset.btn{height:34px;width:100%;margin:10px 0}.search__filters--close .close-icon{font-size:20px;right:10px;top:6px;color:#414042;text-decoration:none;position:absolute}.search__filter--search-field__container{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:5}@media only screen and (min-width: 1024px){.search__filter--search-field__container{margin-top:0}}.search__filter--search-field__container .rbt-input-multi{position:relative;z-index:1}.search__filter--search-field{display:-webkit-box;display:-ms-flexbox;display:flex}.search__filter--search-field .search__filter--search-field__input{-webkit-box-flex:1;-ms-flex:1;flex:1}.btn.search__mini-button{height:41px;border-radius:3px;line-height:0;margin-left:10px}@media only screen and (min-width: 1024px){.btn.search__mini-button{display:none}}@media only screen and (min-width: 1024px){.search__container{margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.search__header--title{font-family:"avenirltstdmedium";font-size:36rem;display:none;margin:50px 0 20px 0}@media only screen and (min-width: 1024px){.search__header--title{display:block;-ms-flex-item-align:start;align-self:flex-start}}.search__filter--tags .search__search-icon{position:absolute;top:12px;left:12px;z-index:2;width:16px;height:16px}@media only screen and (min-width: 1024px){.search__filter--tags .search__search-icon{display:none}}.search__filter--tags{-webkit-box-flex:2;-ms-flex:2;flex:2;margin-right:0px;position:relative}@media only screen and (min-width: 1024px){.search__filter--tags{margin:0 20px 0 0}}.search__filter--tags .form-control{background-color:#ffffff;border:1px solid #9b9b9b;border-radius:3px;font-size:14px;line-height:16px;padding:10px;padding:4px}.search__filter--tags .tag-input__tags{margin-bottom:0}.search__filter--tags .tag-input__tags .rbt-menu{right:0;top:39px;max-height:500px !important}@media only screen and (min-width: 1024px){.search__filter--tags .tag-input__tags .rbt-input{width:100%}}.search__filter--tags .tag-input__tags .rbt-input input{color:#9b9b9b;font-size:16rem;font-family:"avenirltstdroman"}.search__filter--tags .tag-input__tags .rbt-input input::-webkit-input-placeholder{color:#9b9b9b}.search__filter--tags .tag-input__tags .rbt-input input::-moz-placeholder{color:#9b9b9b}.search__filter--tags .tag-input__tags .rbt-input input:-ms-input-placeholder{color:#9b9b9b}.search__filter--tags .tag-input__tags .rbt-input input::-ms-input-placeholder{color:#9b9b9b}.search__filter--tags .tag-input__tags .rbt-input input::placeholder{color:#9b9b9b}.search__filter--tags .tag-input__tags--empty .rbt-input{padding:6px 10px 6px !important}.search__filter--tags .tag-input__tags--empty .rbt-input div{width:100%}.search__filter--search-field__container.search__filter--tags .rbt-input{min-height:30px;padding:0 0 5px 5px}@media only screen and (max-width: 1023px){.search__filter--search-field__container.search__filter--tags .rbt-input{padding:0 0 5px 35px}}.search__filter--search-field__container.search__filter--tags .rbt-input input{margin:5px 5px 0}@media only screen and (min-width: 1024px){.search__filter--search-field__container.search__filter--tags .rbt-input input{margin:5px 0 0 0}}@media only screen and (max-width: 1023px){.search__filter--search-field__container.search__filter--tags .tag-input__tags--empty .rbt-input input{margin:5px 0 0 25px}}.search__filter--tags .tag-input__tags .rbt-menu .tag-input--pinned-item-label{border-top:1px solid #e1dfe2;pointer-events:none;text-transform:uppercase;padding-top:16px}.search__filters--path-element-type__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 1023px){.search__filters--path-element-type__container{margin-top:15px}}.search__filters--path-element-type__select .CtaSelect__value{text-transform:uppercase}.path-element-type--select{background-color:transparent;border:none;border-radius:16px;cursor:pointer;display:inline-block;height:32px;letter-spacing:2px;line-height:32px;padding:0px 15px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;white-space:nowrap;outline:none;text-transform:none;background-color:#f0f0f0;font-size:16rem;font-family:"avenirltstdroman";color:#6f6f6f;letter-spacing:normal;margin-right:15px}.path-element-type--select:last-child{margin-right:0px}.path-element-type--select.selected{background-color:#333333;color:#ffffff}@media (max-width: 1200px){.path-element-type--select{margin-right:7px;padding:0 12px}}.location-filters__radius .CtaSelect__single-value,.location-filters__radius .CtaSelect__option,.location-filters__radius .CtaSelect__placeholder{font-size:16px}.location-filters__radius .CtaSelect__placeholder{color:#9b9b9b}.search__select .CtaSelect__control,.search__select .CtaSelect__placeholder{height:42px;line-height:42px !important}.search__select .CtaSelect__menu-outer,.CtaSelect__menu-outer{z-index:7}.search__filters__distance{width:100%}.search__submit{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.search__submit__icon{width:20px;height:20px}.location-filters__container{display:block;z-index:5}@media only screen and (min-width: 1024px){.location-filters__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2;-ms-flex-wrap:wrap;flex-wrap:wrap}}.location-filters__location{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:-1px}.location-filters__location .rbt-input{height:42px}.location-filters__location .rbt-input input{margin:5px 0 0 0 !important;font-size:16px}.location-filters__location .rbt-input input::-webkit-input-placeholder{color:#9b9b9b}.location-filters__location .rbt-input input::-moz-placeholder{color:#9b9b9b}.location-filters__location .rbt-input input:-ms-input-placeholder{color:#9b9b9b}.location-filters__location .rbt-input input::-ms-input-placeholder{color:#9b9b9b}.location-filters__location .rbt-input input::placeholder{color:#9b9b9b}.location-filters__country-container{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:100%;flex-basis:100%;margin:10px 0 0 0}.location-filters__country-container select{border:1px solid #9b9b9b;border-radius:3px;background:#ffffff;color:#9b9b9b;font-size:16rem;line-height:1}.location-filters__radius{margin-top:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px}@media only screen and (min-width: 1024px){.location-filters__radius{width:auto;margin-top:34px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:0px}}.search__filters__label{font-size:20rem;font-family:"avenirltstdroman";margin:10px 0;width:100%}@media only screen and (max-width: 1023px){.search__filters__label.search-by{display:none}}.search__filters__label.italic{font-style:italic}@media only screen and (max-width: 1023px){.search__filters__label{font-style:italic;font-size:14rem}}.location-filters__input-container{position:relative;width:100%}.location-filters__input-container .location-filters__input{width:100%}.location-filters__input-container .search__filter--tags{z-index:4}.location-filters__input-container .search__filter--tags .rbt-input-multi{position:relative;z-index:1}@media only screen and (min-width: 1024px){.search__filters-mobile__modal-overlay{display:none}}.search__filters-mobile__modal-overlay .modal{position:relative}.search__filters-mobile__modal-header-container{padding:20px 20px 15px 20px;border-bottom:2px solid #d8d8d8;position:relative}.search__filters-mobile__modal-header-container .cta-icon--toggles-dark{width:20px;height:20px;margin-right:15px;margin-bottom:-3px}.search__filters-mobile__modal-header-container .cta-icon--close-gray-41{position:absolute;right:15px;bottom:17px}.search__filters-mobile__modal-header-title{font-size:18rem}.search__filters-mobile__modal-body{padding:20px}.share{font-family:"avheavy";font-size:14rem;line-height:1.14;color:#414042;text-transform:uppercase;letter-spacing:2px}.share__title{margin-bottom:15px}.sign-in{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sign-in__form-container{-ms-flex-preferred-size:80%;flex-basis:80%}@media only screen and (min-width: 696px) and (max-width: 1023px){.sign-in__form-container{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (min-width: 1024px){.sign-in__form-container{-ms-flex-preferred-size:30%;flex-basis:30%}}.sign-in__create-account{margin-bottom:14px}.sign-in__error{color:#ff3a1e;margin-bottom:30px}.sign-up-form,.floating__join__sign-in .sign-in-form,.floating__join__sign-up .sign-in-form{-ms-flex-preferred-size:50%;flex-basis:50%;padding-left:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 695px){.sign-up-form,.floating__join__sign-in .sign-in-form,.floating__join__sign-up .sign-in-form{padding-left:22px}}.sign-up-form__label,.sign-up-form__label--password,.floating__join__sign-in .sign-in-form__label,.floating__join__sign-in .sign-up-form__label,.floating__join__sign-in .sign-up-form__label--password,.floating__join__sign-up .sign-in-form__label,.floating__join__sign-up .sign-up-form__label,.floating__join__sign-up .sign-up-form__label--password{color:#9b9b9b;text-transform:uppercase;font-size:11rem;font-family:"avenirltstdmedium";letter-spacing:0.9px;margin-bottom:20px;position:relative}.sign-up-form__label--password:after{content:'Password must be at least 10 characters';color:#fcb819;font-size:11rem;text-transform:none;position:absolute;bottom:-15px;visibility:hidden}.sign-up-form__label--focus,.floating__join__sign-in .sign-in-form__label--focus,.floating__join__sign-up .sign-in-form__label--focus{color:#fcb819}.sign-up-form__label--focus:after,.floating__join__sign-in .sign-in-form__label--focus:after,.floating__join__sign-up .sign-in-form__label--focus:after{visibility:visible}.sign-up-form__error,.floating__join__sign-in .sign-in-form__error,.floating__join__sign-up .sign-in-form__error{font-size:11rem;text-transform:none;position:absolute;bottom:-15px;color:#ff3a1e;letter-spacing:0.9px}.sign-up-form__text-input,.floating__join__sign-in .sign-in-form__text-input,.floating__join__sign-up .sign-in-form__text-input{border:none;width:90%;border-bottom:1px solid #e1dfe2;padding:5px 0;font-family:"avenirltstdmedium";font-size:16rem;display:block;color:#414042}.sign-up-form__text-input--error{border-color:#ff3a1e}.sign-up-form__text-input:focus,.floating__join__sign-in .sign-in-form__text-input:focus,.floating__join__sign-up .sign-in-form__text-input:focus{border-color:#fcb819;outline:none}.sign-up-form__terms{margin:35px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.sign-up-form__terms-text{position:relative;margin-left:10px}.sign-up-form__label--terms{font-family:"avenirltstdroman";font-size:16px}.sign-up-form__link{color:#4990e2;font-size:16px}.sign-up-form__link--sign-in,.floating__join__sign-in .sign-in-form__link--sign-up,.floating__join__sign-up .sign-in-form__link--sign-up{color:#414042;font-size:16rem}.sign-up-form__sign-in{margin-left:20px;font-size:16rem}.sign-up-form__submit-container,.floating__join__sign-in .sign-in-form__submit-container,.floating__join__sign-up .sign-in-form__submit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sign-up-form__submit-container :only-child,.floating__join__sign-in .sign-in-form__submit-container :only-child,.floating__join__sign-up .sign-in-form__submit-container :only-child{margin-left:auto}.sign-up-form__submit,.join__form-container .sign-in-form__submit,.floating__join__sign-in .sign-in-form__submit,.floating__join__sign-up .sign-in-form__submit{margin-right:20px;font-size:18rem}@media only screen and (max-width: 695px){.sign-up-form__submit,.join__form-container .sign-in-form__submit,.floating__join__sign-in .sign-in-form__submit,.floating__join__sign-up .sign-in-form__submit{margin-right:0;margin-left:10px}}.btn.sign-up-form__submit,.join__form-container .btn.sign-in-form__submit,.floating__join__sign-in .btn.sign-in-form__submit,.floating__join__sign-up .btn.sign-in-form__submit{padding:1px 30px 0}.sign-up{padding:60px 0}@media only screen and (max-width: 695px){.sign-up{padding:30px 0}}.sign-up__container{padding-top:35px}@media only screen and (min-width: 1024px){.sign-up__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.sign-up__text-container{-ms-flex-preferred-size:50%;flex-basis:50%;padding-right:50px}@media only screen and (max-width: 1023px){.sign-up__text-container{padding-top:20px;border:2px solid #4990e2;margin-bottom:30px}}@media only screen and (max-width: 695px){.sign-up__text-container{padding:20px 20px 0}}.sign-up__title{font-size:36rem}@media only screen and (max-width: 1023px){.sign-up__title{text-align:center}}.sign-up__description-container{padding-left:30px;border-left:1px solid #4990e2}@media only screen and (max-width: 1023px){.sign-up__description-container{border-left:none}}@media only screen and (max-width: 695px){.sign-up__description-container{padding-left:0}}.sign-up__info-block{margin-bottom:20px}.sign-up__subtitle{font-size:18rem;color:#4990e2;letter-spacing:1px;margin-bottom:20px}@media only screen and (max-width: 695px){.sign-up__subtitle{line-height:1.5}}.sign-up__emphasis{font-style:italic;font-size:16rem}@media only screen and (max-width: 695px){.sign-up__emphasis{font-size:14rem}}.sign-up__description{font-size:16rem;font-family:"avenirltstdroman";line-height:1.5;letter-spacing:0.9px;margin-bottom:10px}@media only screen and (max-width: 695px){.sign-up__description{font-size:14rem}}.sign-up__reason{font-size:16rem;font-family:"avbook";line-height:1.75;margin-left:3px;letter-spacing:0.9px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 695px){.sign-up__reason{font-size:14rem}}.sign-up__reason:before{content:'·';margin-right:5px}.sign-up__reason--long{font-size:16rem}@media only screen and (max-width: 695px){.sign-up__reason--long{font-size:14rem}}.social-icon{width:32px;height:32px;background-color:rgba(216,216,216,0.5);border-radius:50%;display:inline-block;text-align:center;padding:7px 0;margin:5px 12px 5px 0;cursor:pointer}.social-icon:last-child{margin-right:0}.social-icon:after{content:'';width:18px;height:18px;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;display:inline-block}.social-icon--cta:after{height:19px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/cta-logo--black0b-ecfe05da6930c074a99db154d8ffed70.svg)}.social-icon--twitter:after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/x-logo-1938cab4f9a1acf1dbdf6645651610cd.svg)}.social-icon--instagram:after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/instagram-logo-927180b399d70b3992aa1eab4f952a13.svg)}.social-icon--facebook:after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/facebook-logo-31f8af7b4826e0adfd26e381ae742f39.svg)}.social-icon--youtube:after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/youtube-logo-c26593656ad0ee18ebdaae7305979a2b.svg);height:13px;margin:3px 0}.social-icon--linkedin:after{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/linkedin-logo-7321d1cd9ceb87b9e4584dc856cc8cef.svg)}.sponsors__container{min-height:100px}@media only screen and (max-width: 1023px){.sponsors__container{display:none}}.sponsor__title{color:#ffffff;font-size:18rem;width:212px}@media only screen and (min-width: 696px){.sponsor__title{display:none}}.sponsors{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 696px) and (max-width: 1023px){.sponsors{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width: 695px){.sponsors{width:212px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.sponsor{color:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.sponsor img{border-radius:50%;width:60px;height:60px}@media only screen and (min-width: 696px) and (max-width: 1023px){.sponsor{-ms-flex-preferred-size:20%;flex-basis:20%}}@media only screen and (max-width: 695px){.sponsor{margin-right:20px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}@media only screen and (min-width: 696px) and (max-width: 1023px){.sponsor--many{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}.spotlight__add-button{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/spotlight-out-w-b37a06e6932a0a84c305ced84727354a.svg);background-size:contain;cursor:pointer;display:inline-block;-webkit-filter:drop-shadow(0px 2px 2px rgba(0,0,0,0.5));filter:drop-shadow(0px 2px 2px rgba(0,0,0,0.5));height:60px;width:60px;position:absolute;right:40px;top:40px;z-index:1}.spotlight__add-button:hover{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/spotlight-out-orng-7c9c7c41bccc3ca69a1f95244b7060ca.svg)}.spotlight__add-button.active{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/spotlight-orng-d7e01378edd97fc71561c3187c8aa2de.svg)}.who-we-are__hero-image,.support-cta__hero-image,.about-opportunities__hero-image,.contact-us__hero-image,.mission__hero-image{height:200px;width:100%}@media only screen and (min-width: 1024px){.who-we-are__hero-image,.support-cta__hero-image,.about-opportunities__hero-image,.contact-us__hero-image,.mission__hero-image{height:500px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.who-we-are__hero-image,.support-cta__hero-image,.about-opportunities__hero-image,.contact-us__hero-image,.mission__hero-image{height:300px}}@media only screen and (min-width: 1024px){.who-we-are__container,.support-cta-container,.about-opportunities__container,.contact-us__container,.grants-board-marketing__container,.mission-container{width:60%}}@media only screen and (min-width: 696px) and (max-width: 1023px){.who-we-are__container,.support-cta-container,.about-opportunities__container,.contact-us__container,.grants-board-marketing__container,.mission-container{width:70%}}.who-we-are__header,.support-cta__header,.about-opportunities__header,.contact-us__header,.grants-board-marketing__header,.mission__header{margin:40px 0 30px}@media only screen and (min-width: 1024px){.who-we-are__header,.support-cta__header,.about-opportunities__header,.contact-us__header,.grants-board-marketing__header,.mission__header{margin-top:80px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.who-we-are__header,.support-cta__header,.about-opportunities__header,.contact-us__header,.grants-board-marketing__header,.mission__header{margin-top:60px}}.who-we-are__title,.support-cta__header__title,.about-opportunities__header__title,.contact-us__header__title,.grants-board-marketing__header__title,.grants-board-marketing__body__title,.mission__header__title{color:#414042;font-size:36rem;font-family:"avenirltstdmedium"}.who-we-are__subtitle,.contact-us__body__subtitle,.mission__body__subtitle,.mission__intro h2,.mission__intro__admin-container h2 *{font-size:24rem;line-height:1.3333333333;font-family:"avenirltstdmedium"}.space{margin-bottom:40px}.avenir{margin-bottom:20px}.avenir--medium{font-family:'avenirltstdmedium'}.avenir--heavy{font-family:'avheavy'}.avenir--roman{font-family:'avenirltstdroman'}.avenir--uppercase{text-transform:uppercase}.avenir--letter-2{letter-spacing:1px}.font--h1{font-size:36px;line-height:44px}.font--h2{font-size:24px;line-height:32px}.font--h3{font-size:20px;line-height:26px}.font--h4{font-size:18px;line-height:22px}.font--h5{font-size:16px;line-height:22px}.font--h6{font-size:14px;line-height:20px}.font--h7{font-size:12px;line-height:16px}.droid{font-family:'Droid Serif', Times, serif;margin-bottom:20px}.droid--italic{font-style:italic}.styleguide-icons{margin-top:40px}.styleguide-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.styleguide__icon{margin:10px;padding:10px;height:40px;width:40px;border:1px solid #f6f8f8}.suggested-followers__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:120px}.suggested-followers__followers{margin-top:20px;width:100%}@media only screen and (min-width: 696px){.suggested-followers__followers{max-width:600px}}@media only screen and (min-width: 1024px){.suggested-followers__followers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:470px;position:relative;max-width:1000px;margin-top:30px}.suggested-followers__followers:before{content:'';position:absolute;height:470px;border-right:1px solid #e1dfe2;right:50%}.suggested-followers__followers:after{content:'';position:absolute;width:100%;border-bottom:1px solid #ffffff;bottom:2px}}@media only screen and (min-width: 1024px){.suggested-followers__followers .follow-list-item{width:50%}}.suggested-followers__prompt{font-size:18rem;font-family:"avenirltstdroman";color:#414042;letter-spacing:0.5px;margin:40px 0 0;text-align:center}@media only screen and (max-width: 695px){.suggested-followers__prompt{font-size:16rem;margin:20px 0 0px}}.suggested-followers__further{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.suggested-followers__button{font-size:18rem;width:170px;margin:20px 0}@media only screen and (max-width: 695px){.suggested-followers__button{font-size:14rem;width:120px;margin:15px 0}}@media only screen and (max-width: 320px){.suggested-followers__button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.suggested-followers__button--profile{width:220px}@media only screen and (max-width: 695px){.suggested-followers__button--profile{width:170px}}.support-cta__hero-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/our-mission-cd40ae3423c7bac41dfcdc2085d2ead2.jpg);background-size:150%;background-position:0}.support-cta__body p{line-height:1.25;font-size:16rem;margin:1.5em 0}.support-cta__body .support-cta__body__subtitle{font-size:18rem}.btn.support-cta__donate-now{border-radius:20px;font-size:16rem;width:230px;height:40px;margin:100px 0 40px 0}.tabs--container{width:75%;margin:auto}.tabs,.tabs ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 0}.tabs--tab{border:1px solid #cbcbcb;margin-right:20px;padding:20px;-ms-flex-preferred-size:100px;flex-basis:100px;height:100px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#9b9b9b;background-color:#e1dfe2;-webkit-transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out;text-transform:uppercase;text-decoration:underline;cursor:pointer}.tabs--tab:hover{background-color:#e1dfe2}.tabs--tab.is-active{color:#414042;background-color:#e1dfe2;border-color:#9b9b9b}.tabs--panes{display:-webkit-box;display:-ms-flexbox;display:flex}.tabs--tab-content{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:none}.tabs--tab-content.is-active{display:block}.tag-input__tags--empty .rbt-input{padding:0 10px;width:100%}.tag-input__tags--empty .rbt-input input{width:85% !important}.tag-input__tags{margin-bottom:20px;z-index:1}.tag-input__tags input+div{font-family:"avenirltstdroman";font-size:16rem}.tag-input__tags .rbt-input{min-height:40px;padding:0 10px 0;overflow:hidden}.tag-input__tags .rbt-input .rbt-input-wrapper>.rbt-input-hint-container{display:inline-block}.tag-input__tags .rbt-input-main{margin:10px 0}.tag-input__tags .rbt-menu{-webkit-box-shadow:#f2f0f2 0 0 0px 1px;box-shadow:#f2f0f2 0 0 0px 1px;z-index:2}.tag-input__tags .rbt-sr-status{display:none}.tag-input__tags .CtaSelect__control{height:38px}.tag-input__tags .CtaSelect__value{height:38px;line-height:38px}.tag-input__tags .rbt-token{padding:5px 10px;border-radius:100px;border:1px solid transparent;font-family:"avenirltstdroman";font-size:14rem;color:#414042;margin-right:10px;margin-bottom:10px;white-space:nowrap;background:white;text-decoration:none;position:relative;padding:5px 0 5px 10px;margin:5px 5px 0 0;display:inline-block;padding:0 5px 0 10px}.tag-input__tags .rbt-token::after{position:absolute;background:radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);border-radius:100px;content:'';width:100%;height:100%;top:-2px;right:-2px;z-index:-1;padding:2px;-webkit-box-sizing:content-box;box-sizing:content-box}@media only screen and (min-width: 696px){.tag-input__tags .rbt-token{margin:5px 5px 0px 0px}}.tag-input__tags .rbt-token::after{background:#cbcbcb}.tag-input__tags .rbt-token:hover{color:#ff3a1e}.tag-input__tags .rbt-token:hover::after{background:-webkit-gradient(linear, left top, right top, from(#ff3a1e), to(#fe841b));background:linear-gradient(to right, #ff3a1e, #fe841b)}.tag-input__tags .rbt-token .rbt-token-remove-button{padding:3px 7px;background-color:transparent;border:none}.tag-input__tags .rbt-token .sr-only{display:none}.text-editor *,.text-editor__rich-text-formatting *{font-size:18rem;line-height:1.4444444444}.text-editor strong,.text-editor strong *,.text-editor__rich-text-formatting strong,.text-editor__rich-text-formatting strong *{font-family:"avheavy" !important}.text-editor ul,.text-editor__rich-text-formatting ul{list-style:disc}.text-editor ol,.text-editor__rich-text-formatting ol{list-style:decimal}.text-editor ul,.text-editor ol,.text-editor__rich-text-formatting ul,.text-editor__rich-text-formatting ol{margin:1em 0}.text-editor ul>li,.text-editor ol>li,.text-editor__rich-text-formatting ul>li,.text-editor__rich-text-formatting ol>li{line-height:1.357}.text-editor__container{margin:40px 0;max-width:calc(100%);border-top:1px solid #eee;border-bottom:1px solid #eee}.text-editor__component--toolbar{position:relative;padding:17px 0;margin:0;border-bottom:1px solid #eee;margin-bottom:20px}.text-editor__component--menu>*{display:inline-block}.text-editor__component--menu>*+*{margin-left:15px}.text-editor__component--icon{color:inherit;width:19px;height:19px;vertical-align:text-bottom}.text-editor__component--button{cursor:pointer;border-radius:4px;padding:3px}.text-editor__component--button.active{background-color:#ccc}.text-editor__component--button.inactive{background-color:#ffffff}.text-editor__component--button.rev-active{background-color:#000}.text-editor__component--button.rev-inactive{background-color:#ccc}.unclaimed_companies__form-container h3{font-size:18rem;font-family:"avheavy";margin-bottom:15px}.unclaimed_companies__form-container h5{font-size:16rem;margin-top:15px}.unclaimed_companies__form{display:table;border-spacing:0 15px}.unclaimed_companies__form div.form-group{display:table-row}.unclaimed_companies__form div.form-group>*{display:table-cell}.unclaimed_companies__form label{padding-right:15px;vertical-align:top}.unclaimed_companies__form input{margin-right:15px}.unclaimed_companies__form textarea{border:1px solid #414042}.unclaimed_companies__form select{padding:2px;line-height:1.4285714286;background-color:#ffffff;margin-top:15px}ul.unclaimed_companies__form-artistic_fields,ul.unclaimed_companies__form-disciplines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.unclaimed_companies__form-artistic_fields>li,ul.unclaimed_companies__form-disciplines>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 15px 15px 0}ul.unclaimed_companies__form-artistic_fields>li label,ul.unclaimed_companies__form-disciplines>li label{margin:0}.upload-event-image-dropzone{height:350px;width:600px;border:1px dashed #979797;color:#9b9b9b;letter-spacing:0.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:70px 0;margin-bottom:30px}@media only screen and (max-width: 1023px){.upload-event-image-dropzone{height:150px;width:300px}}.upload-event-image-dropzone__prompt{font-size:18rem;line-height:1.33;color:#9b9b9b;width:60%;text-align:center}.upload-event-image-dropzone__upload-icon{width:54px;height:54px}.upload-event-image-dropzone__sub-prompt{font-size:14rem;letter-spacing:0.5px;color:#9b9b9b;text-align:center}.upload-event-image{padding-bottom:50px}.upload-event-image .cropper-view-box{outline-color:rgba(255,255,255,0.4)}.upload-event-image .cropper-dashed{border-style:solid}.upload-event-image .cropper-point{background-color:#ffffff}.upload-event-image .cropper-line{background-color:transparent}.upload-event-image .point-e,.upload-event-image .point-w,.upload-event-image .point-n,.upload-event-image .point-s,.upload-event-image .cropper-center{display:none}.upload-event-image .point-se{width:5px;height:5px}.upload-event-image__modal{top:0;left:0}@media only screen and (min-width: 1024px){.upload-event-image__modal{width:700px;height:498px}}.upload-event-image__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:365px}.upload-event-image__cropper{height:350px;width:600px;margin-bottom:30px}@media only screen and (max-width: 1023px){.upload-event-image__cropper{height:150px;width:300px}}.upload-event-image__text{font-size:18rem;color:#414042;margin:15px 0 30px;text-align:center}.upload-event-image__icon-container{margin-top:70px}.upload-event-image__icon{width:60px;height:60px}.upload-hero-image-dropzone{height:350px;width:600px;border:1px dashed #979797;color:#9b9b9b;letter-spacing:0.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:70px 0;margin-bottom:30px}@media only screen and (max-width: 1023px){.upload-hero-image-dropzone{height:150px;width:300px}}.upload-hero-image-dropzone__prompt{font-size:18rem;line-height:1.33;color:#9b9b9b;width:60%;text-align:center}.upload-hero-image-dropzone__upload-icon{width:54px;height:54px}.upload-hero-image-dropzone__sub-prompt{font-size:14rem;letter-spacing:0.5px;color:#9b9b9b;text-align:center}.upload-hero-image{padding-bottom:50px}.upload-hero-image .cropper-view-box{outline-color:rgba(255,255,255,0.4)}.upload-hero-image .cropper-dashed{border-style:solid}.upload-hero-image .cropper-point{background-color:#ffffff}.upload-hero-image .cropper-line{background-color:transparent}.upload-hero-image .point-e,.upload-hero-image .point-w,.upload-hero-image .point-n,.upload-hero-image .point-s,.upload-hero-image .cropper-center{display:none}.upload-hero-image .point-se{width:5px;height:5px}.upload-hero-image__modal{top:0;left:0}@media only screen and (min-width: 1024px){.upload-hero-image__modal{width:700px;height:498px}}.upload-hero-image__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:365px}.upload-hero-image__cropper{height:350px;width:600px;margin-bottom:30px}@media only screen and (max-width: 1023px){.upload-hero-image__cropper{height:150px;width:300px}}.upload-hero-image__text{font-size:18rem;color:#414042;margin:15px 0 30px;text-align:center}.upload-hero-image__icon-container{margin-top:70px}.upload-hero-image__icon{width:60px;height:60px}.upload-profile-image-dropzone{height:300px;width:300px;border:1px dashed #979797;color:#9b9b9b;letter-spacing:0.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:70px 0;margin-bottom:30px}.upload-profile-image-dropzone__prompt{font-size:18rem;line-height:1.33;color:#9b9b9b;width:60%;text-align:center}.upload-profile-image-dropzone__upload-icon{width:54px;height:54px}.upload-profile-image-dropzone__sub-prompt{font-size:14rem;letter-spacing:0.5px;color:#9b9b9b;text-align:center}.upload-profile-image{padding-bottom:50px}.upload-profile-image .cropper-view-box{border-radius:50%;outline-color:rgba(255,255,255,0.4)}.upload-profile-image .cropper-dashed{border-style:solid}.upload-profile-image .cropper-point{background-color:#ffffff}.upload-profile-image .cropper-line{background-color:transparent}.upload-profile-image .point-e,.upload-profile-image .point-w,.upload-profile-image .point-n,.upload-profile-image .point-s,.upload-profile-image .cropper-center{display:none}.upload-profile-image .point-se{width:5px;height:5px}.upload-profile-image__modal{top:0;left:0}@media only screen and (min-width: 696px){.upload-profile-image__modal{width:360px;height:498px}}.upload-profile-image__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:365px}.upload-profile-image__cropper{height:300px;width:300px;margin-bottom:30px}.upload-profile-image__text{font-size:18rem;color:#414042;margin:15px 0 30px;text-align:center}.upload-profile-image__icon-container{margin-top:70px}.upload-profile-image__icon{width:60px;height:60px}.welcome-explore{position:absolute;width:100%;height:100%;bottom:0;padding-top:4em}.welcome-explore-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.welcome-explore__title{color:#ffffff;text-shadow:0 1px 2px rgba(0,0,0,0.5);font-size:28rem;text-transform:capitalize;margin-bottom:15px;text-align:center}@media only screen and (min-width: 696px){.welcome-explore__title{font-family:"avenirltstdroman";font-size:36rem;margin-bottom:30px;text-transform:none}}@media only screen and (min-width: 1024px){.welcome-explore__title{margin-bottom:40px}}.welcome__mobile-app-links-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.welcome__mobile-app-links-container .apple-appstore--badge{margin-right:25px}.welcome__mobile-app-links-container.explore{position:absolute;bottom:10px;left:25px}@media only screen and (min-width: 1024px){.welcome__mobile-app-links-container.explore{display:none}}.welcome__featured{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}@media only screen and (max-width: 1023px){.welcome__featured{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.welcome__featured__subtitle{font-family:"avenirltstdmedium";font-size:24rem;margin-bottom:15px}@media only screen and (min-width: 1024px){.welcome__featured__subtitle{font-size:28rem;font-family:"avheavy"}}.welcome__featured__column{width:45%}.welcome__featured__column:first-child{margin-top:4vw}@media only screen and (max-width: 1023px){.welcome__featured__column{width:100%}}.welcome__featured-works{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0}.welcome__featured-works__carousel{max-width:500px}@media only screen and (max-width: 1023px){.welcome__featured-works__carousel{margin:auto}}.welcome__featured-works__carousel-bg-wrapper{height:330px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:relative}.welcome__featured-works__carousel-bg{position:absolute;left:-60px;right:-60px;top:-60px;bottom:-60px;-webkit-filter:blur(60px);filter:blur(60px);background-position:center;background-size:cover;background-repeat:no-repeat;z-index:-1}.welcome__featured-works__placeholder{background-size:contain;background-repeat:no-repeat;background-position:center;height:330px;width:100%}.welcome__featured-works__placeholder--artwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-artwork-aa755331fe7dbbad41598d6af44d8a00.svg)}.welcome__featured-works__placeholder--audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-audiowork-9a54d65a259de0559308a1d6078f2dcb.svg)}.welcome__featured-works__placeholder--videowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-videowork-15551016aedbdfc324a500da1b63b5c3.svg)}.welcome__featured-works__placeholder--writtenwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/placeholder-writtenwork-e16fe88140f5064d854525f9db284888.svg)}.welcome__featured-works__carousel-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:10px;min-height:45px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.welcome__featured-works__carousel-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.welcome__featured-works__carousel-control{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-slim-black0b-51f595e04d336cb26c5c9b539f3d28bd.svg);background-position:center;background-size:cover;background-repeat:no-repeat;cursor:pointer;width:25px;height:25px}.welcome__featured-works__carousel-control.next{margin-left:5px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.welcome__featured-works__carousel-control.prev{margin-left:-7px;margin-right:5px;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.welcome__featured-works__carousel-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(100% - 65px);text-decoration:none}.welcome__featured-works__carousel-desc .work-title,.welcome__featured-works__carousel-desc .work-author{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:18rem;line-height:20px}.welcome__featured__explore-button.btn{border-radius:6px;margin:25px auto;display:inline-block}@media only screen and (max-width: 695px){.welcome__featured__explore-button.btn{width:100%}}.welcome__featured__contact-us{font-size:18rem;text-align:center}.welcome__featured__contact-us a{font-size:inherit}.welcome__featured-orgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 1023px){.welcome__featured-orgs{margin-top:35px}}.welcome__featured-org{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:30px;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.welcome__featured-org:first-child{margin-bottom:55px}.welcome__featured-org__avatar img{border:solid 3px rgba(11,11,11,0.2);border-radius:217px;width:217px;height:217px}@media only screen and (max-width: 695px){.welcome__featured-org__avatar img{border-width:1px;border-radius:138px;width:138px;height:138px}}.welcome__featured-org__desc{padding-left:30px;font-size:18rem;line-height:30px;font-family:"avenirltstdroman"}@media only screen and (max-width: 695px){.welcome__featured-org__desc{padding-left:15px;line-height:20px}}.welcome__featured-org__learn-more{font-size:inherit;text-decoration:underline}@media only screen and (max-width: 695px){.welcome__featured-org__desc,.welcome__featured__contact-us,.welcome__featured-works__carousel-desc .work-title,.welcome__featured-works__carousel-desc .work-author{font-size:16rem}}.welcome__featured-works__crossfader-leave{opacity:1}.welcome__featured-works__crossfader-leave.welcome__featured-works__crossfader-leave-active{opacity:0;-webkit-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.welcome__featured-works__crossfader-enter{opacity:0}.welcome__featured-works__crossfader-enter.welcome__featured-works__crossfader-enter-active{opacity:1;-webkit-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.welcome__featured-works__crossfader-height{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.welcome-video{position:relative}.welcome-video__still{width:100%;height:400px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/welcome-video-still-new-10f4841cb7ee14c4a4aeff041d046416.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}@media only screen and (max-width: 695px){.welcome-video__video-wrapper{display:none}}@media only screen and (min-width: 696px){.welcome-explore{background:-webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));background:linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5))}}.welcome-explore__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:90%;height:100%;margin:auto;max-width:1440px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:30px}@media only screen and (min-width: 1024px){.welcome-explore__container{padding-bottom:60px}}.welcome-explore__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.welcome-explore__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:50px 10px 0 10px;width:100%}@media only screen and (min-width: 696px) and (max-width: 1023px){.welcome-explore__column{width:70%}}@media only screen and (min-width: 1024px){.welcome-explore__column{width:50%;padding:40px 50px 40px 20px}}.welcome-explore__column.welcome-explore__column-get-hired{padding:40px 20px 40px 50px;border-left:2px solid #ffffff}@media only screen and (max-width: 1023px){.welcome-explore__column.welcome-explore__column-get-hired{display:none}}.welcome-video__video{width:100%;margin-bottom:-3px}.welcome-explore__form .form-control{border-radius:3px;background-color:#ffffff}.welcome-explore__form .rbt-input-wrapper{position:relative;z-index:1}.welcome-explore__form .rbt-input-multi.rbt-input{padding-left:35px}.welcome-explore__form .tag-input__tags{z-index:auto}.welcome-explore__form .tag-input__tags .rbt-menu{z-index:6}.welcome-explore__form .tag-input__tags--empty .rbt-input div{width:100%}.welcome-explore__form .mod-terms{display:block;text-align:center;margin-bottom:20px}.welcome-explore__form .mod-terms label{text-shadow:0 1px 2px rgba(0,0,0,0.5);color:#ffffff}.welcome-explore__form .mod-terms label .form-label-link{color:#ffffff}@media only screen and (min-width: 696px) and (max-width: 1023px){.welcome-explore__form .mod-terms label{font-size:14rem}}.welcome-explore__form__field-icon-container{position:relative}.welcome-explore__form__field-icon-container i{position:absolute;left:7px;top:10px;z-index:1;width:20px;height:20px}.welcome-explore__form__field-icon-container i.cta-icon--location-outline-gray{width:14px}.welcome-explore__form-split{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.welcome-explore__form-split>div{width:50%}.welcome-explore__form-split>div:first-child{margin-right:5px}.welcome-explore__form-split>div:nth-child(2){margin-left:5px}.welcome-explore__form-text-input{border-radius:3px}.welcome-explore__form-text-input input{border:none;background:#ffffff}.welcome-explore__select-discipline-container{z-index:7}.welcome-explore__select-discipline{margin-bottom:20px}.welcome-explore__select-discipline .CtaSelect__control{border:none}.welcome-explore__select-discipline .CtaSelect__placeholder{color:#6f6f6f;padding-left:25px}.welcome-explore__select-discipline .CtaSelect__control .CtaSelect__single-value{padding-left:25px;line-height:42px;letter-spacing:1px}.welcome-explore__form-submit-button{display:inline-block;margin:auto}@media only screen and (max-width: 695px){.welcome-explore__form-submit-button{width:100%}}.welcome{position:relative;overflow-x:hidden;max-width:2650px;margin:0 auto;z-index:2}.welcome__for-tabs__nav-desktop{border-bottom:1px solid #e1dfe2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 695px){.welcome__for-tabs__nav-desktop{display:none}}.welcome__for-tabs__nav-item{-ms-flex-preferred-size:33.33%;flex-basis:33.33%;border-left:1px solid #e1dfe2;cursor:pointer}.welcome__for-tabs__nav-item:first-child{border-left:none}.welcome__for-tabs__nav-item-wrapper{font-family:"avenirltstdroman"}.welcome__for-tabs__nav-item-wrapper.active{border-image-source:radial-gradient(circle at 21% 0, #ff3a1e, #fcb819);border-image-slice:1;font-family:"avenirltstdmedium"}.welcome__for-tabs__nav-item-wrapper.active{border-bottom:5px solid;color:#0b0b0b}.welcome__for-tabs__nav-item-title{padding-left:5px;font-size:24rem;line-height:1.3;max-width:310px;color:inherit}.welcome__for-tabs__select-mobile{border-image-source:radial-gradient(circle at 21% 0, #ff3a1e, #fcb819);border-image-slice:1;border-bottom:5px solid}@media only screen and (min-width: 696px){.welcome__for-tabs__select-mobile{display:none}}.welcome__for-tabs__select-mobile.form-select{background-color:transparent}.welcome__for-tabs__select-mobile .CtaSelect__control{background-color:transparent;border:none}.welcome__for-tabs__select-mobile .CtaSelect__control:hover{-webkit-box-shadow:none;box-shadow:none}.welcome__for-tabs__select-mobile .CtaSelect__control .CtaSelect__value{padding-left:0}.welcome__for-tabs__select-mobile .CtaSelect__control .CtaSelect__indicators{border:0}.welcome__for-tabs__select-mobile .CtaSelect__control .cta-select__dropdown-indicator{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/caret-dark-51bea9d9b38f4905c55f29b0ae23740d.svg)}.welcome__for-tabs__select-mobile .CtaSelect__single-value{font-size:20rem;font-family:"avheavy";letter-spacing:normal}.welcome__for-tabs__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:30px}@media only screen and (max-width: 695px){.welcome__for-tabs__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:20px}}.welcome__for-tabs__card-column{-ms-flex-preferred-size:45%;flex-basis:45%}@media only screen and (max-width: 695px){.welcome__for-tabs__card-column:nth-child(2){margin-top:25px}}.welcome__for-tabs__card-paragraph,.welcome__for-tabs__card-subtitle,.welcome__for-tabs__card-link{font-size:18rem;line-height:1.3;margin-top:10px}@media only screen and (max-width: 695px){.welcome__for-tabs__card-paragraph,.welcome__for-tabs__card-link{font-size:16rem}}.welcome__for-tabs__card-paragraph{margin-bottom:40px}.welcome__for-tabs__card-paragraph:last-child{margin-bottom:20px}@media only screen and (max-width: 695px){.welcome__for-tabs__card-paragraph{margin:0;margin-bottom:25px}}.welcome__for-tabs__card-subtitle{font-family:"avheavy"}.welcome__for-tabs__globe{margin-top:15px;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 695px){.welcome__for-tabs__globe{display:none}}.welcome__for-tabs__globe-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/globe-e18e0001092007558510ed0070a70aea.png);background-size:contain;width:120px;height:120px}.welcome__for-tabs__globe-locations{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.welcome__for-tabs__globe-locations>div{font-size:18rem;line-height:1.5}.welcome__for-tabs__globe-locations>div span{font-family:"avheavy";font-size:inherit}.welcome__for-tabs__create-account-btn{width:100%}.welcome__image{background-repeat:no-repeat}.welcome__title{font-size:24rem;line-height:1.3333333333;margin-bottom:20px}@media only screen and (min-width: 696px){.welcome__title{font-size:28rem}}@media only screen and (max-width: 695px){.welcome__title{margin-bottom:12px}}.welcome__title.dark-back{color:#ffffff}.welcome__share-buttons__container,.welcome__explore-buttons__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:30px 0}@media only screen and (max-width: 695px){.welcome__share-buttons__container,.welcome__explore-buttons__container{margin:20px 0}}.welcome__share-buttons__container>a:first-child,.welcome__explore-buttons__container>a:first-child{margin-bottom:20px}@media only screen and (min-width: 696px){.welcome__share-buttons__container>a:first-child,.welcome__explore-buttons__container>a:first-child{margin:0 40px 20px 0}}.welcome__share-buttons__container>a,.welcome__explore-buttons__container>a{margin:0}.welcome__share-buttons__container .break,.welcome__explore-buttons__container .break{-ms-flex-preferred-size:100%;flex-basis:100%;height:0}.welcome__share-buttons__container .learn-more,.welcome__explore-buttons__container .learn-more{color:#4990e2;font-family:"avheavy";font-weight:bold;font-size:20rem;margin-top:20px;text-decoration:none}.welcome__button{margin:30px 0}.welcome__text{font-size:16rem;line-height:1.5}@media only screen and (min-width: 1024px){.welcome__text{font-size:18rem;line-height:1.3}}@media only screen and (min-width: 696px) and (max-width: 1023px){.welcome__text{font-size:18rem}}.welcome__text.dark-back{color:#ffffff}.welcome__to__cta{font-size:18rem;font-family:"avenirltstdroman";line-height:1.3}.welcome__text--italic{font-style:italic}.welcome__artistic-content{margin-top:55px}@media only screen and (max-width: 695px){.welcome__artistic-content{margin-top:30px}}.welcome__draw-image{width:100vw;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/draw-large-new-e71a048ab6b578fc389f316537e39995.jpg);-webkit-mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/draw-large-new-mask-1be845beb5f0ffdf213da8ae99c8b3f2.png);mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/draw-large-new-mask-1be845beb5f0ffdf213da8ae99c8b3f2.png);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:cover;-webkit-mask-size:cover;mask-size:cover;padding:0;position:relative;z-index:3}@media only screen and (max-width: 695px){.welcome__draw-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/draw-new-06de50bb85dcb00790dd16edf0e5994d.jpg);-webkit-mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/draw-new-mask-ab900d8e8d367424d5f3b9b752a26bc2.png);mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/draw-new-mask-ab900d8e8d367424d5f3b9b752a26bc2.png);background-position:center;-webkit-mask-size:100% 100%;mask-size:100% 100%;height:110vw;min-height:660px;max-height:700px}}@media only screen and (min-width: 696px) and (max-width: 1023px){.welcome__draw-image{min-height:500px;height:56vw}}@media only screen and (min-width: 1024px){.welcome__draw-image{height:39vw}}@media only screen and (min-width: 1220px){.welcome__draw-image{height:33vw;background-position:center;-webkit-mask-size:100% 100%;mask-size:100% 100%;max-height:450px}}.welcome__explore-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/explore-new-528c29b88165dc86d4af6bc3042617fe.jpg);-webkit-mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/explore-new-mask-f6bc4f5ccbac92bb6aa7872728240cf1.png);mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/explore-new-mask-f6bc4f5ccbac92bb6aa7872728240cf1.png);background-size:contain;-webkit-mask-size:contain;mask-size:contain;padding:30% 0;position:relative;z-index:4}@media only screen and (min-width: 696px){.welcome__explore-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/explore-grande-new-4212fcacd7cbbdf05da8c376c4856c6e.jpg);-webkit-mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/explore-grande-new-mask-fd05091fdbfb8e46c81aa488c504691e.png);mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/explore-grande-new-mask-fd05091fdbfb8e46c81aa488c504691e.png);padding:22% 0}}.welcome__context{padding-top:21vw;margin-top:-21vw;margin-bottom:7vw;position:relative}@media only screen and (max-width: 695px){.welcome__context{margin-bottom:9vw;padding-bottom:30px}}.welcome__context-back{content:' ';top:0;left:0;right:0;bottom:2vw;position:absolute;background-color:#f9f8f9;z-index:-1}.welcome__angle{-webkit-mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/angle-large-mask-84a10591fc7743331c88546e1423cf00.png);mask-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/angle-large-mask-84a10591fc7743331c88546e1423cf00.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:none;mask-repeat:none;background-color:#f9f8f9;height:12.1vw;width:100vw;position:absolute;bottom:-10.1vw;z-index:-1}.welcome__support-work-btn,.welcome__invite-artists-btn{width:240px;margin-top:30px;margin-bottom:45px}@media only screen and (max-width: 695px){.welcome__support-work-btn,.welcome__invite-artists-btn{margin:25px 0}}@media only screen and (max-width: 695px){.welcome__share-opportunity-button,.welcome__search-opportunities-button,.welcome__support-work-btn,.welcome__invite-artists-btn{width:100%}}.welcome__share-opportunity-button.btn,.welcome__search-opportunities-button.btn,.welcome__invite-artists-btn.btn{border-radius:6px;margin-bottom:0;line-height:34px}.welcome__share-opportunity-button.btn::before,.welcome__search-opportunities-button.btn::before,.welcome__invite-artists-btn.btn::before{border-radius:5px}.welcome__get-app{margin:40px auto 10px auto}@media only screen and (max-width: 695px){.welcome__get-app{margin:30px auto 0 auto}}.who-we-are__hero-image{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are-a76f9b62fcbc1fa068986922d36058f3.jpg);background-size:cover;background-position:center}.who-we-are__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:140px}@media only screen and (max-width: 1023px){.who-we-are__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:50px}}.who-we-are__content{margin-left:80px}@media only screen and (max-width: 1023px){.who-we-are__content{margin-left:0}}.who-we-are__line-divider{content:" ";height:1px;border-top:1px solid #e1dfe2;margin:30px 0}.who-we-are__intro__admin-textbox>textarea{font-size:18rem}.who-we-are__intro__admin-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.who-we-are__intro__admin-action>.submit-button{margin-right:20px}.who-we-are__intro__admin-action>.submit-button:disabled{opacity:0.3}@media only screen and (max-width: 695px){.who-we-are__intro__admin-action{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width: 511px){.who-we-are__subtitle{text-align:center}}.who-we-are__collaborators-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px}.who-we-are__collaborator{width:calc(50% - 10px);margin:15px 0;text-decoration:none}.who-we-are__collaborator>.collaborator-title{font-family:"avenirltstdroman";font-size:16rem}.who-we-are__collaborator>.collaborator-name{font-family:"avheavy";font-size:16rem;line-height:25px}.who-we-are__collaborator>.collaborator-name.is-highlighted{color:#4990e2}@media (min-width: 900px){.who-we-are__collaborator{width:calc(33% - 20px)}}@media (min-width: 1400px){.who-we-are__collaborator{width:calc(25% - 30px)}}.who-we-are__feed-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1023px){.who-we-are__feed-container.desktop-only{display:none}}.who-we-are__feed-container.mobile-only{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 1024px){.who-we-are__feed-container.mobile-only{display:none}}.who-we-are__feed-column{width:100%;max-width:420px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1400px){.who-we-are__feed-column{width:50%}}.who-we-are__feed-column:first-child{margin-right:30px}@media only screen and (max-width: 1023px){.who-we-are__feed-column:first-child{margin-right:0}}.who-we-are__c5{font-family:"Droid Serif", Times, serif;font-size:18rem;font-style:italic;line-height:1.4444444444;margin-top:2em}.who-we-are__feed-textbox{margin:30px 0;border:0px solid #da321a}.who-we-are__feed-textbox>.quote,.who-we-are__feed-textbox>.text{font-size:24rem;line-height:1.3333333333;color:#414042}.who-we-are__feed-textbox>.quote{font-family:"Droid Serif", Times, serif;font-style:italic}.who-we-are__feed-textbox>.text{font-family:"avenirltstdmedium"}.who-we-are__feed-textbox>.author{margin-top:30px;text-transform:uppercase;font-size:14rem}.who-we-are__feed-textbox.left{border-right-width:5px;padding-right:30px}.who-we-are__feed-textbox.left>*{text-align:right}.who-we-are__feed-textbox.right{border-left-width:5px;padding-left:30px}.who-we-are__feed-textbox.right>*{text-align:left}.who-we-are__feed-image{margin:30px 0;content:" ";background-size:cover}.who-we-are__feed-image__group01{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-01-dc6f898c7b5e3a6fbd2938a1dfb016c9.jpg);padding-bottom:109.5%}.who-we-are__feed-image__group02{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-02-5822e573e2f27a6a2cf4e19dcee4d2a3.jpg);padding-bottom:100%}.who-we-are__feed-image__group03{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-03-4998b7bb94b9b78cd6e7021d222f7ef2.jpg);padding-bottom:66.9%}.who-we-are__feed-image__group04{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-04-be5fef0bc32b798e3d09d9c683c927b6.jpg);padding-bottom:62.4%}.who-we-are__feed-image__group05{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-05-8606abce84a5ae992292f521a9c69e84.jpg);padding-bottom:100%}.who-we-are__feed-image__group06{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-06-4acf0e31a883645d8347a32911b31049.jpg);padding-bottom:108.8%}.who-we-are__feed-image__group07{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-07-ff793126ad85c1457076e32b4c8f73fd.jpg);padding-bottom:59.3%}.who-we-are__feed-image__group08{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-08-55e90f45df90735cefce817dfa4f8473.jpg);padding-bottom:133.3%}.who-we-are__feed-image__group09{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-09-67d8f4df3b3e616062c3d0d8b66dbffa.jpg);padding-bottom:59.7%}.who-we-are__feed-image__group10{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-10-971359e7299196a72cb89195d3ed7285.jpg);padding-bottom:100%}.who-we-are__feed-image__group11{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-11-89859d192975cb33d9d6841267c34863.jpg);padding-bottom:61.7%}.who-we-are__feed-image__group12{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/who-we-are__group-12-68c2c9501e37a76ac8de4ba7c6151604.jpg);padding-bottom:100%}@media only screen and (max-width: 1023px){.who-we-are__feed-image__group01{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.who-we-are__feed-textbox-03{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.who-we-are__feed-image__group07{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.who-we-are__feed-image__group02{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.who-we-are__feed-image__group08{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.who-we-are__feed-textbox-01{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.who-we-are__feed-image__group09{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.who-we-are__feed-image__group03{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.who-we-are__feed-textbox-02{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.who-we-are__feed-image__group10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.who-we-are__feed-image__group04{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.who-we-are__feed-textbox-04{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.who-we-are__feed-image__group05{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.who-we-are__feed-image__group11{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.who-we-are__feed-image__group12{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.who-we-are__feed-image__group06{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}}.widgets__container{overflow-x:visible;padding:0;height:100%}@media only screen and (min-width: 696px){.widgets__container{padding:20px}}@media only screen and (max-width: 1023px){.widgets__container *{letter-spacing:0px !important}}.widgets__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.widgets__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:-5px -20px 5px -5px;padding:5px;overflow-y:scroll}@media only screen and (max-width: 695px){.widgets__body{margin:8px -8px 0 5px}}.widgets__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widgets__header__powered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.widgets__header__powered .text-powered-by{font-family:"avenirltstdroman"}@media only screen and (max-width: 695px){.widgets__header__powered{display:none}}.widgets__header__powered .logo-with-title{height:42px;min-width:79px;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/logo-with-title-02b1945235120141f6bfac6778b7d850.svg);background-size:contain;background-repeat:no-repeat;margin-left:5px}.widgets__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#414042;margin:15px 0 22px 0;padding:18px}@media only screen and (max-width: 1023px){.widgets__filters{margin:10px 0;padding:10px}}@media only screen and (max-width: 695px){.widgets__filters{background-color:transparent;padding:10px 10px 12px 10px;border-bottom:2px solid #f6f8f8;margin-bottom:0}}.widgets__filters__title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:7px}@media only screen and (max-width: 695px){.widgets__filters__title-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}}.widgets__filters__title-container.hidden{display:none}@media only screen and (max-width: 695px){.widgets__filters__title-container .spacer{display:none}}.widgets__filters__powered{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-family:"avenirltstdroman";font-size:12rem;-ms-flex-item-align:center;align-self:center;color:#ffffff}.widgets__filters__powered>a{color:#ffffff}@media only screen and (max-width: 695px){.widgets__filters__powered{-ms-flex-item-align:end;align-self:flex-end;margin-bottom:10px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;color:#414042}.widgets__filters__powered>a{color:#414042}}.widgets__filters__title{display:block;color:#414042;font-size:36rem;font-weight:900;letter-spacing:1px}@media only screen and (min-width: 696px){.widgets__filters__title{color:#ffffff}}.widgets__filters__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1023px){.widgets__filters__filters{margin-top:5px}}@media only screen and (max-width: 695px){.widgets__filters__filters .rbt-input{min-height:35px !important}}.widgets__filters__filters .rbt-input-wrapper{position:relative;z-index:0}.widgets__filters__filters .rbt-input-wrapper .rbt-input-main{margin:5px 5px 0 0}.widgets__filters__filters .search__filter--tags{-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 1023px){.widgets__filters__filters .search__filter--tags .rbt-input{padding:0 0 5px 35px}}.widgets__filters__filters .search__filter--tags .tag-input__tags--empty .rbt-input-main{margin:5px 5px 0 20px}@media only screen and (min-width: 696px) and (max-width: 1023px){.widgets__filters__filters .search__filter--tags .tag-input__tags--empty .rbt-input-main{margin-left:25px}}@media only screen and (min-width: 1024px){.widgets__filters__filters .search__filter--tags .tag-input__tags--empty .rbt-input-main{margin-left:0}}.widgets__filters__type{width:210px}@media only screen and (max-width: 1023px){.widgets__filters__type{-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:10px}}.widgets__filters__type.form-select .CtaSelect__control,.widgets__filters__type.form-select .CtaSelect__placeholder{font-size:16rem;height:41px;line-height:41px !important}.widgets__filters__type .CtaSelect__option{font-size:16rem}.widgets__filters__type .CtaSelect__option.view-all{position:relative;margin-top:10px}.widgets__filters__type .CtaSelect__option.view-all:before{content:'';position:absolute;left:10px;top:-5px;right:10px;border-top:1px solid #e1dfe2}.widgets__filters__type .CtaSelect__value{text-transform:uppercase}.iframe-grants-opportunities-widgets{font-size:0.7px}.iframe-grants-opportunities-widgets .grants-opportunities-widgets__filters__filters .filters-location__container .cta-icon--location-outline{left:13px;top:12px;width:10px;height:14px}.iframe-grants-opportunities-widgets .grants-opportunities-widgets__filters__filters .search__filter--tags .cta-icon--search-dark{width:14px;height:14px}@media only screen and (min-width: 696px){.iframe-grants-opportunities-widgets{font-size:1px}.iframe-grants-opportunities-widgets .grants-opportunities-widgets__filters__filters .filters-location__container .cta-icon--location-outline{width:14px;height:20px}.iframe-grants-opportunities-widgets .grants-opportunities-widgets__filters__filters .search__filter--tags .cta-icon--search-dark{width:20px;height:20px}}.grants-opportunities-widgets__root{background-color:#ffffff;border:1px solid #e1dfe2;overflow-x:hidden}.grants-opportunities-widgets__root .react__partial_app{height:100%}@media only screen and (max-width: 695px){.grants-opportunities-widgets__root{background-color:#ffffff}}.grants-opportunities-widgets__inner-container{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;background:#ffffff;position:relative;padding:15px;z-index:0}@media only screen and (min-width: 696px){.grants-opportunities-widgets__inner-container{padding:35px}}@media only screen and (max-width: 695px){.grants-opportunities-widgets__header__post-btn__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}}.btn.grants-opportunities-widgets__header__post-btn{font-size:18rem;min-width:290px}@media only screen and (max-width: 695px){.btn.grants-opportunities-widgets__header__post-btn{width:100%;border-radius:0}}@media only screen and (min-width: 696px) and (max-width: 1023px){.btn.grants-opportunities-widgets__header__post-btn{width:90%}}.btn.grants-opportunities-widgets__header__post-btn>i{width:14px;height:14px;margin-right:12px;vertical-align:middle;margin-top:-3px}@media only screen and (min-width: 696px){.btn.grants-opportunities-widgets__header__post-btn>i{width:20px;height:20px;margin-right:20px}}.grants-opportunities-widgets__filters__filters .filters-location__and__type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 1023px){.grants-opportunities-widgets__filters__filters .filters-location__and__type{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}}.grants-opportunities-widgets__filters__filters .filters-location__container{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}@media only screen and (min-width: 1024px){.grants-opportunities-widgets__filters__filters .filters-location__container{margin-right:20px}.grants-opportunities-widgets__filters__filters .filters-location__container.grants{margin-right:0}}.grants-opportunities-widgets__filters__filters .filters-location__container .filters-location{padding:12px 10px 8px 30px}@media only screen and (min-width: 696px){.grants-opportunities-widgets__filters__filters .filters-location__container .filters-location{padding-left:35px}}@media only screen and (max-width: 695px){.grants-opportunities-widgets__filters__filters .filters-location__container .filters-location{height:35px}}@media only screen and (max-width: 1023px){.grants-opportunities-widgets__filters__filters .filters-location__container{margin-top:10px}}.grants-opportunities-widgets__filters__filters .filters-location__container input{color:#9b9b9b;font-size:16rem;font-family:"avenirltstdroman"}.grants-opportunities-widgets__filters__filters .filters-location__container input::-webkit-input-placeholder{color:#9b9b9b;margin-top:5px}.grants-opportunities-widgets__filters__filters .filters-location__container input::-moz-placeholder{color:#9b9b9b;margin-top:5px}.grants-opportunities-widgets__filters__filters .filters-location__container input:-ms-input-placeholder{color:#9b9b9b;margin-top:5px}.grants-opportunities-widgets__filters__filters .filters-location__container input::-ms-input-placeholder{color:#9b9b9b;margin-top:5px}.grants-opportunities-widgets__filters__filters .filters-location__container input::placeholder{color:#9b9b9b;margin-top:5px}.grants-opportunities-widgets__body .opportunities__container{width:100%;padding:0;margin:0}.grants-opportunities-widgets__body .opportunities__card{background-color:#ffffff}@media only screen and (max-width: 1023px){.grants-opportunities-widgets__body .opportunities__card{-ms-flex-preferred-size:100%;flex-basis:100%}}.grants-opportunities-widgets__body:hover::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 10px 10px #9b9b9b;box-shadow:inset 0 0 10px 10px #9b9b9b}.grants-opportunities-widgets__body::-webkit-scrollbar{width:14px}.grants-opportunities-widgets__body::-webkit-scrollbar-thumb{border-radius:8px;background:rgba(255,255,255,0);border:solid 3px transparent}.grants-opportunities-widgets__body::-webkit-scrollbar-track-piece{display:none}.grants-opportunities-widgets__wrapper .sign-in-form__container,.grants-opportunities-widgets__wrapper .sign-up-form__container{background:#ffffff;padding-top:50px;padding-bottom:20px}.grants-opportunities-widgets__wrapper .sign-in-form,.grants-opportunities-widgets__wrapper .sign-up-form{padding:0}.grants-opportunities-widgets__wrapper .event-form{margin-top:0}.grants-opportunities-widgets__wrapper .opportunity-form__container{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:700px}.grants-opportunities-widgets__wrapper .opportunity-form__container form{padding:0}.grants-opportunities-widgets__wrapper .opportunity-form__container .orange-boxes{width:100%}@media only screen and (min-width: 696px){.grants-opportunities-widgets__wrapper .opportunity-form__container .orange-boxes{width:calc(33% - 6px)}}.grants-opportunities-widgets__wrapper .opportunity-form__container .artistic-fields__icon{z-index:auto}.grants-opportunities-widgets__wrapper .opportunity-form__types,.grants-opportunities-widgets__wrapper .opportunity-form__disciplines{height:unset;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.grants-opportunities-widgets__wrapper .opportunity-form__types .orange-boxes,.grants-opportunities-widgets__wrapper .opportunity-form__disciplines .orange-boxes{width:100%}@media only screen and (min-width: 696px) and (max-width: 1023px){.grants-opportunities-widgets__wrapper .opportunity-form__types .orange-boxes,.grants-opportunities-widgets__wrapper .opportunity-form__disciplines .orange-boxes{width:calc(50% - 10px)}}@media only screen and (min-width: 1024px){.grants-opportunities-widgets__wrapper .opportunity-form__types .orange-boxes,.grants-opportunities-widgets__wrapper .opportunity-form__disciplines .orange-boxes{width:calc(33% - 8px)}}.grants-opportunities-widgets__wrapper .opportunity-detail{margin:0}.grants-opportunities-widgets__wrapper .opportunity-detail .opportunity-detail__apply{position:relative;-webkit-box-shadow:none;box-shadow:none}.grants-opportunities-widgets__wrapper .floating__join__sign-up{margin:0}.grants-opportunities-widgets__wrapper .sign-in-form .sign-in-form__text-input,.grants-opportunities-widgets__wrapper .sign-in-form .sign-up-form__text-input,.grants-opportunities-widgets__wrapper .sign-up-form .sign-in-form__text-input,.grants-opportunities-widgets__wrapper .sign-up-form .sign-up-form__text-input{width:100%}.grants-opportunities-widgets__wrapper .sign-in-form .sign-in-form__submit,.grants-opportunities-widgets__wrapper .sign-up-form .sign-in-form__submit{margin-top:20px;margin-right:0}@media only screen and (min-width: 696px){.grants-opportunities-widgets__wrapper .sign-in-form .sign-in-form__submit,.grants-opportunities-widgets__wrapper .sign-up-form .sign-in-form__submit{margin-top:0}}.grants-opportunities-widgets__wrapper .sign-in-form .sign-in-form__submit-container,.grants-opportunities-widgets__wrapper .sign-up-form .sign-in-form__submit-container{margin-right:0}@media only screen and (max-width: 1023px){.grants-opportunities-widgets__wrapper .sign-in-form .sign-in-form__submit-container,.grants-opportunities-widgets__wrapper .sign-up-form .sign-in-form__submit-container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.grants-opportunities-widgets__go-back-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-bottom:20px}.grants-opportunities-widgets__go-back-btn>i{width:16px;height:16px;margin-right:10px}.grants-opportunities-widgets__section-title{font-size:28rem;font-family:"avheavy";letter-spacing:1px;color:#414042;margin:25px 0}@media only screen and (min-width: 696px){.grants-opportunities-widgets__section-title{font-size:36rem}}.grants-opportunities-widgets__confirmation-modal__content{max-height:300px}@media only screen and (max-width: 695px){.floating__join__modal.grants-opportunities-widgets__join-prompt .modal-close .cta-icon--go-back-gradient{background-image:url(/assets/icons/go-back-dark-79b238ca33d4a0cf9149e93cbf7eb64fd8d2ae8f653a905fba51f5e6fb7b3733.svg)}.floating__join__modal.grants-opportunities-widgets__join-prompt .modal-close::after{content:'Back';position:absolute;top:2px;left:25px;font-size:16rem}.floating__join__modal.grants-opportunities-widgets__join-prompt .modal__header{border-top:0;height:80px}.floating__join__modal.grants-opportunities-widgets__join-prompt .modal__header__brand-logo{display:none}.floating__join__modal.grants-opportunities-widgets__join-prompt .sign-up-form__submit-container,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-in .sign-in-form__submit-container,.floating__join__sign-in .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-up .sign-in-form__submit-container,.floating__join__sign-up .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container{margin:10px 30px 10px 0}.floating__join__modal.grants-opportunities-widgets__join-prompt .mod-terms{margin:10px 20px 10px 0}.floating__join__modal.grants-opportunities-widgets__join-prompt .sign-up-form__submit-container,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-in .sign-in-form__submit-container,.floating__join__sign-in .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-up .sign-in-form__submit-container,.floating__join__sign-up .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.floating__join__modal.grants-opportunities-widgets__join-prompt .sign-up-form__submit-container .sign-up-form__sign-in,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-in .sign-in-form__submit-container .sign-up-form__sign-in,.floating__join__sign-in .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .sign-up-form__sign-in,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-up .sign-in-form__submit-container .sign-up-form__sign-in,.floating__join__sign-up .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .sign-up-form__sign-in,.floating__join__modal.grants-opportunities-widgets__join-prompt .sign-up-form__submit-container .sign-in-form__sign-up,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-in .sign-in-form__submit-container .sign-in-form__sign-up,.floating__join__sign-in .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .sign-in-form__sign-up,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-up .sign-in-form__submit-container .sign-in-form__sign-up,.floating__join__sign-up .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .sign-in-form__sign-up{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.floating__join__modal.grants-opportunities-widgets__join-prompt .sign-up-form__submit-container .form-actions,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-in .sign-in-form__submit-container .form-actions,.floating__join__sign-in .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .form-actions,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-up .sign-in-form__submit-container .form-actions,.floating__join__sign-up .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .form-actions,.floating__join__modal.grants-opportunities-widgets__join-prompt .sign-up-form__submit-container .form-action,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-in .sign-in-form__submit-container .form-action,.floating__join__sign-in .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .form-action,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-up .sign-in-form__submit-container .form-action,.floating__join__sign-up .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .form-action{width:100%}.floating__join__modal.grants-opportunities-widgets__join-prompt .sign-up-form__submit-container .btn.sign-up-form__submit,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-in .sign-in-form__submit-container .btn.sign-up-form__submit,.floating__join__sign-in .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .btn.sign-up-form__submit,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-up .sign-in-form__submit-container .btn.sign-up-form__submit,.floating__join__sign-up .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .btn.sign-up-form__submit,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-in .sign-in-form__submit-container .btn.sign-in-form__submit,.floating__join__sign-in .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .btn.sign-in-form__submit,.floating__join__modal.grants-opportunities-widgets__join-prompt .floating__join__sign-up .sign-in-form__submit-container .btn.sign-in-form__submit,.floating__join__sign-up .floating__join__modal.grants-opportunities-widgets__join-prompt .sign-in-form__submit-container .btn.sign-in-form__submit,.floating__join__modal.grants-opportunities-widgets__join-prompt .sign-up-form__submit-container .btn.sign-in-form__submit{margin:0 0 15px 0;width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.members-widget__root{background-color:#ffffff;overflow-x:hidden}.members-widget__root .react__partial_app{height:100%}.members-widget__root .widgets__filters__title.mobile{font-size:24rem}.members-widget__root .search-result--member{border:none}@media only screen and (max-width: 695px){.members-widget__root .search-result--member{width:320px;-ms-flex-preferred-size:320px;flex-basis:320px;margin:auto}}.members-widget__root .search-result--member .search-result__image--fluid{width:200px}@media only screen and (max-width: 695px){.members-widget__root .search-result--member .search-result__image--fluid{width:260px}}.members-widget__root .search-result--member .search-result__info-banner{width:200px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 695px){.members-widget__root .search-result--member .search-result__info-banner{width:260px}}.members-widget__root .search-result--member .search-result__info-banner .name{font-size:16rem}.members-widget__root .search-result--member .search-result__info-banner .title,.members-widget__root .search-result--member .search-result__info-banner .location{font-size:14rem}.members-widget__root .search-result--member .search-result__info-banner .bookmark-button{display:none}.members-widget__filters{margin:0}.members-widget__filters__filters .btn.btn--blue.search__mini-button{display:none}@media only screen and (max-width: 695px){.members-widget__filters__filters .search__filter--search-field__container{margin-top:0}}@media only screen and (min-width: 696px) and (max-width: 1023px){.members-widget__filters__filters .search__filter--search-field__container{margin:10px 15px 0 0}}@media only screen and (max-width: 695px){.members-widget__filters__filters .filters-type-only{width:100%}}@media only screen and (max-width: 695px){.members-widget__filters__type{width:100%}}.members-widget__filters__type [aria-label="View All"]{position:relative;margin-top:16px}.members-widget__filters__type [aria-label="View All"]:before{content:"";position:absolute;border-top:2px solid #e1dfe2;left:10px;right:10px;top:-10px}.members-widget__body{margin:10px 0 0 0}@media only screen and (max-width: 695px){.members-widget__body{margin:0}}.members__loader__container{-ms-flex-preferred-size:100%;flex-basis:100%}.members-widget__load-more{display:block;margin:auto}.members-widget__search-results__container{margin:15px auto 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;z-index:1}@media (min-width: 620px){.members-widget__search-results__container{width:100%}.members-widget__root .search-result--member{-ms-flex-preferred-size:50%;flex-basis:50%}}@media (min-width: 880px){.members-widget__search-results__container{width:100%}.members-widget__root .search-result--member{-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%}}@media (min-width: 1140px){.members-widget__search-results__container{width:100%}.members-widget__root .search-result--member{-ms-flex-preferred-size:25%;flex-basis:25%}}@media (min-width: 1400px){.members-widget__search-results__container{width:100%}.members-widget__root .search-result--member{-ms-flex-preferred-size:20%;flex-basis:20%}}@media (min-width: 1660px){.members-widget__search-results__container{width:100%}.members-widget__root .search-result--member{-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%}}@media (min-width: 1920px){.members-widget__search-results__container{width:100%}.members-widget__root .search-result--member{-ms-flex-preferred-size:14.2857142857%;flex-basis:14.2857142857%}}.members-widget__member__container{position:relative;overflow-y:scroll;height:100%;width:100%}.members-widget__member__container .member-header__details__name{white-space:normal}.members-widget__member__container .member-body{min-height:auto;border-left:0;padding:0;width:100%}.members-widget__member__container .member-header__info-container{padding-top:40px}.members-widget__member__close-button{background-color:transparent;border:none;position:absolute;right:20px;top:20px;width:22px;height:22px;cursor:pointer}.members-widget__member__close-button:focus{outline:none}.members-widget__member-body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:0px}@media only screen and (max-width: 695px){.members-widget__member-body-container{margin-bottom:70px}}@media only screen and (min-width: 696px){.members-widget__member-body-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.members-widget__member-body{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width: 1024px){.members-widget__member-body{min-width:calc(100% - 200px);min-height:500px}}@media only screen and (max-width: 1023px){.members-widget__member-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.members-widget__member-body p{font-family:"avenirltstdroman";font-size:16rem;line-height:22px}.members-widget__member-body .member-body__header{font-size:36rem;text-transform:none}@media only screen and (min-width: 696px) and (max-width: 1023px){.members-widget__member-body .member-body__header{font-size:26rem}}@media only screen and (max-width: 695px){.members-widget__member-body .member-body__header{font-size:20rem}}.members-widget__member-body .member-body__side-panel{margin-left:80px}.members-widget__member-body .member-body__side-panel .member-body--about__tags-container{display:none}.members-widget__member-header{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3))),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)),radial-gradient(circle at 10% 0, #fbda61, #1cd9f7);background-repeat:no-repeat;background-size:cover;background-color:#cbcbcb;background-position:center}.members-widget__member-header__ask-button:focus{outline:none}.members-widget__member-header__info-container{padding-top:50px}.members-widget__member-header__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px){.members-widget__member-header__info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width: 696px) and (max-width: 1023px){.members-widget__member-header__info{padding:20px 20px 0 20px}}.members-widget__member-header__profile-photo-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px}@media only screen and (max-width: 695px){.members-widget__member-header__profile-photo-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.members-widget__member-header__profile-photo{width:170px;height:170px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.members-widget__member-header__profile-photo img{width:100%}.members-widget__member-header__profile-photo.mod-white-border img{border:3px solid rgba(255,255,255,0.6);border-radius:50%}.members-widget__member-header__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width: 696px){.members-widget__member-header__details{margin-left:20px}}.members-widget__member-header__details__name{text-shadow:0 1px 2px rgba(0,0,0,0.4);text-align:center;text-decoration:none;font-size:36rem;color:#ffffff}@media only screen and (min-width: 696px){.members-widget__member-header__details__name{text-align:left}}.members-widget__member-header__details-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px 0px 35px 0px;min-height:20px;text-shadow:0 1px 2px rgba(0,0,0,0.5);line-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 696px){.members-widget__member-header__details-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (max-width: 1023px){.members-widget__member-header__details-container{margin:15px 0px}}.members-widget__member-header__details__location{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 695px){.members-widget__member-header__details__location{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:8px}}@media only screen and (min-width: 696px){.members-widget__member-header__details__location{margin-left:10px;padding-left:10px;border-left:1px solid #ffffff}}.members-widget__member-header__details__location-icon{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/location-white-61f0fef77010fcd67750dce8a851a953.svg);-webkit-filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.35));filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.35));height:18px;min-width:17px;background-size:cover;margin-right:6px}.members-widget__member-header__details__location-text{color:#ffffff;font-size:16rem}.members-widget__member-header__details__title{text-align:center;color:#ffffff;font-size:16rem}@media only screen and (min-width: 696px){.members-widget__member-header__details__title{text-align:initial}}.members-widget__member-header__description-container{-webkit-transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in, -ms-flex-preferred-size 100ms ease-in;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0px}.members-widget__member-header__description{-webkit-transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in, -ms-flex-preferred-size 100ms ease-in;font-family:"Droid Serif", Times, serif;font-size:26rem;line-height:1.2307692308;font-style:italic;color:#ffffff;text-shadow:0 1px 2px rgba(0,0,0,0.5);padding:15px 20px 45px 0}@media only screen and (min-width: 696px){.members-widget__member-header__description{border-top:1px solid #e1dfe2}.members-widget__member-header__description.mod-border-right{border-right:1px solid #e1dfe2}}@media only screen and (min-width: 696px) and (max-width: 1023px){.members-widget__member-header__description{padding:15px 20px 45px 20px}}.members-widget__member-header__description-link{font-family:"Droid Serif", Times, serif;font-size:26rem;line-height:1.2307692308;font-style:italic;color:#ffffff;text-shadow:0 1px 2px rgba(0,0,0,0.5);text-decoration:none}.members-widget__member-header__path-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex:2;flex:2;height:40px}@media only screen and (max-width: 695px){.members-widget__member-header__path-actions{display:none}}@media only screen and (max-width: 695px){.members-widget__member-header__path-actions__squiggle-container{-webkit-transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in;transition:flex-basis 100ms ease-in, width 100ms ease-in, max-width 100ms ease-in, min-width 100ms ease-in, -webkit-flex-basis 100ms ease-in, -ms-flex-preferred-size 100ms ease-in;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}}.members-widget__member-header__path-actions__squiggle-spacer{-ms-flex-preferred-size:100%;flex-basis:100%;border-top:1px solid #e1dfe2}.members-widget__member-header__path-actions__squiggle{-ms-flex-preferred-size:167px;flex-basis:167px;position:relative}.members-widget__member-header__path-actions__squiggle:after{content:'';position:absolute;height:38px;width:167px;left:0px;top:-31px;margin-left:-20px;background-repeat:no-repeat;background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/squiggle-e1-3d08665085b5e4e0460be2d23ab85740.svg)}@media only screen and (min-width: 696px){.members-widget__member-header__path-actions__squiggle:after{margin-left:0px;width:167px}}@media only screen and (max-width: 511px){.members-widget__member-header__path-actions__squiggle:after{width:150px}}.members-widget__member-header__path-actions__action{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin-top:0px;margin-bottom:30px}@media only screen and (min-width: 1024px){.members-widget__member-header__path-actions__action{margin-top:-15px;margin-bottom:0px}}.members-widget__member-header__path-actions__action.has-button{border-top:none}@media only screen and (min-width: 696px){.members-widget__member-header__path-actions__action.has-button{margin-bottom:40px;display:none}}@media only screen and (min-width: 1220px){.members-widget__member-header__path-actions__action.has-button{display:block}}@media only screen and (min-width: 696px){.members-widget__member-header__details--button{margin-bottom:40px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:block}}@media only screen and (min-width: 1220px){.members-widget__member-header__details--button{display:none}}.members-widget__member-header__path-actions__spacer{border-top:1px solid #e1dfe2}@media only screen and (max-width: 695px){.members-widget__member-header__path-actions__spacer{display:none}}.members-widget__member-header__path-actions__spacer.left{-webkit-box-flex:1;-ms-flex:1;flex:1}.members-widget__member-header__path-actions__spacer.right{-ms-flex-preferred-size:120px;flex-basis:120px}.members-widget__back-to-results{display:block;font-size:18rem;color:#ff3a1e;margin-top:10px}.members-widget__wrapper.widgets__wrapper .member-header__info-container{padding-top:20px}.widget-request__container--desktop{margin:120px auto 0 auto;padding:0 20px;width:90%;max-width:1200px}@media only screen and (min-width: 1024px){.widget-request__container--desktop{width:80%;margin:160px auto 0 auto}}.widget-request__container--mobile{margin:90px auto 0 auto;padding:0 20px;width:100%;max-width:1200px}.widget-request__title{color:#000000}@media only screen and (max-width: 695px){.widget-request__title{font-size:14rem;text-transform:uppercase;text-align:center}}@media only screen and (min-width: 696px) and (max-width: 1023px){.widget-request__title{font-size:28rem;text-transform:none}}@media only screen and (min-width: 1024px){.widget-request__title{font-size:36rem}}.widget-request__container .floating__join__sign-in .sign-in-form__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__label{margin:0 10px 0 0;width:300px}@media only screen and (max-width: 1023px){.widget-request__container .floating__join__sign-in .sign-in-form__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__submit-container{margin:35px auto}.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__submit-container,.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__label,.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__group,.widget-request__container .floating__join__sign-in .sign-in-form__container .form-actions,.widget-request__container .floating__join__sign-in .sign-in-form__container .form-action,.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__submit{width:100%}.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__group{margin:10px 0}}@media only screen and (max-width: 695px){.widget-request__container .floating__join__sign-up .sign-up-form__container .form-actions,.widget-request__container .floating__join__sign-up .sign-up-form__container .form-action,.widget-request__container .floating__join__sign-up .sign-up-form__container .sign-in-form__submit{width:100%}}.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__submit-container,.widget-request__container .floating__join__sign-up .sign-up-form__container .sign-in-form__submit-container{margin:30px 0 0 0}.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__text-input,.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-up-form__text-input,.widget-request__container .floating__join__sign-up .sign-up-form__container .sign-in-form__text-input,.widget-request__container .floating__join__sign-up .sign-up-form__container .sign-up-form__text-input{width:100%}.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-in-form__label,.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-up-form__label,.widget-request__container .floating__join__sign-in .sign-in-form__container .sign-up-form__label--password,.widget-request__container .floating__join__sign-up .sign-up-form__container .sign-in-form__label,.widget-request__container .floating__join__sign-up .sign-up-form__container .sign-up-form__label,.widget-request__container .floating__join__sign-up .sign-up-form__container .sign-up-form__label--password{font-size:11rem !important}.widget-request__container .floating__join__sign-in .sign-in-form__container .btn.btn--primary.sign-in-form__submit,.widget-request__container .floating__join__sign-in .sign-in-form__container .btn.btn--primary.sign-up-form__submit,.widget-request__container .floating__join__sign-in .sign-in-form__container .btn--primary.sign-in-form__submit,.widget-request__container .floating__join__sign-up .sign-up-form__container .btn.btn--primary.sign-in-form__submit,.widget-request__container .floating__join__sign-up .sign-up-form__container .btn.btn--primary.sign-up-form__submit,.widget-request__container .floating__join__sign-up .sign-up-form__container .btn--primary.sign-in-form__submit{font-size:14rem;margin-right:0}@media only screen and (min-width: 696px){.widget-request__container .black-boxes{width:25%}}.widget-request__container .minimal-form-radio__label,.widget-request__container .minimal-checkbox{background:none;text-transform:none;font-family:"avenirltstdroman";font-size:16rem;letter-spacing:normal}@media only screen and (max-width: 695px){.widget-request__container .minimal-form-radio__label,.widget-request__container .minimal-checkbox{font-size:14rem}}.widget-request__container .minimal-form-radio:checked~.minimal-form-radio__pseudo-radio{border:1px solid #414042}.widget-request__container .minimal-form-radio:checked~.minimal-form-radio__pseudo-radio::after{background-color:#414042}.widget-request__container .minimal-checkbox--checked::before{background-image:url(/assets/icons/checked-box--dark-a97f611a41c6292fb9dccd1608c3d5ffa9af394f6203ba0b7700eefd3799b994.svg)}.widget-request__container .search__filter--search-field__input .rbt-input-multi.rbt-input{background:#ffffff;position:relative;z-index:0}.widget-request__container #grants-board,.widget-request__container #opportunities-board,.widget-request__container #network-directory-board{font-family:"avheavy"}.widget-request__container .minimal-form-radio__container{margin:10px 0}.widget-request__container .minimal-form-radio__container .minimal-form-radio__pseudo-radio{margin:5px 0}.widget-request__container .minimal-form-radio__container .minimal-form-radio__label{padding-top:3px}.widget-request__widget-section{margin-top:15px;margin-bottom:50px}.widget-request__form-group{background:rgba(196,196,196,0.2);margin:12px 0;padding:12px}.widget-request__form__text-input{border:0;border-radius:5px;padding:9px;font-size:16rem;width:100%;margin:10px 0}.widget-request__widget-section__text{font-size:16rem;margin-top:20px;margin-bottom:10px}.widget-request__widget-section__text.oblique{font-family:"avenirltstdroman";font-style:italic}@media only screen and (max-width: 695px){.widget-request__widget-section__text{font-size:14rem}}.widget-request__form__label{font-family:"avheavy";font-size:16rem;margin-top:5px;margin-bottom:10px}@media only screen and (max-width: 695px){.widget-request__form__label{font-size:14rem}}.widget-request__form__label-oblique{font-size:18rem;font-family:"avenirltstdroman";margin:15px 0;font-style:oblique}@media only screen and (max-width: 695px){.widget-request__form__label-oblique{font-size:14rem}}.widget-request__form__disciplines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 696px){.widget-request__form__disciplines{height:230px}}@media only screen and (min-width: 1024px){.widget-request__form__disciplines{height:130px}}.widget-request__step-title{margin-top:40px;font-size:16rem}.widget-request__widget-section__payment-pref .mod-terms{margin-top:20px}@media only screen and (max-width: 695px){.widget-request__org-has-account-radiobuttons__yes{display:none}}.widget-request__user-welcome__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 695px){.widget-request__user-welcome__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.widget-request__user-welcome__avatar{width:120px;height:120px;margin-right:25px}@media only screen and (max-width: 695px){.widget-request__user-welcome__avatar{margin:15px 0}}.widget-request__user-welcome__name{font-size:16rem;font-family:"avenirltstdroman";font-style:oblique;color:#9b9b9b}.widgt-request__widget-toggle{margin:25px 0 15px 0}.widgt-request__widget-toggle .minimal-checkbox{padding:0}.widget-request__form__opportunity-types{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 696px){.widget-request__form__opportunity-types{height:70px}}@media only screen and (min-width: 1024px){.widget-request__form__opportunity-types{height:40px}}.widgt-request__submit-request__button:disabled,.widgt-request__submit-request__button[disabled],.widget-request__mobile__next-button:disabled,.widget-request__mobile__next-button[disabled]{background-color:#cbcbcb;background-image:none;cursor:default}@media only screen and (max-width: 695px){.widgt-request__submit-request__button{margin:15px 0;width:100%}}@media only screen and (min-width: 696px){.widget-request__modal{height:250px;width:400px}}.widget-request__modal .modal__header,.widget-request__modal .modal__body{background:#ffffff}.widget-request__modal .modal__content{height:200px}.widget-request__modal .modal__content p{font-size:14rem}.widget-request__modal .modal__container{min-height:320px}.widget-request__submit-error{margin-top:20px;color:#da321a}.widget-request__not-a-company-error{margin:100px 0}.widget-request__not-a-company-error p,.widget-request__not-a-company-error a{color:#da321a;font-size:16rem}@media only screen and (max-width: 695px){.widget-request__not-a-company-error{margin:50px 20px}.widget-request__not-a-company-error p,.widget-request__not-a-company-error a{font-size:14rem}}.widget-request__mobile__next-button,.widget-request__mobile__back-button{width:100%;margin:15px 0}.widget-request__sign-up-form__hint-container{display:inline;position:relative;margin-left:10px;vertical-align:middle;cursor:pointer}.widget-request__sign-up-form__hint{display:none;background:#414042;color:#ffffff;position:absolute;padding:5px 25px;left:30px;top:-27px;width:240px;z-index:1}.widget-request__sign-up-form__hint p{color:#ffffff}.widget-request__sign-up-form__hint.visible{display:block}.widget-request__sign-up-form__hint::before{content:"";position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#414042;width:20px;height:20px;top:20px;left:-10px}@media only screen and (max-width: 695px){.widget-request__sign-up-form__hint{left:-115px;top:25px}.widget-request__sign-up-form__hint::before{left:113px;top:-10px}}.work-form__chooser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding-left:50px;padding-right:50px;padding-bottom:20px;border-bottom:1px dashed #cbcbcb}@media only screen and (max-width: 511px){.work-form__chooser{padding-left:0;padding-right:0}}.work-form__media{font-family:"avenirltstdroman";font-size:16rem;color:#9b9b9b;margin-bottom:15px}.work-form__chooser__form{height:auto}.work-form__chooser__choice{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70px}.work-form__chooser__choice:hover .work-form__chooser__choice__name{font-family:"avheavy"}.work-form__chooser__choice-container{width:55px;height:55px;border-radius:50%;border:2px solid #414042;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffffff;-webkit-transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out}.work-form__chooser__choice-container>a{color:inherit}.work-form--field{display:none}.work-form--field.is-active{display:block}.work-form__chooser__choice__icon{width:33px;height:33px;background-size:contain}.work-form__chooser__choice__icon.work-form__chooser__choice__icon--artwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artwork-dark-fe415be4d80a276f0ab92cf128c0824d.svg)}.work-form__chooser__choice__icon.work-form__chooser__choice__icon--audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audiowork-dark-cb9a3951ca5d547b70b9bdab76961369.svg);margin-top:-2px}.work-form__chooser__choice__icon.work-form__chooser__choice__icon--videowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/videowork-dark-95b76af38a4c61cfdfb8976825ab1d15.svg);width:30px;height:30px;margin-top:-2px}.work-form__chooser__choice__icon.work-form__chooser__choice__icon--writtenwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/writtenwork-dark-708011821fc16dacd8eb7357b0ff3d45.svg);width:30px;height:30px}.work-form__chooser__choice--active .work-form__chooser__choice-container{background-color:#414042}.work-form__chooser__choice--active .work-form__chooser__choice__name{font-family:"avheavy"}.work-form__chooser__choice--active .work-form__chooser__choice__icon--artwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/artwork-light-1a7c059fd0f526d4b822c798eb5988b8.svg)}.work-form__chooser__choice--active .work-form__chooser__choice__icon--audiowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/audiowork-light-c14e87c3fa5223152ee1d80f80bcf35e.svg)}.work-form__chooser__choice--active .work-form__chooser__choice__icon--videowork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/videowork-light-c75be356826ab77880d5df5939f5da4b.svg)}.work-form__chooser__choice--active .work-form__chooser__choice__icon--writtenwork{background-image:url(https://res.cloudinary.com/cta-acceptance/image/asset/writtenwork-light-79dc80b3497042a2470775679f335cf5.svg)}.work-form__chooser__choice__name{text-transform:uppercase;letter-spacing:2px;text-align:center;margin-top:8px;font-size:12rem;margin-left:2px}
