/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Master.css
Created: 8/28/2013
Author:  Ben Schiling
Organization:	iMarket Solutions
----------------------------------------------- */

@keyframes neon {
    0%,
    100% {
        text-shadow: 0 0 2px #FA1C16, 0 0 5px #FA1C16, 0 0 8px #FA1C16, 0 0 8px #FA1C16, 0 0 1px #FED128, 1px 1px 0px #806914;
        color: #FED128;
    }
    50% {
        text-shadow: 0 0 1px #800E0B, 0 0 1px #800E0B, 0 0 3px #800E0B, 0 0 3px #800E0B, 0 0 0 #800E0B, 1px 1px 0px #40340A;
        color: #806914;
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes arrowUp {
    from {
        bottom: 0px;
    }
    20% {
        bottom: 6px;
    }
    40% {
        bottom: 1px;
    }
    60% {
        bottom: 8px;
    }
    80% {
        bottom: 2px;
    }
    to {
        bottom: 10px;
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
        width: 120px;
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        width: 120px;
    }
    to {
        opacity: 0;
        width: 0;
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        width: 120px;
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        width: 120px;
    }
    to {
        opacity: 0;
        width: 0;
    }
}

@-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;
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- UNIVERSAL RESET --------------------------------------------------------------------------------------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

fieldset,
a img {
    border: 0 solid transparent;
}

html,
body {
    height: 100%;
}

body {
    font: 62.5%/1.8em 'Open Sans', sans-serif;
    background: #FFF;
    text-align: left;
    min-width: 320px;
}

body.mceContentBody {
    min-width: 0;
    background: #FFF;
}

#container-all {
    overflow: hidden;
    position: relative;
}

.width-limiter {
    max-width: 1250px;
    margin: 0 auto;
    width: 97%;
}


/*----- LAYOUTS - UNIVERSAL RESET ----- */

@media all and (max-width: 1025px) {}

@media all and (max-width: 800px) {
    /*prevent automatic landscape orientation zoom on iOS devices */
    html {
        -webkit-text-size-adjust: 100%;
    }
    .width-limiter {
        width: 100%;
    }
}

@media all and (max-width: 570px) {}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- ACCESSIBILITY  --------------------------------------------------------------------------------------------------------------------------------- */

#access_key,
.access_key {
    text-align: center;
}

#accessibility {
    position: absolute;
    left: -999em;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- GRID & COLUMN LAYOUT  --------------------------------------------------------------------------------------------------------------------------------- */

.ims-grid-one,
.ims-col-one {
    width: 8.3333%;
}

.ims-grid-two,
.ims-grid-1-6,
.ims-col-two,
.ims-col-1-6 {
    width: 16.6666%;
}

.ims-grid-three,
.ims-grid-1-4,
.ims-col-three,
.ims-col-1-4 {
    width: 25%;
}

.ims-grid-four,
.ims-grid-1-3,
.ims-col-four,
.ims-col-1-3 {
    width: 33.3333%;
}

.ims-grid-five,
.ims-col-five {
    width: 41.6666%;
}

.ims-grid-six,
.ims-grid-1-2,
.ims-col-six,
.ims-col-1-2 {
    width: 50%;
}

.ims-grid-seven,
.ims-col-seven {
    width: 58.3333%;
}

.ims-grid-eight,
.ims-grid-2-3,
.ims-col-eight,
.ims-col-2-3 {
    width: 66.6666%;
}

.ims-grid-nine,
.ims-grid-3-4,
.ims-col-nine,
.ims-col-3-4 {
    width: 75%;
}

.ims-grid-ten,
.ims-grid-5-6,
.ims-col-ten,
.ims-col-5-6 {
    width: 83.3333%;
}

.ims-grid-eleven,
.ims-col-eleven {
    width: 91.6666%;
}

.ims-grid-twelve,
.ims-grid-1,
.ims-col-twelve,
.ims-col-1 {
    width: 100%;
}

[class*='ims-grid-'] {
    display: inline-block;
    margin-right: -3px;
    vertical-align: top;
}

[class*='ims-col-'] {
    display: block;
    margin: 0 auto;
}


/* Grid gutter values */

[class*='ims-grid-'] {
    padding-right: 15px;
}

[class*='ims-grid-']:last-of-type {
    padding-right: 0;
}

.ims-grid-force-pad:last-of-type {
    padding-right: 15px;
}

.ims-pad-grid {
    padding: 15px 0 15px 15px
}

.ims-pad-grid [class*='ims-grid-']:last-of-type {
    padding-right: 15px;
}


/*----- LAYOUTS - GRID & COLUMN LAYOUT ----- */

@media all and (max-width: 800px) {}

@media all and (max-width: 570px) {
    [class*='ims-grid-'] {
        width: 100%;
        padding-right: 0;
    }
    .ims-grid-force-pad:last-of-type {
        padding-right: 0;
    }
    .ims-pad-grid [class*='ims-grid-'] {
        padding-right: 15px;
    }
    [class*='ims-col-'] {
        width: 100%;
    }
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- TYPOGRAPHY  --------------------------------------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: bold;
    line-height: 1.15em;
    margin: 1.2em 0 0.7em;
}

p,
li {
    line-height: 1.6em;
}

p {
    margin-bottom: 1.3em;
}

address {
    font-size: 1.2em;
    font-style: normal;
    margin-bottom: 1.5em;
}

blockquote {
    margin: 0 .6em;
}

iframe {
    border: none;
    position: relative;
    z-index: 1;
}

blockquote p {
    margin-bottom: 0.75em;
}

blockquote .source {
    font-size: 1.2em;
}

ul,
ol {
    margin: 0 0 1.8em 3.6em;
    color: #000000;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

li li,
li p {
    font-size: 1em;
}

dl {
    margin: 0 0 1.8em 0;
}

dt {
    font-size: 1.3em;
    font-weight: bold;
}

dd {
    font-size: 1.3em;
    margin: 0 0 1.5em 3.6em;
}

dd ul,
dd ol {
    margin-left: 0;
}

dd * {
    font-size: 1em;
}

.publication_name {
    font-style: italic;
}

.footnote {
    font-size: 1.1em;
}


/*----- LAYOUTS - TYPOGRAPHY ----- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    transition: all 0.3s ease;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 1.9em;
}

h4 {
    font-size: 1.7em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 1.5em;
}

p,
li {
    font-size: 1.5em;
}

@media all and (max-width: 1025px) {
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 2.3em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.6em;
    }
    h5 {
        font-size: 1.5em;
    }
    h6 {
        font-size: 1.4em;
    }
    p,
    li {
        font-size: 1.4em;
    }
}

@media all and (max-width: 800px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2.2em;
    }
    h3 {
        font-size: 1.7em;
    }
    h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1.4em;
    }
    h6 {
        font-size: 1.3em;
    }
    p,
    li {
        font-size: 1.3em;
        line-height: 1.4em;
    }
}

@media all and (max-width: 570px) {
    h1 {
        font-size: 2.4em;
    }
    h2 {
        font-size: 2.1em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.6em;
    }
    h5 {
        font-size: 1.4em;
    }
    h6 {
        font-size: 1.3em;
    }
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- IMAGES  --------------------------------------------------------------------------------------------------------------------------------- */

a img {
    border: 0;
}

p.last {
    margin-top: 3em;
}

.image-left,
.image-right,
.image-center {
    font-size: 1.2em;
    line-height: 0;
}

.image-left,
.image-right {
    width: 50%;
}

.image-left {
    float: left;
    margin: 0;
    padding: 0 2em 0.75em 0;
}

.image-right {
    float: right;
    margin: 0;
    padding: 0 0 0.75em 2em;
}

.image-center {
    width: 90%;
    margin: 0 auto 1.8em auto;
    text-align: center;
}

.image-left img,
.image-right img,
.image-center img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.caption {
    font-size: 1.3em;
    line-height: 1.6364em;
    text-align: center;
}

.landing-page-hero-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
    /* Desired height of the image */
    position: relative;
    width: 100%;
}


/*----- LAYOUTS - IMAGES ----- */

@media all and (max-width: 570px) {
    .image-left,
    .image-right {
        float: none;
        width: 90%;
        margin: 0 auto;
        padding: 0 0 10px;
    }
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- LINKS  --------------------------------------------------------------------------------------------------------------------------------- */

a:link,
a:visited {
    color: #000;
    text-decoration: underline;
    outline: none;
}

a:hover,
a:active {
    text-decoration: underline;
    color: #68d7ff;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- TABLES  --------------------------------------------------------------------------------------------------------------------------------- */

table {
    margin: 0 auto 1.8em auto;
}

caption {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    padding: 0 0 0.6em 0;
    margin: 0 auto;
}

td,
th {
    font-size: 1.2em;
    line-height: 1em;
    padding: 0.5em 9px 0.25em;
}

th {
    font-weight: bold;
    border: 0;
}

tfoot td {
    line-height: 1.5em;
}

tfoot ul {
    margin: 0;
    list-style: none;
}

tfoot li {
    font-size: 1em;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- SITEWIDE FORMS  --------------------------------------------------------------------------------------------------------------------------------- */

.populate {
    color: #6d6d6d;
}

.populate:focus {
    color: #000000;
}

form fieldset input[type="text"],
form fieldset textarea,
form fieldset select {
    border: 1px solid #CECECE;
    border-radius: 5px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
}

form fieldset select {
    padding: 4px;
}

label,
input[type="radio"],
input[type="checkbox"],
input[type="submit"],
button {
    cursor: pointer;
}

label,
input[type="submit"],
button {
    border: none;
    -webkit-appearance: none;
}


/*this keeps iphones from zooming in on form fields */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- ERRORS & CONFIRMATIONS  --------------------------------------------------------------------------------------------------------------------------------- */


/* --- form errors ---- */


/* highlight fields marked as error */

input.error,
select.error,
textarea.error {
    border: 1px solid red !important;
}


/* --- error container styling ---- */

#error-container,
.error-container {
    background: #ffa0a0;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTBhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWMyYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffa0a0 0%, #f9c2c2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa0a0), color-stop(100%, #f9c2c2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffa0a0 0%, #f9c2c2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa0a0 0%, #f9c2c2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffa0a0 0%, #f9c2c2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffa0a0 0%, #f9c2c2 100%);
    /* W3C */
    /*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa0a0', endColorstr='#f9c2c2',GradientType=0 ); /* IE6-8 */
    border-top: 10px solid #D60000;
    color: #353535;
    text-shadow: 0 1px 0 #fff;
}

.confirmation-container {
    background: #abeaab;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiZWFhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmZmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #abeaab 0%, #bfffbf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abeaab), color-stop(100%, #bfffbf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #abeaab 0%, #bfffbf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #abeaab 0%, #bfffbf 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #abeaab 0%, #bfffbf 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #abeaab 0%, #bfffbf 100%);
    /* W3C */
    /*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abeaab', endColorstr='#bfffbf',GradientType=0 ); /* IE6-8 */
    border-top: 10px solid #008000;
    color: #343434;
    text-shadow: 0 1px 0 #fff;
}

#error-container {
    border-radius: 0 0 7px 7px !important;
    box-shadow: 0 1px 3px #000000 !important;
    color: #353535 !important;
    height: 50%;
    margin-bottom: 1.8em !important;
    padding: 1.8em 1.8em 2.5em !important;
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    z-index: 3000 !important;
    right: 5% !important;
    width: 30% !important;
}

#error-container h3,
#error-container h2 {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    color: #e51937 !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 2.4em !important;
    font-style: normal !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 25px 0 0 !important;
    position: relative !important;
    text-shadow: none;
    text-transform: capitalize;
    top: 0 !important;
    width: 100% !important;
}

#error-container ul {
    display: block !important;
    height: 80% !important;
    margin: 10px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    text-align: left !important;
}

#error-container li {
    color: #000000 !important;
    min-height: 0 !important;
    list-style-image: none !important;
    font-weight: normal !important;
    padding: 1px 0 !important;
}

