﻿/*
AltaGenetics 2012
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;    
    font-family: 'FiraSansCondensedRegular', Calibri;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end of reset */


/* main layout and typography styles */

.container {
    margin: 0 auto;
    padding: 0;
    /*width: 1000px;*/
    width: 80%;
    position: relative;
    margin-bottom: 10px; /* add */
}

.containerAltaBeef {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    position: relative;
}

.main {
    background: #fff;
    padding: 20px;
    /*height:660px;*/
    position: relative;
    clear: both;
}

.col1 {
    width: 210px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.col2 {
    margin: 0 20px;
    width: 460px;
    float: left;
}

.col3 {
    width: 210px;
    margin-left: 20px;
    float: right;
}

.colleft, .colright {
    width: 460px;
    margin: 0 20px;
    float: left;
}

@font-face {
    font-family: 'FagoOffc';
    src: url('../fonts/FagoOffc.eot');
    src: url('../fonts/FagoOffc.eot');
    src: url('../fonts/FagoOffc.eot?#iefix') format('embedded-opentype'), url('../fonts/FagoOffc.woff') format('woff'), url('../fonts/FagoOffc.ttf') format('truetype'), url('../fonts/FagoOffc.svg#FagoOffc') format('svg');
    font-weight: normal;
    font-style: normal;
    font-family: 'FagoOffc-Bold';
    src: url('../fonts/FagoOffc-Bold.eot');
    src: url('../fonts/FagoOffc-Bold.eot?#iefix') format('embedded-opentype'), 
        /*url('../fonts/FagoOffc-Bold.woff') format('woff'),*/ 
        url('../fonts/FagoOffc-Bold.ttf') format('truetype'), 
        url('../fonts/FagoOffc-Bold.svg#FagoOffc-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

h1 {
    font-family: 'FagoOffc', 'FiraSans-Regular', Calibri;
    font-size: 48pt;
    color: #143c89;
}

h2 {
    font-family: 'FagoOffc-Bold', 'FiraSans-Regular', Calibri;
    font-size: 40pt;
    color: #666666;
}

h3 {
    font-family: 'FagoOffc', 'FiraSans-Regular', Calibri;
    font-size: 32pt;
    color: #143c89;
}

h4 {
    font-family: 'FagoOffc-Bold', 'FiraSans-Regular', Calibri;
    font-size: 24pt;
    color: #666666;
}

h5 {
    font-family: 'FagoOffc', 'FiraSans-Regular', Calibri;
    font-size: 24pt;
    color: #666666;
}

h6 {
    font-family: 'FagoOffc', 'FiraSans-Regular', Calibri;
    font-size: 20pt;
    color: #006fb9;
}

p {
    font-size: 1.0833333em;
    margin: 15px 0;
    color: #7B7F83;
    line-height: 142%;
}

/*a {
    color: #23457B;
    text-decoration: none;
    font-size: 1em;
}*/

    /*a:hover, a:focus, a:active {
        text-decoration: underline;
    }*/

    /*a.external {
        padding-left: 15px !important;
        background: url(../Images/sprite.png) 0 -194px no-repeat !important;
        cursor: pointer !important;
        color: #838789 !important;
    }*/

        /*a.external:hover {
            color: #23457B !important;
            text-decoration: none !important;
        }*/

    /*a.doc {
        padding-left: 25px;
        background: url(../Images/sprite.png) 0 -256px no-repeat;
    }*/

    /*a.school {
        padding-left: 25px;
        background: url(../Images/sprite.png) 0 -475px no-repeat;
    }*/

    /*a.show {
        padding-left: 25px;
        background: url(../Images/sprite.png) 0 -545px no-repeat;
    }*/

    /*a.public {
        padding-left: 25px;
        background: url(../Images/sprite.png) 0 -401px no-repeat;
    }*/

.hidden {
    display: none;
}

.right {
    float: right;
}

.button {
    border: 0px;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    color: #23457B;
    font-size: 1.0833333em;
    line-height: 19px;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    background: url(../Images/bg.button90.png) 0 0 repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: #333 1px 1px 2px;
    behavior: url(/Content/css/PIE.htc);
    position: relative;
}

    .button:hover,
    .button:focus {
        text-decoration: none;
        color: #fff;
        background: url(../Images/bg.button.png) 0 0 repeat-x;
    }

    .button.blue {
        color: #fff;
        background: url(../Images/bg.buttonblue90.png) 0 0 repeat-x;
    }

        .button.blue:hover {
            text-decoration: none;
            color: #F7A900;
            background: url(../Images/bg.buttonblue.png) 0 0 repeat-x;
        }

/*hr {
    width: 100%;    
    border-color: #153d88;
}*/

.date, .subject {
    color: #999;
    font-size: .9166666em;
}

.subject {
    border-right: 1px solid #999;
    padding-right: 5px;
    margin-right: 5px;
    height: 1em;
}

.topnav {
    width: 100%;
    height: 129px;
    z-index: 0;
    position: relative;
    background-color: #143c89;
    background-image: linear-gradient(90deg, #143c89 0%, #0095db 50%, #006fb9 100%);    
}

    .topnav .inner {
        margin: 0 auto;
        padding: 0;        
        width: 80%;
        position: relative;
    }

    .topnav .innerimg {
        padding-top: 45px;
    }

    .topnav .logoalta {
        background: url('../Images/logo-alta-genetics-branco.png') no-repeat;
        width: auto;
        /*max-width: 100%;*/
        height: 70px;
        cursor: pointer;
    }

        .topnav ul li {
            /*display: block;
            float: left;
            line-height: 25px;*/
        }

        .topnav ul li a {
            /*color: #fff;            
            text-decoration: none;
            border-left: 1px solid #fff;
            height: 1em;
            padding: 0 8px;*/
        }

        .topnav ul li.first a {
            /*color: #ABB5C1;*/
        }

        .topnav ul li a:hover {
            /*text-decoration: underline;*/
        }

.versions {
    width: 160px;
    padding-left: 40px;
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
    padding-top: 5px;
    color: #fff;
    /*background:url(../Images/sprite.png) 0 -962px no-repeat;  */
    z-index: 2;
}

    .versions label {
        position: absolute;
        left: -999em;
    }

    .versions a.mob {
        width: 128px;
        height: 29px;
        padding: 0 0 0 45px;
        line-height: 29px;
        /*background:#EEF0F3 url(../Images/sprite.png) 20px -834px no-repeat;*/
        background: #fafbfd url(../Images/sprite.png) 20px -834px no-repeat;
        color: #23457B;
        display: block;
        margin-top: 20px;
        margin-left: -30px;
    }

.header {
    /*height: 50px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;*/    
}

    .header h1 {
        float: right;
        color: #838789;
        padding-top: 30px;
        padding-bottom: 0;
        font-size: 2.3333333em;
    }

#mainnav {
    height: 38px;
    padding-right: 10px;
    background: url(../Images/bg.mainnav.png) 0 0 no-repeat;
}

/* dropdown menu*/

ul.sf-menu {
    list-style: none;
    padding: 2px 15px 0 20px;
    margin: 0;
    float: left;
    width: 705px; /* changed - was 625 */
    font-size: 1.2em;
}

    ul.sf-menu li {
        float: left;
        padding: 0 7px;
        position: relative;
        background: url(../Images/sprite.png) 0 -110px no-repeat;
    }

        ul.sf-menu li a {
            padding: 8px 0;
            color: #fff;
            display: block;
            text-decoration: none;
            float: left;
            font-size: 16px;
            font-family: 'HelveticaNeueLTStd45Light', Helvetica, Arial, sans-serif;
        }

            ul.sf-menu li a.active, ul.sf-menu li a:hover, ul.sf-menu li a:focus {
                color: #F7A900;
            }

        ul.sf-menu li ul {
            list-style: none;
            position: absolute;
            left: 0;
            top: 35px;
            margin: 0;
            padding: 10px 0;
            float: left;
            width: 197px; /*100%;*/
            background: #2D589C url(../Images/bg.subnav.png) 0 0 repeat-x;
            z-index: 10;
            display: none;
        }

        ul.sf-menu li li {
            background: none;
            width: 177px;
            overflow: hidden;
            padding: 0 10px;
        }

            ul.sf-menu li li:hover {
                background: url(../Images/bg.subnavli.png) 0 0 repeat-x;
            }

            ul.sf-menu li li a {
                /*font-size: 13px;*/
                /*font-family: Arial, Helvetica, non-serif;*/
                font-family: 'FagoOffc', 'FiraSans-Regular', Calibri;
            }

/*ul.nav li ul li {
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    background: none;
}

    ul.nav li ul li a {
        float: left;
        padding: 3px 10px 3px 15px;
        font-size: .13px;
        line-height: 1.5;
        display: block;
    }

        ul.nav li ul li a:hover {
            color: #F7A900;
        }*/

.search {
    padding-top: 8px;
}

    .search label {
        position: absolute;
        left: -999em;
    }

    .search input[type=text],
    .search input[type=text] {
        width: 140px; /* changed - was 170 */
        height: 21px;
        border: none;
        padding: 0 5px;
        margin-left: 10px;
    }

    .search input[type=submit] {
        width: 71px;
        height: 22px;
        float: right;
        border: none;
        padding: 1px 5px 4px 5px;
    }


.categories {
    background: url(../Images/bg.navbalk.png) 0 0 repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/Content/css/PIE.htc);
    height: 28px;
    margin: 0 0 15px 0;
    padding: 0px 20px 0px 40px
}

    .categories span {
        display: block;
        float: left;
        color: #515457;
        font-size: 1.1666666em;
        padding-top: 7px;
    }

    .categories ul li {
        display: block;
        float: left;
    }

        .categories ul li a {
            text-decoration: none;
            font-size: 1.1666666em;
            font-family: 'HelveticaNeueLTStd45Light', Helvetica, Arial, sans-serif;
            color: #274985;
            display: block;
            height: 28px;
            line-height: 28px;
            padding: 0 10px;
            background: url(../Images/tussenlijngrijsmenu.png) bottom right no-repeat;
        }

            .categories ul li a.last {
                border: none;
            }

            .categories ul li a:hover, .categories ul li a:focus {
                color: #fff;
            }



/* homepage */

.teaser {
    position: relative;
    margin-top: 20px;
    height: 188px;
    background: #284B85; /*#24457B;*/
    clear: both;
}

.items {
    height: 100%;
    padding: 0;
}

    .items div {
        width: 1000px;
        height: 188px;
    }

.teaser blockquote {
    padding: 10px 0 10px 35px;
    width: 400px;
}

    .teaser blockquote p {
        font-family: 'HelveticaNeueLTStd45Light', Helvetica, Arial, sans-serif;
        font-size: 1.7692307em;
        line-height: 1;
        margin: -15px 0 0 0;
    }

    .teaser blockquote:before {
        content: url(../Images/quotebefore.png);
        margin-left: -35px;
        padding: 3px 10px 0 0;
    }

    .teaser blockquote:after {
        content: url(../Images/quoteafter.png);
        float: right;
        margin-left: -35px;
        padding-top: 5px;
    }

.teaser p {
    color: #fff;
    margin: 5px 0;
}

.teaser .name {
    font-size: 1.1538461em;
    font-weight: bold;
    margin-left: 35px;
}

.teaser .green {
    background: #1A8C67;
}

.teaser .lightblue {
    background: #C8D3E2;
}

.teaser .left.lightblue h2,
.teaser .left.lightblue p,
.teaser .left.lightblue a.reg {
    color: #24457b;
}

.teaser .left.lightblue a.reg {
    border-left: none;
}

.teaser .left {
    color: #fff;
    width: 460px;
    height: 158px;
    padding: 15px 20px;
}

    .teaser .left h2 {
        color: #fff;
        width: 400px;
        padding-bottom: 7px;
    }

        .teaser .left h2.lower {
            padding-top: 20px;
        }

.teaser .right {
    width: 500px;
    height: 188px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

    .teaser .right h2 {
        position: absolute;
        bottom: 0;
        left: 20px;
        color: #fff;
        font-size: 1.5em;
    }

    .teaser .right img.small {
        margin: 15px 0;
    }

    .teaser .right img.wide {
        margin-left: -115px;
    }

.teaser .actions {
    height: 28px;
    width: 350px;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

    .teaser .actions a.button {
        margin-right: 10px;
    }

    .teaser .actions a.login, .teaser .actions a.reg {
        color: #fff;
        height: 1em;
        border-left: 1px solid #fff;
        padding: 0 5px;
        margin-top: 8px;
        display: block;
        float: left;
    }

    .teaser .actions a.login {
        border-left: none;
    }

        .teaser .actions a.login:hover, .teaser .actions a.reg:hover {
            text-decoration: underline;
        }


#newsnav {
    position: absolute;
    bottom: 15px;
    right: 25px;
    z-index: 10;
    color: #fff;
    font-size: 1px;
}

    #newsnav a {
        display: block;
        float: left;
        margin-left: 4px;
        height: 12px;
        width: 12px;
        background: #fff;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        behavior: url(/Content/css/PIE.htc);
        cursor: pointer;
    }

        #newsnav a.activeSlide,
        #newsnav a:hover {
            background: #274B87;
            border: 1px solid #fff;
            height: 10px;
            width: 10px;
        }

#bullsearch {
    /*background:url(../Images/bullsearch.png) 0 0 no-repeat;
        padding:15px;
        width:179px;
        height:231px;*/
}

