

*
{
    padding: 0;
    margin: 0;
}

p
{
    font-size: 15px;
}

/* BOOTSTRAP 3 MEDIA QUERIES - SCREEN SIZES*/

/* Large desktops and laptops */

@media (min-width: 1200px){

}

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px){

}

/* Portrait tablets and small desktops */

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

}

/* Landscape phones and portrait tablets */

@media (max-width: 767px){

}

/* Portrait phones and smaller */

@media (max-width: 480px){
   
}

/* Portrait phones and smaller */

@media (min-width: 767px)
{
    .cus_NoPadding_Right
    {
        margin-right: 0;
        padding-right: 0;
    }
    .cus_NoPadding_Left
    {
        margin-left: 0;
        padding-left: 0;
    }
    .cus_Page
    {
        background-image: url('images/backgrounds/squares.png');
        background-repeat: repeat;
        background-position: fixed;
    }
}

/*MOVE 2ND HALF OF TOP IMAGE UP ON SMALL PHONE */

@media (max-width:766px)
{
    .cus_Column
    {
        max-height: 30%;
        height: 30%;
        border-radius: 4;
    }
    .cus_lineHeading_SmallScreen
    {
        height: 120px;
        max-height: 120px;
    }
    
    .cus_Button_SmallScreen
    {
        font-weight: bold;
        border-radius: 25px;
        font-size: medium;
        text-align: center;
        vertical-align: top;
        border: none;
        height: 75px;
    }    
}

.cus_topContainer
{
    padding: 0px;
    border-radius: 15px;
    background-color: rgba(124, 124, 124, 0);
}

.cus_midContainer
{
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    border-radius: 15px;
    color: #5e5e5e;
}

/* ------------------------- OLD -------------------*/

.cus_navBarLink
{
    color: white;
    line-height: 50px;
}

.cus_navBarLink:hover
{
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

/* ------------------------- OLD -------------------*/

.cus_navBar {

    background-color: #202020;
    border-radius: 15px;
    border: 0;
    width:100%;
   
    
    background: rgba(20,20,20,1);
    background: -moz-linear-gradient(left, rgba(20,20,20,1) 0%, rgba(255,119,0,1) 43%, rgba(255,119,0,1) 50%, rgba(255,119,0,1) 57%, rgba(20,20,20,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,20,20,1)), color-stop(43%, rgba(255,119,0,1)), color-stop(50%, rgba(255,119,0,1)), color-stop(57%, rgba(255,119,0,1)), color-stop(100%, rgba(20,20,20,1)));
    background: -webkit-linear-gradient(left, rgba(20,20,20,1) 0%, rgba(255,119,0,1) 43%, rgba(255,119,0,1) 50%, rgba(255,119,0,1) 57%, rgba(20,20,20,1) 100%);
    background: -o-linear-gradient(left, rgba(20,20,20,1) 0%, rgba(255,119,0,1) 43%, rgba(255,119,0,1) 50%, rgba(255,119,0,1) 57%, rgba(20,20,20,1) 100%);
    background: -ms-linear-gradient(left, rgba(20,20,20,1) 0%, rgba(255,119,0,1) 43%, rgba(255,119,0,1) 50%, rgba(255,119,0,1) 57%, rgba(20,20,20,1) 100%);
    background: linear-gradient(to right, rgba(20,20,20,1) 0%, rgba(255,119,0,1) 43%, rgba(255,119,0,1) 50%, rgba(255,119,0,1) 57%, rgba(20,20,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#141414', GradientType=1 );    
    
}

.cus_NavButton
{
    color: #ffffff;
    height: 40px;
    border-radius: 5px;
    font-size: medium;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.cus_NavButtonText
{
    color: white;
    line-height: 50px;
}

.cus_NavButton:hover
{
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}

.cus_jumbotron
{
    margin-bottom: 15px;
    background-position: 0% 25%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    color: #000000;
    text-shadow: black 0.3em 0.3em 0.3em;
    background-image: url('images/STEPS%20Jumbotron.png');
    min-height: 349px;
    height: 349px;
    background-size: cover;
}

.cus_blockLight
{
    background-color: #e1e1e1;
    min-height: 170px;
}

.cus_lineHeading
{
    background-repeat: no-repeat;
    height: 46px;
    max-height: 46px;
    background-image: url('images/lineDatabaseClean.png');
    background-color: rgba(251, 251, 251, 0);
    background-position: center;
    position: relative;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
}

.cus_ImgThumbNail
{
    border: thin solid #000000;
    max-width: 100%;
    -o-box-shadow: 12px 12px 29px #555;
    -icab-box-shadow: 12px 12px 29px #555;
    -khtml-box-shadow: 12px 12px 29px #555;
    -moz-box-shadow: 12px 12px 29px #555;
    -webkit-box-shadow: 12px 12px 29px #555;
    box-shadow: 12px 12px 29px #555;
}

/*----------- carousel ----------*/

/*apply to div with id #owl-main
http://owlgraphic.com/owlcarousel/ 
*/

.item
{
    margin: 10px;
}

.item img {
    border: 20px;
    border-color: #000000;
    display: block;
    width: 180px;
    height: 110px;
    border: thin solid #000000;
    margin: 10px;
    
-o-box-shadow:      7px 7px 10px #555;
-icab-box-shadow:   7px 7px 10px #555;
-khtml-box-shadow:  7px 7px 10px #555;
-moz-box-shadow:    7px 7px 10px #555;
-webkit-box-shadow: 7px 7px 10px #555;
box-shadow:         7px 7px 10px #555;    
    
}

.logos
{
    margin: 5px;
}

.logos img
{
    width: 120px;
    height: 75px;
}

.cus_Video
{
    width: 70%;
    display: block;
}

.cus_ButtonDemo
{
    background-image: url('images/backgrounds/squares.png');
    color: #ffffff;
    font-weight: bold;
    border-radius: 25px;
    font-size: large;
    text-align: center;
    vertical-align: middle;
    border: none;
    height: 75px;
}

.cus_ButtonDemoText
{
    color: white;
    line-height: 50px;
}

.cus_ButtonDemo:hover
{
    color: orange;
}

.cus_ButtonDemo:visited
{
    color: #ffffff;
}

.cus_FooterDiv
{
    min-height: 100px;
}

.cus_FooterText
{
    color: #ffffff;
    font-style: italic;
    text-align: center;
    font-size: small;
}

.cus_ContactUsFrame
{
    border: none;
    font-size: large;
}

.cus_WellDark
{
    background-color: #545454;
    color: #ffffff;
    border-radius: 15px;
}