#error-container li:before {
    color: #565656 !important;
    content: "\00BB" !important;
    /* » */
    font-size: 1.3em !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1em !important;
    padding: 0 5px 0 0 !important;
    text-shadow: none !important;
}


/* close error container input */

input.close-modal-popup {
    background: none repeat scroll 0 0 #BC1010;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 1px #999 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-size: 1.8em !important;
    height: 30px !important;
    margin: 1px 5px !important;
    padding: 0 0 0 1px !important;
    position: absolute !important;
    right: 3px !important;
    top: 3px !important;
    width: 30px !important;
    -webkit-appearance: none;
    z-index: 100;
}

input.close-modal-popup:hover,
input.close-modal-popup:active {
    background: #676767 !important;
    box-shadow: none !important;
}


/*----- LAYOUTS - ERRORS & CONFIRMATIONS ----- */

@media all and (max-width: 1025px) {
    #error-container {
        width: 40% !important;
        right: 2.5% !important;
    }
}

@media all and (max-width: 800px) {
    #error-container {
        border-radius: 0 0 0 7px !important;
        width: 50% !important;
        right: 0 !important;
    }
}

@media all and (max-width: 570px) {
    #error-container {
        border-radius: 0 !important;
        height: 75% !important;
        width: 100% !important;
    }
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- COLUMN LAYOUTS  --------------------------------------------------------------------------------------------------------------------------------- */

