﻿/* --------------------------------------
   Global Styling
-------------------------------------- */

body {
    background-color: #fff;
    color: #1e1e1e;
    font: 0.75em/18px Arial, Verdana, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5 {
    font-family: "museo", Georgia, Arial, Serif;
    font-weight: 500;
    color: #2c489f;
}

h1 {
    font-size: 3em;
    line-height: 1em;
    letter-spacing: normal;
}

h2 {
    font-size: 2em;
    line-height: 1em;
    letter-spacing: normal;
}

h3 {
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: normal;
}

h4 {
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: normal;
}

h5 {
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: normal;
}

/* Anchors */
a, a:visited {
    text-decoration: underline;
    color: #1e1e1e;
}

    a:hover {
        text-decoration: none;
    }

p a {
    z-index: 10;
}

/* Base margin */
p, blockquote, ul, ol, ul li, ol li {
    margin-bottom: 0.833em;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 0.4em;
}

/* ULs, OLs & LIs */
ul {
    margin-left: 2em;
}

    ul li {
        list-style: disc;
    }

ol {
    margin-left: 2em;
}

    ol li {
        list-style: decimal;
    }

/* Blockquote */
blockquote {
    width: 75%;
    font-size: 1.166em;
    margin-left: 10%;
    padding: 10px;
    quotes: "\201C" "\201D";
}

    blockquote:before {
        content: open-quote;
        font: bold 20px/12px Georgia, "Times New Roman", Times, serif;
    }

    blockquote:after {
        content: close-quote;
        font: bold 20px/12px Georgia, "Times New Roman", Times, serif;
    }

/* Other styles */
small {
    font-size: 90%;
}

.tbig {
    font-size: 110%;
}

/* Classes */
.right {
    float: right;
}

.left {
    float: left;
}

img.right {
    float: right;
    margin: 0 0 0 10px;
}

img.left {
    float: left;
    margin: 0 10px 0 0;
}

p img.right {
    float: right;
    margin: 0 0 10px 10px;
    z-index: 100;
}

p img.left {
    float: left;
    margin: 0 10px 10px 0;
    z-index: 100;
}

.last {
    border: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.end-of-row {
    border-right: 0 !important;
    margin-right: 0 !important;
}

.error {
    color: #d5a2a2;
    border: 1px solid #c38e8e;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.nomarg {
    margin: 0 !important;
}

div.hr, hr {
    width: 100%;
    display: block;
    height: 0;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    margin: 1.5em 0;
    clear: both;
}

/* --------------------------------------
   Error and success messages
-------------------------------------- */
p.message, div.message {
    padding: 16px 10px 0px 70px;
    font-weight: bold;
    min-height: 35px;
}

.content .error {
    border: 1px solid #f00;
    color: #f00;
    background: #fff url('../i/ico-error.gif') 10px 10px no-repeat;
}

.content .form .error {
    margin-bottom: 10px;
}

.content .success {
    border: 1px solid #41bc3a;
    color: #41bc3a;
    background: #fff url('../i/ico-success.gif') 10px 10px no-repeat;
}

.content .warning {
    border: 1px solid #23ada9;
    color: #23ada9;
    background: #fff url('../i/ico-warning.gif') 10px 10px no-repeat;
    background-size: 5%;
}

/* small one */
.content .error-small {
    font-weight: bold;
    border: 1px solid #f00;
    color: #f00;
    background: #fff url('../i/ico-error-small.gif') 10px 10px no-repeat;
    padding: 8px 8px 8px 30px;
}

.content .form-item .error {
    background: #fff url('../i/ico-error-small.gif') 5px 5px no-repeat;
    padding: 3px 3px 3px 25px;
    color: #f00;
    font-weight: normal;
    margin-top: 5px;
    font-size: 0.91667em;
    border: none;
}

/* SVG styling */
svg {
    background-color: #fff;
    display: block;
    margin: 0 auto;
}


/* --------------------------------------
   Center Wrap
-------------------------------------- */
.center {
    width: 990px;
    margin: 0 auto;
}

/* --------------------------------------
   Header Section
-------------------------------------- */
.header-top {
    height: 43px;
}

    .header-top .login-menu, .header-top .loggedin-menu {
        padding-top: 11px;
    }

.country-select select {
    border: none;
    margin-top: -2px;
}

    .country-select select option {
        font-family: Arial, Verdana, Helvetica, sans-serif !important;
        color: #1e1e1e;
    }

.utils-menu.hmenu {
    padding-top: 5px;
}

.header {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 70px;
}

.header-logo {
    margin: 12px 0;
    width: 350px;
    float: left;
}

#logo {
    top: 0;
}

    #logo,
    #logo a {
        width: 349px;
        height: 45px;
        display: block;
        color: #2c489f;
        font-size: 30px;
    }

/* --------------------------------------
   Menu Styles
-------------------------------------- */
.utils-menu a, .utils-menu a:visited, .utils-menu a:active, .utils-menu a:hover,
.login-menu a, .login-menu a:visited, .login-menu a:active, .login-menu a:hover {
    text-decoration: none;
    color: #6d6e71;
}

    .utils-menu a:hover, .login-menu a:hover {
        color: #1e1e1e;
    }

.login-menu {
    float: right;
}

.utils-menu {
    float: left;
    margin-right: 10px;
}


/* --------------------------------------
   Header Login/Logout 
-------------------------------------- */
/* to use login as a pop-up, make use of .loginBackground*/
.loginOverlay, .logoutOverlay {
    position: absolute;
    background-color: #ffffff !important;
    z-index: 100;
    top: 40px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: 1px solid #e8e8e8;
}

.loginOverlay {
    width: 310px;
    left: 680px;
}

.logoutOverlay {
    width: 237px;
    left: 753px;
}

.loginOverlay .text input {
    width: 250px;
}

.loginOverlay .form-item .error {
    width: 240px;
}

.loginOverlay .btn, .logoutOverlay .btn {
    float: right;
}

.loginOverlay .helix-bar, .logoutOverlay .helix-bar {
    height: 8px;
    background: transparent url('../i/bg-cta.gif') left top no-repeat;
}

.loginOverlay .form {
    margin-top: 0px !Important;
}

.loginOverlay .info-message {
    display: none;
}

.login-header {
    padding: 20px 20px 0 20px;
}

.logoutOverlay .logout-menu {
    margin-bottom: 5px !Important;
}

.logoutOverlay ul.logout-menu li {
    margin-bottom: 5px !Important;
}

    .logoutOverlay ul.logout-menu li a {
        font-size: 1.0em;
        font-family: Arial;
    }