/*#bullsearch{
			background:#ADADAD;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			behavior: url(css/PIE.htc);	
			padding:15px;	
			width:179px;
			z-index: 1;	
			position: relative;	
			}*/
.bullsearchbottom {
    position: relative;
    z-index: 1;
    background: transparent url(../Images/bg.bulletdrop.png) bottom left no-repeat;
    height: 12px;
}

#bullsearch h2, #bullsearch h3 {
    color: #fff;
    border: none;
}

#bullsearch hr {
    background: url(../Images/lijn_bullsearch.png) 0 0 no-repeat;
    width: 209px;
    margin-left: -20px;
}

#bullsearch .search {
    position: relative;
    padding: 0;
    width: 100%;
    height: 60px;
}

#bullsearch input[type=text] {
    width: 172px;
    margin: 0 auto;
}

#bullsearch input[type=submit] {
    /*width:99px;
			margin:10px 0 0 0;*/
    /*width:auto;*/
}

#bullsearch div {
    clear: both;
    position: relative;
}

#bullsearch ul {
    width: 86px;
    display: inline-block;
    vertical-align: top;
}

    #bullsearch ul li a {
        color: #23457B;
        text-decoration: none;
        /*font-size: 1em;*/
        line-height: 142%;
        display: block;
        padding: 0 0 0 8px;
        background: url(../Images/sprite.png) 0 6px no-repeat;
        position: relative;
    }

        #bullsearch ul li a:hover,
        #bullsearch ul li a:active {
            /*color:#fff;	
				background:url(../img/sprite.png) 0 -56px no-repeat;	*/
            text-decoration: underline;
        }