fieldset.onecol ul,
fieldset.twocol ul,
fieldset.threecol ul,
ul.twocol,
ul.threecol {
    overflow: hidden;
    padding: 0 0 0 1.5em;
}

fieldset.twocol ul li,
ul.twocol li {
    float: left;
    width: 50%;
}

fieldset.threecol ul li,
ul.threecol li {
    float: left;
    width: 33%;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- UTILITY CLASSES  --------------------------------------------------------------------------------------------------------------------------------- */

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/* Honeypot Validation */

li.company_name_required {
    display: none;
}


/*Checkmark Bullets */

ul.checkmarks li {
    list-style-image: url("/assets/templates/main/images/bullets/bullet-checkmark.png");
}

ul.twocol.checkmarks,
ul.threecol.checkmarks {
    padding: 0 0 0 2.5em;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- SITEWIDE COLORS  --------------------------------------------------------------------------------------------------------------------------------- */

input[type="submit"],
button,
.skip-links:link,
.skip-links:visited {
    background: #68d7ff;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:active,
button:hover,
button:active {
    background: #68d7ff;
    color: #000;
}

.main-gradient {
    background: #ededed;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzhlOGU4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ededed 0%, #bcbcbc 18%, #8e8e8e 47%, #aaaaaa 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(18%, #bcbcbc), color-stop(47%, #8e8e8e), color-stop(100%, #aaaaaa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%, #bcbcbc 18%, #8e8e8e 47%, #aaaaaa 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%, #bcbcbc 18%, #8e8e8e 47%, #aaaaaa 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%, #bcbcbc 18%, #8e8e8e 47%, #aaaaaa 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%, #bcbcbc 18%, #8e8e8e 47%, #aaaaaa 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-8 */
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- RECOMMEND ME DEFAULTS  --------------------------------------------------------------------------------------------------------------------------------- */

#nn-reviews {
    margin: 25px 0;
}

.nn-agg-container {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.nn-agg-container img {
    max-height: 30px;
    max-width: 150px;
    vertical-align: middle;
}

.nn-agg-rating {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
}

.nn-reviews {
    font-size: 1.4em;
    margin: 7px 0;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- STAR RATING  --------------------------------------------------------------------------------------------------------------------------------- */

.star-rating,
.star-rating span:hover,
.star-rating span:active,
.star-rating span:focus,
.star-rating .current-rating {
    background: url(/assets/templates/main/images/star.png) left -1000px repeat-x;
}

.star-rating {
    position: relative;
    width: 125px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}

.star-rating li {
    display: inline;
    min-height: 0;
    padding-bottom: 0;
}

.vertical .star-rating li {
    display: inline;
    min-height: 0;
    padding-bottom: 0;
}

#main-content form fieldset ul li.current-rating {
    list-style: none outside none;
    margin: 0px;
}

.star-rating span,
.star-rating .current-rating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 25px;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    border: none;
}

.star-rating span:hover,
.star-rating span:active,
.star-rating span:focus {
    background-position: left bottom;
}

.star-rating span.one-star {
    width: 20%;
    z-index: 6;
}

.star-rating span.two-stars {
    width: 40%;
    z-index: 5;
}

.star-rating span.three-stars {
    width: 60%;
    z-index: 4;
}

.star-rating span.four-stars {
    width: 80%;
    z-index: 3;
}

.star-rating span.five-stars {
    width: 100%;
    z-index: 2;
}

.star-rating .current-rating {
    z-index: 1;
    background-position: left center;
}


/* for an inline rater */

.inline-rating {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
}


/* smaller star */

.small-star {
    margin-right: 10px;
    position: absolute;
    width: 50px;
}

.small-star,
.small-star span:hover,
.small-star span:active,
.small-star span:focus,
.small-star .current-rating {
    background-image: url(/assets/templates/main/images/star_small.png);
    line-height: 10px;
    height: 10px;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- VIEW ALL LINKS  --------------------------------------------------------------------------------------------------------------------------------- */

p.view-all {
    font-size: 14px;
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

p.view-all a {
    padding: 6px;
    border-radius: 4px;
    text-decoration: none;
}

p.view-all a:link,
p.view-all a:visited {
    color: #68d7ff;
    transition: 0.2s;
}

p.view-all a:hover,
p.view-all a:active {
    color: #000;
}

p.view-all a:after {
    content: "\00BB"; /* » */
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    padding: 0 0 0 5px;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- CTA BUTTONS  --------------------------------------------------------------------------------------------------------------------------------- */

div.cta-button {
    background: #FF0000;
}

div.cta-button:hover,
div.cta-button:active {
    background: #68d7ff;
}

div.cta-button span {
    font-size: 1.5em;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.cta-button span a {
    display: block;
    text-decoration: none;
}

div.cta-button span a:link,
div.cta-button span a:visited {
    color: #FFF;
}

div.cta-button span a {
    background: none no-repeat 5px center scroll transparent;
    background-size: auto 30px;
    min-height: 40px;
    padding: 10px 5px;
}

#schedule-service-button.cta-button span a {
    padding-left: 40px;
    background-image: url('/assets/templates/main/images/cta-service.png');
}

#request-estimate-button.cta-button span a {
    padding-left: 40px;
    background-image: url('/assets/templates/main/images/cta-estimate.png');
    background-position: 10px center;
}

.cta-text .external {
    position: relative;
    padding-right: 12px;
}

.cta-text .external::after {
    content: '';
    background-image: url('/assets/templates/main/images/icons/new-tab.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 11px;
    width: 11px;
    display: inline-block;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- SOCIAL NETWORKING --------------------------------------------------------------------------------------------------------------------------------- */

.social-networking ul {
    list-style-type: none;
    margin: 0 0 0;
    text-align: center;
}

.social-networking ul li {
    background: none 0 0 no-repeat scroll transparent;
    background-size: 35px auto;
    display: inline-block;
    margin-right: 1px;
    position: relative;
}

.social-networking ul li a {
    display: block;
    text-indent: -999em;
    height: 35px;
    width: 35px;
}

.social-networking ul li.btn-facebook {
    background-image: url('/assets/templates/main/images/social/btn-facebook.png')
}

.social-networking ul li.btn-twitter {
    background-image: url('/assets/templates/main/images/social/btn-twitter.png')
}

.social-networking ul li.btn-youtube {
    background-image: url('/assets/templates/main/images/social/btn-youtube.png')
}

.social-networking ul li.btn-gplus {
    background-image: url('/assets/templates/main/images/social/btn-gplus.png')
}

.social-networking ul li.btn-facebook:hover,
.social-networking ul li.btn-twitter:hover,
.social-networking ul li.btn-youtube:hover,
.social-networking ul li.btn-gplus:hover {
    background-position: 0 -35px;
}


/*----- LAYOUTS - SOCIAL NETWORKING ----- */

.social-networking ul li,
.social-networking ul li a {
    transition: height 0.3s ease, width 0.3s ease, background-size 0.3s ease;
}

@media all and (max-width:1025px) {
    .social-networking ul li {
        background-size: 32px auto;
    }
    .social-networking ul li a {
        height: 32px;
        width: 32px;
    }
    .social-networking ul li.btn-facebook:hover,
    .social-networking ul li.btn-twitter:hover,
    .social-networking ul li.btn-youtube:hover,
    .social-networking ul li.btn-gplus:hover {
        background-position: 0 -32px;
    }
}

@media all and (max-width:800px) {
    .social-networking ul li {
        background-size: 30px auto;
    }
    .social-networking ul li a {
        height: 30px;
        width: 30px;
    }
    .social-networking ul li.btn-facebook:hover,
    .social-networking ul li.btn-twitter:hover,
    .social-networking ul li.btn-youtube:hover,
    .social-networking ul li.btn-gplus:hover {
        background-position: 0 -30px;
    }
}

@media all and (max-width:570px) {
    .social-networking ul li {
        background-size: 25px auto;
    }
    .social-networking ul li a {
        height: 25px;
        width: 25px;
    }
    .social-networking ul li.btn-facebook:hover,
    .social-networking ul li.btn-twitter:hover,
    .social-networking ul li.btn-youtube:hover,
    .social-networking ul li.btn-gplus:hover {
        background-position: 0 -25px;
    }
}


/* --- END GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* --- BEGIN CONTENT FRAMEWORK --------------------------------------------------------------------------------------------------------------------------------- */

#container-masthead {
    background: #000;
    text-align: center;
    padding: 15px 50px;
    border-bottom: 3px solid #68d7ff;
    position: relative;
}

@-webkit-keyframes train {
    from {
        background-position: 100% 0px;
    }
    
    to {
        background-position: -100% 0px;
    }
}
@keyframes train {
    from {
        background-position: 100% 0px;
    }
    
    to {
        background-position: -100% 0px;
    }
}

#container-masthead::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 30px;
    height: 40px;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto 121px auto auto;
    background: #000;
    border-radius: 50px 50px 0 0;
    transform: skew(-10deg);
    border-style: solid;
    border-color: #ffe103;
    border-width: 3px 3px 0 3px;
    box-shadow: 0 0 2px #ff5303, inset 0 0 2px #FACF16, inset 15px 20px 20px #71110e, inset 0 0 0 #FA1C16, 0 0 0px #FA1C16, 0px 0px 0px #c91a15;
}

#container-masthead::after {
    z-index: 5;
    -webkit-animation-name: train;
    animation-name: train;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;      
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 10;
    animation-iteration-count: 10;
    content: '';
    position: absolute;
    bottom: -2px;
    height: 32px;
    width: 150px;
    background-size: contain;
    background-repeat: repeat-x;
    background-image: url('/favicon.ico');
    right: 0;
    left: 0;
    margin: auto 0 auto auto;
    transform: skew(-10deg);
}

#masthead {
    display: inline-block;
    width: 280px;
    max-width: 100%;
    vertical-align: middle;
    margin-right: -3px;
}

.site-title {
    font-weight: normal;
    text-align: center;
    font-family: 'Monoton', cursive;
    margin: auto auto;
    font-size: 15px;
}

.site-title a {
    display: block;
    animation: neon 2s ease 4;
    text-decoration: none;
    color: #FED128;
    text-shadow: 0 0 2px #FA1C16, 0 0 3px #FA1C16, 0 0 10px #FA1C16, 0 0 10px #FA1C16, 0 0 1px #FED128, 1px 1px 0px #806914;
    background: #000;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 3px solid #68d7ff;
    box-shadow: 0 0 2px #68d7ff, inset 0 0 3px #68d7ff, inset 0 0 10px #68d7ff, inset 0 0 10px #0585ff, 0 0 10px #0152ff, 1px 0px 4px #0152ff;
}

.site-title a:hover,
.site-title a:active {
    animation: neon 1.5s ease infinite;
}

@media all and (max-width: 1050px) {
    #container-masthead {
        padding: 50px; 
    }
    
}


/* --- MASTHEAD --------------------------------------------------------------------------------------------------------------------------------- */


/* --- PHONE NUMBER --------------------------------------------------------------------------------------------------------------------------------- */

#phone-container {
    text-align: center;
}

#phone-text {
    color: #FF0000;
    font-size: 2.4em;
    line-height: 1.15em;
    margin: 0;
}