/* --------------------------------------
   Container Template
-------------------------------------- */
.content-header {
    padding: 10px 0 0 0;
}

/** 2 Column Layout **/
.two-columns {
    clear: both;
}

    .two-columns .left-column {
        width: 50%;
        float: left;
    }

    .two-columns .right-column {
        width: 50%;
        float: right;
    }

/** 3 Column Layout **/
.three-columns {
    clear: both;
}

    .three-columns .left-column {
        width: 33%;
        float: left;
    }

    .three-columns .mid-column {
        width: 34%;
        float: left;
    }

    .three-columns .right-column {
        width: 33%;
        float: right;
    }

/** 4 Column Layout **/
.four-columns {
    clear: both;
}

    .four-columns .left-column {
        width: 25%;
        float: left;
    }

    .four-columns .second-column {
        width: 25%;
        float: left;
    }

    .four-columns .third-column {
        width: 25%;
        float: left;
    }

    .four-columns .right-column {
        width: 25%;
        float: right;
    }

/* --------------------------------------
   Breadcrumbs Styles
-------------------------------------- */
.breadcrumbs {
    font-size: 0.91667em;
    color: #afafaf;
    margin-bottom: 15px;
}

    .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs a:hover {
        text-decoration: none;
        color: #afafaf;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
            color: #1e1e1e;
        }

    .breadcrumbs ul li {
        background: transparent url('../i/bg-breadcrumb-divider.gif') right 7px no-repeat;
        padding-right: 15px;
        margin-right: 0;
        margin-left: 5px;
    }

        .breadcrumbs ul li.first {
            margin-left: 0;
        }

        .breadcrumbs ul li.active {
            background: none;
        }

/* --------------------------------------
   Content Styles
-------------------------------------- */
.content {
    background-color: #f4f4f4;
}

    .content p {
    }

    .content blockquote {
        background: #fff;
        border: 1px solid #ccc;
    }

    .content ul, .content ol {
    }

        .content ul li, .content ol li {
        }

.content-header {
    background-color: #fff;
}

    .content-header .left {
        width: 580px;
    }

    .content-header p.intro {
        font-size: 1.33em;
        color: #2c489f;
    }

        .content-header p.intro strong {
            font-weight: normal;
        }

    .content-header h2 {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        margin-top: 0.5em;
    }

    .content-header h1 {
        font-size: 2.5em;
        margin-bottom: 0.2em;
    }

.community h1, .general-content h1, .browse-communities h1 {
    font-size: 3em;
    margin: 0 0 25px 0;
}

.browse-communities h1 {
    color: #626366;
}

/* --------------------------------------
   Homepage: Banner
-------------------------------------- */
#banner {
    height: 333px;
    background-color: #fff;
    padding: 0;
    width: 635px;
    float: left;
}

    #banner ul {
        overflow: hidden;
    }

        #banner ul.nojs {
            overflow: visible;
        }

    #banner li {
        height: 333px;
        padding: 0;
        list-style: none;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    #banner .info {
        font-family: "museo", Georgia, Arial, Serif;
        width: 615px;
        margin: 0;
        padding-left: 20px;
        position: absolute;
        height: 175px;
        left: 0;
        top: 80px;
        z-index: 1;
        background-color: rgba(255,255,255,0.55);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    }

        #banner .info h2 {
            margin-bottom: 10px;
            margin-top: 10px;
            font-size: 3em;
            letter-spacing: -0.05em;
        }

        #banner .info p {
            font-size: 1.833em;
            color: #6d6e71;
            line-height: 20px;
            letter-spacing: -1px;
        }

        #banner .info a.more {
            padding: 5px 15px;
            color: #fff;
            text-decoration: none;
            font-size: 1.33em;
        }

            #banner .info a.more:hover {
                background-image: url('../i/bg-view-persona-hover.png');
                background-position: left top;
                background-repeat: repeat;
            }

    #banner .controls {
        position: absolute;
        z-index: 1;
        bottom: 20px;
        right: 20px;
    }

        #banner .controls li {
            position: relative;
            margin: 0 0 0 5px;
            height: auto;
        }

            #banner .controls li a {
                background-color: #fff;
                display: block;
                width: 15px;
                height: 15px;
            }

            #banner .controls li.active a {
                background-color: #2c489f;
            }

            #banner .controls li a span {
                display: none;
            }

    #banner a.back, #banner a.next {
        display: none !important;
    }

    #banner .image {
        width: 635px;
        height: 333px;
        overflow: hidden;
    }

        #banner .image img {
            width: 635px;
            height: 333px;
        }


/* --------------------------------------
   Homepage: CTA
-------------------------------------- */
.hero .ctas{
    height: 333px;
    background: #fff;
}

.hero .cta {
    width: 355px;
    padding-bottom: 10px;
    background-color: #fff;
}

.cta .helix-bar {
    height: 8px;
    width: 355px;
    background: transparent url('../i/bg-cta.gif') left top no-repeat;
}

.cta h3 {
    padding: 10px 15px 0 15px;
    margin-bottom: 10px;
    font-size: 1.91667em;
    letter-spacing: -0.01em;
}

    .cta h3 a {
        text-decoration: none;
        color: #2c489f;
    }

        .cta h3 a:hover {
            text-decoration: underline;
        }

.cta .tc {
    padding: 0 15px;
    margin-bottom: 0;
}



/* --------------------------------------
   Homepage: Geo Search
-------------------------------------- */
.geo-search {
    height: 89px;
    width: 635px;
    padding-bottom: 15px;
    background-color: #fff;
    margin-top: -97px;
}

    .geo-search .helix-bar {
        height: 8px;
        width: 635px;
        background: transparent url('../i/bg-cta.gif') left top no-repeat;
        background-size: 100%;
    }

    .geo-search h3 {
        padding: 21px 15px 6px 0px;
        color: #00addb;
        margin-bottom: 1.5em;
        font-size: 1.91667em;
        letter-spacing: -0.01em;
        z-index: 3;
        float: left;
    }

    .geo-search .tc {
        padding: 0 15px;
        margin-bottom: 0;
    }