.toptencontainer {
    /*position: absolute;*/
    left: 0;
    /*top:235px;*/
    z-index: 0;
    padding: 10px 0 5px 0;
    width: 210px;
    height: 100%;
}

    .toptencontainer h3 {
        padding-left: 20px;
    }

#toptennav {
    height: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 1px;
    text-align: center;
}

    #toptennav a {
        display: block;
        float: left;
        margin-left: 4px;
        height: 12px;
        width: 12px;
        background: #83878B;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        behavior: url(/Content/css/PIE.htc);
        cursor: pointer;
    }

        #toptennav a.activeSlide,
        #toptennav a:hover {
            background: #274B87;
        }



.topten ul {
    border-top: 1px solid #CBCBCB;
    width: 210px;
}

    .topten ul li {
        height: 60px;
        width: 210px;
        padding: 10px 0;
        border-bottom: 1px solid #CBCBCB;
        clear: both;
        display: block;
        background: #fff;
    }

        .topten ul li:hover {
            cursor: pointer;
            background: #F2F2F2;
        }

        .topten ul li .number {
            float: left;
            margin: 0 5px 0 15px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            background: #274B87;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            behavior: url(/Content/css/PIE.htc);
        }

        .topten ul li img {
            float: left;
            margin-right: 5px;
        }

        .topten ul li .name {
            color: #23457B;
            line-height: 133%;
            width: 90px;
            display: block;
            float: right;
        }