#phone-number {
    font-size: 4em;
    font-weight: bold;
    line-height: 1.15em;
    margin: 0;
}

#phone-number,
#phone-number span,
#phone-number a,
#phone-number span.gc-cs-link {
    color: #68d7ff;
    text-decoration: none;
}


/* --- MASTHEAD --------------------------------------------------------------------------------------------------------------------------------- */


/* --- LAYOUTS/ANIMATION  --------------------------------------------------------------------------------------------------------------------------------- */

#masthead {
    transition: height 0.3s ease;
}

#logo,
#phone-container,
#tagline {
    transition: all 0.3s ease;
}

@media all and (max-width: 1025px) {}

@media all and (max-width: 570px) {
    #logo-container,
    #tagline2,
    #phone-container {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
    }
}


/* --- END MASTHEAD --------------------------------------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media all and (min-width: 801px) {
    /* no toggle nav button for any desktop view */
    .js #toggle-navigation {
        font-size: 0;
        height: 0;
        width: 0;
        display: none;
    }
    #container-primary-navigation {
        display: inline-block;
        margin-right: -3px;
        vertical-align: middle;
        width: calc(100% - 300px);
    }
    #primary-navigation {
        clear: both;
        margin: 0 auto;
        padding: 0;
        position: relative;
        text-align: center;
        z-index: 800;
    }
    #primary-navigation ul {
        display: block;
        list-style: none;
        margin: 0 auto;
        padding: 0;
    }
    #primary-navigation ul li,
    #primary-navigation ul li a {
        text-decoration: none;
        cursor: pointer;
    }
    /* --- PRIMARY NAVIGATION (DESKTOP) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- NAV ITEM COLORS  --------------------------------------------------------------------------------------------------------------------------------- */
    /* ----- Static ----- */
    /* All Nav Items */
    #primary-navigation li,
    #primary-navigation li a:link,
    #primary-navigation li a:visited {
        color: #fff;
        top: 0;
        position: relative;
        transition: 0.2s;
    }
    /* ----- Rollovers ----- */
    /* Primary Nav */
    #primary-navigation li a:hover,
    #primary-navigation li a:active,
    #primary-navigation li.active > a {}
    /* Dropdowns */
    #primary-navigation ul li.nav-level-1 ul li a {
        border-left: 0px solid #68d7ff;
        color: #fff;
        background: rgba(255, 255, 255, 0);
        transition: 0.2s;
    }
    #primary-navigation ul li.nav-level-1 ul li a:hover,
    #primary-navigation ul li.nav-level-1 ul li a:active {
        color: #68d7ff;
        border-left: 20px solid #68d7ff;
        background: rgba(255, 255, 255, 0.15);
    }
    /* ----- You Are Here ----- */
    /* All Nav Items */
    #primary-navigation li.current > a:link,
    #primary-navigation li.current > a:visited,
    #primary-navigation li.current > a:hover,
    #primary-navigation li.current > a:active {
        color: #68d7ff;
    }
    /* Primary Nav Arrows */
    #primary-navigation ul li.nav-level-1.current a:after {
        color: #68d7ff;
    }
    #primary-navigation ul li.nav-level-1 > a::after,
    #primary-navigation ul li.nav-level-1 > a::after {
        content: '\25bd';
        /* ▽ */
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 0.5em;
        line-height: 1.1em;
        position: relative;
        text-align: center;
        bottom: -2px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 100%;
        opacity: 0;
        transition: 0.2s;
        display: block;
    }
    #primary-navigation ul li.nav-level-1 > a:hover::after,
    #primary-navigation ul li.nav-level-1 > a:active::after {
        animation-name: arrowUp;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
        animation-direction: alternate;
        opacity: 1;
    }
    #primary-navigation ul li.nav-level-1 {
        max-width: 33%;
        display: inline-block;
        font-size: 1.4em;
        margin: 0 -3px 0 0;
        padding: 0;
        position: relative;
        text-align: center;
        vertical-align: top;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: bold;
    }
    #primary-navigation ul li.nav-level-1 {
        height: 50px;
        line-height: 50px;
    }
    #primary-navigation ul li.nav-level-1 > a {
        display: block;
        height: 100%;
        line-height: 50px;
        padding: 0 30px;
    }
    #primary-navigation ul li.nav-level-1 > a > span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.1;
    }
    /* --- PRIMARY NAVIGATION (DESKTOP) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- DROPDOWNS - CONTAINERS --------------------------------------------------------------------------------------------------------------------------------- */
    #primary-navigation ul li.nav-level-1 > ul {
        transition: all ease 0.6s;
    }
    #primary-navigation ul li.nav-level-1 > ul {
        background: #000;
        left: -100%;
        right: -100%;
        margin: auto;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 66px;
        width: 300px;
        border-top: 3px solid rgba(104, 215, 255, 1);
    }
    #primary-navigation ul li.nav-level-1.active > ul {
        display: block;
        height: auto;
        max-height: 1000px;
        text-align: center;
    }
 
   
    #primary-navigation ul li.nav-level-1.right-position > ul {
        left: -100%;
        right: -100%;
        margin: auto;
    }
    /* --- PRIMARY NAVIGATION (DESKTOP) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- EXPAND NAVIGATION BUTTONS (repurposed as close megadropdown) --------------------------------------------------------------------------------------------------------------------------------- */
    /* no close button for no-touch devices */
    .no-touch div.expand-nav,
    .no-touch div.expand-nav span.nav-expand {
        display: none;
    }
    .nav-level-1.active > div.expand-nav {
        background: none repeat scroll 0 0 #DADADA;
        border-radius: 30px;
        box-shadow: 1px 2px 2px #000000;
        color: #000000;
        height: 62px;
        position: absolute;
        left: 280px;
        top: 41px;
        width: 40px;
        z-index: 900;
    }
    .nav-level-1.active.center-position > div.expand-nav {
        left: 210px;
    }
    .nav-level-1.active.right-position > div.expand-nav {
        left: auto;
        right: -25px;
    }
    .nav-level-1.active > div.expand-nav:hover,
    .nav-level-1.active > div.expand-nav:active {
        background: none repeat scroll 0 0 #333333;
        color: #DADADA;
    }
    .nav-level-1.active > div.expand-nav span.nav-expand {
        display: block;
        height: 40px;
        line-height: 40px;
    }
    .nav-level-1.active > div.expand-nav span.nav-expand:after {
        content: 'X';
    }
    /* --- PRIMARY NAVIGATION (DESKTOP) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- DROPDOWNS - NAV ITEMS --------------------------------------------------------------------------------------------------------------------------------- */
    /* ----- All Dropdown Nav Items ----- */
    #primary-navigation ul li.nav-level-1 li {
        border: medium none;
        height: auto;
        display: block;
        font-weight: normal;
        text-align: center;
    }
    #primary-navigation ul li.nav-level-1 li a {
        display: block;
        padding: 5px 8px;
    }
    #primary-navigation ul li.nav-level-1 li:first-child a {
        padding-top: 3px;
    }
    /* ----- 3rd Level Nav Items (tertiary service pages) & beyond  ----- */
    #primary-navigation ul li.nav-level-1 > ul > li ul {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        margin: 0 0 0 8px;
    }
}


