
body {
    background:     #000;
    color: #fff;
    font-family: "Varela Round",sans-serif;
    font-size: 16px;
    margin: 0;
}

.version {
    position: absolute;
    display: inline-block;
    margin: 10px auto 0;
    left: calc(50% - 100px);
    width: 200px;
    border: 1px solid #ff9800;
    border-radius: 4px;
    color: #000;
    font-size: 0.9em;
    padding: 4px 7px 2px 7px;
    background: #ffffd7;
    z-index: 9999;
    text-align: center;
}

/*480,767,979 */
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }
}


.warning {
    display: inline-block;
    margin: 30px auto 30px;
    border: 1px solid #ff9800;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    color: #000;
    font-size: 0.9em;
    padding: 14px 7px 14px 7px;
    background: #ffffd7;
    z-index: 9999;
    text-align: center;
}

.textcenter {
    text-align: center;
    
}

.p-container {
    max-width:  1200px;
    width:      80%;
    margin:     0 auto;
}
@media only screen and (max-width: 767px) {
    .p-container {
        width:      90%;
    }
}
@media only screen and (max-width: 480px) {
    .p-container {
        width:      96%;
    }
}
.a-root {
    
}
.a-root > .site {
    
}

header.master,
header.master > .p-container {
    height: 120px;
}
header.master > .p-container {
   
}
header.master > .p-container:after {
   content: ' ';
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   overflow: hidden;
   border: 2px solid #fff;
   border-radius: 4px;
   margin-top: -1px;
}
header.master > .p-container > table {
   width: 100%;
   height: 98%;
}
header.master > .p-container > table > tbody > tr > .title {
   text-align: left;
}
header.master > .p-container > table > tbody > tr > .menu {
   text-align: right;
   
}


header.master  .menu a {
    color: #fff;
    padding: 0.2em 0.3em;
    text-decoration: none;
    font-size: 0.9em;
    border-radius: 3px;
    display: inline-block;
}
header.master  .menu a:hover {
    color: #b72525;
    background: #fff;
}


.a-brand-title img {
    width: 130px;
    height: auto;
    position: relative;
    z-index: 2;
    margin: 48px 20px 0 20px;
}
.a-brand-title {
    display: inline-block;
    position: relative;
    height: 100%;
}
.a-brand-title:before {
    display: block;
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0px;
    
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}



.section-main {
    
}
.section-title {
    position: relative;
    color: #000;
    top: -25px;
    display: inline-block;
    margin-left: 11.5%;
    padding: 0.2em 0.7em 0.3em 0.7em;
    font-size: 1.5em;
    min-width: 200px;
    max-width: 500px;
    width: 26%;
    text-align: center;
}

.section-title:before {
    display: block;
    content: ' ';
    margin-left: -0.7em;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0px;
    
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
}



.a-brand img {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}
header.master .a-brand {
    xmax-width: 400px;
    float: left;
    width: 300px;
    height: 100%;
    display: inline-block;
    margin: auto auto;
    transition: width 1s ease-in-out, padding-top 1s ease-in-out;
}

