.container {
    width: 960px;
    margin: auto;
    position: relative;
}

/*nav*/
/*nav ul {position:relative;}*/
nav li {
    display: inline-block;
}

/*hero*/
#hero .hero {
    float: left;
}

/*content*/
article {
    float: left;
    width: 630px;
}

    article ul,
    article ol {
        margin-left: 30px;
    }

    article ol {
        list-style-type: decimal;
    }

    article ul {
        list-style-type: disc;
    }

#additional nav ul {
    margin-left: 0;
}

#additional .viewAll {
    clear: both;
}

#additional .matterContent {
    display: none;
}

    #additional .matterContent.selected {
        display: block;
    }


/*aside*/
aside {
    width: 330px;
    margin-left: 430px;
}

    aside .rule {
        clear: none;
    }

#weather {
    display: none;
}

    #weather .wrapper div {
        float: left;
    }


/*footer*/
footer {
    clear: both;
    min-height: 250px;
}

    footer aside {
        width: 410px;
        margin-left: 550px;
    }

    footer .note {
        width: 500px;
        float: left;
        font-size: 14px;
    }

    footer .contact {
        float: left;
        width: 270px;
    }

    footer .quickLinks {
        margin-left: 270px;
    }

/*page unique*/
#formCareer .upload {
    position: relative;
    height: 63px;
    width: 238px;
}

#formCareer .fakefile,
#formCareer .realfile {
    position: absolute;
    top: 15px;
    left: 0;
}

#formCareer .fakefile {
    width: 165px;
    z-index: 1;
}

    #formCareer .fakefile input {
        width: 158px;
        height: 21px;
        border: none;
    }

#formCareer .realfile {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    width: 238px;
    z-index: 2;
}

#teamContent .agent .info {
    float: left;
}

#teamContent .info img {
    float: left;
}

/* Commenting out as a fix for FMGSUITE-7062 */
/*#agentContent img {
    width: 100%;
    max-width: 200px;
}*/

.img-agentContent {
    width: 100%;
    max-width: 200px;
}

#agentPhoto img {
    width: 200px;
    height: 200px;
}

#blogContent .post img {
    float: right;
}

#postContent .dateTime {
    font-style: italic;
    font-size: 13px;
}

#eventContent .info {
    float: left;
}
/*#eventContent .description  {margin-left:180px;}*/

#form2_content .cancel {
    float: right;
}

#allTypeContent section {
    float: left;
}

#allTypeContent .left {
    clear: both;
}

#allVideoContent .videoContent {
    float: left;
}

    #allVideoContent .videoContent img {
        width: 190px;
        height: 145px;
    }

#articleContent .video {
    width: 190px;
    height: 145px;
}

#articleContent .fastFact,
#articleContent .tip {
    margin: 0 0 30px 30px;
}

#matterContent img {
    width: 300px;
    height: 229px;
    float: left;
}

#matterContent .featuredFlag {
    font-size: 20px;
    font-family: Quattrocento;
}

.market .marketGraph {
    width: 285px;
    height: 150px;
}

.section.section_Boxes {
    margin-top: 25px;
    margin-bottom: 45px;
}
.section.section_Boxes:before,
.section.section_Boxes:after{
  content:'';
  display:table;
}
.section.section_Boxes h2 + div{
  margin-bottom:15px;
}
.section.section_Boxes h2 + div p{
  margin-bottom:0;
}
.section.section_Boxes:after{
  clear:both;
}
.delmar-3box img {
    width: 190px;
}

.section_Boxes .delmar-3box {
    float: left;
    width: 210px;
    position: relative;
    text-align:center;
}
.section_Boxes .delmar-3box h2{
    margin-top:15px;
}
.section_Boxes .delmar-3box h2 + p + p{
    padding:0 5px;
}
.delmar-3box .box-icon img {
    width: 80px;
}

.section_SideBySide {
    /*overflow: auto;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.delmar-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.delmar-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/* This is for the video-scroll-play script */
.js-video-autoplay {
  width: 100%;
  margin-bottom: 40px;
}