/* min-width: 801px */

@media all and (min-width: 801px) and (max-width: 1050px) {
    #primary-navigation ul li.nav-level-1 > a {
        padding: 0 15px;
        font-size: 12px;
    }
    #primary-navigation ul li.nav-level-1 ul li a {
        font-size: 12px;
    }
    
     #primary-navigation ul li.nav-level-1 > ul {
        top: 101px;
    }
}


/* ---------------------------------------------------- 
--------------------START MOBILE NAV-------------------
------------------------------------------------------*/

@media all and (max-width: 800px) {
    #toggle-navigation {
        transition: all 0.4s ease;
    }
    #container-primary-navigation,
    .ims-push-content {
        transition: top 0.3s ease;
    }
    #primary-navigation {
        background: rgba(104, 215, 255, 0.95);
        display: block;
        height: 100%;
        width: 100%;
        padding: 70px 0 20px;
    }
    #primary-navigation > ul {
        display: block;
        margin: 0;
        height: 100%;
        list-style-type: none;
        overflow-x: hidden;
        /*overflow-y: scroll;*/
        width: 100%;
    }
    #primary-navigation ul li {
        position: relative;
    }
    #primary-navigation ul li a {
        text-decoration: none;
    }
    /* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- NAV ITEM COLORS & FONT SIZES --------------------------------------------------------------------------------------------------------------------------------- */
    /* ----- Static ----- */
    /* All Nav Items */
    #primary-navigation li,
    #primary-navigation li a:link,
    #primary-navigation li a:visited {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    /* ----- Rollovers ----- */
    /* All Nav Items */
    #primary-navigation li a:hover,
    #primary-navigation li a:active,
    #primary-navigation li.active > a,
    #primary-navigation ul li.nav-level-1 ul li a:hover,
    #primary-navigation ul li.nav-level-1 ul li a:active {
        color: #000;
    }
    /* ----- You Are Here ----- */
    /* All Nav Items */
    #primary-navigation li.current > a:link,
    #primary-navigation li.current > a:visited,
    #primary-navigation li.current > a:hover,
    #primary-navigation li.current > a:active {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    /* ----- Nav Font Sizes ----- */
    /* Top Level */
    #primary-navigation ul li.nav-level-1 {
        font-size: 20px;
        line-height: 1.1em;
    }
    /* Secondary */
    #primary-navigation ul li.nav-level-1 > ul > li {
        font-size: 0.75em;
        line-height: 1.1em;
    }
    /* Tertiary/Third Level & Beyond */
    #primary-navigation ul li.nav-level-1 > ul > li li {
        font-size: 1em;
        line-height: 1.1em;
    }
    /* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- TOP-LEVEL  --------------------------------------------------------------------------------------------------------------------------------- */
    #primary-navigation ul li.nav-level-1 {
        min-height: 62px;
        height: auto;
        line-height: 1.1em;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
    }
    #primary-navigation ul li.nav-level-1 > a {
        display: block;
        padding: 20px;
    }
    /* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- NAV ITEMS --------------------------------------------------------------------------------------------------------------------------------- */
    /* ----- All Dropdown Nav Items ----- */
    #primary-navigation ul li.nav-level-1 ul {
        list-style-type: none;
        margin: 0;
        max-height: 0;
        transition: 0.3s ease;
    }
    #primary-navigation ul li.nav-level-1 li {
        overflow: hidden;
        text-align: center;
    }
    #primary-navigation ul li.nav-level-1 li a {
        display: block;
        padding: 10px 20px;
    }
    #primary-navigation ul li.nav-level-1 li:first-child a {}
    /* ----- 3rd Level Nav Items (tertiary service pages) & beyond  ----- */
    #primary-navigation ul li.nav-level-1 > ul > li ul {
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        margin: 0 0 0 7%;
    }
    #primary-navigation ul li.nav-level-1 > ul > li ul li a {
        padding: 5px 19% 5px 2%;
    }
    #primary-navigation ul li.nav-level-1 > ul > li > ul ul {
        margin: 0 0 0 2%;
    }
    /* Active Navigation */
    #primary-navigation ul li.nav-level-1 ul.active {
        max-height: 2000px;
    }
    #primary-navigation ul li.nav-level-1 > ul.active {
        padding-bottom: 8px;
    }
    /* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- NAVIGATION 'SHOW/HIDE' LINK --------------------------------------------------------------------------------------------------------------------------------- */
    #toggle-navigation {
        height: 0px;
        width: 0px;
    }
    .no-js #toggle-navigation {
        display: none;
    }
    .js #toggle-navigation {
        cursor: pointer;
        font-size: 30px;
        left: 0;
        top: 0;
        margin: 0 auto;
        width: 25px;
        height: 25px;
        overflow: visible;
        padding: 1px 0 0 3px;
        position: fixed;
        text-align: left;
        z-index: 1950;
    }
    .js #toggle-navigation a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 25px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        position: relative;
        z-index: 100;
    }
    
    .js #toggle-navigation:hover::before {
        border-color: #68d7ff transparent transparent;
    }
    
    .js #toggle-navigation::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 65px 65px 0 0;
        border-color: #000000 transparent transparent;
        transition: 0.1s;
    }
    
    .js .active-navigation #toggle-navigation {
        position: fixed;
    }
    /* ------ Show/Hide Navigation (slide-out) ------ */
    #container-primary-navigation {
        height: 100%;
        top: -120%;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 900;
    }
    .active-navigation #container-primary-navigation {
        top: 0;
    }
    /* Hide Apex Chat when nav is active */
    .active-navigation #apexchat_invitation_container_minimized_wrapper,
    .active-navigation #apexchat_invitation_container_wrapper {
        display: none !important;
    }
    /* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------------------------------------------------------------------------------------------------------- */
    /* --- EXPAND NAVIGATION BUTTONS --------------------------------------------------------------------------------------------------------------------------------- */
    div.expand-nav {
        cursor: pointer;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.7em;
        font-weight: 400;
        height: 62px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 900;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    span.nav-expand::after {
        content: '';
        width: 3px;
        height: 17px;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 0;
        left: 0;
        margin: auto;
        transition: all .2s;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    span.nav-expand::before {
        content: '';
        width: 17px;
        height: 3px;
        background: #fff;
        top: 17px;
        left: 0;
        right: 0;
        margin: auto;
        transition: all .2s;
        position: absolute;
    }
    span.nav-expand {
        color: #fff;
        display: inline-block;
        height: 100%;
        line-height: 100%;
        margin: auto 0 auto auto;
        text-align: center;
        vertical-align: top;
        width: 50px;
        position: relative;
    }
    div.expand-nav.active > span.nav-expand::after {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    span.nav-expand:hover::before,
    span.nav-expand:hover::after,
    div.expand-nav.active > span.nav-expand::before,
    div.expand-nav.active > span.nav-expand::after {
        background: #000;
    }
}


/* ------- END MOBILE NAV ------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* --- BEGIN CONTENT FRAMEWORK --------------------------------------------------------------------------------------------------------------------------------- */

#container-content {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

#content {
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}


/*
#sidebar-content {
    float: right;
    position: relative;
    z-index: 1;
}*/


.content-spacer {
    padding: 120px 70px;
}

#top-content .content-spacer {
    padding-bottom: 0;
}

