body {
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
    color: #666;
}

h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

p {
    margin-bottom: 15px;
    line-height: 1.5;
}

li {
    margin-bottom: 5px;
}

label {
    margin-bottom: 10px;
}

textarea {
    height: 75px;
}

input,
textarea {
    margin: 5px 0 20px;
    width: 220px;
    font-size: 14px;
    padding: 3px;
    border-radius: 6px;
}

    input[type=checkbox] {
        width: auto;
        margin-bottom: 10px;
    }

.rule {
    height: 1px;
    margin: 30px 0;
    border: none;
}

.rule2 {
    margin: 10px 0;
}

.arrowLink {
    width: 13px;
    height: 13px;
    margin-left: 5px;
}

.c-btn.submit:hover {
    color:white;
    text-decoration:none;
}


.submit {
    width: auto;
    height: 30px;
    border: none;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 6px;
}

.addthis_toolbox {
    height: 30px;
    padding-top: 20px;
    clear: both;
}


/* new blog */
.dateTime .addthis_toolbox {
    display: inline-block;
    height: inherit;
}

.post .post-image {
    float: left;
}
.post .post-image img {
    max-width: 125px;
    height: auto;
}
.post-image {
    min-height: 250px;
}

.post-container {
    overflow: hidden;
    padding-left: 10px;
}

.blogPost .post-image {
    float: left;
}

.postheader {
    overflow: hidden;
    margin-bottom: 10px;
}

.post-image .blogimage {
    margin-top: 5px;
    display: inline-block;
}

.post-summary {
    margin-top: 15px;
    line-height: 1.4;
}

.authorimage {
    border-radius: 50%;
    width: 10%;
    float: left;
    margin-right: 10px;
}

.author {
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
}

    .author span {
        font-weight: normal;
    }

.genre {
    margin: 10px 0;
}

.clear {
    clear: both;
}

.blog-archives {
    display: none;
}

.post-container .readmore {
    display: inline-block;
    background-color: #368EBF;
    padding: 10px 15px;
    color: white;
    font-weight: bold;
}

.post h2 {
    margin-top: 0;
}

.solana-btn:hover {
    color: #fff;
    text-decoration: none;
}

/* pin pages */
.pinContent {
    margin: 0 auto;
    width: 320px;
    padding: 20px;
    background-color: #DEDEDE;
    border-radius: 10px;
}

    .pinContent label {
        display: block;
        text-align: center;
        font-weight: bold;
    }

.pinContentInner {
    overflow: hidden;
    margin: 0 auto;
    width: 180px;
}

.txtPin {
    width: 33px;
    float: left;
    margin: 0 20px 0 0;
    padding: 8px;
}

.btnGetContent {
    margin: 0;
    height: 34px;
}

.needpin {
    margin-top: 14px;
    text-align: center;
    margin-bottom: 0;
}

.pinError, .pinSuccess {
    margin: 10px 0;
    text-align: center;
}

.pinSuccess {
    color: green;
}

/*header*/
header {
    min-height: 220px;
    z-index: 1;
    position: relative;
}

    header h3 {
        font-size: 30px;
        padding-top: 30px;
    }

    header h4 {
        font-size: 24px;
        float: right;
        margin: 30px 0 0 30px;
    }

#agentLogo {
    margin: 30px 30px 0 0;
    float: left;
    max-height:150px;
    max-width:300px;
}

.logoTitles {
    min-height: 180px;
}

/*nav*/
nav {
    position: relative;
    text-align: left;
    margin: 20px 0;
    z-index: 4;
}

    nav li {
        font-size: 16px;
        margin-bottom: 0;
    }

        nav li a {
            padding-right: 10px;
            padding-bottom: 15px;
            margin-left: 10px;
        }
        nav li ul li a{
            margin-left:0;
        }

    nav .last a {
        border: none;
    }

    nav li:hover ul {
        left: -10px;
    }

    nav ul ul {
        top: 17px;
        width: 180px;
        padding-top: 0;
        text-align: left;
    }

    nav li li {
        margin: 0;
        padding: 10px 10px 8px 10px;
        font-size: 15px;
    }

        nav li li a {
            border: none;
        }

    nav ul ul li {
        border-right: none;
    }

#navButton {
    display: none;
}

