.container {
    width: 960px;
    margin: auto;
    position: relative;
}

/*nav*/
nav ul {
    position: relative;
}

/*hero*/
#hero .hero {
    float: left;
}

/*content*/
article {
    float: right;
    width: 630px;
}

    article ul,
    article ol {
        margin-left: 30px;
    }

    article ol {
        list-style-type: decimal;
    }

    article ul {
        list-style-type: disc;
    }

article.is-landing-page {
    width: 100%;
}

article.is-landing-page ~ aside {
    display: none;
}

#additional nav ul {
    margin-left: 0;
}

#additional .viewAll,
#additional .left {
    clear: both;
}

#additional .matterContent {
    display: none;
}

    #additional .matterContent.selected {
        display: block;
    }

/*aside*/
aside {
    width: 330px;
    margin-left: 0;
}

    aside .rule {
        clear: none;
    }

#weather {
    display: none;
}

    #weather .wrapper div {
        float: left;
    }

/*footer*/
footer {
    clear: both;
    min-height: 250px;
}

    footer aside {
        width: 410px;
    }

        footer aside section {
            margin-right: 0;
        }

    footer .note {
        width: 500px;
        float: right;
        font-size: 14px;
    }

    footer .contact {
        float: left;
        width: 240px;
    }

    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 {
    float: right;
}*/

.img-agentContent {
    float: right;
}
.page-about .img-agentContent{
    margin: 0 0 10px 10px;
}

#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 .left {
    clear: both;
}

#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: 'Josefin Slab';
}

.section.section_Boxes {
    margin-top: 25px;
    margin-bottom: 45px;
}

.coronado-3box img {
    width: 190px;
}

.section_SideBySide:before,
.section_SideBySide:after,
.section_Boxes:before,
.section_Boxes:after{
    content:"";
    display:table;
}
.section_SideBySide:after,
.section_Boxes:after{
    clear:both;
}

.section_Boxes .coronado-3box {
    float: left;
    width: 210px;
    position: relative;
}

.coronado-box img {
    float: left;
}

.coronado-3box .box-icon img {
    width: 80px;
}

.is-landing-page .section_Boxes .coronado-3box {
    margin-right: 65px;
}

.is-landing-page .section_Boxes .coronado-3box:last-child {
    margin-right: 0;
}

.is-landing-page .section_Boxes .coronado-3box.col-md-4 {
    width: calc(33.33% - 65px);
}

.is-landing-page .section_Boxes .coronado-3box.col-md-3 {
    width: calc(25% - 65px);
}

.is-landing-page .section_Boxes .coronado-3box.col-md-6 {
    width: calc(50% - 65px);
}

.coronado-text-center {
    text-align: center;
}

.section_SideBySide {
    margin-top: 20px;
    margin-bottom: 20px;
}

.coronado-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;
}

.coronado-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.team-img img {
    max-width: 100%;
}

/* This is for the video-scroll-play script */
.js-video-autoplay {
  width: 100%;
  margin-bottom: 40px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}