Please ensure Javascript is enabled for purposes of
website accessibility
< scoped="">
#prcs_header {
height:40px;
width:100%;
background:#1c1c1c;
display:block;
position:relative;
z-index:10001;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
align-items:center;
justify-content:space-between;
font-family: 'Helvetica' !important;
box-sizing: border-box;
}
#prcs_header a.text-center {
text-align:center !important;
}
#prcs_header h1#prcs_header h2#prcs_header {
color:#fff;
}
#prcs_header a#prcs_icon svg {
width:16px;
height:16px;
margin-top:-1px;
display:flex;
align-self:center;
}
#prcs_header a#prcs_icon:hover {
background:#3a3a3a;
}
#prcs_header svg#prcs_login_icon {
width:20.5px;
height:19.7px;
margin-left:1px;
}
#prcs_header svg#prcs_login_icon #prcs_login_icon_outer {
fill:#f8f8ff;
}
#prcs_header svg#prcs_login_icon #prcs_login_icon_inner {
fill:#333;
}
#prcs_header svg#prcs_login_icon.logged_in #prcs_login_icon_outer {
fill:#B8E986;
}
#prcs_header svg#prcs_login_icon.logged_in #prcs_login_icon_inner {
fill:#333;
}
#prcs_header a {
font-size:14px;
letter-spacing:1px;
color:#fff;
padding:4px;
}
#prcs_header div.drop_menu span {
box-sizing:border-box;
position:absolute;
width:auto;
max-width:100vw;
max-height:0;
visibility:hidden;
top:48px;
overflow:hidden;
background:rgba(29,29,29);
opacity:0.0;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:10px;
padding:10px 0 10px;
-webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);
-webkit-backdrop-filter:blur(0.2em);
backdrop-filter:blur(0.2em);
}
#prcs_header div.drop_menu span:hover {
cursor:default;
}
#prcs_header div#prcs_header_drop_menu_right.drop_menu,
#prcs_header div#prcs_header_drop_menu_left.drop_menu {
padding:1px 10px 1px;
margin-top:-1px;
}
#prcs_header div#prcs_header_drop_menu_left.drop_menu a {
padding:5px;
}
#prcs_header a:hover {
border-bottom: none;
}
#prcs_header div#prcs_header_drop_menu_left.drop_menu span {
display:grid;
grid-template-columns:1fr 1fr 1fr 1fr;
align-items:center;
justify-content:center;
padding:10px;
left:8px;
}
#prcs_header div#prcs_header_drop_menu_right.drop_menu span {
box-sizing: border-box;
text-align:left;
min-width:200px;
max-width:320px;
padding:17px 20px 10px 20px;
right:8px;
}
#prcs_header div#prcs_header_drop_menu_right.drop_menu a {
text-decoration: none;
line-height: 100%;
}
#prcs_header div#prcs_header_drop_menu_right.drop_menu a[role="button"] {
height:30px;
display:flex;
align-items:center;
justify-content:center;
}
#prcs_header div#prcs_header_drop_menu_right.drop_menu a:not(:first-child) {
text-align:left;
border-bottom:1px solid #555;
}
#prcs_header div#prcs_header_drop_menu_right.drop_menu a:last-child {
border-bottom:none;
}
#prcs_header div#prcs_header_drop_menu_right.drop_menu p {
white-space:nowrap;
font-size:24px;
font-weight:300;
color:#b8e987;
margin-bottom:7px;
margin-top: 0;
overflow:hidden;
text-overflow:ellipsis;
text-align: left;
line-height: 1.4 !important;
-webkit-font-smoothing: auto;
font-family: 'Helvetica';
}
#prcs_header div#prcs_header_drop_menu_right.drop_menu p svg {
margin:0 auto;
width:22px;
display:inline-block;
}
#prcs_header div.drop_menu span h3 {
margin-top:0;
color:#fff;
-webkit-text-shadow:none;
text-shadow:none;
white-space:nowrap;
font-weight:bold;
letter-spacing:-1px;
}
#prcs_header div.drop_menu span h3 i {
padding:0;
font-size:75%;
}
#prcs_header div.drop_menu span a {
text-align:center;
-webkit-transition:all 0.15s ease-in-out;
-moz-transition:all 0.15s ease-in-out;
-ms-transition:all 0.15s ease-in-out;
-o-transition:all 0.15s ease-in-out;
transition:all 0.15s ease-in-out;
display:block;
padding:10px 1px;
font-size:14px;
white-space:nowrap;
color:#dcdcdc;
font-weight:400;
width:99.9%;
}
#prcs_header div.drop_menu span a:not(#prcs_sign_in):hover {
-webkit-transition:all 0.1s ease-in-out;
-moz-transition:all 0.1s ease-in-out;
-ms-transition:all 0.1s ease-in-out;
-o-transition:all 0.1s ease-in-out;
transition:all 0.1s ease-in-out;
text-decoration:underline;
}
#prcs_header div.drop_menu,
#prcs_header a#prcs_icon {
-webkit-transition:all 0.1s ease-in-out;
-moz-transition:all 0.1s ease-in-out;
-ms-transition:all 0.1s ease-in-out;
-o-transition:all 0.1s ease-in-out;
transition:all 0.1s ease-in-out;
height:40px;
width:40px;
-webkit-user-drag:none;
user-select:none;
-moz-user-select:none;
-webkit-user-drag:none;
-webkit-user-select:none;
-ms-user-select:none;
position:relative;
margin:0;
display:flex;
align-items:center;
justify-content:center;
padding:0 10px;
box-sizing: border-box;
}
#prcs_header div#prcs_header_drop_menu_left.drop_menu svg {
width:16px;
height:16px;
display:flex;
align-self:center;
}
#prcs_header div.drop_menu:hover {
cursor:pointer;
background:#3a3a3a;
}
#prcs_header div.drop_menu svg#prcs_hamburger g {
-webkit-transition:all 0.1s ease-in-out;
-moz-transition:all 0.1s ease-in-out;
-ms-transition:all 0.1s ease-in-out;
-o-transition:all 0.1s ease-in-out;
transition:all 0.1s ease-in-out;
}
#prcs_header div.drop_menu:hover svg#prcs_hamburger g,
#prcs_header div.drop_menu.open svg#prcs_hamburger g {
-webkit-transition:all 0.1s ease-in-out;
-moz-transition:all 0.1s ease-in-out;
-ms-transition:all 0.1s ease-in-out;
-o-transition:all 0.1s ease-in-out;
transition:all 0.1s ease-in-out;
fill:#B8E986;
}
#prcs_header div.drop_menu.open {
-webkit-transition:all 0.1s ease-in-out;
-moz-transition:all 0.1s ease-in-out;
-ms-transition:all 0.1s ease-in-out;
-o-transition:all 0.1s ease-in-out;
transition:all 0.1s ease-in-out;
cursor:pointer;
color:#fff;
background:#5B5B5B;
}
#prcs_header div.drop_menu.open span {
visibility:visible;
max-height:50em;
max-width:100vw;
opacity:1.0;
overflow:visible;
}
#prcs_header div.drop_menu:before {
content: '';
position: absolute;
bottom: -21px;
z-index: 10001;
opacity: 0.0;
display: none;
pointer-events: none;
width: 16px;
height: 16px;
border-radius: 3px;
transform: rotateZ(45deg);
background: rgb(292929);
}
#prcs_header_drop_menu_right div.drop_menu.open:before {
left: calc(50% - 8.11px);
}
#prcs_header_drop_menu_left div.drop_menu.open:before {
left: calc(50% - 7.90px);
}
#prcs_header div.drop_menu.open:before {
opacity:1.0;
display:block;
}
#prcs_header div#prcs_header_drop_menu_left.drop_menu span img {
width:100%;
max-height: 50px;
shape-rendering:geometricPrecision;
}
#prcs_header div.drop_menu span div.prcs_logo_img {
height:75px;
width: 150px;
padding:10px !important;
margin:0;
border:1px solid rgba(90,90,90,0.5);
display:flex;
align-items:center;
border-radius:3px;
box-sizing: border-box;
}
#prcs_header div.drop_menu span div.prcs_logo_img:hover {
border-color:transparent;
background:rgba(90,90,90,0.5);
-webkit-box-shadow:0px 35px 25px -25px rgba(0,0,0,0.1);
-moz-box-shadow:0px 35px 25px -25px rgba(0,0,0,0.1);
box-shadow:0px 35px 25px -25px rgba(0,0,0,0.1);
}
#prcs_header a.prcs_admin {
color: #B8E986 !important;
}
#prcs_header #prcs_sign_in {
line-height: 1.15;
box-sizing:border-box;
background:#B8E986;
border:1px solid #B8E986;
color:#444 !important;
letter-spacing:1px;
width:175px !important;
margin:5px 0 0 0;
padding:10px;
font-size:16px;
text-align:center;
display:block;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-text-shadow:rgba(0,0,0,0.25) 0 0 0.1em;
text-shadow:rgba(0000.25) 0 0 0.1em;
text-decoration: none;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: translate3d(000);
-moz-transform: translate3d(000);
-ms-transform: translate3d(000);
transform: translate3d(000);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
will-change: transform;
}
#prcs_header #prcs_sign_in:hover {
background:#c9fa97;
-webkit-box-shadow:0px 35px 25px -25px rgba(0,0,0,0.2);
-moz-box-shadow:0px 35px 25px -25px rgba(0,0,0,0.2);
box-shadow:0px 35px 25px -25px rgba(0,0,0,0.2);
cursor:pointer;
transform: scale(1.025);
}
#prcs_header #prcs_sign_in:active {
background:#a7d875;
}
#prcs_header #prcs_sign_in:focus {
outline:0;
}
#prcs_header #create-account-anchor-text {
padding:0;
margin:20px 10px 5px 10px;
width:calc(100% - 20px);
}
#special-alert {
width:33%;
margin-left:33%;
margin-right:33%;
min-height:150px;
position:fixed;
top:30%;
background:rgba(0000.8);
border-radius:4px;
}
#special-alert.hidden {
display: none;;
}
#close-special-alert{
position:absolute;
top:5px;
right:10px;
cursor:pointer;
color: #fff;
font-size: 24px;
}
#close-special-alert:hover{
color: #ccc;
}
@media screen and (max-width:725px) {
#prcs_header div#prcs_header_drop_menu_left.drop_menu span {
grid-template-columns:1fr 1fr;width:100vw;
}
#special-alert {
width:100%;
/* max-width:320px; */
margin-left:0;
margin-right:0;
position:fixed;
top:20%;
left:0;
right:0;
background:rgba(0000.8);
}
}
@media screen and (max-width:350px) {
#prcs_header div.drop_menu span div.prcs_logo_img {
min-width: calc(50vw - 27px);
width: calc(50vw - 27px);
}
}
>
<>
.privacy_message_alert {
background:rgba(0,0,0,0.9);
position: fixed;
bottom:0px;
z-index: 99;
width:100%;
-webkit-backdrop-filter: blur(0.2em);
backdrop-filter: blur(0.2em);
visibility: visible;
opacity: 1;
transition: visibility 0s linear 0sopacity 300ms;
}
.privacy_message_alert.fade {
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 300msopacity 300ms;
}
.full-width-alert-container {
color:#fff;
padding:6px;
margin-bottom:0;
font-size:14px;
text-align:center;
}
/* .dismiss-privacy-x {
color:#fff !important;
position: fixed;
right:10px;
text-decoration:none;
border:1px solid #fff;
border-radius:50%;
margin-top:2px;
padding:0px 5px 0px 5px;
font-size:11px;
cursor:pointer;
}
.dismiss-privacy-x:hover {
color:#999 !important;
border:1px solid #999;
text-decoration:none;
} */
.dismiss-privacy-x {
width:20px;
height:20px;
position: fixed;
right:10px;
margin-top:2px;
padding:0px 5px 0px 5px;
cursor:pointer;
background-image: url(https://prc-saltillo.com/assets/img/circle-xmark-regular-white.svg);
background-repeat: no-repeat;
}
.dismiss-privacy-x:hover {
background-image: url(https://prc-saltillo.com/assets/img/circle-xmark-regular-gray.svg);
}
.dismiss-privacy-button {
box-shadow:none;
padding:7px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border:1px solid #999;
/*background: #ddd;*/
background: none;
padding: 0.5em 0.75em;
color:#666 !important;
text-decoration: none;
border-radius: 6px;
margin:0.2em;
}
.dismiss-privacy-button:hover {
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
background: #666;
border-color: #666;
color:#fff !important;
}
>
We only use strictly necessary cookies for this website. Please see the privacy policy for more information. Got it!
Subscribe to Realize Language™
Realize Language organizes and analyzes data in an easy-to-understand graphic format that provides valuable insights into each individual's language development. As a subscriberyou will have unlimited access to a unique variety of tools that help you discover and support important aspects of language development.
For an annual fee of $9.95this powerful tool will enhance your ability to help your clientstudentor child learn language and develop language plans that meet the needs of every individual. Available on a variety of platformsthis innovative tool is easily accessible and convenient for sharing reports with other team members. Please be aware that subscriptions may not be transferred and fees are not refundable.
Subscriptions may be purchased using a credit card or Purchase Order (PO). A $30 convenience fee applies when paying by PO.
With almost 50 years of experience in AACPRC is pleased to offer this unique online resource to support language development.
View a list of AAC devices currently compatible with Realize Language.