nav > a {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

nav .subnavContainer {
    display: none;
}

/*hero*/
#hero {
    height: 306px;
    font-size: 16px;
    position: relative;
    background: url('../img/3a-hero-shadows.png') 0 100% no-repeat;
}

    #hero .hero {
        width: 660px;
        height: 300px;
        float: left;
        border-radius: 6px;
        background-position: 50%;
        background-repeat: no-repeat;
    }

    #hero h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    #hero aside {
        margin-left: 680px;
        padding-bottom: 0;
        font-size: 16px;
        width: 280px;
        height: 300px;
        border-radius: 6px;
        float: none;
    }

    #hero .wrapper {
        margin: 0 30px 30px 30px;
        padding-top: 30px;
    }

    #hero aside a {
        font-size: 16px;
    }

.backArrow,
.forwardArrow {
    z-index: 3;
}

#hero .backArrow {
    top: 128px;
    left: 10px;
}

#hero .forwardArrow {
    top: 128px;
    left: 644px;
    background-position: 0 -45px;
}

/*content*/
ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

.section_boxes ol li,
.section_boxes ul li {
    list-style-position: inside;
}

#content article img.solana,
.blogPost img,
#eventContent img {
    max-width: 100%;
}

iframe,
.section_FullWidth img {
    max-width: 100%;
}

article {
    padding: 0 30px 60px 30px;
    width: 390px;
    margin: 0 240px 40px 250px;
    float: none;
}

    article h2 {
        margin: 30px 0 15px;
    }

    article ul,
    article ol {
        margin-bottom: 15px;
        line-height: 1.5;
    }

#content .container {
    padding-top: 40px;
}

#agentPhoto {
    margin-bottom: 20px;
}

#suggested {
    margin-bottom: 40px;
}

    #suggested h2 {
        margin-top: 0;
    }

    #suggested .left {
        margin-left: 0;
    }

    #suggested .content {
        height: auto;
        margin-bottom: 15px;
        overflow: auto;
        *zoom: 1;
    }

      #suggested .content img {width:190px; height:145px; border-radius:6px;  background-size:cover; -moz-background-size:cover; float:left; margin:0 15px 30px 0;}

        #suggested .content h3 {
            white-space: pre-line;
        }

        #suggested .content p {
            font-size: 14px;
        }

#additional {
    font-size: 14px;
}

    #additional nav {
        height: auto;
        margin: 0;
        text-align: left;
        clear: none;
    }

    #additional ul {
        margin-right: 0;
    }

    #additional nav a {
        text-transform: capitalize;
        margin: 0;
        padding: 0 12px;
        border: none;
    }

    #additional nav li:first-child a {
        border-left: none;
        padding-left: 0;
    }

    #additional h4 {
        margin-bottom: 5px;
    }

    #additional .viewAll {
        clear: none;
        font-size: 14px;
    }

/*ADVANCED SECTIONS*/
.solana-btn {
    padding: 7px;
}

.solana-row.section {
    margin-bottom: 45px;
}

.solana-row .Right {
    text-align: right;
}

.solana-row .Left {
    text-align: left;
}

.solana-row .Center {
    text-align: center;
}

.section_SideBySide .aside_text {
    padding: 0;
}

.box-icon img {
    height: 82px;
}

/*aside*/
aside {
    font-size: 14px;
    padding-bottom: 60px;
    width: 250px;
    float: left;
}

    aside section {
        margin-right: 30px;
    }

    aside .rule {
        width: 230px;
    }

        aside .rule:first-child {
            display: none;
        }

    aside .socialMedia {
        padding: 0;
    }

    aside p {
        line-height: 1.4;
    }

    aside h2 {
        font-size: 19px;
        margin-top: 0;
    }

    aside h3 {
        font-size: 16px;
    }

.weather .wrapper {
    padding-bottom: 40px;
}

    .weather .wrapper .body {
        float: left;
        margin-right: 30px;
    }

.weather .degree {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 1;
}

.weather .condition {
    font-size: 15px;
}

aside.right {
    float: right;
    margin: 0;
}

    aside.right section {
        margin: 0 0 0 30px;
    }

    aside.right .rule {
        margin-left: 30px;
    }

/*footer*/
footer {
    font-size: 14px;
}

    footer .container {
        padding-top: 30px;
    }

    footer aside {
        float: none;
    }

        footer aside section {
            padding: 0;
        }

        footer aside .wrapper {
            border: none;
        }

    footer h4 {
        margin-bottom: 5px;
    }

    footer aside {
        padding-bottom: 0;
    }

    footer .rule2 {
        margin: 0;
    }