/*a.right,
ul.news li.small a,
.topcontent ul li a,
.dairynews div a.more {
    padding-left: 10px;
    background: url(../Images/bluearrow.png) 0 center no-repeat;
}*/

.main h2 {
    border-bottom: 1px solid #CBCBCB;
}

.mainnews {
    /*margin-bottom:20px;*/
    /*height:470px;*/
    padding-bottom: 20px;
}

.DairyList {
    width: 480px;
    margin-top: 10px;
    border-top: 1px solid #CBCBCB;
}

    .DairyList li {
        border-bottom: 1px solid #CBCBCB;
        color: #23457B;
        line-height: 1.2;
        padding: 5px 0;
        margin-top: 5px;
    }

        .DairyList li.last {
            border: none;
        }

        .DairyList li a {
            display: block;
            padding-up: 5px;
        }

.mainnews a.right {
    margin-top: -32px;
}

ul.news li {
    /*border-bottom:1px solid #CBCBCB;*/
    padding: 10px 0;
    clear: both;
}

    ul.news li div {
        width: 330px;
        margin-left: 127px;
    }

    ul.news li img {
        /*width:114px;*/
        /*height: 86px;*/
        /*background:#ccc;*/
        float: left;
    }

    ul.news li h3 {
        font-weight: bold;
        font-family: Arial, Helvetica, non-serif;
        font-size: 1.25em;
        color: #23457B;
        padding-top: 5px;
        padding-bottom: 0;
    }

    ul.news li p {
        /*height: 35px;*/
        overflow: hidden;
    }

    ul.news li .tags {
        padding: 10px 0 0 0;
        padding-bottom: 10px;
        font-size: .9166666em;
        width: 205px;
        text-align: right;
    }

        ul.news li .tags span {
            color: #999;
        }

        ul.news li .tags a {
            padding: 5px 0;
        }

    ul.news li.small {
        padding: 7px 0 5px 0;
        height: 16px;
    }

        ul.news li.small:hover {
            cursor: pointer;
            background: #F2F2F2;
        }

        ul.news li.small a {
            display: block;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 65%; /* changed - was 75% */
        }

        ul.news li.small .date {
            float: right;
        }

.dairynews {
    /*width:690px;*/ width: 670px;
    /*height:150px;*/
    /*padding:10px 20px;*/
    padding: 20px;
    background: #F2F2F2;
    clear: both;
    /*margin-left:-20px;*/
}

    .dairynews h2 {
        padding-bottom: 5px;
    }

    .dairynews h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #838789;
        font-size: 1.25em;
        padding-bottom: 0;
        padding-top: 15px;
    }

        .dairynews h3 a {
            color: #838789;
        }

    .dairynews a.right {
        margin-top: -25px;
    }

    .dairynews div {
        width: 460px;
        /*height: 160px;*/
        float: left;
    }

        .dairynews div a {
            padding-right: 10px;
        }

    .dairynews p {
        max-height: 35px;
        overflow: hidden;
    }

    .dairynews ul {
        width: 192px;
        /*height: 160px;*/
        float: right;
        margin-top: -5px;
    }

        .dairynews ul li {
            border-bottom: 1px solid #CBCBCB;
            color: #23457B;
            line-height: 1.2;
            padding: 5px 0;
        }

            .dairynews ul li.last {
                border: none;
            }

            .dairynews ul li a {
                display: block;
            }