#main-content .content-spacer {
    padding-top: 0;
}

#top-content .content-spacer h1:first-child {
    margin-top: 0;
}

.exclude-sidebar-content #top-content,
.exclude-sidebar-content #main-content {
    width: 100%;
}


/* --- CONTENT FRAMEWORK --------------------------------------------------------------------------------------------------------------------------------- */


/* --- LAYOUTS/ANIMATION  --------------------------------------------------------------------------------------------------------------------------------- */

@media all and (max-width: 800px) {
    .content-spacer {
        padding: 50px 30px;
    }
}

@media all and (max-width: 570px) {
    .content-spacer {
        padding: 30px 15px;
    }
}


/* --- BEGIN SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */

.secondary-tools-outer {
    background: transparent;
    border-top: 2px solid #bababa;
    margin: 20px 0;
    padding: 20px 0 0;
}

.secondary-tools-outer:first-child {
    border: medium none;
    margin-top: 0;
}

.secondary-tools span.secondary-tools-heading {
    display: block;
    font-size: 2.3em;
    font-weight: normal;
    margin: 0 0 0.4em;
}

.secondary-tools span.secondary-tools-heading,
.secondary-tools span.secondary-tools-heading a:link,
.secondary-tools span.secondary-tools-heading a:visited {
    color: #68d7ff;
    text-decoration: none;
}