@media print {
    footer .contact {
        word-wrap: break-word;
    }

        footer .contact a {
            display: block;
        }
}

/*page unique*/
.subpage,
.homepage.noZonePageHeader {
    background-position: 0 -530px;
}

    .subpage header,
    .homepage.noZonePageHeader header {
        min-height: 220px;
    }

    .subpage article {
        float: left;
        width: 610px;
        margin: 0 0 40px 0;
        padding-right: 60px;
    }

    .subpage aside {
        float: none;
        margin-left: 700px;
    }

    .subpage #suggested .content {
        width: 190px;
        float: left;
        margin: 0 0 0 20px;
        padding-bottom: 30px;
        height: auto;
    }

    .subpage #suggested .left {
        margin-left: 0;
    }

    .subpage #suggested .content img {
        width: 190px;
        height: 145px;
        margin-bottom: 10px;
        float: none;
    }

    .subpage #suggested .content p {
        font-size: 14px;
    }

.matter #suggested {
    height: 260px;
}

#articleContent .video {
    width: 190px;
    height: 145px;
}

#articleContent .fastFact,
#articleContent .tip {
    width: 200px;
    padding-top: 31px;
    font-size: 13px;
    line-height: 1.4;
}

#matterContent img {
    width: 300px;
    height: 229px;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
    border-radius: 6px;
}

#videoContent .video,
#calcContent iframe {
    margin-bottom: 30px;
}

#formCareer .fakefile input {
    padding-right: 80px;
}

/*team page*/
#teamContent .agent,
#teamContent .principal {
    font-size: 14px;
    overflow: hidden;
}

    #teamContent .principal .info h4, #teamContent .principal .info p, #teamContent .principal .team-description {
        margin-left: 220px;
    }

    #teamContent .agent .info {
        width: 300px;
    }

        #teamContent .agent .info h4, #teamContent .agent .info p {
            margin-left: 120px;
        }

    #teamContent .agent .team-description {
        margin-left: 320px;
    }

/*#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;
    margin: 0 0 30px 30px;
    width: 200px;
    height: 200px;
}*/

#blogContent .post img {
    float: right;
    margin-left: 30px;
    width: 100px;
    height: 100px;
}

#postContent .dateTime {
    font-style: italic;
    font-size: 14px;
}

#eventContent {
    overflow: hidden;
    margin-top: -30px;
}

    #eventContent .info {
        margin-right: 30px;
        width: 100%;
    }

        #eventContent .info h3 {
            margin-bottom: 7px;
        }

    #eventContent .regBtn {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        bottom: 15px;
    }

    #eventContent .addthis_toolbox {
        display: inline-block;
    }

    #eventContent .organizer a {
        display: block;
        margin-bottom: 10px;
    }

#loginContent.container {
    padding-top: 10px;
}

#loginContent .wrapper {
    padding-left: 0;
}

#loginContent .formContent {
    width: 300px;
}

#form2_content .cancel {
    margin: 10px 10px 0;
}

#signup .notifications {
    margin-top: 20px;
}

#signup p {
    margin-bottom: 5px;
}

#allTypeContent section {
    width: 280px;
    margin: 0 30px 0px 0;
}

#allVideoContent .videoContent {
    width: 190px;
    margin-left: 20px;
    padding-bottom: 20px;
}

#allVideoContent .videoContent img  {width: 190px;height: 145px;background-size: cover;-moz-background-size: cover;margin-bottom: 10px;}


    #allVideoContent .videoContent p {
        font-size: 14px;
    }

#allVideoContent .left {
    margin-left: 0;
    clear: both;
}

#learningContent .matter {
    width: 280px;
    float: left;
    margin: 0 25px 0 0;
}

.featured {
    position: relative;
}

.featuredFlag {
    position: absolute;
    left: -12px;
    top: 30px;
    color: #fff;
    font-size: 20px;
    padding-bottom: 9px;
    background: url(../../global/img/flag-corner.png) left bottom no-repeat;
}

    .featuredFlag:hover {
        color: #fff;
        text-decoration: none;
    }

.flagBody {
    background: #194B7C;
    padding: 8px 15px 8px 22px;
}

#matterContent .featured img { background-size: cover; -moz-background-size: cover; }

