body {
    line-height: 1.7em;
}

body * {
    box-sizing: border-box;
}

/*a, a:link, a:visited {
    color: #2199e8;
    transition: .7s;
}*/

a:hover, a:active {
    color: #154588;
    text-decoration: underline;
}


ul, ol {
    margin-bottom: 18px;
}

ul {
    -webkit-padding-start: 0px;
    padding-start: 0px;
    list-style-type: none;
}

ul li {
    /*background-image: url('../images/bullet.gif');*/
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 15px;
}

ol {
    -webkit-padding-start: 25px;
    padding-start: 25px;
}


.dark-blue {
    color: #154588;
}

.yellow {
    color: #D7C826;
}

.light-green {
    color: #8DBF58;
}

.no-bot-margin {
    margin-bottom: 0 !important;
}


#hero, #heroaboutus, #herocontactus {
    background-image: url('../images/340b/computer.jpg');
    position: relative;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-position: center center;
    height: 740px;
    background-color: #4E4B48;
    background-size: cover;
    width: 100%;
    transition: opacity 2s ease-out;
    z-index: 0;
    border-bottom: 5px solid #D7C826;
}

#heroaboutus {
    background-image: url('../images/340b/computerandpen.jpg');
}
#herocontactus {
    background-image: url('../images/340b/contact_hero.jpg');
}


.hero-bg {
z-index: 0;
width: 100%;
/*max-width: 1050px;*/ /* temp limitation? */
height: auto;
background-size:cover;
}

.hero-text {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 90%;
    margin: 20px auto 0 -45%;
    background-color: #D7C826;
    background-color: rgba(215, 200, 38, 0.85);
    color: #fff;
    padding: 30px 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #D7C826;
}

.hero-text h1, h2 {
    color: #fff;
    margin-top: 0;
    font-weight: normal;
    line-height: 1.2em;
}

.hero-text h1 {
    font-size: 2.1em;
    font-weight:bold;
}

.hero-text h2 {
    font-size: 1.3em;
    margin-bottom: .5em;
}

.floating-trade {
    position: relative;
    font-size: 1rem;
    top: -.5em;
    margin-right: -.75em;
}

.row {
    position: relative;
    margin: 30px 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.row a {
    font-weight: 700;
    text-decoration: none;
}

.row p {
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 1.7em;
}

.row h3 {
    color: #2199e8;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: .25em;
    padding-bottom: 0;
}

.row h4 {
    color: #003f62;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: .25em;
    padding-bottom: 0;
}

.half-row {
    width: 43%;
    display: inline-block;
}

.vertical-dotted-line {
    background-image: url("../images/dotted-line.png");
    background-repeat: repeat-y;
    background-position: center;
}

/* -- Layout Overrides --*/

#LayoutContent {
    font-size: 18px;
}

/* -- Conent Overrides -- */

#divInnerContent {
    padding-top: 0;
    /*background-color: #e5e5e5;*/
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

/* -- END Overrides -- */

/* -- Page Specific Code  --*/

/* -- HOME PAGE --*/

.home-edit-table {
    border-spacing: 0;
}

.home-edit-table th {
    background-color: #4E4B48;
    width: 30%;
    padding: 25px 10px;
    border-bottom: 10px solid #D7C826;
    border-radius: 8px 8px 0 0;
}

.home-edit-table th h2 {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 1.4em;
}

.home-edit-table td {
    padding: 15px;
    background-color: #CFCDC9;
    color: #003f62;
    font-size: .9em;
    vertical-align: top;
    text-align: left;
    line-height: 1.7rem;
    border: 1px solid #CFCDC9;
    border-radius: 0 0 8px 8px
}

.home-edit-table td ul {
    -webkit-padding-start: 0px;
    padding-start: 0px;
    list-style-type: none;
}

.home-edit-table td ul li {
    background-image: url('../images/yellowbullet.gif');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 15px;
}

.home-edit-table td div {
    height: 30px;
}

.home-edit-table .spacer {
    background-color: #fff;
    width: 5%;
    border:0;
}
/* -- END HOME PAGE --*/

/* -- ABOUT PAGE --*/

.about-content {
}

.about-content .left-col,
.about-content .right-col {
    float: left;
}

.about-content .left-col {
    width: 60%;
    margin-right: 5%;
}

.about-content .right-col {
    width: 35%;
}

.about-content .right-col p {
    color: #154588;
    font-size: 1.2em;
}

#contactInfo {
    float: right;
    margin: 50px 100px 0 0;
    background-color: #3b3b3b;
    color: #CFCDC9;
    width: 400px;
    border-top: 8px solid #D7C826;
    opacity: 0.98;
    filter: alpha(opacity = 98);
}
#contactInfo h2 {
    font-weight: bold;
    position: relative;
    margin: 30px 0 0 30px;
}
#contactInfo p {
    margin: 15px 0 15px 30px;
}

.contact
{
    text-align:center;
    width:100%;
    height:auto;
    padding-bottom:15px;
}
.contact input[type="text"], .contact textarea {
    height:40px;
    width:600px;
    display:block;
    margin: 15px auto;
}

/* -- END ABOUT PAGE --*/