/* --------------------------------------
   Homepage: Browse
-------------------------------------- */
.browse {
    background-color: #f4f4f4;
    padding: 15px 0 40px 0;
}

    .browse .community-detail {
        min-height: 145px;
    }

    .browse img {
        display: block;
    }

    .browse h2 {
        color: #686868;
        margin-bottom: 15px;
    }

    .browse ul li {
        background-color: #fff;
        width: 140px;
        margin-right: 1px;
    }

        .browse ul li ul li {
            background-color: transparent;
        }

    .browse h4 {
        color: #fff;
        padding: 10px 10px 5px 10px;
        margin: 0;
    }

    .browse p {
        font-size: 0.91667em;
        color: #fff;
        padding: 0 10px;
        line-height: 1.1667em;
    }

    .browse a.more {
        display: block;
        line-height: 24px;
        background: transparent url('../i/bg-view-persona.png') left top repeat;
        padding-left: 10px;
        padding-right: 25px;
        color: #fff;
        text-decoration: none;
    }

        .browse a.more:hover {
            background-image: url('../i/bg-view-persona-hover.png');
        }

        .browse a.more span {
            display: block;
            position: absolute;
            bottom: 5px;
            right: 10px;
            height: 13px;
            width: 13px;
            background: transparent url('../i/ico-plus.png') left top no-repeat;
        }

.browse-communities .browse {
    padding: 1px 0 40px 0;
}

/* --------------------------------------
   Tabset Styles
-------------------------------------- */
.tabset {
    background-color: #cecece;
}

.tabset-header {
    background-color: #2c489f;
}

    .tabset-header ul {
        border-left: 1px solid #fff;
        margin: 0;
    }

        .tabset-header ul li {
            list-style: none;
            line-height: 60px;
            border-right: 1px solid #fff;
            float: left;
            margin: 0;
            height: 60px;
            width: 115px;
        }

            .tabset-header ul li a, .tabset-header ul li a:visited, .tabset-header ul li a:active, .tabset-header ul li a:hover {
                text-decoration: none;
                color: #fff;
                background-color: #2c489f;
                display: block;
                height: 60px;
                width: 115px;
                vertical-align: middle;
                text-align: center;
            }

                .tabset-header ul li a:hover, .tabset-header ul li.active a {
                    text-decoration: none;
                    color: #2c489f;
                    background-color: #cecece;
                    font-weight: bold;
                }

.tabset-detail {
    padding: 15px 0;
}

.landing {
    padding: 1px 0 0 0;
}

/* general column layout */
.tabset .two-columns .left-column {
    width: 380px;
    margin-right: 15px;
}

.tabset .two-columns .right-column {
    width: 380px;
}

.tabset .three-columns .left-column {
    width: 248px;
    margin-right: 15px;
}

.tabset .three-columns .mid-column {
    width: 248px;
    margin-right: 15px;
}

.tabset .three-columns .right-column {
    width: 249px;
}

/* layout for master rows */
.tabset .single-column .snippet-master-row .two-columns .left-column {
    width: 487px;
    margin-right: 15px;
}

.tabset .single-column .snippet-master-row .two-columns .right-column {
    width: 487px;
}

.tabset .two-columns .snippet-master-row .two-columns .left-column {
    width: 380px;
    margin-right: 15px;
}

.tabset .two-columns .snippet-master-row .two-columns .right-column {
    width: 380px;
}

/* layout of overview tab */
.tabset .overview .persona-column {
    width: 200px;
    margin-right: 15px;
}

.tabset .overview .detail-column {
    width: 775px;
}

/* layout of landing page */
.landing-detail {
    background-color: #2c489f;
}

    .landing-detail .two-columns .left-column {
        width: 295px;
        padding: 30px;
        margin-right: 0;
    }

    .landing-detail .two-columns .right-column {
        width: 605px;
        padding: 30px 30px 30px 0;
    }

/* content detail layout */
.content-detail {
    padding: 20px 0;
}

    .content-detail .two-columns .left-column {
        width: 620px;
        padding: 0;
    }

    .content-detail .two-columns .right-column {
        width: 355px;
        padding: 0;
    }

/* persona summary */
.persona-summary {
    background-color: #2c489f;
    color: #fff;
}

    .persona-summary .summary-head {
        padding: 15px;
        margin-bottom: 7px;
    }

        .persona-summary .summary-head h3, .persona-summary .summary-head h4 {
            color: #fff;
        }

    .persona-summary .summary-body {
        background-color: #fff;
        padding-top: 7px;
    }

    .persona-summary .summary-head h3 {
        font-size: 1.91667em;
    }

    .persona-summary .summary-head h4 {
        font-size: 1.5em;
        margin-bottom: 0.1em;
    }

    .persona-summary .summary-body ul.data-list {
    }

        .persona-summary .summary-body ul.data-list li {
            padding: 10px 15px;
            color: #2c489f;
            border-bottom: 1px solid #cecece;
            margin: 0;
        }

            .persona-summary .summary-body ul.data-list li strong {
                font-weight: normal;
                width: 115px;
                margin-right: 5px;
            }

            .persona-summary .summary-body ul.data-list li span {
                font-weight: bold;
                width: 50px;
            }

/* image bar for landing page */
.image-bar {
    height: 179px;
    padding: 0;
    margin: 0 0 1px 0;
    width: 990px;
    overflow: hidden;
}

    .image-bar ul li {
        margin-right: 1px;
    }

/* persona list */
.persona-list ul li {
    font-family: "museo", Georgia, Arial, Serif;
    margin: 0 1px 1px 0;
    background: #fff;
    width: 115px;
    height: 76px;
    font-size: 1.1667em;
    letter-spacing: -0.03em;
}

    .persona-list ul li:hover {
        background-color: rgba(255,255,255,0.27);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        cursor: pointer;
        color: #fff !important;
    }
    /* transparency in the bg */
    .persona-list ul li a, .persona-list ul li a:active, .persona-list ul li a:visited, .persona-list ul li a:hover {
        text-decoration: none;
        display: block;
        padding: 8px 13px;
        min-height: 56px;
    }

        .persona-list ul li a:hover, .persona-list ul li:hover a {
            color: #fff !important;
            background: transparent url('../i/ico-plus.png') 93px 54px no-repeat;
        }

        .persona-list ul li a span {
            font-family: Arial, Verdana, Helvetica, sans-serif;
            color: #686868;
            font-weight: bold;
        }

        .persona-list ul li a:hover span, .persona-list ul li:hover a span {
            color: #fff !important;
        }

/* landing page intro */
.landing-detail .intro {
    color: #fff;
    font-family: "museo", Georgia, Arial, Serif;
    font-size: 2.667em;
    line-height: normal;
    text-align: right;
}