/*BROKER CHECK*/
header .broker-check {
    width: 100%;
    height: 40px;
    background: #F6F6F6;
    text-align: right;
    margin-bottom: 20px;
    border-bottom: solid 1px #E4E4E4;
}

    header .broker-check .container {
        padding: 9px 0 0 0;
    }

.broker-check a:hover {
    text-decoration: none;
}

header.masthead {
    margin: 0 !important;
}

.floating-broker-check {
    width: 205px;
    height: 40px;
    background: rgba(246, 246, 246, .85);
    text-align: center;
    border: solid 2px #E4E4E4;
    position: fixed;
    bottom: 0;
    right: 80px;
    z-index: 9999;
    margin-top: 0;
    box-sizing: border-box;
}

    .floating-broker-check a {
        display: block;
        width: 205px;
        height: 40px;
        padding-top: 8px;
    }

.broker-check-description {
    display: block;
    margin: 0;
    text-align: center;
}

/* This is for the video-scroll-play script */
.js-video-autoplay {
    width: 100%;
    margin-bottom: 40px;
}

/* Team Sections */
/*=====================================================*/
.section_TeamList .c-team-section__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
  align-content:flex-start;
}
.subpage .section_TeamList .c-team-section__container{
    flex-flow: row wrap;
}
.subpage .section_TeamList .c-team-section__container > .c-team-section__member{
    width:31%;
}

.section_TeamList .c-team-section__container > .c-team-section__member {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        margin-bottom:10px;
        width:100%;
    }
.c-team-list__section--solana {
    width:100%;
    position:relative;
}

.subpage .c-team-list__section--solana{
    padding:30px 0;
}

.c-team-list__section--solana + .c-fmg-divider:last-child {
    display: none;
}

.c-team-list__img--solana {
    width:100%;
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 0;
}

.c-team-list__h1--solana {
    font-size: 24px;
    text-transform: Capitalize;
    color: #257FB1;
    font-weight: bold;
    margin: 0;
}
.homepage .c-team-list__h1--solana{
    font-size:15px;
}

.c-team-list__h2--solana {
    font-size: 17px;
    font-weight: bold;
    color: #4C4C4C;
    margin-top: 5px;
}
.homepage .c-team-list__h2--solana{
    font-size:13px;
}

.c-team-list__h3--solana {
    font-size: 16px;
    font-weight: normal;
    color: #2F83B1;
    margin-bottom:15px;
}

.homepage .c-team-list__h3--solana{
    font-size:12px;
    margin-bottom:5px;
}
.homepage .fa-phone__team--solana{
    font-size:15px;
}

.c-team-list__a--solana {
    color: #2F83B1;
    display: inline-block;
}

    .c-team-list__a--solana:hover {
        text-decoration: none;
    }

.c-team-grid__section--solana {
    width:100%;
    display: inline-block;
    background-color: #F7F8F7;
    padding: 15px;
}

.c-team-grid__fa-icon--solana {
    float: left;
    margin-right: 10px;
}
.c-team-info__icons{
    margin-right:10px;
}
.fa-fax.c-team-info__icons{
    margin-right:12px;
}
.c-team-member__social-icns{
    margin-bottom:20px;
}
.c-team-grid__a--solana {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

    .c-team-grid__a--solana:hover {
        text-decoration: none;
    }
.subpage .c-team-member__email a{
    width:125px;
}
.homepage .c-team-member__email a{
    /*Commenting out for FMGSUITE-6611*/
    /*display:inline-block;
    width:80px;
    overflow:hidden;
    text-overflow:ellipsis;
    position:relative;
    top:3px;*/
}
.homepage .c-team-member__email{
    margin-bottom:15px;
}
.homepage .c-team-member__summary{
    width:220px;
    position:relative;
    right:80px;
}
.c-team-grid__img--solana {
    width:100%;
    max-width: 100%;
    padding: 0;
}

.c-team-grid__h1--solana {
    font-size: 20px;
    text-transform: Capitalize;
    color: #257FB1;
    font-weight: bold;
    margin: 5px 0 0px;
}

.c-team-grid__h2--solana {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.c-team-grid__h3--solana {
    font-size: 16px;
    font-weight: normal;
    color: #2F83B1;
    margin-bottom:15px;
}

.fa__linkedin--circle {
    background-color: #2F83B1;
    color: white;
    padding: 6px 7px;
    border-radius: 20px;
    font-size: 14px;
    margin-right:10px;
}

.fa__facebook--circle {
    background-color: #2F83B1;
    color: white;
    padding: 6px 9px;
    border-radius: 20px;
    font-size: 14px;
    margin-right:10px;
}

.fa__twitter--circle {
    background-color: #2F83B1;
    color: white;
    padding: 6px 6px;
    border-radius: 20px;
    font-size: 14px;
}

.fa-phone__team--solana {
    font-size: 20px;
}

.c-team__image--bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-transition: ease-in 0.2s all;
    -moz-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}

    .c-team__image--bw:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        -o-transition: ease-in 0.2s all;
        -moz-transition: ease-in 0.2s all;
        -webkit-transition: ease-in 0.2s all;
        transition: ease-in 0.2s all;
    }