.contact {
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 10px;
}

    .contact p {
        margin-bottom: 0;
    }

    .contact img {
        float: left;
        margin: 2px 5px 0 0;
    }

    .contact span {
        color: #23457B;
        display: block;
        width: 220px; /* changed 150px */
        line-height: 142%;
        font-size: 11px; /* changed */
    }

.expert {
    /*margin-top:20px;*/
    border-bottom: 1px solid #CBCBCB;
    /*padding:10px 0;*/
    /*height: 265px;*/
    width: 210px;
    position: relative;
}

    .expert p {
        width: 120px;
        line-height: 15px;
        font-size: 1em;
    }

    .expert img {
        float: right;
        margin: 10px 0 0 5px;
    }

    .expert .button {
        width: auto;
        margin-top: -5px;
    }

.topcontent {
    margin: 0px 0; /*margin:15px 0;*/
    background: #C9D4E3;
    /*height:149px;*/
    padding: 20px 0;
    clear: both;
    position: relative;
}

    .topcontent h2 {
        color: #fff;
        padding-bottom: 5px;
        font-size: 1.55em;
    }

    .topcontent .colleft,
    .topcontent .colright {
        /*height: 160px;*/
    }

    .topcontent ul {
        border-top: 1px solid #A0A9B5;
        padding: 5px 0;
    }

        .topcontent ul li {
            border-bottom: 1px solid #A0A9B5;
            clear: both;
            padding: 3px 0;
            height: 21px;
        }

            .topcontent ul li .number {
                background: #fff;
                border-radius: 3px 3px 3px 3px;
                color: #23457B;
                display: block;
                float: left;
                font-weight: bold;
                height: 20px;
                line-height: 20px;
                margin: 0 5px 0 0;
                text-align: center;
                width: 20px;
            }

            .topcontent ul li a {
                display: block;
                height: 16px;
                padding-top: 4px;
                white-space: nowrap;
                width: 90%;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .topcontent ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                    background: url(../Images/whitearrowonblue.png) 0 center no-repeat;
                }


    .topcontent .colright ul {
        width: 210px;
    }

    .topcontent .downloads {
        width: 210px; /*width:209px;*/
        /*height:160px;*/
        float: left;
    }

        .topcontent .downloads ul li a {
            width: 75%; /*width:85%;*/
        }

    .topcontent .products {
        width: 209px;
        height: 160px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

        .topcontent .products .imgcontainer {
            width: 209px;
            height: 71px;
            background: #fff;
            margin-bottom: 17px;
            position: relative;
            padding: 15px 0 20px 0;
        }

            .topcontent .products .imgcontainer .items img {
                width: auto;
                margin-left: 23%;
            }

    .topcontent .colright h2 {
        width: 205px;
    }

#productnav {
    height: 6px;
    width: 209px;
    position: absolute;
    bottom: 5px;
    left: 40%;
    z-index: 2;
}

    #productnav a {
        display: block;
        float: left;
        margin-left: 4px;
        color: #fff;
        font-size: 1px;
        text-align: center;
        height: 6px;
        width: 6px;
        background: #83878B;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        behavior: url(/Content/css/PIE.htc);
        cursor: pointer;
    }

        #productnav a.activeSlide,
        #productnav a:hover {
            background: #274B87;
        }

.dairybasics .subject {
    border: none;
    float: right;
    padding-right: 0;
}

.dairybasics li.first:hover {
    background: none;
}

.topnav2 {
    position: relative;
    height: 25px;
    background: url(../Images/bg.topnav.png) 0 0 repeat-x;
    z-index: 0;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

    .topnav2 .left {
        float: left;
        padding: 6px 5px 0px 0px;
        font-weight: bold;
    }

        .topnav2 .left ul li {
            display: block;
        }

            .topnav2 .left ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 1.2em;
            }

    .topnav2 .rigth {
        padding: 6px 5px 0px 0px;
        float: right;
        font-weight: bold;
    }

        .topnav2 .rigth a {
            color: #ffffff;
            font-size: 1.2em;
        }

.header2 {
    height: 40px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    background: #6fa9cb;
}

    .header2 img {
        float: left;
    }

    .header2 h1 {
        float: left;
        color: #ffffff;
        font-weight: bold;
        padding: 15px 0px 0px 5px;
        font-size: 2.1em;
        font-family: Arial;
    }


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.footer .search {
    width: 270px;
    height: 61px;
}    
.footer .searchtxt {
    width: 100px;
    height: 61px;
    padding-top: 0;
    border: 0;
    padding-left: 27px;
    font-family: 'FagoOffc-Bold', 'FiraSans-Regular', Calibri;
    font-size: 19pt;
    color: #666666;
    float: left;
    display: inline-block;
}
.footer .searchbt {
    width: 61px;
    float: right;
    display: inline-block;
}*/