/* page body layout */
.page-body {
    padding: 15px;
    background-color: #fff;
    min-height: 296px;
}

/* snippet of info */
.snippet {
    background-color: #fff;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}

    .snippet h4 {
        background-color: #2c489f;
        color: #fff;
        text-transform: uppercase;
        padding: 15px;
        margin: 0;
        margin-bottom: 1px;
        z-index: 100;
    }

    .snippet p {
        padding: 0 15px;
    }

    .snippet img {
        display: block;
        padding: 0;
    }

    .snippet .snippet-body {
        margin-top: 0.833em;
        background-color: #fff;
    }

    /* multiple images for standard snippets */
    .snippet ul.image-list li {
        margin-bottom: 1px;
    }

    /* table styling */
    .snippet .snippet-table ul {
        margin: 0;
        padding: 0;
        border-top: 1px solid #cecece;
    }

        .snippet .snippet-table ul li {
            list-style: none;
            border-bottom: 1px solid #cecece;
            border-right: 1px solid #cecece;
            padding: 10px 15px;
            color: #2c489f;
            margin: 0;
            float: left;
        }

            .snippet .snippet-table ul li a, .snippet .snippet-table ul li a:visited, .snippet .snippet-table ul li a:active, .snippet .snippet-table ul li a:hover {
                text-decoration: none;
                color: #2c489f;
            }

                .snippet .snippet-table ul li a:hover {
                    text-decoration: underline;
                    color: #2c489f;
                }

                /* grey version of link */
                .persona-summary .summary-body ul.data-list li a, .persona-summary .summary-body ul.data-list li a:visited, .persona-summary .summary-body ul.data-list li a:active, .persona-summary .summary-body ul.data-list li a:hover,
                .snippet .snippet-table ul li a.grey, .snippet .snippet-table ul li a.grey:visited, .snippet .snippet-table ul li a.grey:active, .snippet .snippet-table ul li a.grey:hover {
                    text-decoration: none;
                    color: #6d6e71;
                }

                    .persona-summary .summary-body ul.data-list li a:hover, .snippet .snippet-table ul li a.grey:hover {
                        text-decoration: underline;
                        color: #1e1e1e;
                    }

/* set widths */
/*.detail-column .two-column-layout .snippet .snippet-table ul li { width: 169px; }
.detail-column .two-column-layout .snippet .snippet-table ul li.end-of-row { width: 169px; }
.detail-column .three-column-layout .snippet .snippet-table ul li { width: 228px; border-right: none!important; }*/

/* likes list */
.likes-list {
    background-color: transparent;
    margin-right: 0;
}

    .likes-list h4 {
        margin-bottom: 2px;
    }

    .likes-list ul li {
        margin-right: 2px;
        margin-bottom: 2px;
    }

    .likes-list img {
        padding: 0;
        display: block;
    }

/* --------------------------------------
   Customisations for different snippets
-------------------------------------- */
/* image bar snippet */
.image-bar-snippet {
    background: none;
}

    .image-bar-snippet img {
        padding: 0;
    }

    .image-bar-snippet ul li {
        margin-left: 0;
        margin-right: 1px;
        background-color: #fff;
    }

/* complex snippet */
.complex-snippet .multiple-images img {
    margin-bottom: 1px;
}

/* complex snippet */
.tri-column-snippet .multiple-images img {
    margin-bottom: 1px;
}

/* standard snippet */
.standard-snippet ul.image-list li img {
    margin: 0 auto;
}

/* --------------------------------------
   Widths of our snippets (single column page - e.g. stats tab)
-------------------------------------- */
.single-column .single-column-layout .snippet {
    width: 990px;
}

.single-column .two-column-layout .snippet {
    width: 487px;
}

.single-column .three-column-layout .snippet {
    width: 320px;
}

/* // TODO: rework this to style better */
.single-column .single-column-layout .snippet .snippet-table ul li {
    width: 464px;
}

.single-column .two-column-layout .snippet .snippet-table ul li {
    width: 457px;
    border-right: none !important;
}

.single-column .three-column-layout .snippet .snippet-table ul li {
    width: 290px;
    border-right: none !important;
}

/* column widths for tri-column snippets in a single-column-layout */
.single-column .single-column-layout .tri-column-snippet .three-columns .left-column,
.single-column .single-column-layout .tri-column-snippet .three-columns .mid-column,
.single-column .single-column-layout .tri-column-snippet .three-columns .right-column {
    margin-right: 1px;
    width: 247px;
    background-color: #fff;
}

.single-column .single-column-layout .tri-column-snippet .three-columns .snippet-body {
    width: 494px;
}

/* column widths for tri-column snippets in a two-column-layout */
.single-column .two-column-layout .tri-column-snippet .three-columns .left-column,
.single-column .two-column-layout .tri-column-snippet .three-columns .mid-column,
.single-column .two-column-layout .tri-column-snippet .three-columns .right-column {
    margin-right: 1px;
    width: 121px;
    background-color: #fff;
}

.single-column .two-column-layout .tri-column-snippet .three-columns .snippet-body {
    width: 243px;
}

/* column widths for tri-column snippets in a three-column-layout */
.single-column .three-column-layout .tri-column-snippet .three-columns .left-column,
.single-column .three-column-layout .tri-column-snippet .three-columns .mid-column,
.single-column .three-column-layout .tri-column-snippet .three-columns .right-column {
    margin-right: 1px;
    width: 80px;
    background-color: #fff;
}

.single-column .three-column-layout .tri-column-snippet .three-columns .snippet-body {
    width: 158px;
}

/* column widths for complex snippets in a single-column-layout */
.single-column .single-column-layout .complex-snippet .four-columns .left-column,
.single-column .single-column-layout .complex-snippet .four-columns .second-column,
.single-column .single-column-layout .complex-snippet .four-columns .third-column,
.single-column .single-column-layout .complex-snippet .four-columns .right-column {
    margin-right: 1px;
    width: 247px;
    background-color: #fff;
}

.single-column .single-column-layout .complex-snippet .four-columns .snippet-body {
    width: 246px;
}

/* column widths for image bar snippets in a two-column-layout */
/* note that these sizes are used for dictating the widths of snippets in the code-behind and are used at runtime to
   resize SVG images and YouTube embedded videos automatically - if you find yourself changing any of these values, you should
   check VERY CAREFULLY in the main-style.css file to ensure that your sizes in there are not also supposed to be changed
   since these two lots of values are closely interlinked */
.single-column .single-column-layout .image-bar-snippet ul li {
    width: 197px;
}

/* --------------------------------------
   Widths of our snippets (two column page - e.g. overview tab)
-------------------------------------- */
/* note that these sizes are used for dictating the widths of snippets in the code-behind and are used at runtime to
   resize SVG images and YouTube embedded videos automatically - if you find yourself changing any of these values, you should
   check VERY CAREFULLY in the main-style.css file to ensure that your sizes in there are not also supposed to be changed
   since these two lots of values are closely interlinked */
.two-columns .single-column-layout .snippet {
    width: 774px;
}

.two-columns .two-column-layout .snippet {
    width: 380px;
}

.two-columns .three-column-layout .snippet {
    width: 248px;
}

/* note that these sizes are used for dictating the widths of snippets in the code-behind and are used at runtime to
   resize SVG images and YouTube embedded videos automatically - if you find yourself changing any of these values, you should
   check VERY CAREFULLY in the main-style.css file to ensure that your sizes in there are not also supposed to be changed
   since these two lots of values are closely interlinked */
.two-columns .single-column-layout .snippet .snippet-table ul li {
    width: 356px;
}

.two-columns .two-column-layout .snippet .snippet-table ul li {
    width: 350px;
    border-right: none !important;
}

.two-columns .three-column-layout .snippet .snippet-table ul li {
    width: 218px;
    border-right: none !important;
}

/* column widths for tri-column snippets in a single-column-layout */
/* note that these sizes are used for dictating the widths of snippets in the code-behind and are used at runtime to
   resize SVG images and YouTube embedded videos automatically - if you find yourself changing any of these values, you should
   check VERY CAREFULLY in the main-style.css file to ensure that your sizes in there are not also supposed to be changed
   since these two lots of values are closely interlinked */
.two-columns .single-column-layout .tri-column-snippet .three-columns .left-column,
.two-columns .single-column-layout .tri-column-snippet .three-columns .mid-column,
.two-columns .single-column-layout .tri-column-snippet .three-columns .right-column {
    margin-right: 1px;
    width: 193px;
}

.two-columns .single-column-layout .tri-column-snippet .three-columns .snippet-body {
    width: 386px;
}

/* column widths for tri-column snippets in a two-column-layout */
/* note that these sizes are used for dictating the widths of snippets in the code-behind and are used at runtime to
   resize SVG images and YouTube embedded videos automatically - if you find yourself changing any of these values, you should
   check VERY CAREFULLY in the main-style.css file to ensure that your sizes in there are not also supposed to be changed
   since these two lots of values are closely interlinked */
.two-columns .two-column-layout .tri-column-snippet .three-columns .left-column,
.two-columns .two-column-layout .tri-column-snippet .three-columns .mid-column,
.two-columns .two-column-layout .tri-column-snippet .three-columns .right-column {
    margin-right: 1px;
    width: 95px;
}

.two-columns .two-column-layout .tri-column-snippet .three-columns .snippet-body {
    width: 188px;
}

/* column widths for tri-column snippets in a three-column-layout */
/* note that these sizes are used for dictating the widths of snippets in the code-behind and are used at runtime to
   resize SVG images and YouTube embedded videos automatically - if you find yourself changing any of these values, you should
   check VERY CAREFULLY in the main-style.css file to ensure that your sizes in there are not also supposed to be changed
   since these two lots of values are closely interlinked */
.two-columns .three-column-layout .tri-column-snippet .three-columns .left-column,
.two-columns .three-column-layout .tri-column-snippet .three-columns .mid-column,
.two-columns .three-column-layout .tri-column-snippet .three-columns .right-column {
    margin-right: 1px;
    width: 62px;
}

.two-columns .three-column-layout .tri-column-snippet .three-columns .snippet-body {
    width: 122px;
}

/* column widths for complex snippets in a two-column-layout */
/* note that these sizes are used for dictating the widths of snippets in the code-behind and are used at runtime to
   resize SVG images and YouTube embedded videos automatically - if you find yourself changing any of these values, you should
   check VERY CAREFULLY in the main-style.css file to ensure that your sizes in there are not also supposed to be changed
   since these two lots of values are closely interlinked */
.two-columns .single-column-layout .complex-snippet .four-columns .left-column,
.two-columns .single-column-layout .complex-snippet .four-columns .second-column,
.two-columns .single-column-layout .complex-snippet .four-columns .third-column,
.two-columns .single-column-layout .complex-snippet .four-columns .right-column {
    margin-right: 1px;
    width: 193px;
}

.two-columns .single-column-layout .complex-snippet .four-columns .snippet-body {
    width: 192px;
}

/* column widths for image bar snippets in a two-column-layout */
/* note that these sizes are used for dictating the widths of snippets in the code-behind and are used at runtime to
   resize SVG images and YouTube embedded videos automatically - if you find yourself changing any of these values, you should
   check VERY CAREFULLY in the main-style.css file to ensure that your sizes in there are not also supposed to be changed
   since these two lots of values are closely interlinked */
.two-columns .single-column-layout .image-bar-snippet ul li {
    width: 154px;
}

/* --------------------------------------
   Down Arrow
-------------------------------------- */
.snippet h4:after,
.persona-summary .summary-head:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #2c489f;
}