.c-team__divider--JumboSolid {
    border-bottom: solid 1px #333;
}

.c-team__divider--JumboDashed {
    border-bottom: dashed 1px #333;
}

.c-team__divider--LargeSolid {
    content: '';
    border-bottom: solid 1px #333;
    width: 60%;
    display: block;
    margin: 0 auto;
}

.c-team__divider--LargeDashed:after {
    content: '';
    border-bottom: dashed 1px #333;
    width: 60%;
    display: block;
    margin: 0 auto;
}

.c-team__divider--CaretDown {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background-color: inherit;
}

.c-team__read-more--solana {
    margin-top: 10px;
    display: block;
}

.c-row--solana {
    margin-right: -15px;
    margin-left: -15px;
}

.c-col-2--solana {
    display: inline-block;
    width: 26%;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
}
.homepage .c-col-2--solana {
    width:30%
}

.c-col-10--solana {
    display: inline-block;
    width: 70%;
}
.homepage .c-col-10--solana {
    width:50%;
}

.c-col-4--solana {
    display: inline-block;
    width: 31%;
    margin-right: 10px;
    vertical-align: top;
}

.c-col-3__team-detail--solana {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-right: 20px;
}

.c-col-9__team-detail--solana {
    display: inline-block;
    width: 60%;
}

.c-col-12--solana {
    display: inline-block;
    width: 100%;
}

.c-team-detail__h1--solana {
    font-size: 19px;
    text-transform: Capitalize;
    font-weight: bold;
    margin: 0;
}

.c-team-detail__h2--solana {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}

.c-team-detail__h3--solana {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}

.c-team-detail__a--solana {
}

.c-team-detail__row {
    margin: 0;
    max-width: 100%;
}

.c-team-detail__sms {
    margin-top: 15px;
}


.c-team-overflow--ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    float: right;
}

/*START TEAM SEARCH*/
.homepage #content section.section_TeamSearch.section_TeamSearch.section_TeamSearch {
    background: #F6F6F6;
}


.c-solana-team__search.Left {
    text-align: left;
}

.c-solana-team__search,
.c-solana-team__search.Center {
    text-align: center;
}

    .c-solana-team__search.Right {
        text-align: right;
    
        }
.c-team-member__email a{
    width:135px;
}



    .c-solana-team__search .c-solana-search__input {
        display: block;
        width: 100%;
        height: 43px;
        vertical-align: middle;
        margin: 0;
        padding: 0 35px 0 15px;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -wbkit-box-sizing:border-box;
    }

.c-team-search__inner .awesomplete > ul:before {
    display: none;
}

.c-team-search__list--hidden {
    display: none;
}

.c-team-search__inner {
    width: 50%;
    display: inline-block;
    position: relative;
}
.homepage .c-team-search__inner{
    width:100%
}

    .c-team-search__inner .awesomplete > ul > li:hover {
        background: rgba(204,204,204,.25);
        color: #333;
    }

    .c-team-search__inner .awesomplete > ul > li[aria-selected="true"] {
        background: rgba(204,204,204,.25);
        color: #333;
    }

    .c-team-search__inner .awesomplete mark {
        background: none;
        padding: 0;
        font-weight: bold;
        font-style:normal;
    }

    .c-team-search__inner .awesomplete li {
        list-style-type: none;
        padding: 10px;
        margin-bottom:0;
    }

        .c-team-search__inner .awesomplete li:last-of-type {
            margin-bottom: 0;
        }

        .c-team-search__inner .awesomplete li:hover mark {
            background: none;
        }

        .c-team-search__inner .awesomplete li[aria-selected="true"] mark {
            background: none;
            color: inherit;
        }

    .c-team-search__inner .c-search-icon {
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 1;
        font-size: 20px;
    }