.secondary-tools span.secondary-tools-heading a:hover,
.secondary-tools span.secondary-tools-heading a:active {
    color: #FF0000;
}

.secondary-tools ul {
    list-style-type: none;
    margin: 10px 0;
}

.secondary-tools li {
    font-size: 1.3em;
    font-weight: bold;
    padding: 6px 0;
}

.secondary-tools ul li a:link,
.secondary-tools ul li a:visited {
    color: #000;
    text-decoration: none;
}

.secondary-tools ul li a:hover,
.secondary-tools ul li a:active {
    color: #68d7ff;
    text-decoration: none;
}

.secondary-tools form {
    margin: 0 0 15px;
}

.secondary-tools form ul {
    list-style-type: none;
    margin: 0px;
}

.secondary-tools form fieldset,
.secondary-tools form ul,
.secondary-tools form ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.secondary-tools form fieldset input[type="text"],
.secondary-tools form fieldset textarea,
.secondary-tools form fieldset select {
    font-size: 1.2em;
}

.secondary-tools form input[type="submit"],
.secondary-tools form button {
    font-size: 1.2em;
    padding: 6px;
    position: relative;
    margin-left: -10px;
}



/* --- FOOTER --------------------------------------------------------------------------------------------------------------------------------- */

.footer-container {
    text-align: center;
    background: #000;
    border-top: 3px solid #68d7ff;
    padding: 15px 50px;
}

.footer-container * {
    color: #fff;
    margin: auto auto;
    font-size: 15px;
}

.footer-container a {
    color: #fff;
    background: transparent url(/assets/templates/main/images/logo-imarket-white.png) no-repeat 0 50%;
    padding-left: 20px;
    text-decoration: none;
}

.footer-container a:hover {
    color: #68d7ff;
}

@media all and (max-width: 570px) {
    .footer-container * {
        font-size: 10px;
    }
}

/* --- USING KEYFRAMES  --------------------------------------------------------------------------------------------------------------------------------- */

.intro-content p {
    margin-bottom: 0;
}

