.container {
    width: 960px;
    margin: auto;
    position: relative;
}

/*nav*/
nav ul {
    position: relative;
    width: 790px;
}

/*hero*/
#hero .hero {
    float: left;
}

/*content*/
article {
    width: 465px;
    float: left;
}

    article ul,
    article ol {
        margin-left: 30px;
    }

    article ol {
        list-style-type: decimal;
    }

    article ul {
        list-style-type: disc;
    }

.subpage #content article.is-landing-page{
    width: 100%;
}

.subpage #content 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 {
    float: right;
}

    aside .rule {
        clear: none;
    }

#weather div {
    float: left;
}

/*footer*/
footer {
    clear: both;
    min-height: 250px;
}

    footer aside {
        float: none;
    }

    footer .note {
        width: 465px;
        float: right;
    }

    footer .contact {
        float: left;
        width: 200px;
    }

    footer .quickLinks {
        margin-left: 250px;
    }

/*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;
}

/*
#agentContent img { // Commenting this out to fix the team detail page (FMGSUITE-5560). This doesn't seem to be needed for any other pages, but keeping it here just in case. 
    float: right;
}

.img-agentContent {  // Inserting '.img-agentContent' as a fix for FMGSUITE-7062. Leaving commented out for consistency with previous ticket.
    float: right;
}
*/


#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;
}

body.homepage.noZonePageHeader aside {
    display: none;
}

body.homepage.noZonePageHeader article {
    width: 100%;
}

.section.section_Boxes {
    margin-top: 25px;
    margin-bottom: 45px;
    text-align:center;
}
.section.section_Boxes:before,
.section.section_Boxes:after{
  content:'';
  display:table;
}
.section.section_Boxes:after{
  clear:both;
}

.cardiff-3box img {
    width: 290px;
}

.section_Boxes .cardiff-3box {
    display:block;
    width: 315px;
    position: relative;
    text-align:center;
    float:left;
}
.subpage .section_Boxes .cardiff-3box {
    width:200px;
    padding:0 5px;
}

.subpage .section_Boxes .cardiff-3box img {
    width: 100%;
}

.cardiff-box img {
    float: left;
}

.is-landing-page .section_Boxes .cardiff-3box {
    margin-right: 20px;
}

.subpage .is-landing-page .section_Boxes .cardiff-3box {
    padding-right: 0;
    padding-left: 0;
}


.subpage .is-landing-page .section_Boxes .cardiff-3box:last-child {
    margin-right: 0;
}

.subpage .is-landing-page .section_Boxes .cardiff-3box.col-md-4 {
    width: calc(33.33% - 20px);
}

.subpage .is-landing-page .section_Boxes .cardiff-3box.col-md-3 {
    width: calc(25% - 20px);
}

.subpage .is-landing-page .section_Boxes .cardiff-3box.col-md-6 {
    width: calc(50% - 20px);
}

.cardiff-text-center {
    text-align: center;
}

.cardiff-3box .box-icon img {
    width: 80px;
}

.cardiff-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;
}

.cardiff-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.section_SimpleText{
    width:100%;
}

.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;
}