h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
  font-size: 100%;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4              { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, strong          { font-weight: bolder }


.mfgTabControl
{
    background-color: #CCCCCC;
}

.mfgTabs
{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mfgTab
{
    min-width: 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    border-radius: 0 !important;
}

.mfgTabs>li>a 
{
  border-radius: 0 !important;
  margin-right: 0;
  margin-top: 0;
  background-color: #848484;
  text-decoration: none;
  color: white;
}

.mfgTabs > li
{
    border-radius: 0 !important;
}

.mfgTabs>li.active>a,
.mfgTabs>li.active>a:hover,
.mfgTabs>li.active>a:focus 
{
  border-color: #4C4C4C;
  background-color: #4C4C4C;
  color: white;
}

.mfgTabs>li.inactive>a
.mfgTabs>li.inactive>a:hover,
.mfgTabs>li.inactive>a:focus 
{
  border-color: #4C4C4C;
  background-color: lightgray;
  color: white;
}

.mfgTabs>li>a
.mfgTabs>li>a:hover,
.mfgTabs>li>a:focus 
{
  border-color: #4C4C4C;
  background-color: lightgray;
  color: white;
}

.mfgTabsTopCol
{
    padding-left: 0;
    padding-right: 0;
}

.inactiveMfgTab
{
    background: #C1262D;
    border-color: #CCCCCC;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.modelDropDownRow
{
    margin-top: 15px;   
}

.markDropDownRow
{
    margin-top: 10px;
}

.productDropDownRow
{
    margin-top: 10px;
}

.modelDropDown
{
    width: 95%;
    height: 30px;
}

.markDropDown
{
    width: 95%;
    height: 30px;
}

.productDropDown
{
    width: 95%;
    height: 30px;
}


.navbar
{
    margin-bottom: 0;
}

.container
{
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}

#upperContent
{
    margin: auto;
    padding: 0;
}

#upperContent .col-md-12
{
    margin: auto;
    padding: 0;
}

.upperContentStoryArea
{
    overflow: hidden;
}

.upperContentStoryAreaContent
{
    margin: 5%;
    margin-bottom: 5px;
}

.upperContentStoryAreaContent .row
{
    margin-left: auto;
    margin-right: auto;
}

.upperContentStoryAreaText
{
    overflow: hidden; 
    /*max-height: 150px;*/
}

#pageContent
{
    margin: auto;
    width: 100%;
}

.umButton001
{
    background-color: #C1262D; 
    color: white;
    text-decoration: none;
}

.umButton001
{
    border-radius: 0;
    border: none;
    background-color: #C1262D; 
    color: white;
}

.umButton001:visited
{
    background-color: #C1262D; 
    color: white;
    text-decoration: none;
}

.umButton001:link
{
    background-color: #C1262D; 
    color: white;
    text-decoration: none;
}

.btn:focus
{
    outline: none !important;
   background-color: #C1262D !important;
}

.btn:active 
{
   outline: none !important;
   background-color: gray !important;
}

.headerImage
{
    width: 100%;
    margin-bottom: 5%;
}

.mainContentCol
{
    margin-left: 20px;
}

#contentLargeColumnLeft
{
    padding-right: 4%;
}

#sidebarColumRight
{
    padding-left: 3%;
}

#sidebarColumRight h2
{
    margin-top: 0;
}

.selectionsRow
{
    margin-bottom: 25px;
}


/* Small devices (landscape phones, 480px and up) */
@media (min-width: 200px)  and (max-width: 543px) 
{
    #sidebarColumRight
    {
        visibility: hidden;
        display: none;
    }   

    .upperContentStoryArea
    {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .mfgTabs
    {
        table-layout: auto;
    }

    .mfgTab
    {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) and (max-width: 767px) 
{
    #sidebarColumRight
    {
        visibility: hidden;
        display: none;
    }

    .upperContentStoryArea
    {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .mfgTabs
    {
        table-layout: auto;
    }

    .mfgTab
    {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) 
{
    /*.col-sm-3
    {
        width: 31%;
    }

    .col-sm-8
    {
        width: 60.66666667%;
    }*/

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 15%;
        height: 70%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        /*max-height: 120px;*/
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px)
{
   /*.col-sm-3
    {
        width: 31%;
    }

    .col-sm-8
    {
        width: 60.66666667%;
    }*/

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 25%;
        height: 50%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        /*max-height: 150px;*/
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    .headerImage
    {
        width: 100%;
        max-width: 1200px;
        max-height: 460px;
    }

    /*.col-sm-3
    {
        width: 31%;
    }

    .col-sm-8
    {
        width: 60.66666667%;
    }*/

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 25%;
        height: 50%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        /*max-height: 180px;*/
    }
}