.tableFooter {
    display: block;
    width: 100%;
    position: relative;
    background-color: #143c89;
    background-image: linear-gradient(90deg, #143c89 0%, #0095db 50%, #006fb9 100%);
    padding: 20px 0 20px 0;    
    float: left; /*NOVO ITEM*/
}

.rowFooter {
    display: block;
    margin: 0 auto;
    padding: 0;    
    width: 80%;
    position: relative;
}

.logoFooter {
    display: inline-block;
    padding-bottom: 20px;
    width: 66%;
}

.logoNetwork {
    display: inline-block;
    width: 33%;
    text-align: right;
}

    .logoNetwork .p10Network {
        padding-right: 10px;
    }

.cellFooter {
    display: inline-block;
    padding-bottom: 20px;
    width: 86%;    
}

.cellNetwork {
    display: inline-block;
    width: 13%;    
    text-align: right;    
}

.cellNetwork .p10Network {
    padding-right: 10px;
}

.rowFooterHr {
    width: 100%;
}

.rowFooterHr .hrFooter {
    width: 80%;
    height: 3px;
    background-color: #153d88;
    border: none;
}

.rowFooterLogos {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 20px 0;    
}

    .rowFooterLogos .cellFooterLogos {
        width: 39%;        
        display: inline-block;
    }

    .rowFooterLogos .cellFooterLogos .logos a div {
        height: 30px;
        width: 80px;
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
        opacity: 0.45;
        display: inline-block;
        border-bottom: none;
    }

    .rowFooterLogos .cellFooterLogos .logos a {
        text-decoration: none;
    }

    .rowFooterLogos .logos a div:hover, footer a.social-symbol:hover {
        opacity: 1;
    }

    .rowFooterLogos .logos a div.tall {
        width: 55px;
        margin-right: 10px;
    }

    .rowFooterLogos .logos a div.wide {
        width: 95px;
    }

    .rowFooterLogos a.social-symbol {
        opacity: .45;
    }

    .rowFooterLogos .cellFooterCopyright {
        color: #ffffff;
        width: 60%;
        display: inline-block;        
        text-align: right;
        font-size: 1.1vw;
    }

.rowFooter .cellFooter #menu div {
    width: 25%;
    float: left;    
}

.rowFooter .cellFooter .menuFooter {
    font-family: 'FagoOffc-Bold', 'FiraSans-Regular', Calibri;
    color: #ffffff;
    font-size: 20pt;    
    float: left;
}

    .rowFooter .cellFooter .menuFooter .pb5 {
        padding-bottom: 5px;
    }

.rowFooter .cellFooter #menu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;    
}

.rowFooter .cellFooter .menuFooter #menu ul li {
    display: block;
    height: 20px;
    width: 250px;
}

.rowFooter .cellFooter .menuFooter #menu ul li {
    font-family: 'FagoOffc', 'FiraSans-Regular', Calibri;
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size: 1.1vw;
    cursor: pointer;
}

    .rowFooter .cellFooter .menuFooter #menu ul li:hover {
        opacity: .45;
    }

.whiteIcon {
    color: #ffffff;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.elementor-item:after, .elementor-item:before {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 0
}

.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: -10px
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    width: 10px;
    left: -20px
}

.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
    content: "";
    bottom: 0
}

.elementor-nav-menu--main .elementor-nav-menu a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

    .elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
        padding: 13px 20px
    }

        .elementor-nav-menu--main .elementor-nav-menu a.current {
            background: #373a3c;
            color: #fff
        }

        .elementor-nav-menu--main .elementor-nav-menu a.disabled {
            background: #55595c;
            color: #a1a6a9
        }

.elementor-nav-menu--main .elementor-nav-menu ul {
    position: absolute;
    width: 12em;
    border-width: 0;
    border-style: solid;
    padding: 0
}

.elementor-nav-menu--layout-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
            white-space: nowrap
        }

.elementor-nav-menu__align-right .elementor-nav-menu {
    margin-left: auto
}

.elementor-nav-menu__align-right .elementor-nav-menu, .elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical > ul > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
    margin-right: auto
}

.elementor-nav-menu__align-left .elementor-nav-menu, .elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical > ul > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-nav-menu__align-center .elementor-nav-menu {
    margin-left: auto;
    margin-right: auto
}

.elementor-nav-menu__align-center .elementor-nav-menu, .elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%
}

    .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
    display: none
}