.persona-summary .summary-head:after {
    bottom: -13px;
    z-index: 10;
}


/* --------------------------------------
   Download links
-------------------------------------- */
a.download-link {
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}

a.download-pdf {
    background: transparent url('../i/ico-pdf.png') left top no-repeat;
}

/* --------------------------------------
   Helix Bar
-------------------------------------- */
.helix-bar {
    height: 4px;
    background: transparent url('../i/bg-helix-bar.png') right top no-repeat;
}

.helix-bar-fixed {
    height: 4px;
    background: #2c489f url('../i/bg-tabset-footer.gif') center top repeat-x;
}

.helix-bar-content {
    height: 4px;
    background: #dbdbdb url('../i/bg-page-body-top.gif') center top repeat-x;
}

.double {
    height: 8px !important;
}


/* --------------------------------------
   Small Media Gallery
-------------------------------------- */
.small-media-gallery {
    margin-bottom: 15px;
}

    .small-media-gallery .gallery-item {
        background-color: #fff;
    }

        .small-media-gallery .gallery-item img {
            display: block;
        }

        .small-media-gallery .gallery-item small {
            padding: 0 5px 5px 5px;
            font-size: 0.833em;
            text-align: left;
            display: block;
            line-height: normal;
        }

/* --------------------------------------
   Content Tables
-------------------------------------- */
.page-body p.intro {
    font-size: 1.33em;
    color: #2C489F;
}