@media only screen and (max-width: 850px) {
    
    
    .section-title {
        top: -5px;
    }
    .a-brand img {
        margin: 40px 0 0 0;
    }
    header.master .a-brand {
        xpadding-top: 20px;
        width: 200px;
    }
    .a-brand-title img {
        width: 100px;
        margin: 55px 20px 0 20px;
    }
    
    header.master  .menu {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    
    .section-title {
        top: 0px;
    }
    header.master > .p-container > table {
        width: auto;
        margin: 0 auto;
    }
    header.master .a-brand {
        xpadding-top: 30px;
        width: 160px;
    }
    .a-brand-title img {
        width: 90px;
        margin: 53px 15px 0 15px;
    }
}

.a-root > .site > footer {
    height: 70px;
    font-size: 0.85em;
}
.a-root > .site > footer,
.a-root > .site > footer > .p-container {
}
.a-root > .site > footer > .p-container {
    padding-top: 20px;
    text-align: center;
}
.a-root > .site > .page {
    min-height: calc(100% - 141px - 70px);
    position: relative;
}
.a-root > .site > .page  > .p-container {
    padding-top: 30px;
}
.a-root > .site > .page  > .p-container,
.viewwindow {
    min-height: calc(100% - 141px - 70px - 30px);
}


@media only screen and (max-width: 850px) {
    .a-root > .site > .page  > .p-container {
        padding-top: 10px;
    }
    .a-root > .site > .page  > .p-container,
    .viewwindow {
        min-height: calc(100% - 120px - 70px - 10px);
    }
}
@media only screen and (max-width: 480px) {
    .a-root > .site > .page  > .p-container {
        padding-top: 5px;
    }
    .a-root > .site > .page  > .p-container,
    .viewwindow {
        min-height: calc(100% - 120px - 70px - 5px);
    }
}


/*- Main Page Content -*/
.page-title {
    text-align: center;
    margin: 1.5em 0 2em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 2em;
}
.site > .page a {
    color: #ff2a13;
}
.site > .page a:hover {
    
}
.page .cards {
    text-align: center;
}
.page a.card {
    display:        inline-block;
    color:          #fff;
    font-size:      2em;
    background:     #444;
    height:         180px;
    width:          180px;
    text-decoration: none;
    margin: 0.3em 0.8em 0.5em 0.8em;
    transition: box-shadow 300ms, text-shadow 300ms;
    animation-name: shrink;
    animation-duration: 200ms;
    animation-iteration-count: 1;
}
.page a.card > div {
    display:        flex;
    align-items:    center;
    height:         100%;
}
.page a.card > div,
.page a.card > div > div {
    text-align:     center;
    width:          100%;
}
.page a.card i {
    font-size:      1.5em;
    margin: 0 auto .2em auto;
}

a.card.phones {
    background:   #478fcc;
}
a.card.phones:hover {
    box-shadow:   0 0 24px #478fcc;
    text-shadow:   0 0 32px rgba(0,0,0,0.7);
}
a.card.web {
    background:   #673ab7;
}
a.card.web:hover {
    box-shadow:   0 0 24px #673ab7;
    text-shadow:   0 0 32px rgba(0,0,0,0.7);
}

a.card:hover {
    
    text-decoration: none;
    transform: scale(1.1);
    box-shadow: 0 0 24px #fff;
    animation-name: enlarge;
    animation-duration: 200ms;
    animation-iteration-count: 1;
}


@keyframes enlarge {
    0%   {
        transform: scale(1);
    }
    75%  {
            transform: scale(1.2);
    }
    100% {
            transform: scale(1.1);
    }
}

@keyframes shrink {
    0%   {
        transform: scale(1.1);
    }
    75%  {
            transform: scale(0.95);
    }
    100% {
            transform: scale(1);
    }
}

/* form pre ender */
.form-pre-ender {
    
}
.form-pre-ender .bigger {
    font-size: 2em;
    line-height: 1em;
    display: inline-block;
    height: 0.5em;
    overflow: hidden;
}
.form-pre-ender .notes {
    
}
.form-pre-ender .red {
    color: #b72525;
    
}
/* buttons yo */
.buttons {
    padding-top: 30px;
    text-align: center;
}
.buttons .button {
    
    
    display: inline-block;
    position: relative;
    border: 1px solid #b72525;
    padding: .563em 1.125em .813em;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    transition: all .15s linear;
    
    
    
    background-color: #b72525;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    border-radius: 0.25em;
    
    
    
}
.buttons .prevbutt {
    float: left;
}
.buttons .nxtbutt {
    float: right;
}

/*FORMS Stuff*/
.form {
    
}
.sect-row,
.f-row {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
    padding: 1em 0 1.2em 0;
}
.f-row {
    align-items: center;
}
.sect-row {
    padding: 0;
}
.f-row.viewas-row {
    background: rgb(255,255,255);
    border-radius: 6px;
    margin-bottom: 16px;
}
.f-row.viewas-row + .req-spacer {
    position: relative;
    top: -16px;
}
.f-row[data-req]:before {
    padding-top: 0.17em;
}


/*form colums*/




.form {
    display:        flex;
    flex-wrap:      wrap;
    flex-grow:      1;
    flex-shrink:    1;
    flex-basis:     auto;
    min-width:      0;
    min-height:     0;
    margin:         1em 0 1.2em 0;
    xwidth:          calc(100% - 64px);
    width:          100%;
}
.form > .sect {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    padding: 0 32px;
}
.form > .sect:first-child {
    padding-left: 0;
}
.form > .sect:last-child {
    padding-right: 0;
}
.form > .sect {
    flex-basis: calc(50% - 1px);
    align-items: stretch;
    border-right: 1px solid rgba(255,255,255,0.3);
    
    }
.form > .sect:last-child {
    flex-basis: calc(50%);
    border-right: 0;
    align-items: stretch;
    }
.form > .sect:only-child {
    flex-basis: calc(100%);
    border-right: 0;
}
.form-sect > .sect-one > div,
.form-sect > .sect-two > div {
    width: 100%;
    }
@media only screen and (max-width: 850px) {
    .form {
        width: 100%;
            display: block;
        }
    
    .form > .sect {
        padding-left: 0;
        padding-right: 0;
    }
    .form > .sect {
        flex-basis: 100%;
        border-right: 0px;
        }
}







.sect-row > .sect-col,
.f-row .f-col {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
   xposition: relative;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.sect-row > .sect-col {
    zflex-basis: calc(50% - 32px);
    zpadding-right:32px;
    flex-basis: calc(50%);
    padding-right:0px;
}
.sect-row > .sect-col:last-child {
    flex-basis: calc(50%);
    padding-right:0px;
}



.sect-row > .sect-col:first-child:nth-last-child(3),
.sect-row > .sect-col:first-child:nth-last-child(3) ~ li {
    flex-basis: 33.3333%;
}


.sect-row > .sect-col-phone {
    flex-basis: calc(70%);
}
.sect-row > .sect-col-phoneext,
.sect-row > .sect-col-phoneext:last-child {
    flex-basis: calc(30%);
}

.sect-row > .sect-col-phonebillexamples,
.sect-row > .sect-col-phonebillexamples:last-child {
    flex-basis: calc(70%);
}
.sect-row > .sect-col-currentbill {
    flex-basis: calc(30%);
}
.sect-row > .sect-col:only-child {
    flex-basis: 100%;
    padding-right:0px;
}

.sect-row > .sect-col > .f-row.viewas-row {
    width: calc(100% - 32px);
    padding: 0;
}
.sect-row > .sect-col:last-child  > .f-row.viewas-row {
    width: calc(100%);
}


@media only screen and (max-width: 710px) {
    .sect-row {
    
        display: block;
    }
    .sect-row > .sect-col {
        flex-basis: 100%;
        padding-right:0px;
    }
    .sect-row > .sect-col > .f-row.viewas-row {
        width: calc(100%);
        }

}


.f-row .f-col.fieldname {
    flex-basis: calc(140px - 32px);
    padding-right:32px;
    display: block;
    align-items: stretch;
    box-sizing: initial;
    text-align: right;
}
.f-row.col-1-long .f-col.fieldname {
    flex-basis: calc(50% - 32px);
    xdisplay: flex;
    align-items: stretch;
}
.f-row.col-1-long.number .f-col.fieldname {
    flex-basis: calc(100% - 192px);
    xdisplay: flex;
    align-items: stretch;
}
.f-row .f-col.fieldname label {
    display: block;
    text-align:left;
    width: 100%;
    height: 100%;
    box-sizing: initial;
    font-weight: 400;
    margin-bottom: 0;
    box-sizing: inherit;
}
.f-row.textcenter .f-col.fieldname label {
    text-align: center;
}
.f-row .f-col.fieldname label:first-line {
    xfont-size: 1.2em;
}
.f-row.viewas-row .f-col.fieldname label {
    color: #333;
    padding-top: 0;
    padding-left: 7px;
    width: calc(100% - 7px);
    
    
}
.f-row[data-req] .f-col.fieldname {
    flex-basis: calc(140px - 32px);
}
.f-row.col-1-long[data-req] .f-col.fieldname {
    flex-basis: calc(50% - 32px);
}
.f-row.col-1-long.number[data-req] .f-col.fieldname {
    flex-basis: calc(100% - 142px);
}



.f-row .f-col.fieldvalue {
    flex-basis: calc(100% - 140px);
}


.f-row.viewas-row[data-req] .f-col.fieldname,
.f-row.viewas-row .f-col.fieldname {
    flex-basis: calc(120px - 0px);
    padding-right:0px;
}
.f-row.viewas-row .f-col.fieldvalue {
    flex-basis: calc(100% - 120px);
}





.f-row.col-1-long .f-col.fieldvalue {
    flex-basis: calc(50%);
}
.f-row.col-1-long.number .f-col.fieldvalue {
    flex-basis: calc(160px);
}
.f-row.no-fieldname .f-col.fieldname {
    display: none;
}
.f-row.no-fieldname .f-col.fieldvalue {
    flex-basis: calc(100%);
}



.f-row.title,
.f-row.title .f-col,
.f-row.col-as-row {
    display: block;
}


x.f-row.f-col-half {
    width: 50%;
    float: left;
    margin-top: 0;
    z-index: 1;
    position: relative;
    
}
.f-row.col-as-row .f-col {
    display: block!important;
    width: 100%!important;
}
.f-row.col-as-row .fieldname {
}
.f-row.col-as-row .f-col label {
    height: auto;
    padding-bottom: 0.5em;
}




/*form columns [END]*/
.f-starter {
    display:inline-block;
}





.f-row.required-area {
    position:   relative;
    
}

.f-row .req-spacer {
    xposition:       absolute;
    xbottom:         -10px;
    border-radius:  0 0 10px 10px;
    margin-top:     2px;
    padding:        3px 5px;
    margin-left:    1.5em;
    width:          auto;
    padding:        0.3em 0.7em 0 0.7em;
}
.f-row .f-col select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.8em;
    background: #fff url('../../images/arrow-down.svg') no-repeat right center;
}
.f-row .f-col input[type=text],
.f-row .f-col input[type=number],
.f-row .f-col input[type=password],
.f-row .f-col input:not([type]),
.f-row .f-col textarea,
.f-row .f-col select {
    width: 100%;
    font-size: 1.15em;
    border-radius: 5px;
    box-shadow: 0;
    border: 0;
    outline: none;
    color: #000;
    padding: 16px 16px;
}
.f-row .f-col input[type=number] {
    padding: 5px 16px;
}
.f-row .f-col select {
    font-size: 1em;
}



.f-row .f-col input[type=number] {
    text-align: right;
    width: 6em;
    min-width: 160px;
}


.f-row.viewas-row .f-col input[type=text],
.f-row.viewas-row .f-col input[type=password],
.f-row.viewas-row .f-col input[type=number],
.f-row.viewas-row .f-col input:not([type]),
.f-row.viewas-row .f-col textarea {
    background: transparent;
    
}
.f-row:not(.viewas-row) .f-col input[type=text]:focus,
.f-row:not(.viewas-row) .f-col input[type=number]:focus,
.f-row:not(.viewas-row) .f-col input[type=password]:focus,
.f-row:not(.viewas-row) .f-col input:not([type]):focus,
.f-row:not(.viewas-row) .f-col textarea:focus,
.f-row:not(.viewas-row) .f-col select:focus,
.f-row.viewas-row.focus {
    box-shadow: 0 0 12px 5px rgba(81, 203, 238, 1);
}
.f-row.required-area:not(.viewas-row) .f-col input[type=text]:focus,
.f-row.required-area:not(.viewas-row) .f-col input[type=number]:focus,
.f-row.required-area:not(.viewas-row) .f-col input[type=password]:focus,
.f-row.required-area:not(.viewas-row) .f-col input:not([type]):focus,
.f-row.required-area:not(.viewas-row) .f-col textarea:focus,
.f-row.required-area:not(.viewas-row) .f-col select:focus,
.f-row.required-area.viewas-row.focus {
    box-shadow: 0 0 0 3px #b72525, 0 0 12px 5px rgba(81, 203, 238, 1);
}


.f-row .f-col.required-area {
    box-shadow: none;
}
.f-row .f-col.required-area input[type=text],
.f-row .f-col.required-area input[type=number],
.f-row .f-col.required-area input[type=password],
.f-row .f-col.required-area input:not([type]),
.f-row .f-col.required-area textarea,
.f-row .f-col.required-area select {
    box-shadow: 0 0 0 3px #b72525;
}
.f-row .f-col.required-area input[type=text]:focus,
.f-row .f-col.required-area input[type=number]:focus,
.f-row .f-col.required-area input[type=password]:focus,
.f-row .f-col.required-area input:not([type]):focus,
.f-row .f-col.required-area textarea:focus,
.f-row .f-col.required-area select:focus {
    box-shadow: 0 0 0 3px #b72525, 0 0 12px 5px rgba(81, 203, 238, 1);
}



.f-row.col-as-row .f-col.fieldvalue {
display: inline-block;
width: auto;
}
.f-row.col-as-row.full-width .f-col.fieldvalue {
        width: calc(100%);
}


.f-row:not(.viewas-row) .f-col textarea {
    smax-width: calc(100% - 32px);
}
.f-row .f-col textarea {
    height: 8em;
}

.f-row .f-col input[type=text]::placeholder,
.f-row .f-col input[type=password]::placeholder,
.f-row .f-col input:not([type])::placeholder,
.f-row .f-col textarea::placeholder {
    color: transparent;
}


@media only screen and (max-width: 480px) {
    .f-row {
        xdisplay: block;
    }
    .f-row.col-1-long.number .f-col.fieldname,
    .f-row .f-col.fieldname {
        padding-right: 0;
        width: 100%;
        flex-basis: 100%;
        padding-bottom: 1em;
    }
    .f-row .f-col.fieldname label {
        height: auto;
    }
    .f-row.hide-mobile .fieldname {
        flex-basis: 20px!important;
        padding-left: 0;
        
    }
    .f-row.viewas-row .f-col.fieldname label {
        padding-top: 0.3em;
    }
    .f-row.hide-mobile .fieldname label > span.text {
        display: none!important;
    }
    .f-row.hide-mobile .fieldname label > .tooltipper[data-toggle] {
        margin: 0;
    }
    .f-row .fieldvalue {
        flex-basis: calc(100%)!important;
    }
    .f-row[data-req] .fieldvalue {
        flex-basis: calc(100% - 32px)!important;
    }
    .f-row.hide-mobile .fieldvalue {
        flex-basis: calc(100% - 20px)!important;
    }
    .f-row .f-col input[type=text]::placeholder,
    .f-row .f-col input[type=password]::placeholder,
    .f-row .f-col input:not([type])::placeholder,
    .f-row .f-col textarea::placeholder {
        color: rgba(0,0,0,0.5);
    }
}


.padd {
    padding-top: 1em;
}
.padd.big {
    padding-top: 15vh;
}



.sect-row .grid {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
}
.sect-row:nth-child(odd) .grid {
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
}
.title.header {
    font-size: 1.2em;
}


.title.grid-header {
    font-size: 1.5em;
}
.grid-header:after {
    content: ' ';
    height: 8px;
    width: calc(100% + 30px);
    background: #fff;
    display: block;
    position: relative;
    top: 10px;
    border-radius: 5px;
    margin: 0 -15px;
}

.fieldname label {
    xposition: relative;
}
.tooltipper[data-toggle] {
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    height: 20px;
    width: 20px;
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
    xtop: 10px;
    xright: 0px;
    text-align: center;
    position: relative;
    top: 3px;
    margin: 0 0 0 10px;
    line-height: 20px;
}

input[type=checkbox]:not(old) + label > span.tooltipper[data-toggle],
input[type=radio ]:not(old) + label > span.tooltipper[data-toggle] {
    top: -4px;
}

 
.viewas-row .tooltipper[data-toggle] {
    border-color: #000;
    color: #000;
}

.tooltip {
    width: 100%;
    max-width: 250px;
    
}
.tooltip-inner {
    box-shadow: 0 0 8px rgba(255,255,255,0.9);
    text-align: left;
    max-width: 100%;
}






input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
    position:   absolute;
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
  xmargin-top: 10px;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  xmargin-left  : -2em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.25em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : #01326f;
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em #01326f;
  font-weight : bold;
}