/*@media (min-width:992px) {
    .c-solana-team__search .c-solana-search__input {
        width: 50%;
        margin: 0;
    }
    .c-solana-team__search .c-solana-search__btn {
        width: 12%;
    }
}*/
/*END TEAM SEARCH*/

.c-popup__submit:hover {
    opacity: .85;
}
.section.section_Boxes ul, .section.section_Boxes ol{
    list-style-position:inside;
    margin-left:0;
}

.is-landing-page .section_Boxes.boxCount-2,
.is-landing-page .section_Boxes.boxCount-3,
.is-landing-page .section_Boxes.boxCount-4 {
    padding-left: 32px;
}

/*LEAD GEN*/
.section_Form{
    margin-right:0;
    margin-left:0;
}

.o-form__wrapper h2{
    margin-top:0;
}
.c-leadGen-form__input input {
    width:100%;
    height: 60px;
    padding: 20px;
    box-sizing:border-box;
}

.c-leadGen-form__input.c-form__email {
    margin-right: 0;
}
.c-solana__leadGen.Center{
    text-align:center;
}
.c-solana__leadGen.Left{
    text-align:left;
}
.c-solana__leadGen.Right{
    text-align:right;
}
.c-leadGen-form__input label.error{
    font-size:13px
}
.u-empty{
    background: none;
}


/*START REFERRAL PAGE*/

.c-solana__referralCampaign {
    margin-bottom: 65px;
}

.c-referral-page__title {
    margin-top: 0;
}

.c-referralCampaign-form {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.c-referral__input-group label:not(.error) {
    display: block;
    color: #206B8F;
    text-transform: uppercase;
    margin-bottom: 0;
}

.c-referralCampaign__cover-image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

    .c-referralCampaign__cover-image img {
        width: 100%;
    }

.c-referral__input-group {
    position:relative;
    margin-bottom: 30px;
}

    .c-referral__input-group input[type="text"] {
        width: 90%;
    }

.referral-contact__group {
    width: 100%;
}

.c-referral__info-sep {
    display: inline-block;
    margin: 0 2.1%;
    vertical-align: middle;
    padding-bottom: 10px;
    font-size: 18px;
}

    .c-referral__info-sep span {
        font-weight: 700;
        text-transform: uppercase;
        color: #206B8F;
    }

.referral-contact__group .c-referral__input-group {
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
}

.c-referralCampaign-form__btn {
    width: 25%;
}

.c-referral__image-border {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 27px 30px;
    width: auto;
    padding: 10px 10px 65px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
.referral-contact__group .c-referral__input-group label.error {
    display: none !important;
}

.c-referral__input-group input.error {
    box-shadow: 0 0 5px #e75344 !important;
    border: 1px solid #e75344 !important;
}

.c-referral__input-group label.error {
    position: absolute;
    top: 0;
    right: 15px;
}
.u-form__error {
    padding: 30px 15px;
}
.u-form__error ul li {
    font-size:14px;
}
.u-form__error,
.u-submission__error {
    box-sizing: border-box;
}
/*END REFERRAL PAGE*/

/* ADDITIONAL GUESTS FOR REGISTRATION FORM*/
.c-event-guests-additional {
    display: flex;
    align-items: center;
}
    .c-event-guests-additional label {
        margin-bottom: 0;
    }

.c-event-guests-additional--select {
    width: auto;
    margin-left: auto;
    padding: 5px 10px;
}

.c-msg {
    max-width: 300px;
    margin-top: 15px;
}

/*Event list*/
.c-events__upcoming {
    border-bottom: solid 1px #d8d8d6;
}

.c-event__row {
    position:relative;
    padding-bottom: 40px;
    padding-left:10px;
    padding-right:10px;
}

.c-event-group--title {
    margin-top: 50px;
    margin-bottom:0;
}

.c-event__row:first-of-type {
    padding-top: 30px;
}

.c-event__row + .c-event__row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.c-event__row + .c-event__row:before{
    content:'';
    width:calc(100% - 20px);
    height:1px;
    background-color:#d8d8d6;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.c-event__row .info h3{
    margin-bottom:10px;
}
.c-event__row .info h2{
    margin-top:0;
}
.c-events-list__error p {
    margin: 25px 10px;
}

#articleContent img {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.c-matter__masthead {
    height: 230px;
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-size: cover;
}

@media(min-width: 992px) {
    .c-matter__masthead {
        height: 350px;
    }
}

.c-matter__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    flex-direction: column;
}

