@font-face {
    font-family: ProximaNova;
  src: url(/classic/fonts/ProximaNova-Regular.otf) format("opentype"), url(/fonts/ProximaNova-Regular.otf) format("opentype");
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(/classic/fonts/ProximaNova-Bold.otf) format("opentype"), url(/fonts/ProximaNova-Bold.otf) format("opentype");
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(/classic/fonts/ProximaNova-Regular.otf) format("opentype"), url(/fonts/ProximaNova-Regular.otf) format("opentype");
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

div a {
    color: #00B4DC;
}

select {
    font-family: ProximaNovaRegular;
}

.content {
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    padding: 10px 0px 0px;
    clear: left;
    font-size: 12px;
    border: #d3d3d3;
}

.border {
    border: #d3d3d3;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid grey;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid grey;
}

.blueLink {
    color: #0069ec;
    font-size: 14px;
    font-family: ProximaNova;
}

.hrefLink:hover {
    text-decoration: none;
    color: #2a91d9;
}

.divborderaround {
    margin-right: 15px;
    border: 10px solid #d3d3d3;
    position: relative;
}

.divborder {
    border: 2px solid grey;
    position: relative;
}

.btn-primary {
    background-color: darkorange;
}

.searchScreenNumbers {
    color: #2a91d9;
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 30px;
}

.btnIcon {
    color: white;
    background-color: #ffffff;
}

.help-block {
    color: red;
}

.copyright {
    font-size: 12px;
    font-family: ProximaNovaRegular;
    color: #52595F !important;
    margin-left: 15px;
}

.apprisslogo {
    padding-left: 10px;
}

.apprissFooter {
    background-color: #1E1432;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.apprissfooterlinks {
    font-size: 14px;
    font-family: ProximaNova;
    color: #00B4DC;
    font-weight: bolder;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.apprisscopyrightlink {
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
}

.homeIconsTitle {
    font-size: 14px;
    font-family: ProximaNova;
    color: #2a91d9;
    font-weight: bold;
}

.homeIconsCaption {
    font-size: 12px;
    font-family: ProximaNova;
    color: #808080;
}

.nationalVicNotNetworkTitle {
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 16px;
}

.nationalVicNotNetworkText {
    font-family: ProximaNova;
    font-weight: lighter;
    font-size: 14px;
}

.margin-right15 {
    margin-right: 15px;
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.floatLeft {
    float: left;
}

.spacer {
    clear: both;
    /*width:1px;*/
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.bold {
    font-weight: bold;
}

#stateimage2 {
    /*position: absolute;*/
    top: 0;
    z-index: 20;
    /*opacity:0.6;*/
    color: #236291;
    font-size: 20px;
}

#stateimage3 {
    position: absolute;
    top: 30px;
    z-index: 30;
    right: 0%;
    /*opacity:0.9;*/
    /*filter:alpha(opacity=90);*/
    /* For IE8 and earlier */
}

.grey-class {
    color: #d3d3d3;
}

.dimgrey-class {
    color: #696969;
}

.black-class {
    color: #000000;
}

.undelineLinknopadding {
    text-decoration: underline;
    color: #00B4DC;
    padding: 0px;
}

.undelineLinknopadding:hover {
    text-decoration: underline;

}

.underlineLink {
    text-decoration: underline;
    color: #00B4DC;
    padding: 15px;
}

.underlineLink:hover {
    text-decoration: underline;
}

.underlineLinkMoreInfo {
    text-decoration: underline;
    color: #00B4DC;
}

.underlineLinkMoreInfo:hover {
    text-decoration: underline;
    /*color: #0298E4;*/
    /*padding: 15px;*/
}

.underlineLinkWhite {
    text-decoration: underline;
    color: white;
    padding: 10px;
}

/* Lauren's css'*/

body {
    font-family: ProximaNova !important;
    padding: 0 0 0 0;

}

.blueHeader {
    /*background-image: url(/images/header-bkgd-blue-tile-8px.png);*/
    background-image: linear-gradient(45deg, #05D7E1, #3273E1);
    background-size: 100% 100%;
}

.whiteHeader {
    border: none;
    background: linear-gradient(to right, #15c7e1, #1cc0e1 10%, #29a0e1 47%, #3178e1);
    padding-left: 75px;
    margin-bottom: 10px
}

.headerTagLine {
    padding-top: 10px;
    padding-left: 10px;
}

.floatRight {
    float: right;
    position: relative;
}

.vlHomeHeader {
    height: 100%;
}

.main-logo {
    height: 64px;
    margin-top: 10px;
}

.main-logo.main-logo-small {
    height: 56px;
}

@media (max-width: 449px) {

    .apprissSurveyLinkDesktop {
        display: none !important;
    }

    .apprissSurveyLinkMobile {
        padding: 15px 0 15px 0;
        margin-left: 15px;

    }

    .apprissSurveyLinkMobile a {
        color: white;
    }

    .apprissSurveyLinkMobile img {
        width: 15px;
    }

    .centered {

        width: 300px;
        height: 300px;

        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

        margin: auto;
    }

    .btn-registration-method-normal small {
        font-size: 65%;
    }

    .btn-registration-method-active small {
        font-size: 65%;
    }

    .search-form-padding {
        padding: 20px 20px 0 0;
    }

    .peopleBlueTitle {
        /*background-image: url(/images/banner-main-medium-tile-8px.png);*/
        background-image: linear-gradient(to right, #15c7e1, #1cc0e1 10%, #29a0e1 47%, #3178e1);
        background-size: 100% 100%;
        border-bottom: 1px #569FC4;
    }

    .peopleImg h1 {
        color: #fff;
        background: rgba(0, 0, 0, 0);
        font-size: 18pt;
        font-family: ProximaNovaRegular;
        line-height: 1.5em;
        margin: 0 auto;
    }

    .peopleImg button {
        background-color: Transparent;
        background-repeat: no-repeat;
        display: block;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: none;
        margin: 0 auto;
    }

    .searchDiv {
        padding-top: 15px;
        color: white;
        font-family: ProximaNovaBold;
        font-size: 18px;
    }

    .searchDiv p {
        color: white;
        font-size: 24px;
        font-family: ProximaNovaBold;
    }

    .searchDiv select {
        font-size: 18px;
        font-family: ProximaNovaRegular !important;
    }

    .col-height {
        /*display: table-cell;*/
        float: none;
        height: 100%;
    }
}

@media (min-width: 450px) and (max-width: 768px) {

    .apprissSurveyLinkDesktop {
        display: none !important;
    }

    .apprissSurveyLinkMobile {
        margin: 0 0 0 0;
        padding: 0 0 0 15px;
        text-align: center;
        wrap-option: word-break;
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0 auto;
        left: 50%;
        transform: translatex(-50%)
    }

    .apprissSurveyLinkMobile a {
        color: white;
    }

    .apprissSurveyLinkMobile img {
        width: 15px;
    }

    .centered {

        width: 400px;
        height: 300px;

        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

        margin: auto;
    }

    .search-form-padding {
        padding: 20px 20px 0 0;
    }

    .peopleBlueTitle {
        /*background-image: url(/images/banner-main-medium-tile-8px.png);*/
        background-image: linear-gradient(to right, #15c7e1, #1cc0e1 10%, #29a0e1 47%, #3178e1);
        background-size: 100% 100%;
        border-bottom: 1px #569FC4;
    }

    .peopleImg h1 {
        color: #fff;
        background: rgba(0, 0, 0, 0);
        font-size: 18pt;
        font-family: ProximaNovaRegular;
        line-height: 1.5em;
        margin: 0 auto;
    }

    .peopleImg button {
        background-color: Transparent;
        background-repeat: no-repeat;
        display: block;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: none;
        margin: 0 auto;
    }

    .searchDiv {
        padding-top: 15px;
        color: white;
        font-family: ProximaNovaBold;
        font-size: 18px;
    }

    .searchDiv p {
        color: white;
        font-size: 18px;
        font-family: ProximaNovaBold;
    }

    .searchDiv select {
        font-size: 14px;
        font-family: ProximaNovaRegular !important;
    }

    .search-col-md-3 {
        width: 50%;
    }

    .search-col-md-6 {
        width: 50%;
    }

    .col-height {
        /*display: table-cell;*/
        float: none;
        height: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .apprissSurveyLinkDesktop {
        display: none !important;
    }

    .apprissSurveyLinkMobile {
        margin: 0 0 0 0;
        padding: 0 0 0 15px;
        text-align: center;
        margin: 0 auto;
    }

    .apprissSurveyLinkMobile a {
        color: white;
    }

    .apprissSurveyLinkMobile img {
        width: 15px;
    }

    .centered {

        width: 500px;
        height: 300px;

        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

        margin: auto;
    }

    .search-form-padding {
        padding: 0 20px 0 0;
    }

    .main-logo {
        margin-left: 50px;
    }

    .peopleBlueTitle {
        /*background-image: url(/images/banner-main-medium-tile-8px.png);*/
        background-image: linear-gradient(to right, #15c7e1, #1cc0e1 10%, #29a0e1 47%, #3178e1);
        background-size: 100% 100%;
        border-bottom: 1px #569FC4;
    }

    .peopleImg h1 {
        color: #fff;
        background: rgba(0, 0, 0, 0);
        font-size: 24pt;
        font-family: ProximaNovaRegular;
        line-height: 1.5em;
        margin: 0 auto;
    }

    .peopleImg button {
        background-color: Transparent;
        background-repeat: no-repeat;
        display: block;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: none;
        margin: 0 auto;
    }

    .searchDiv {
        padding-top: 15px;
        color: white;
        font-family: ProximaNovaBold;
        font-size: 18px;
    }

    .searchDiv p {
        color: white;
        font-size: 24px;
        font-family: ProximaNovaBold;
    }

    .searchDiv select {
        font-size: 18px;
        font-family: ProximaNovaRegular !important;
    }

    .col-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .navbar-fixed-bottom {
        position: fixed;
        margin-left: 0px;
        margin-right: 0px;
    }

    .btn-registration-method-normal small {
        font-size: 65%;
    }

    .btn-registration-method-active small {
        font-size: 65%;
    }

    .search-col-md-3 {
        width: 50%;
    }

    .search-col-md-6 {
        width: 50%;
    }

    .btn-responsive {
        padding: 4px 9px;
        font-size: 100%;
        line-height: 2;
    }

    .btn-makeChange {
        margin-left: 20px;
    }
}

@media (min-width: 991px) and (max-width: 1126px) {
    .apprissSurveyLinkMobile {
        display: none !important;
    }

    .apprissSurveyLinkDesktop {
        margin: 0 0 0 0;
        padding: 0 0 0 15px;
        text-align: center;
        left: 0;
        margin: 0 auto;
        word-wrap: break-word;
        color: white;

    }

    .apprissSurveyLinkDesktop a {
        color: white;
    }

    .apprissSurveyLinkDesktop img {
        width: 15px;
    }

    .centered {

        width: 500px;
        height: 300px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .search-form-padding {
        padding: 0 20px 0 0;
    }

    .main-logo {
        margin-left: 50px;
    }

    .peopleBlueTitle {
        /*background-image: url(/images/banner-main-medium-tile-8px.png);*/
        background-image: linear-gradient(to right, #15c7e1, #1cc0e1 10%, #29a0e1 47%, #3178e1);
        background-size: 100% 100%;
        border-bottom: 1px #569FC4;
    }

    .peopleImg h1 {
        color: #fff;
        background: rgba(0, 0, 0, 0);
        font-size: 24pt;
        font-family: ProximaNovaRegular;
        line-height: 1.5em;
        margin: 0 auto;
    }

    .peopleImg button {
        background-color: Transparent;
        background-repeat: no-repeat;
        display: block;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: none;
        margin: 0 auto;
    }

    .searchDiv {
        padding-top: 15px;
        color: white;
        font-family: ProximaNovaBold;
        font-size: 18px;
    }

    .searchDiv p {
        color: white;
        font-size: 24px;
        font-family: ProximaNovaBold;
    }

    .searchDiv select {
        font-size: 18px;
        font-family: ProximaNovaRegular !important;
    }

    .col-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .navbar-fixed-bottom {
        position: fixed;
        margin-left: 0px;
        margin-right: 0px;
    }

    .btn-registration-method-normal small {
        font-size: 65%;
    }

    .btn-registration-method-active small {
        font-size: 65%;
    }

    .search-col-md-3 {
        width: 50%;
    }

    .search-col-md-6 {
        width: 50%;
    }

    .btn-responsive {
        padding: 4px 9px;
        font-size: 100%;
        line-height: 2;
    }

    .btn-makeChange {
        margin-left: 20px;
    }

    .btn-registration-method-normal small {
        font-size: 55%;
    }

    .btn-registration-method-active small {
        font-size: 55%;
    }

    .container4 {
        margin-left: auto;
        margin-right: auto;
        width: 75%
    }

}

@media (min-width: 1127px) {
    .apprissSurveyLinkMobile {
        display: none !important;
    }

    .apprissSurveyLinkDesktop {
        margin: 0 0 0 0;
        padding: 0 0 0 15px;
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0 auto;
        color: white;
    }

    .apprissSurveyLinkDesktop a {
        color: white;
    }

    .apprissSurveyLinkDesktop img {
        width: 15px;
    }

    .centered {

        width: 500px;
        height: 300px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .search-form-padding {
        padding: 0 20px 0 0;
    }

    .container4 {
        margin-left: auto;
        margin-right: auto;
        width: 50%
    }

    .search-col-md-3 {
        width: 50%;
    }

    .search-col-md-6 {
        width: 50%;
    }

    .main-logo {
        margin-left: 50px;
    }

    .peopleBlueTitle {
        /*background-image: url(/images/banner-main-tile-8px.png);*/
        background-image: linear-gradient(to right, #15c7e1, #1cc0e1 10%, #29a0e1 47%, #3178e1);
        background-size: 100% 100%;
        border-bottom: 1px #569FC4;
    }

    .peopleImg h1 {
        color: #fff;
        background: rgba(0, 0, 0, 0);
        font-size: 36pt;
        font-family: ProximaNovaRegular;
        line-height: 1.5em;
    }

    .peopleImg button {
        background-color: Transparent;
        background-repeat: no-repeat;
        display: block;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: none;
        margin: 0 auto;
    }

    .searchDiv {
        padding-top: 15px;
        color: white;
        font-family: ProximaNovaBold;
        font-size: 18px;
    }

    .searchDiv p {
        color: white;
        font-size: 24px;
        font-family: ProximaNovaBold;
    }

    .searchDiv select {
        font-size: 18px;
        font-family: ProximaNovaRegular !important;
    }
}

.row {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.rowBorder {
    border: 1pt solid #e0e0e0;
}

.img-col {
    background-color: white;
    border-right: 1pt solid #e0e0e0;
    float: none;
    display: table-cell;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    vertical-align: middle;
}

.body {
    display: table;
}

.centering {

    margin: 0 auto;
}

.vertical-center {
    position: relative;
    top: 50%;
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin: -2px;
    border: 2px solid green;
}

.btn-wraptext {
    white-space: normal !important;
    word-wrap: break-word;

}

.btn-makeChange {
    margin-left: 20px;
}

.siteHeaderBold {
    font-size: 25px;
    font-family: ProximaNovaBold;
    padding: 0 10px 0 10px;
}

.siteHeader {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 8px;
}

.btn-registration-method-active {
    background-color: #005FD0;
    background: -webkit-gradient(linear, left top, left bottom, from(#005FD0), to(#0071EE));
    background: -moz-linear-gradient(top, #005FD0, #0071EE);
    border: 1px;
    border-radius: 6px;
    border-color: #006FAE;
    color: #ffffff;
    width: 100%;
    height: 54px;
    font-family: ProximaNovaBold;
    font-size: 16pt;
    padding: 10px;
    margin: 10px;
}

.btn-registration-method-normal {
    background-color: #82C2EE;
    text-shadow: -1px 0 #75AFD6, 0 1px #75AFD6, 1px 0 #75AFD6, 0 -1px #75AFD6;
    border: 1px;
    border-radius: 6px;
    border-color: #006FAE;
    color: #FFFFFF;
    width: 100%;
    height: 54px;
    font-family: ProximaNova;
    font-size: 16pt;
    padding: 10px;
    margin: 10px;
}

.btn-registration-method-normal:hover {
    background-color: #66D0FF;
    color: #FFFFFF;
    font-family: ProximaNova;
}

.btn-registration-method-secondary-active {
    color: #FFFFFF;
    font-family: ProximaNovaBold;
}

.btn-registration-method-secondary-normal {
    background-color: #66D0FF;
    color: #FFFFFF;
    font-family: ProximaNova;
}

.profile-header div {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin: -2px;
}

.noUnderline:hover {
    text-decoration: none;
}

.stateResource a {
    text-decoration: underline;
    color: #0069ec;
}

.stateResourceHeader {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
}

.stateResourceName {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
}

.stateResourceDes {
    font-size: 14px;
    text-align: left;
}

.ourHR hr {
    margin-top: -5px;
    width: 100%;
    color: #ebebeb;
    height: 1px;
    background-color: #ebebeb;
}

.modal .modal-body {
    max-height: none;
    max-width: none;
}

.no-padding {
    padding: 0 0 0 0;
}

.btnNoWrap {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
}

div.zebra {
    background-color: white !important;
    color: black;
    padding: 10px;
    border-top: 2px solid #0071EE;
}

div.edit {
    background-color: lightgoldenrodyellow !important;
    color: grey;
    padding: 10px;
    border-top: 2px solid lightblue;
}

.modal .modalAgency {
    word-wrap: break-word;
    width: 80%;
}

.modal .modalAgency .col-md-3 {
    padding-left: 0px;
}

.classWithPad {
    margin: 5px;
    padding: 5px;
}

.col-middle {
    display: table;
}

.centered {

    width: 500px;
    height: 300px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.siteHeaderMain {
    margin-top: 25px;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.navbar-brand {
    height: 73px;
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
}

.navbar-static-top {
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;

}

.navbar-left {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.navbar-right {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu {
    color: black;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inner {
    background: url(images/footer-tile-8px.png) repeat-x;
}

div.clickable {
    /* Containing div must have a position value */
    position: relative;
}

div.clickable a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.innertable-responsive {
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    overflow-y: hidden;
    width: 100%;
}

.blue-arrow-right-icon {
    float: left;
    height: 15px;
    width: 15px;
    padding: 0 10px 0 10px;
    background-image: url('../images/blue-arrow-right.png');
    background-repeat: no-repeat;
}

.blue-arrow-down-icon {
    float: left;
    height: 15px;
    width: 15px;
    padding: 0 10px 0 10px;
    background-image: url('../images/blue-arrow-down.png');
    background-repeat: no-repeat;
}

.indent20 {
    padding-left: 20px;
}

.quick-help-header {
    width: 100%;
    height: 35px;
    background-image: url(../images/footer-tile-8px.png);
    background-repeat: repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    border-bottom: solid 1px #d3d3d3;
}

.quick-help-footer {
    height: 35px;
    background-image: url(../images/footer-tile-8px.png);
    background-repeat: repeat-x;
    text-align: center;
    padding: 0 0 0 0;
    font-size: 14px;
    border-top: 0px;
}

.quick-help-body {
    height: 640px;
    overflow-y: auto;
}

.padding-left15 {
  padding-left: 15px;
}

.padding-top15 {
  padding-top: 15px;
}

.padding7 {
    padding: 7px 7px 7px 7px;
}

.padding-top10 {
    padding-top: 10px;
}

.hand-hover {
    cursor: pointer;
    cursor: hand;
}

.regprofile-padding {
    padding: 0 20px 0 0;
}

.no-margin {
    margin: 0 0 0 0;
}

.full-width {
    width: 100%;
}

table th {

    width: auto !important;
}

.terms-conditions-header {
    width: 100%;
    height: 35px;
    background-image: url(../images/footer-tile-8px.png);
    background-repeat: repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    border-bottom: solid 1px #d3d3d3;
    color: black;
}

.terms-conditions-footer {
    height: 35px;
    background-image: url(../images/footer-tile-8px.png);
    background-repeat: repeat-x;
    text-align: center;
    padding: 7px 7px 7px 7px;
    font-size: 14px;
    border-top: 0px;
}

.terms-conditions-body {
    overflow-y: auto;
    color: black;
}

.privacy-header {
    width: 100%;
    height: 35px;
    background-image: url(../images/footer-tile-8px.png);
    background-repeat: repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    border-bottom: solid 1px #d3d3d3;
    color: black;
}

.privacy-footer {
    height: 35px;
    background-image: url(../images/footer-tile-8px.png);
    background-repeat: repeat-x;
    text-align: center;
    padding: 7px 7px 7px 7px;
    font-size: 14px;
    border-top: 0px;
}

.privacy-body {
    overflow-y: auto;
    color: black;
}

.searchResult {
    /* Used by the language drop down to toggle English/Spanish on the moreInfo links */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.searchmodalbtn {
    text-align: left;
}

.siteMessage {
    font-family: ProximaNovaBold;
}

.us-spinner-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: not-allowed;
    filter: alpha(opacity=60);
    opacity: 0.6;
    background: #FFFFFF;
    z-index: 99999999999999 !important;
}

.footer {
    background: #f8f8f8;
    color: #7B7B7B;
    position: relative;
    clear:both;

}

.footer-link-row a {
    color: #2a95d3;
}
.apprisslogofooter {
    height: 125px;
}

@media (min-width: 450px) {
    .rightAlignNotMobile {
        text-align: right;
    }

}
@media (min-width: 980px) {
  .containerNoLeftPadding {
    margin-top: 50px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
}
@media (max-width: 979px) {
  .containerNoLeftPadding {
    margin-top: 0px
  }
}
.panel-default .panel-heading {
  color: #7B7B7B;
  font-size: 14px;
}
.container5 {
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #f8f8f8;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}

.panel-default > .panel-heading {
  background-color: #f8f8f8;
  border-color: #e0e0e0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px;
}
.panel {
  border-top: 1px solid transparent !important;
  border-color: #e0e0e0;
  background-color: #f8f8f8;
}
.dot {
    height: 5px;
    width: 5px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

@media(min-width: 450px) {
    .new-in-vine-li {
        margin-right:  10px;
        margin-left: 10px;
    }
}