.intro-content {
    border: 3px solid #000;
    padding: 20px;
    text-align: center;
}

.more-content-container {
    border: 3px solid #f2f2f2;
    position: relative;
    opacity: 0;
    margin-top: 50px;
    transition: all 0.3s 0.3s;
}

.more-content-container.animated {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.more-content-container h2 {
    margin: 10px auto;
}

.more-content-container::after {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    opacity: 1;
    transition: all 0.3s 0.3s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
}

.more-content {
    transition: all 0.5s 0.3s;
    max-height: 180px;
    overflow: hidden;
    position: relative;
    padding: 20px;
}


/*BOXES OPEN*/

.open .more-content {
    max-height: 100%;
}

.open.more-content-container {
    border: 3px solid #000000;
}

.more-content-container.open::after {
    height: 0%;
    opacity: 0;
}


/*READ MORE & SKIP LINKS*/

.skip-nav {
    text-align: center;
    margin-bottom: 50px;
    padding: 20px 10px;
    overflow: hidden;
}

.skip-links {
    float: left;
    margin: auto 2.5%;
    width: 20%;
    padding: 15px 5px;
    border-radius: 0;
    display: block;
}

.read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 120px;
    height: 56px;
    line-height: 50px;
    border-radius: 0;
    z-index: 10;
    font-size: 11px;
    text-align: center;
    padding: 0;
    border: 3px solid #f2f2f2;
    background: #fff;
    color: #000;
}

.skip-links:hover,
.skip-links:active,
.read-more:hover,
.read-more:active {
    color: #fff;
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.open .read-more {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media all and (max-width: 800px) {
    .skip-nav {
        padding: 20px 0;
    }
    .skip-links:link,
    .skip-links:visited {
        font-size: 13px;
        margin: auto 1%;
        width: 23%;
    }
}

@media all and (max-width: 570px) {
    .skip-links:link,
    .skip-links:visited {
        font-size: 13px;
        margin: 1% auto;
        width: 100%;
    }
}


/* --- END FOOTER --------------------------------------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* --- YOUTUBE --------------------------------------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.vid_trigger {
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

.vid_trigger img {
    visibility: hidden;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.v_player {
    position: relative;
    margin: 0 auto;
}

.lightbox img,
.lightbox iframe {
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%;
}

.lightbox-visible {
    outline: none;
    display: block;
}

.ims-vid-trigger {
    cursor: pointer;
}


#tests .heading-area,
#tests .heading-area .width-limiter {
    position: relative;
}

#tests .heading-area::after {
    width: 50%; 
    right: 0;
}

#tests .heading-area .width-limiter::after {
    width: 100%;
    left: 70px;
}

#tests .heading-area::after,
#tests .heading-area .width-limiter::after {
    content: '';
    position: absolute; 
    bottom: 0;
    height: 32px;
    background-image: url('/assets/templates/main/images/bg-repeat.png');
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom;
}


#tests .heading-area .width-limiter::before {
    content: '';
    position: absolute;
    left: 70px;
    bottom: 0;
    height: 32px;
    width: 30px;
    background-image: url('/assets/templates/main/images/bg-icon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom; 
    z-index: 10;
}

code {
	background: #f2f2f2;
	font-size: 15px;
	display: block;
	padding: 15px;
}

@media all and (max-width: 800px) {
    #tests .heading-area .width-limiter::before,
    #tests .heading-area .width-limiter::after {
        left: 30px;
    }
}
@media all and (max-width: 570px) {
    #tests .heading-area .width-limiter::before,
    #tests .heading-area .width-limiter::after {
        left: 15px;
    }
}


#tests .heading-area .content-spacer {
    padding-bottom: 20px;
}

#tests #content .content-spacer {
    padding-top: 20px;
}


.vid_trigger {position: relative; overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;cursor: pointer;display:block;}
.vid_trigger img {visibility:hidden;}
.lightbox {display: none;position: fixed;z-index: 999;width: 100%;height: 100%;text-align: center;top: 0;left: 0;background: rgba(0,0,0,0.8);}
.v_player {position:relative;margin:0 auto;}
.lightbox img,.lightbox iframe {max-width: 90%;max-height: 80%;margin-top: 5%;}
.lightbox-visible {outline: none;display: block;}
.ims-vid-trigger {cursor:pointer;}



.vid_trigger::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/assets/templates/main/images/icons/icon-play-button.png);
    background-size: 20% auto;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    transition: all 0.2s;
}

.vid_trigger:hover::before {
    opacity: 0.7;
}


#tests #content {
    position: relative;
}
/*

#tests #content::after {
    content: "";
    width: 50%;
    right: 0;
    background: #ccc;
    content: '';
    height: 100%;
    top: 0;
    z-index: 10;
    position: absolute;
}
*/

#tests #content .width-limiter {
    position: relative;
}

/*
#tests #content .width-limiter::before {
    height: 200%;
    width: 100%;
    right: -15%;
    z-index: 15;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
    top: -50%;
    content: '';
}*/

#tests #content #top-content,
#tests #content #main-content {
    position: relative;
    z-index: 20;
    background: #fff;
    padding: 0 0 ;
}

.ui-dialog.ui-widget {
    z-index: 10000;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.4);
    padding: 40px;
}

.ui-widget-overlay.ui-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}
#opener {
    font-size: 20px;
    background: #000;
    border-radius: 2px;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}

#opener:hover,
#opener:active {
    background: rgba(0,0,0,0.4);
}

#double-border {
    border: 3px solid #000;
    height: 200px;
    width: 200px;
    margin: 30px;
    position: relative;
    border-radius: 10px;
    background: red;
    text-align: center;
    padding: 30px;
}

#double-border .inner {
    position: relative;
    z-index: 10;
}
#double-border::before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 5px solid red;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
}





#us-map{
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#WA,
#ID,
#CA,
#OR,
#NV {
   fill: #7b202f;
   transition: 0.2s;
}
#ID:hover, #CA:hover {
  fill: #000 !important;
  cursor: pointer;
  stroke: none;
}
path:focus,
path:active {
  outline: none !important;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}