@media(min-width: 992px) {
    .c-matter__meta {
        flex-direction: row;
    }
}

.c-matter__read-time {
    margin-top: 12px;
}

@media(min-width: 992px) {
    .c-matter__read-time {
        margin-top: 0;
    }

    .c-matter__read-time:before {
        content: "\2022";
        padding: 6px;
    }
}

.c-matter__title {
    text-align: center;
}

.c-matter__pull-quote {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.c-matter__pull-quote a {
    color: #fff;
    text-decoration: underline;
}
.c-matter__pull-quote a:hover {
    color: #fff;
}

@media(min-width: 992px) {
    .c-matter__pull-quote {
        font-size: 21px;
    }
}

.c-matter__pull-quote blockquote {
    margin: 0 auto;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    /*BS override*/
    border: 0 none;
}

@media(min-width: 992px) {
    .c-matter__pull-quote blockquote {
        padding: 12px 12px 32px;
    }
}

.c-matter__pull-quote p {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}

@media(min-width: 992px) {
    .c-matter__pull-quote p {
        margin-top: 0;
        width: calc(100% - 128px);
    }
}

.c-matter__pull-quote blockquote:before {
    content: "\201c";
    height: 48px;
    width: 48px;
    font-size: 128px;
    text-align: center;
    line-height: 0.9;
}

@media(min-width: 992px) {
    .c-matter__pull-quote blockquote:before {
        height: 128px;
        width: 128px;
        font-size: 192px;
        line-height: normal;
    }
}

.c-matter__pull-quote cite {
    margin-top: 24px;
    font-style: normal;
}

@media(min-width: 992px) {
    .c-matter__pull-quote cite {
        margin-top: 0;
        margin-left: 128px;
    }
}


/* UTILITY CLASSES */
/*=====================================================*/
.u-padding--0 {
    padding: 0 !important;
}

.u-padding-left--0 {
    padding-left: 0;
}

.u-margin-top--20 {
    margin-top: 20px;
}

.u-margin--0 {
    margin: 0;
}

.u-margin-right--5 {
    margin-right: 5px;
}

.u-margin-right--10 {
    margin-right: 10px;
}
.u-margin-right--12 {
    margin-right: 12px;
}

.u-margin-left--15 {
    margin-left: 15px;
}

.u-margin-top--0 {
    margin-top: 0;
}

.u-margin-top--5 {
    margin-top: 5px;
}

.u-margin-bottom--5 {
    margin-bottom: 5px;
}

.u-width--145 {
    width: 145px;
}

.u-width--150 {
    width: 150px;
}

.u-width--170 {
    width: 170px;
}

.u-margin-top--10 {
    margin-top: 10px;
}

.u-width--135 {
    width: 135px;
}

.u-padding-bottom--5 {
    padding-bottom: 5px;
}

.u-margin-bottom--10 {
    margin-bottom: 10px;
}
.u-margin-bottom--20 {
    margin-bottom: 20px;
}
.o-video-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.o-video-wrapper .c-video-iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.c-video-iframe--maxwidth {
    max-width: 650px;
}
.c-video-page__wrapper .c-video-iframe--maxwidth {
    max-width: 800px;
}

.c-video-page__wrapper .c-video-vert--maxwidth {
    max-width: 400px;
    justify-content: center;
}

.c-team-grid__section--solana .fa.fa-mobile.c-team-info__icons {
    margin-right: 11px;
}

.fa.fa-mobile.fa-mobile__team--solana {
    margin-right: 7px;
    font-size: 25px;
}

.fa.fa-mobile.c-team-info__icons {
    margin-right: 15px;
    font-size: 25px;
}

.c-team-detail-mobilephone  {
    margin-bottom: 0;
}

.c-team-grid__section--solana .c-team-detail__voice-only {
    margin-left: 25px;
}

.c-team-grid__section--solana > .u-margin-top--5 div {
    display: flex;
    width: 100%;
}
.c-team-grid__section--solana > div.u-margin-top--5 { 
    word-wrap: normal;
}

.c-team-grid__section--solana > div.u-margin-top--5 > a[target="_blank"] ~ div {
    margin-top: 15px;
}

.c-team-detail__voice-only {
    color: #666;
}