.elementor-widget-nav-menu .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-nav-menu {
    position: relative;
    z-index: 2
}

    .elementor-nav-menu:after {
        content: "\00a0";
        display: block;
        height: 0;
        font: 0/0 serif;
        clear: both;
        visibility: hidden;
        overflow: hidden
    }

    .elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

        .elementor-nav-menu ul {
            display: none
        }

            .elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active, .elementor-nav-menu ul ul a:focus, .elementor-nav-menu ul ul a:hover {
                border-left: 16px solid transparent
            }

            .elementor-nav-menu ul ul ul a, .elementor-nav-menu ul ul ul a:active, .elementor-nav-menu ul ul ul a:focus, .elementor-nav-menu ul ul ul a:hover {
                border-left: 24px solid transparent
            }

            .elementor-nav-menu ul ul ul ul a, .elementor-nav-menu ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul a:hover {
                border-left: 32px solid transparent
            }

            .elementor-nav-menu ul ul ul ul ul a, .elementor-nav-menu ul ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul ul a:hover {
                border-left: 40px solid transparent
            }

        .elementor-nav-menu a, .elementor-nav-menu li {
            position: relative
        }

        .elementor-nav-menu li {
            border-width: 0
        }

        .elementor-nav-menu a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
                padding: 10px 20px;
                line-height: 20px
            }

                .elementor-nav-menu a.current {
                    background: #373a3c;
                    color: #fff
                }

                .elementor-nav-menu a.disabled {
                    cursor: not-allowed;
                    color: #a1a6a9
                }

.elementor-nav-menu .sub-arrow {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px
}

    .elementor-nav-menu .sub-arrow i {
        pointer-events: none
    }

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: #55595c;
    color: #fff
}

.elementor-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f
}

    .elementor-menu-toggle.elementor-active i:before {
        content: "\e87f"
    }

.elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle, .elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
    display: none
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto
}

    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
        font-size: .85em
    }

.elementor-nav-menu--dropdown a {
    color: #494c4f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .elementor-nav-menu--dropdown a.current {
        background: #373a3c;
        color: #fff
    }

    .elementor-nav-menu--dropdown a.disabled {
        color: #b3b3b3
    }

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 8px solid transparent
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

/*LAYOUT TELA INICIAL*/
div.op {
    height: 100%;
    text-align: center;
}

