﻿/* Serving Schools */
.contentBlock #cbMore ~ label
{
    color: #3c5e91;
}

    .contentBlock #cbMore ~ label:hover
    {
        color: #1C4771;
    }

body
{
    background: url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bg-red.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}

.contentContainer
{
    background: none !important;
    min-height: 750px;
    width: 100%;
    max-width: 100%;
}

.formContainer
{
    width: 100%;
    padding: 20px 0;
}



a, a:link, a:visited
{
    color: #3c5e91;
}

    a:hover
    {
        color: #1C4771;
    }

    input[type=submit], a.linkButton
    {
        /*background: #3c5e91;*/
        /*background: #6a86b0;*/
        background: linear-gradient(to bottom, #f5f7f9,#e5ebee,#d6d8d8);
        padding: 6px 14px 8px 14px;
        border-radius: 5px;
        color: rgb(116,116,116);
    }

        input[type=submit]:hover, a.linkButton:hover
        {
            /*background: #1C4771;*/
            /*background: #3c5e91;*/
            background: linear-gradient(to top, #f5f7f9,#e5ebee,#d6d8d8);
        }

        input[type=submit]:disabled
        {
            background: #ccc;
        }

input[type=text], input[type=password], textarea
{
    border: solid 1px #aaaaaa;
    border-radius: 6px;
    padding: 4px 4px;
    background: #ffffff;
}

select
{
    border: solid 1px #aaaaaa;
    border-radius: 6px;
    padding: 3px 4px;
    background: #ffffff;
}

    input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
    {
        box-shadow: 0 0 4px 0 #3c5e91 inset;
        border: 1px solid #3c5e91;
        transition: all 0.20s ease-in-out;
    }

header
{
    width: 100%;
    margin: 0;
    position: relative;
    background: none;
    overflow: hidden;
}

    header .wrapper
    {
        overflow: hidden;
        padding: 0 40px;
    }

#boardLogo
{
    display: block;
    float: left;
    padding: 2em .5em;
    vertical-align: top;
}

    #boardLogo img
    {
        float: left;
        margin: 0;
        border: none;
    }

.accountInfo
{
    float: right;
    text-align: right;
    margin-top: 10px;
    color: #666666;
}

    .accountInfo a
    {
        display: inline-block;
        padding: 4px 12px 6px 12px;
        /*background: #6a86b0;*/
        background: linear-gradient(to bottom, #f5f7f9,#e5ebee,#d6d8d8);
        border-radius: 6px;
        color: rgb(116,116,116);
        text-decoration: none;
        margin: .2em;
    }

        .accountInfo a:hover
        {
            /*background: #3c5e91;*/
            background: linear-gradient(to top, #f5f7f9,#e5ebee,#d6d8d8);
            transition: all 0.20s ease-in-out;
        }

div.social
{
    position: absolute;
    bottom: 12px;
    right: 40px;
    text-align: right;
    overflow: hidden;
}

    div.social a
    {
        display: inline-block;
        /*height: 28px;
    width: 28px;*/
        margin: 0 3px;
    }

        div.social a:hover
        {
            opacity: .8;
            transition: all 0.20s ease-in-out;
        }

    div.social .fa-facebook, div.social .fa-twitter, div.social .fa-linkedin, div.social .fa-google-plus, div.social .fa-youtube
    {
        height: 34px;
        width: 34px;
        line-height: 32px;
        border-radius: 4px;
        font-size: 24px;
        margin: 0;
    }


@media only screen and (max-width : 767px)
{
    #boardLogo
    {
        float: none;
        overflow: hidden;
        padding: 1em;
    }

    div.social
    {
        display: block;
        position: relative;
        text-align: center;
        margin: 6px 6px 12px 6px;
        bottom: unset;
        right: unset;
        clear: left;
    }
}

#menuBar
{
    width: 100%;
    background: none;
    overflow: visible;
}

    #menuBar .wrapper
    {
        padding: 0 40px;
        box-shadow: none;
    }

/*#region navigator */

.menuButton
{
    padding: 5px 0 6px 0;
}

/* Color 1 */
nav
{
    /*background: #0b3068;*/
    background: linear-gradient(to bottom, #f5f7f9,#e5ebee,#d6d8d8);
}

    nav a, nav span
    {
        line-height: 40px;
        text-align: center;
    }

    nav > ul > li > a, nav > ul > li > span
    {
        color: rgb(116,116,116);
        border-right: 1px solid #ffffff;
    }

    nav li
    {
        text-align: center;
    }

        nav li a:link, nav li a:visited
        {
            color: rgb(116,116,116);
        }


    nav > ul > li > ul > li
    {
        width: 100%;
    }

        nav > ul > li > ul > li > a
        {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
        }

    /* 
    If additional menu items are added to specific menus (noUserMenu, jobSeekerMenu, employerMenu, operatorMenu),
    adjust the padding on the items as show to prevent wrapping to next line. 

  nav.noUserMenu > ul > li > a, nav.noUserMenu > ul > li > span
  {
    padding-right: 54px;
  }
 */

    /* Color 2 */
    nav > ul > li:hover
    {
        /*background: #1c4771;*/
        background: linear-gradient(to top, #f5f7f9,#e5ebee,#d6d8d8);
    }

    /* Color 3 */
    nav li a:hover
    {
        /*background: #3c5e91;*/
        background: linear-gradient(to top, #f5f7f9,#e5ebee,#d6d8d8);
    }
    /* Color 2 */
    nav ul li:hover > ul
    {
        /*background: #1c4771;*/
        background: linear-gradient(to bottom, #f5f7f9,#e5ebee,#d6d8d8);
    }

/* Adjust menu item padding under 900px to prevent wrapping. */
/*@media only screen and (max-width : 900px)
{
  nav > ul > li > a, nav > ul > li > span
  {
    width: auto;
    padding-right: 80px;
  }
}*/

@media only screen and (max-width : 767px)
{
    nav a, nav span
    {
        line-height: 50px;
        border-right: none;
        text-align: left;
    }

    nav > ul > li:hover
    {
        background: linear-gradient(to top, #f5f7f9,#e5ebee,#d6d8d8);
    }

    nav > ul > li > a, nav > ul > li > span
    {
        border-right: none;
    }

    nav > ul > li > ul > li > a, nav > ul > li > ul > li > span
    {
        width: 100%;
    }
}
/*#endregion*/


@media only screen and (max-width : 767px)
{
    #Job #jobContainer, #Job #logoContainer, #Job #mapContainer
    {
        clear: left;
        float: none;
        width: 100%;
    }

    #Job #logoContainer
    {
        margin-top: 20px;
    }
}

main
{
    display: block;
    background: none;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 0;
}

.wrapper
{
    max-width: 1040px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

footer
{
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: none;
    color: #ffffff;
}

    footer .wrapper
    {
        text-align: center;
        background: #ad1818;
        overflow: hidden;
        padding: 18px 25px;
    }

    footer a:link, footer a:visited
    {
        color: #ffffff;
    }

    footer .address
    {
        float: left;
        line-height: 1.5em;
        text-align: left;
    }

        footer .address img
        {
            width: 120px;
        }

    footer .links
    {
        float: right;
        line-height: 1.5em;
        text-align: right;
    }

        footer .links a:link, footer .links a:visited
        {
            color: #ffffff;
            text-decoration: none;
        }

        footer .links a:hover
        {
            color: #81b6e9 !important;
        }

    footer .seal
    {
        width: 100%;
        text-align: center;
        float: left;
        padding-bottom: 1em;
    }

@media only screen and (max-width : 767px)
{
    footer .address, footer .links, footer .seal
    {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 0;
    }
}

#EmployerInfo h1
{
    max-width: 100%;
}

#employerPicture
{
    max-width: 500px;
    float: right;
    padding: 0 0 20px 20px;
}

@media only screen and (max-width : 767px)
{
    #employerPicture
    {
        max-width: 100%;
        float: none;
        padding: 10px 0;
    }

        #employerPicture img
        {
            width: 100%;
        }
}

@media only screen and (max-width : 479px)
{
    #HomePage .halfColumn
    {
        width: 100%;
        margin: 1% 0;
    }

    #EmployerInfo h1
    {
        word-break: normal;
    }
}

#Dashboard .panel, #Dashboard .shortCuts
{
    border: 1px solid #fb8c31;
}

    #Dashboard .panel .heading
    {
        background: #fb8c31;
    }

/* #region JobSearch */
.listContainer
{
  border-top: none;
}

.listRow
{
  background: none !important;
  border-top: 1px solid #cccccc;
}

#JobSearch #jobList
{
  border-top: 1px solid #333333;
}

#JobSearch #jobList .listRow
{
  background: none;
}

  #JobSearch #jobList .listRow:hover
  {
    background: #f3f7ff;
  }


#jobSearch #searchButton, #jobSearch #resetButton
{
  display: none;
}

#JobSearch #searchButton2, #JobSearch #resetButton2
{
  display: inline;
}

#jobSearch #btnReset2
{
  margin-top: 22px;
}

#JobSearch div[class^='formItemContainer'][id^='category'], /* for existing categories/fields--------*/
#JobSearch div[class^='formItemContainer'][id^='cf'] /* for new custom fields------------------------------*/
{
  border-bottom: 1px solid #333333;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}

  #JobSearch div[class^='formItemContainer'][id^='category'] .formLabel, /* for existing categories/fields--------*/
  #JobSearch div[class^='formItemContainer'][id^='cf'] .formLabel /* for new custom fields------------------------------*/
  {
    padding-bottom: 0;
    max-width: 95%;
  }

  #JobSearch div[class^='formItemContainer'][id^='category']:last-child, /* for existing categories/fields--------*/
  #JobSearch div[class^='formItemContainer'][id^='cf']:last-child /* for new custom fields------------------------------*/
  {
    border-bottom: 1px solid #cccccc;
  }

  #JobSearch div[class^='formItemContainer'][id^='category'] div[id^='categoryJob'], /* for existing categories/fields--------*/
  #JobSearch div[class^='formItemContainer'][id^='cf'] div[id^='cfJob'] /* for new custom fields------------------------------*/
  {
    display: none;
    margin-top: 4px;
    margin-bottom: 6px;
  }

#JobSearch table.formControl td
{
  clear: left;
  display: block;
}

.closed .vertical
{
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}

.closed .horizontal
{
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.opened
{
  opacity: 1;
}

  .opened .vertical
  {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
  }

  .opened .horizontal
  {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }

.circle-plus
{
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 18px;
  height: 1.8em;
  width: 1.8em;
  font-size: .5em;
  opacity: .7;
}

  .circle-plus .circle
  {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
  }

    .circle-plus .circle .horizontal
    {
      position: absolute;
      background-color: #000000;
      width: 10px;
      height: 1px;
      left: 50%;
      margin-left: -6px;
      top: 50%;
      margin-top: -2.5px;
    }

    .circle-plus .circle .vertical
    {
      position: absolute;
      background-color: #000000;
      width: 1px;
      height: 10px;
      left: 50%;
      margin-left: -1.5px;
      top: 50%;
      margin-top: -8px;
    }

#jobSearch #saveAlert
{
  margin-top: 10px;
}

#JobSearch #lbtnSaveAlert
{
  background: linear-gradient(to bottom, #f5f7f9,#e5ebee,#d6d8d8);
  padding: 6px 14px 8px 14px;
  border-radius: 5px;
  color: rgb(116,116,116);
  text-decoration: none;
  vertical-align: middle;
  padding: 7px 30px 5px 30px;
  border-radius: 6px;
}

  #jobSearch #lbtnSaveAlert:hover
  {
    background: linear-gradient(to top, #f5f7f9,#e5ebee,#d6d8d8);
  }

#JobSearch #jobSearch
{
  border-top: 1px solid #333333;
  margin-top: 11px;
}

div #jobSearch
{
  display: inline-block;
  width: 25%;
  vertical-align: top;
  overflow: hidden;
}

#JobSearch div.scroller
{
  display: inline-block;
  width: 70%;
  margin-left: 20px;
}

@media only screen and (max-width: 1023px)
{
  #JobSearch #jobSearch
  {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  #JobSearch div.scroller
  {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
/* #endregion */

#Invoice #logo
{
  max-width: 300px;
  max-height: 200px;
}

/* #region FullHomePage */
#FullHomePage .buttons
{
    position: relative;
    width: auto;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    padding: .3em;
    margin: 2.5em .5em 1.5em .5em;
    border-radius: 6px;
}

    #FullHomePage .buttons input[type=text]
    {
        display: inline-block;
        margin: .5em;
        padding: .6em;
        width: 280px;
        max-width: 100% !important;
    }

    #FullHomePage .buttons > a, #FullHomePage #btnSearch
    {
        font-size: 110%;
        display: inline-block;
        padding: .6em;
        background: #5978A5;
        border-radius: 6px;
        color: #ffffff;
        text-decoration: none;
        margin: .5em;
    }

        #FullHomePage .buttons > a:hover, #FullHomePage #btnSearch:hover
        {
            background: #385B8F;
            transition: all 0.20s ease-in-out;
        }

/* #endregion */

/* #region fullHomeHeader */
section.fullHomeHeader
{
    background: #010D18;
    overflow: visible;
    padding: 0;
}

    section.fullHomeHeader .wrapper
    {
        overflow: hidden;
    }

/* #endregion */

/* #region fullHomeMenu */
section.fullHomeMenu
{
    background: #0b3068;
    overflow: visible;
    height: auto;
}

/* #endregion */

/* #region fullHomeTop */
section.fullHomeTop
{
    background: -webkit-linear-gradient(rgba(0, 10, 30, .4), rgba(0, 10, 30, 0.2), rgba(0, 10, 30, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcorridor.jpg') no-repeat;
    background: -o-linear-gradient(rgba(0, 10, 30, .4), rgba(0, 10, 30, 0.2), rgba(0, 10, 30, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcorridor.jpg ') no-repeat;
    background: -ms-linear-gradient(rgba(0, 10, 30, .4), rgba(0, 10, 30, 0.2), rgba(0, 10, 30, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcorridor.jpg ') no-repeat;
    background: -moz-linear-gradient(rgba(0, 10, 30, .4), rgba(0, 10, 30, 0.2), rgba(0, 10, 30, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcorridor.jpg ') no-repeat;
    background: linear-gradient(rgba(0, 10, 30, .4), rgba(0, 10, 30, 0.2), rgba(0, 10, 30, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcorridor.jpg ');
    background-position: center center;
    background-size: cover;
    padding: 0;
    overflow: hidden;
}

.fullHomeTop h1
{
    font-size: 4em;
    color: #ffffff;
    text-align: center;
    margin-top: 1em;
    padding: 0;
    text-shadow: 2px 2px #333;
}

.fullHomeTop h2
{
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    margin: 2em;
    padding: 0;
    text-shadow: 2px 2px #333;
}

@media only screen and (max-width : 767px)
{
    .fullHomeTop h1
    {
        font-size: 3em;
    }

    .fullHomeTop h2
    {
        font-size: 3em;
        margin: 4em 0 0 0;
    }
}

@media only screen and (max-width : 479px)
{
    .fullHomeTop h1
    {
        font-size: 3em;
        margin-top: .5em;
    }

    .fullHomeTop h2
    {
        font-size: 2em;
        margin: 6em 0 0 0;
    }
}


/* #endregion */

/* #region fullHomeFeatured */
section.fullHomeFeatured h2
{
    font-size: 1.8em;
    color: #6b7583;
    text-align: center;
    margin: 1em;
    padding: 0;
    font-weight: normal;
}

section.fullHomeFeatured .wrapper:first-child
{
    border-bottom: 1px solid rgba(107, 117, 131, 0.45);
}

.fullHomeFeatured
{
    background: #ffffff;
    overflow: hidden;
}

    .fullHomeFeatured .featuredJobs
    {
        position: relative;
        display: block;
        margin: 20px auto;
        width: auto;
        float: none;
        border: none;
        top: auto;
        right: auto;
        text-align: center;
    }

        .fullHomeFeatured .featuredJobs .featuredJobsHeading
        {
            background: none;
            margin-bottom: .6em;
            font-weight: normal;
            font-size: 2em;
            text-align: center;
            color: #333333;
        }

    .fullHomeFeatured .featuredJob
    {
        display: inline-block;
        text-align: center;
        background: #f9f9f9;
        width: 24%;
        min-width: 200px;
        height: 60px;
        overflow: hidden;
        margin: 3px;
        padding: 1px 4px;
        color: #2371b3;
        border-radius: 6px;
        font-weight: 700;
        border: 1px solid #e6e6e6;
        vertical-align: middle;
    }

        .fullHomeFeatured .featuredJob:hover
        {
            background: #d3e9fe;
            transition: all 0.20s ease-in-out;
        }

        .fullHomeFeatured .featuredJob .location
        {
            color: #666666;
            width: auto !important;
        }

    .fullHomeFeatured .featuredEmployers
    {
        display: block;
        width: 100%;
        float: none;
        margin: 20px auto;
        background: none;
        text-align: center;
        position: relative;
        top: auto;
        left: auto;
    }

        .fullHomeFeatured .featuredEmployers .featuredEmployersHeading
        {
            background: none;
            margin-bottom: .6em;
            font-weight: normal;
            font-size: 2em;
            text-align: center;
            color: #333333;
        }

    .fullHomeFeatured .featuredEmployer
    {
        display: inline-block;
        text-align: center;
        background: none;
        width: 24%;
        min-width: 200px;
        height: 60px;
        overflow: hidden;
        margin: 3px;
        padding: 2px 4px;
        color: #2371b3;
        border-radius: 6px;
        font-weight: 700;
    }

        .fullHomeFeatured .featuredEmployer img
        {
            max-height: 56px;
        }


        .fullHomeFeatured .featuredEmployer:hover
        {
            background: #d3e9fe;
            transition: all 0.20s ease-in-out;
        }

    .fullHomeFeatured .wrapper
    {
        padding: 1.5em 0;
    }

        .fullHomeFeatured .wrapper:last-child
        {
            padding: 1em 0;
        }



/* #endregion */

/* #region fullHomeEmployer */
section.fullHomeEmployer
{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcandid.jpg') no-repeat;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcandid.jpg') no-repeat;
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcandid.jpg') no-repeat;
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcandid.jpg') no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/bgcandid.jpg');
    background-position: center center;
    background-size: cover;
    padding: 0;
    overflow: hidden;
}

.fullHomeEmployer h1
{
    font-size: 4em;
    color: #ffffff;
    text-align: center;
    margin-top: 1em;
    padding: 0;
    text-shadow: 2px 2px #333;
}

.fullHomeEmployer h2
{
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    margin-top: 2em;
    padding: 0;
    text-shadow: 2px 2px #333;
}

@media only screen and (max-width : 767px)
{
    .fullHomeEmployer h1
    {
        font-size: 3em;
    }

    .fullHomeEmployer h2
    {
        font-size: 2em;
    }
}

.fullHomeEmployer .buttons
{
    background: rgba(0, 0, 0, .6);
}
/* #endregion */


.homeContainer
{
    margin: 20px auto;
    text-align: center;
}

    .homeContainer img
    {
        min-width: 100%;
    }

.columnContainer
{
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

div.infoBoxes
{
    margin: 25px 0;
    width: 100%;
    vertical-align: top;
    text-align: left;
    line-height: 22px;
}

    div.infoBoxes ul
    {
        margin: 0;
        padding: 0 0 0 15px;
    }

    div.infoBoxes > div
    {
        position: relative;
        display: inline-block;
        width: 32%;
        height: 300px;
        font-size: 13px;
        vertical-align: top;
        overflow: hidden;
    }

        div.infoBoxes > div:nth-child(2)
        {
            margin: 0 2%;
        }

        div.infoBoxes > div > div
        {
            display: inline-block;
        }

    div.infoBoxes:first-child > div
    {
        color: #ffffff;
        padding: 25px 10px;
    }

        div.infoBoxes:first-child > div > div:first-child
        {
            width: 20%;
            vertical-align: top;
            padding-right: 10px;
        }

        div.infoBoxes:first-child > div > div:last-child
        {
            width: 80%;
        }

    div.infoBoxes:nth-child(1) > div:nth-child(1)
    {
        background-color: #fb7033;
    }

    div.infoBoxes:nth-child(1) > div:nth-child(2)
    {
        background-color: #0eaaf6;
    }

    div.infoBoxes:nth-child(1) > div:nth-child(3)
    {
        background-color: #83ba3c;
    }

    div.infoBoxes:nth-child(1) > div a
    {
        color: #fff;
        padding: 4px 10px;
        border: solid #fff 1px;
        float: left;
        text-decoration: none;
    }

    div.infoBoxes:nth-child(1) > div:nth-child(1) a:hover
    {
        background-color: #ea5615;
    }

    div.infoBoxes:nth-child(1) > div:nth-child(2) a:hover
    {
        background-color: #0d9de4;
    }

    div.infoBoxes:nth-child(1) > div:nth-child(3) a:hover
    {
        background-color: #76a737;
    }

    div.infoBoxes:nth-child(2) > div:first-child, div.infoBoxes:nth-child(2) > div:last-child
    {
        background-color: none;
    }

    div.infoBoxes:nth-child(2) > div
    {
        height: auto;
        min-height: 350px;
        color: #747474;
        line-height: 20px;
        font-size: 12px;
    }

    div.infoBoxes h2
    {
        font: normal 25px 'Times New Roman', Times, serif;
        color: #ff0000;
        font-weight: 100;
    }


@media only screen and (max-width : 767px)
{
    div.infoBoxes > div
    {
        width: 100%;
        height: auto;
        margin: 0 !important;
    }
}


footer .about, footer .address
{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 20px 30px;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}

footer .address
{
    float: right;
}


footer h2
{
    font: normal 20px 'Times New Roman', Times, serif;
    color: #ffffff;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}

footer hr
{
    background-color: #ffffff;
}

footer ul
{
    float: left;
    width: 45%;
    margin: 0 0 0 15px;
    padding: 0;
}

footer li
{
    list-style-image: url('https://jobboardhq.blob.core.windows.net/assets/prod/vzd5/w_arrow.png');
}

footer a:link, footer a:visited
{
    text-decoration: none;
}

footer .seal
{
    padding: 15px;
}

@media only screen and (max-width : 767px)
{
    footer .about, footer .address
    {
        padding: 10px 30px;
        float: none;
        width: 100%;
    }

  footer ul
  {
    float: left;
    width: 90%;
    margin: 10px 0 0 15px;
    padding: 0;
  }

}

.vendors
{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    margin: 10px -10px;
}

    .vendors div
    {
        display: inline-block;
        width: 31%;
        margin: 5px;
        padding: 20px;
        background-color: #fafafa;
        border: 1px solid #f2f2f2;
        vertical-align: top;
    }

    .vendors img
    {
        width: 100%;
    }


div.vendor
{
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    vertical-align: top;
}

.vendor img
{
    width: 100%;
}

.vendors a:not(.linkButton):link, .vendors a:not(.linkButton):visited, .vendor a:not(.linkButton):link, .vendor a:not(.linkButton):visited
{
    text-decoration: none;
    color: #0eaaf6;
}

    .vendors a:not(.linkButton):link:hover, .vendors a:not(.linkButton):visited:hover, .vendor a:not(.linkButton):link:hover, .vendor a:not(.linkButton):visited:hover
    {
        color: #fc8a58;
    }

@media only screen and (max-width : 900px)
{
    .vendors div
    {
        width: 46%;
    }
}

@media only screen and (max-width : 767px)
{
    .vendors div
    {
        width: 100%;
    }
}

.vendorSignup
{
    overflow: hidden;
}

    .vendorSignup a.icon
    {
        float: right;
        padding: 0 15px 15px 15px;
    }

.priceListHeading
{
    display: none;
}


#productSummary .text
{
    font-weight: bold;
}


#Dashboard #lnkPurchase
{
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient(to bottom, #68cd74,#5bb455,#0e8d23);
}