.page-body table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-collapse: separate;
    margin-bottom: 0.833em;
}

    .page-body table tr th {
        text-align: left;
    }

    .page-body table tr th, .content table tr td {
        padding: 10px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .page-body table tr th {
        background-color: #e2e2e2;
    }

/* button-style anchors */
.page-body a.btn {
    font-family: "museo", Georgia, Arial, Serif;
    background-color: #3d56a7;
    color: #fff;
    text-decoration: none;
    padding: 7px 30px;
    border-radius: 15px;
    display: inline-block;
}

    .page-body a.btn:hover {
        background-color: #7184bf;
    }

/* --------------------------------------
   Main Navigation
-------------------------------------- */
.main-navigation {
    float: right;
    width: auto;
}

    .main-navigation ul {
        border-right: 1px solid #e8e8e8;
        margin: 0;
    }
        /* note this must be 1px higher than the header to allow for tab to position over the header */
        .main-navigation ul li {
            list-style: none;
            line-height: 70px;
            border-left: 1px solid #e8e8e8;
            border-bottom: 1px solid #e8e8e8;
            float: left;
            margin: 0;
            height: 70px;
            width: 86px;
        }

            /* note this must be 1px higher than the header to allow for tab to position over the header */
            .main-navigation ul li a, .main-navigation ul li a:visited, .main-navigation ul li a:active, .main-navigation ul li a:hover {
                text-decoration: none;
                color: #6d6e71;
                background-color: #f4f4f4;
                display: block;
                height: 70px;
                width: 86px;
                vertical-align: middle;
                text-align: center;
            }

                .main-navigation ul li a:hover {
                    color: #1e1e1e;
                    background-color: #fff;
                }

            /* active state */
            .main-navigation ul li.active {
                border-bottom: 1px solid #fff;
                font-weight: bold;
            }

                .main-navigation ul li.active a {
                    background-color: #fff;
                }

/* --------------------------------------
   Login/Logout form
-------------------------------------- */
.login, .logout {
    padding: 20px;
}

    .login a {
        color: #23ada9;
    }

    .login .form a {
        text-decoration: none;
        font-size: 0.95em;
    }

    .login .register p, .logout-menu li a {
        font-family: "museo", Georgia, Arial, Serif;
        font-weight: 500;
        font-size: 1.5em;
    }

.login-menu li.my-profile {
    width: 60px;
}

    .login-menu li.my-profile span {
        display: block;
        position: absolute;
        bottom: 5px;
        right: -15px;
        width: 7px;
        height: 4px;
        background: transparent url('../i/arrow-down.gif') left top no-repeat;
    }

.logout-menu {
    margin-bottom: 20px;
}

    .logout-menu li {
        margin-bottom: 10px;
    }

        .logout-menu li a {
            text-decoration: none;
            color: #23ada9;
        }

    .logout-menu a:visited, .logout-menu a:active, .logout-menu a {
        text-decoration: none;
        color: #23ada9;
    }

        .logout-menu a:hover {
            color: #0aaddd;
        }

.page-body ul.logout-menu li {
    margin-bottom: 0px;
    padding: 30px 20px 30px 100px;
}

    .page-body ul.logout-menu li span {
        display: block;
        position: absolute;
        bottom: -25px;
        left: -90px;
        height: 74px;
        width: 74px;
    }

    .page-body ul.logout-menu li a:hover span {
        background-color: #0aaddd;
    }

    .page-body ul.logout-menu li.password span {
        background: #23ada9 url('../i/password-large.png') center center no-repeat;
    }

    .page-body ul.logout-menu li.email span {
        background: #23ada9 url('../i/email-large.png') center center no-repeat;
    }

    .page-body ul.logout-menu li.profile span {
        background: #23ada9 url('../i/profile-large.png') center center no-repeat;
    }

.logoutOverlay ul.logout-menu li {
    margin-bottom: 5px;
    padding: 7px 0 7px 40px;
}

    .logoutOverlay ul.logout-menu li span {
        display: block;
        position: absolute;
        bottom: -12px;
        left: -40px;
        height: 35px;
        width: 35px;
    }

    .logoutOverlay ul.logout-menu li a:hover span {
        background-color: #0aaddd;
    }

    .logoutOverlay ul.logout-menu li.password span {
        background: #23ada9 url('../i/password-small.png') center center no-repeat;
    }

    .logoutOverlay ul.logout-menu li.email span {
        background: #23ada9 url('../i/email-small.png') center center no-repeat;
    }

    .logoutOverlay ul.logout-menu li.profile span {
        background: #23ada9 url('../i/profile-small.png') center center no-repeat;
    }

/* --------------------------------------
   Footer Section
-------------------------------------- */
.footer {
}

    .footer .center {
        padding: 30px 0;
    }

    .footer .two-columns {
        width: 835px;
    }

        .footer .two-columns .left-column {
            width: 285px;
            margin-right: 15px;
        }

        .footer .two-columns .right-column {
            width: 535px;
        }

    .footer .about-helix {
        font-family: "museo", Georgia, Arial, Serif;
        color: #686868;
        padding: 0 50px 0 30px;
        font-size: 1.1667em;
        letter-spacing: -0.03em;
        line-height: 20px;
    }

        .footer .about-helix a, .footer .about-helix a:visited, .footer .about-helix a:active, .footer .about-helix a:hover {
            text-decoration: none;
            color: #3d56a7;
        }

            .footer .about-helix a:hover {
                text-decoration: underline;
            }

    .footer .footer-menu {
    }

        .footer .footer-menu li {
            margin-bottom: 5px;
        }

        .footer .footer-menu a, .footer .footer-menu a:visited, .footer .footer-menu a:active, .footer .footer-menu a:hover {
            text-decoration: none;
            color: #afafaf;
        }

            .footer .footer-menu a:hover {
                color: #1e1e1e;
            }

    .footer .social-media {
    }

        .footer .social-media li {
            margin-right: 4px;
        }

/* --------------------------------------
   RMR Credit
-------------------------------------- */
a.rmr-logo {
    width: 155px;
    height: 62px;
}

    a.rmr-logo span {
        background-image: url('../i/logo-rmr.gif');
    }

/* --------------------------------------
   NOW/media Credit
-------------------------------------- */
a.credit {
    width: 96px;
    height: 19px;
    font: 10px Arial, Helvetica, sans-serif;
    margin-top: 55px;
    float: right;
}

    a.credit span {
        background-image: url('../i/nowmedia-credit.gif');
    }


/* --------------------------------------
   Form Layout
-------------------------------------- */
.form {
    margin-top: 15px;
}

/* single column */
.text input {
    width: 385px;
}

    .text input.column-layout {
        width: 270px;
    }

    .text input.short, .postcode input {
        width: 4em;
    }

    .text input.wide {
        width: 570px;
    }

.textarea textarea {
    width: 385px;
    height: 100px;
}

    .textarea textarea.wide {
        width: 570px;
    }

.select select {
    width: 401px;
}

/* help label */
.form-item .help-label {
    width: 385px;
}

.form-item div.wide {
    width: 385px;
}

.form-item .error {
    width: 273px;
}

/* two columns */
.two-column-segment .segment-row .form-item {
    float: left;
    margin-right: 15px;
}

.two-column-segment .segment-row .text input {
    width: 270px;
}

    .two-column-segment .segment-row .text input.wide {
        width: 270px;
    }

.two-column-segment .segment-row .textarea textarea {
    width: 270px;
    height: 100px;
}

.two-column-segment .segment-row .select select {
    width: 285px;
}

.two-column-segment .form-item .help-label {
    width: 270px;
}

.two-column-segment .form-item .error {
    width: 258px;
}

/* --------------------------------------
   Form Styles
-------------------------------------- */
.form-item {
    padding: 0;
    margin-bottom: 5px;
    display: block;
}

    .form-item label {
        display: inline-block;
        clear: both;
        margin-bottom: 0.2em;
        font-weight: bold;
    }

    /* counter box */
    .form-item .counter-box {
        float: right;
        width: auto;
        color: #7bd4f8;
        border: none;
        font-size: 1em;
    }

    .form-item .counter {
        font-weight: bold;
        border: none;
        display: inline;
    }

/* various input styles */
.text input {
    color: #686868;
    padding: 7px;
    display: block;
    border: 1px solid #c4c4c4;
    background-color: #fafafa;
}

.textarea textarea {
    color: #686868;
    padding: 7px;
    display: block;
    border: 1px solid #c4c4c4;
    background-color: #fafafa;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.select select {
    color: #686868;
    padding: 7px;
    display: block;
    border: 1px solid #c4c4c4;
    background-color: #fafafa;
}

.required label span {
    width: 5px;
    height: 5px;
    zoom: 1;
    display: inline-block;
    overflow: hidden;
    text-indent: -1000px;
    background: url('../i/ico-required.png') left top no-repeat;
    border: none;
}

/* button-style anchors */
input.btn {
    font-family: "museo", Georgia, Arial, Serif;
    background-color: #3d56a7;
    color: #fff;
    text-decoration: none;
    padding: 7px 30px;
    border-radius: 15px;
    border: none;
    display: inline-block;
}

    input.btn:hover {
        background-color: #7184bf;
        cursor: pointer;
    }

/* form section legend */
.form .legend {
    font-size: 1.33em;
    color: #2C489F;
    padding: 5px 0 10px 0;
}

password12
/* checkbox */
.checkbox input {
    width: auto !important;
    margin: 0;
}

.checkbox label {
    font-weight: normal;
    margin-left: 10px;
}

.help-label {
    font-size: 0.91667em;
    margin-top: 0.2em;
    color: #686868;
}

/* persona selector */
.persona-selector {
    width: 400px;
    margin-top: 30px;
}

    .persona-selector select {
        float: left;
        color: #686868;
        padding: 7px;
        display: inline;
        border: 1px solid #c4c4c4;
        background-color: #fafafa;
        width: 199px;
        margin-right: 2px;
    }

        .persona-selector select.persona {
            margin-right: 0;
        }

/* geo search */
.geo-search .geo-form {
    padding: 0 0 0 15px;
    background-color: #fff;
    display: none;
}
/* this is hidden by default because JS turns it on */
.geo-form .form-item-group {
    float: right;
}

.geo-search p.no-script {
    padding: 0 15px;
}

.geo-search .validation-summary {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 75%;
}
    /* hide because we will show this with JS validation in global.js */
    .geo-search .validation-summary:after {
        content: "";
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #f00;
        position: absolute;
        bottom: -5px;
        left: 11px;
    }

.geo-search .form-item-group-last {
    padding-bottom: 15px;
}

.geo-search .form-item-group .form-item {
    float: left;
}

.geo-search .text input {
    width: 415px;
    font-size: 0.91667em;
    padding: 5px;
    margin-top: 10px;
}

    .geo-search .text input.short {
        width: 43px;
    }

.geo-search .select select {
    width: 90px;
    font-size: 0.91667em;
    padding: 4px;
}

.geo-search .form-item label {
    font-weight: bold;
    font-size: 0.91667em;
    color: #00addb;
    display: block;
    padding-top: 3px;
    margin-bottom: -8px;
}

.geo-search .required label span {
    display: none;
}

.geo-search .actions {
    margin-top: 1px;
    margin-left: 0px;
    float: right;
}

.geo-search a.btn, #pProfile {
    font-family: "museo", Georgia, Arial, Serif;
    font-weight: 500;
    font-size: 1.33em;
    letter-spacing: -0.01em;
    background: #3d56a7 url('../i/ico-geo-pin.png') 92% 5px no-repeat;
    color: #fff;
    text-decoration: none;
    padding: 4px 30px 4px 15px;
    border-radius: 15px;
    display: inline-block;
}

    .geo-search a.btn:hover {
        background-color: #7184bf;
    }