div.op1 {
    width: 20%;
    display: inline-block;
    background-image: linear-gradient(90deg, #143d8a, #0193d9);
    background-image: url(../../Content/Images/LandingPage/438x210_Rectangle-2024Directory.jpg);
    width: 438px;
    height: 210px;
    min-width: 360px;
    cursor: pointer;
}

div.op2 {
    width: 20%;
    display: inline-block;
    background-image: linear-gradient(90deg, #143d8a, #0193d9);
    background-image: url(../../Content/Images/LandingPage/5.jpg);
    width: 438px;
    height: 210px;
    min-width: 360px;
    cursor: pointer;
}

div.op3 {
    width: 20%;
    display: inline-block;
    background-image: linear-gradient(90deg, #143d8a, #0193d9);
    background-image: url(../../Content/Images/LandingPage/6.jpg);
    width: 438px;
    height: 210px;
    min-width: 360px;
    cursor: pointer;
}

div.op4 {
    width: 20%;
    display: inline-block;
    background-image: linear-gradient(90deg, #143d8a, #0193d9);
    background-image: url(../../Content/Images/LandingPage/438x210_Rectangle-FindARep202201.jpg);
    width: 438px;
    height: 210px;
    min-width: 360px;
    cursor: pointer;
}

div.op5 {
    width: 20%;
    display: inline-block;
    background-image: linear-gradient(90deg, #143d8a, #0193d9);
    background-image: url(../../Content/Images/LandingPage/ComingSoon.jpg);
    width: 438px;
    height: 210px;
    min-width: 360px;
    cursor: pointer;
}

div.op6 {
    width: 20%;
    display: inline-block;
    background-image: linear-gradient(90deg, #143d8a, #0193d9);
    background-image: url(../../Content/Images/LandingPage/Fall2022Update.jpg);
    width: 438px;
    height: 210px;
    min-width: 360px;
    cursor: pointer;
}

.txtop1 {
    display: table-cell;
    width: 50%;
    color: #FFFFFF;
    font-size: 2.375em;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: top;
    text-align: left;
    padding: 20px 0 0 20px;
}

.imgop1 {
    display: table-cell;
    width: 50%;
    padding-top: 10px;
}

.divop2 {
    display: table-cell;
    width: 100%;
}

.txtop2 {
    color: #FFFFFF;
    font-size: 2.375em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left !important;
    padding: 20px 0 0 20px;
}

.txtop2_ {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 20px;
}

.txtop3 {
    display: table-cell;
    width: 50%;
    color: #FFFFFF;
    font-size: 2.375em;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: top;
    text-align: left;
    padding: 20px 0 0 20px;
}

.imgop3 {
    display: table-cell;
    width: 50%;
}

#divFlutuante {
    position: absolute;
    top: -90px;
    right: 0;
    padding-right: 150px;
    /*left: 1200px;*/
    z-index: 1;
}

.txtFeaturedSires {
    font-family: 'FagoOffc-Bold', 'FiraSans-Regular', Calibri;
    font-size: 3vw;
    font-weight: bold;
    text-transform: uppercase;
    color: #0095DB;
    text-align: center;
}

    #wrapper {
        position: relative;
    }

    .branch {
        position: relative; 
        margin-left: 0px;        
    }

    .entry {
        position: relative;
        min-height: 90px;        
        /*margin-left: 350px;        */
        margin-left: 50px;
    }

        .entry:before {
            content: "";
            height: 100%;
            border-left: 3px solid #0c4694;
            position: absolute;
            left: -50px;
        }

        .entry:after {
            content: "";
            width: 40px;
            border-top: 3px solid #0c4694;
            position: absolute;
            left: -50px;
            top: 50%;
            margin-top: 1px;
        }

        .entry:first-child:before {
            width: 10px;
            height: 50%;
            top: 50%;
            margin-top: 2px;
            /*border-radius: 10px 0 0 0;*/
        }

        .entry:first-child:after {
            height: 10px;
            /*border-radius: 10px 0 0 0;*/
        }

        .entry:last-child:before {
            width: 10px;
            height: 50%;
            /*border-radius: 0 0 0 10px;*/
        }

        .entry:last-child:after {
            height: 10px;
            border-top: none;
            border-bottom: 3px solid #0c4694;
            /*border-radius: 0 0 0 10px;*/
            margin-top: -9px;
        }

        .entry.sole:before {
            display: none;
        }

        .entry.sole:after {
            width: 50px;
            height: 0;
            margin-top: 1px;
            border-radius: 0;
        }

.label {
    display: block;
    width: 100%;
    min-width: 100px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    /*font-size: 16pt;*/
    color: #0095db;
    text-transform: uppercase;
    font-family: 'FiraSansCondensedRegular', Calibri;
    font-size: 1.10vw;
}

.label-g {
    display: block;
    width: 100%;
    min-width: 100px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    /*font-size: 16pt;*/
    /*color: #666666;*/
    text-transform: uppercase;
    font-family: 'FiraSansCondensedRegular', Calibri;
    font-size: 1.10vw;
}

.entry-p {
    position: relative;
    min-height: 90px;
    margin-left: 30%;
}

    .entry-p:before {
        content: "";
        height: 100%;
        border-left: 3px solid #0c4694;
        position: absolute;
        left: -10px;
    }

    .entry-p:after {
        content: "";
        width: 40px;
        /*border-top: 2px solid #0c4694;*/
        position: absolute;
        left: -50px;
        top: 50%;
        margin-top: 1px;
    }

    .entry-p:first-child:before {
        width: 10px;
        height: 50%;
        top: 50%;
        margin-top: 2px;
        /*border-radius: 10px 0 0 0;*/
    }

    .entry-p:first-child:after {
        height: 10px;
        /*border-radius: 10px 0 0 0;*/
    }

    .entry-p:last-child:before {
        width: 10px;
        height: 50%;
        /*border-radius: 0 0 0 10px;*/
    }

    .entry-p:last-child:after {
        height: 10px;
        border-top: none;
        /*border-bottom: 2px solid #0c4694;*/
        /*border-radius: 0 0 0 10px;*/
        margin-top: -9px;
    }

.entry-m {
    position: relative;
    min-height: 90px;
    margin-left: 30%;
}

    .entry-m:before {
        content: "";
        height: 100%;
        border-left: 3px solid #0c4694;
        position: absolute;
        left: -10px;
    }

    .entry-m:after {
        content: "";
        width: 40px;
        /*border-top: 2px solid #0c4694;*/
        position: absolute;
        left: -50px;
        top: 50%;
        margin-top: 1px;
    }

    .entry-m:first-child:before {
        width: 10px;
        height: 50%;
        top: 50%;
        margin-top: 2px;
        /*border-radius: 10px 0 0 0;*/
    }

    .entry-m:first-child:after {
        height: 10px;
        /*border-radius: 10px 0 0 0;*/
    }

    .entry-m:last-child:before {
        width: 10px;
        height: 50%;
        /*border-radius: 0 0 0 10px;*/
    }

    .entry-m:last-child:after {
        height: 10px;
        border-top: none;
        /*border-bottom: 2px solid #0c4694;*/
        /*border-radius: 0 0 0 10px;*/
        margin-top: -9px;
    }

.entry-p-g {
    position: relative;
    min-height: 50px;
    margin-left: 50%;
}

    .entry-p-g:before {
        content: "";
        height: 100%;
        border-left: 3px solid #0c4694;
        position: absolute;
        left: -10px;
    }

    .entry-p-g:after {
        content: "";
        width: 40px;
        /*border-top: 2px solid #0c4694;*/
        position: absolute;
        left: -50px;
        top: 50%;
        margin-top: 1px;
    }

    .entry-p-g:first-child:before {
        width: 10px;
        height: 50%;
        top: 50%;
        margin-top: 2px;
        /*border-radius: 10px 0 0 0;*/
    }

    .entry-p-g:first-child:after {
        height: 10px;
        /*border-radius: 10px 0 0 0;*/
    }

    .entry-p-g:last-child:before {
        width: 10px;
        height: 50%;
        /*border-radius: 0 0 0 10px;*/
    }

    .entry-p-g:last-child:after {
        height: 10px;
        border-top: none;
        /*border-bottom: 2px solid #0c4694;*/
        /*border-radius: 0 0 0 10px;*/
        margin-top: -9px;
    }