input[type=radio]:not(old):checked +  label > span:before{
    content     : '';
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid #01326f;
  border-radius    : 0.125em;
  background       : #01326f;
  background-image :    -moz-linear-gradient(#3690d7,#3690d7);
  background-image :     -ms-linear-gradient(#3690d7,#3690d7);
  background-image :      -o-linear-gradient(#3690d7,#3690d7);
  background-image : -webkit-linear-gradient(#3690d7,#3690d7);
  background-image :         linear-gradient(#3690d7,#3690d7);
}



.tooltippy {
    
}
.tooltippy.click .tool-arrow {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    
    border-bottom: 12px solid #fff;
    margin-top: -22px;
    position: absolute;
}
.tooltippy.click .tool-arrow:before {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    
    border-bottom: 11px solid #555;
    margin-top: 2px;
    margin-left: -8px;
}
.tooltippy.click {
    background: #555;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 9px rgba(0,0,0,0.7);
    z-index: 999;
    padding: 10px 14px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tooltippy.hover .tool-arrow {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    
    border-bottom: 7px solid #fff;
    margin-top: -17px;
    position: absolute;
}
.tooltippy.hover {
   position: absolute;
   background: #fff;
   color: #000;
   xborder: 1px solid #fff;
   box-shadow: 1px 1px 9px 9px rgba(0,0,0,0.7);
   z-index: 999;
   padding: 10px 14px;
   border-radius: 6px;
   margin-top: 10px;
}
.f-row + .tooltippy.hover {
   margin-top: -10px;
   background: #fff;
   color: #000;
   box-shadow: 1px 1px 9px 9px rgba(0,0,0,0.7);
}
.f-row + .tooltippy.hover .tool-arrow {
    border-bottom-color: #fff;
}

.site > .page a[rel^=modal][rel$=open]:after {
    font-family: 'FontAwesome';
    content: '\f35d';
    display: inline-block;
    padding: 0 0 0 7px;
    font-size: 1.2em;
    margin-top: -0.1em;
}

.site > .page a[rel^=modal] {
    display:        inline-block;
    margin:         0 7px;
    background:     #b72525;
    border-radius:  8px;
    color:          #fff;
    padding:        0.4em 0.9em;
}
.site > .page a[rel^=modal]:hover {
    background:         #9c0e0e;
    color:              #fff;
    text-decoration:    none;
}

.jquery-modal > .modal {
    position:relative;
    color: #000;
    overflow: visible;
    width: 98%;
    max-width: 800px;
}
.jquery-modal > .modal .mod-title {
    text-align: center;
    color: #b72525;
    text-transform: uppercase;
    border-bottom: 2px solid #b72525;
    padding-bottom:10px;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.3em;
    
}
.close-modal {
    box-shadow: 0 0 0 2px #fff;
    border-radius: 30px;
    }

@media only screen and (max-width: 767px) {
    
    .jquery-modal > .modal {
        width: 100%;
        padding: 7px 10px;
    }
}


x[for=u_deskemployees] > .text:after {
    content: " phones.";
}
x[for=u_phonebill] > .text:after {
    content: " phone bill";
}
x[for=u_faxlines] > .text:before {
    content: "Fax ";
}