/* geo search overlay */
#geo-search-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
}

#geo-search-result {
    margin-left: auto;
    margin-right: auto;
    top: 150px;
    width: 600px;
    min-height: 100px;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

    #geo-search-result .two-columns .left-column {
        width: 200px;
    }

    #geo-search-result .two-columns .right-column {
        width: 370px;
    }

#map-canvas {
    width: 100%;
}

#geo-search-result .persona-summary .summary-body ul.data-list {
    margin-bottom: 0px;
}

    #geo-search-result .persona-summary .summary-body ul.data-list li {
        color: inherit;
    }

        #geo-search-result .persona-summary .summary-body ul.data-list li strong {
            width: 85px;
        }

#geo-search-result .persona-summary .summary-head:after {
    content: none;
    border: none;
}

#geo-search-result .geo-search-header {
    padding: 20px 20px 10px 10px;
    height: 38px;
}

#geo-search-result .helix-bar {
    height: 8px;
}

#geo-search-result ul.social-media li {
    margin: 0 2px 0 0;
}

#pProfile {
    float: right;
    margin-right: 5px;
    font-size: 1.2em;
    padding: 2px 30px 1px 14px;
    background-position: 92% center;
}

#geo-search-result .geo-search-header > img {
    float: left;
    margin-top: -4px;
    width: 80px;
}

#overlay-title {
    float: left;
    font-size: 1.75em;
}

#showresult {
    padding: 10px;
    background-color: #e8e8e8;
}

#rmrsgs, #rmrresult {
    padding: 30px;
    background-color: #e8e8e8;
}

#geo-close {
    position: absolute;
    width: 50px;
    text-align: right;
    right: -30px;
    top: 27px;
    background-color: #fff;
    padding: 5px 13px;
    z-index: -1;
    font-weight: bold;
    border-radius: 25px;
}

    #geo-close a {
        text-decoration: none;
        color: inherit;
    }

/** error styling **/
input.error,
select.error,
textarea.error {
    border: 1px solid #6aa0cc;
    background-color: #e1effa;
    color: #000;
}

.form-item span {
    display: block;
    padding: 1px;
    border: 1px solid #ccc;
}

/* country selection */
.country-wrapper {
    width: 230px;
    float: left;
}

.country-image {
    float: left;
    width: 35px;
    height: 35px;
    padding-right: 5px;
}

    .country-image.aus {
        background: transparent url('/resources/rmr/helix/i/australia.png') 0 0 no-repeat;
    }

    .country-image.nz {
        background: transparent url('/resources/rmr/helix/i/new-zealand.png') 0 0 no-repeat;
    }

    .country-image.indo {
        background: transparent url('/resources/rmr/helix/i/indo.png') 0 0 no-repeat;
    }

.country-name {
    float: left;
    padding-right: 10px;
    margin-top: 7px;
}

.country-select {
    float: left;
    margin-top: 7px;
}

/* Styling for new search box on landign page */
.ui-helper-hidden-accessible {
    display: none !important;
}

ul.ui-autocomplete {
    background-color: white;
}

    ul.ui-autocomplete li {
        list-style: none;
    }

        ul.ui-autocomplete li a {
            text-decoration: none !important;
        }

        ul.ui-autocomplete li:hover {
            cursor: pointer !important;
        }

a.lock {
    background: url('/resources/RMR/Helix/css/lock.png');
    background-size: 8px 11px;
    background-repeat: no-repeat;
    background-position: 93% 12%;
}

.helixindo.browse ul li {
    width: 164px;
}

    .helixindo.browse ul li img {
        width: 100%;
    }

.home-cta-headline {
    text-align: center;
    font-size: 39px;
}

.home-cta {
    height: 275px;
    width: 100%;
    background: #f4f4f4;
    padding-top: 20px;
}

    .home-cta img {
        float: left;
        margin-right: 30px;
        padding-bottom: 100px;
    }

.home.col {
    width: 50%;
    margin-top: 0px;
}

    .home.col h3 {
            color: #00ABD9;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    }

    .home.col h3:first-of-type{
    font-weight: bold;
    font-size: 31px;
    text-align: left;
    margin-left: 3px;
    line-height: 40px;
    color: #2c489f;
    }

.home-cta-tel,
.login-menu a.home-cta-tel {
    font-family: "museo", Georgia, Arial, Serif;
    color: #2c489f;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    margin-top: 7px;
    margin-right: 20px;
}

.home-cta h2 {
    margin-top: 10px;
    margin-bottom: 19px;
}

.home-cta input[type="text"] {
    color: #686868;
    padding: 7px;
    display: block;
    border: 1px solid #c4c4c4;
    background-color: #fafafa;
    width: 280px;
    margin-bottom: 10px;
}

.home-cta input[type="submit"] {
    float: right;
    margin-right: 10px;
}

.home-cta span {
    float: left;
    line-height: 29px;
    font-size: 20px;
    margin-right: 11px;
    font-family: "museo", Georgia, Arial, Serif;
    font-weight: 500;
    color: #2c489f;
    width: 55px;
}

.col-wrapper {
    clear: both;
}

    .col-wrapper .home.col {
        float: left;
        font-size: 19px;
        line-height: 30px;
    }

    .col-wrapper p,
    .col-wrapper li {
        font-size: 14px;
        line-height: 22px;
    }

    .col-wrapper .home.col li {
        margin-bottom: 0;
            margin-right: 20px;
    }

    .col-wrapper .home.col img {
        width: 95%;
        height: auto;
    }

.round-border {
    font-size: 23px;
    line-height: 35px;
    border-radius: 35px;
    margin-right: 20px;
    font-weight: 100;
    margin-bottom: 10px;
}

    .round-border.blue {
        color: #00ABD9;
    }

    .round-border.green {
        color: #0F7977;
    }

.cta-col-right-form.blue {
    background: #253b87; /* Old browsers */
    background: -moz-linear-gradient(top, #253b87 32%, #0c679c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #253b87 32%,#0c679c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #253b87 32%,#0c679c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253b87', endColorstr='#0c679c',GradientType=0 ); /* IE6-9 */
    padding: 10px 30px;
    padding-bottom: 75px;
}

    .cta-col-right-form.blue input[type="text"] {
        color: #686868;
        padding: 7px;
        display: block;
        border: 1px solid #c4c4c4;
        background-color: #fafafa;
        width: 96%;
    }

     .cta-col-right-form select{
            color: #686868;
    padding: 7px;
    display: block;
    border: 1px solid #c4c4c4;
    background-color: #fafafa;
    width: 193px;
    margin-bottom: 10px;
    }

    .cta-col-right-form.blue span {
        line-height: 22px;
        font-size: 16px;
        margin-right: 7px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-weight: 500;
        color: #FFF;
        width: 55px;
    }

    .cta-col-right-form.blue h2 {
        color: #fff;
        font-size: 20px !important;
        text-align: center;
        margin-bottom: 25px !important;
        line-height: 31px;
    }

    .cta-col-right-form.blue input[type="submit"] {
        margin-top: 20px;
        background-color: transparent;
        color: #fff;
        float: right;
        border: 3px solid #fff;
    }

    .form-overlay{
            position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0.5;
    display:none;
    }

    .find-first{
    color: #2c489f;
    font-family: "museo", Georgia, Arial, Serif;
    font-size: 28px;
    font-weight: bold;
    padding: 14px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 26px;
    }
.find-first a{
    color: #2c489f;
}