#nav {
    position: relative;
    transition: left 300ms ease-out 0s;
    float: right;

    width: 35%;
}

ul#navigation {
    margin:0px auto;
    position:relative;
    float:right;
    box-sizing: initial !important;
}
#nav ul{
    display: inline;
    height: auto !important;
    width: auto;
    box-sizing: initial !important;
}

ul#navigation li {
    display:inline;
    margin:0;
    padding:0;
    float:left;
    position:relative;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;

    box-sizing: initial !important;
}

ul#navigation li a {
    text-decoration:none;
    display:inline-block;

    color:#ffffff;
    background: none repeat scroll 0 0 #081c2f;

    -webkit-transition:color 0.2s linear, background 0.2s linear;
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;
    text-decoration:none;
}

ul#navigation li a:hover {
    background: none repeat scroll 0 0 #333;
    color:#ffffff;
    /*box-sizing: initial !important;*/
    text-decoration:underline;
}

ul#navigation li a.first {
    border: 0 none;
}

ul#navigation li a.last {
    border: 0 none;
}

/*fixed for verizzon*/
ul#navigation .ad_nav a {
    /*display: inline !important;*/
}


ul#navigation li:hover > a {
    /*background:#fff;*/

    background: none repeat scroll 0 0 #272727;
    /*box-sizing: initial !important;*/
}

#butonsearch{
    background-color: #1c94d0 !important;
    border-color: #1676a6 !important;
    height: 37px!important;
}
/*
Code displaying the stylization of the drop-down menus:

Read more: http://mrbool.com/how-to-create-drop-down-menu-with-css3/26283#ixzz356nIAkEj
/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
    /*these 2 styles are very important,
    being the ones which make the drop-down just to appear on hover */
    visibility:visible;
    opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*the next 2 styles are very critical and important,
    being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
    width:180px;

    box-shadow:1px 1px 3px #ccc;
    /* css3 transitions displaying for smooth hover effect */
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 0.2s linear;

    background:#333;
}

ul#navigation ul {
    top: 43px;
    /*left: 1px;/*put order to right*/
    right: 1px;

    box-sizing: initial !important;
}

ul#navigation ul li ul {
    top: 0;
    /*left: 181px; /* strong related to width:180px; from above */
    right: 181px; /* strong related to width:180px; from above */
}

ul#navigation ul li {
    clear:both;
    width:100%;
    border:0 none;
   /* border-bottom:1px solid #c9c9c9;*/

    box-sizing: initial !important;
}

/*a.logo {
    *//*background:url('http://racing.ap.local/profiles/ap/themes/bigstory_v2/assets/images/ap_logo_bigstory.svg');*//*
    content:url("http://racing.ap.local/profiles/ap/themes/bigstory_v2/assets/images/ap_logo_bigstory.svg");
}​*/

 /*.MyClass123{
     content:url("http://racing.ap.local/profiles/ap/themes/bigstory_v2/assets/images/ap_logo_bigstory.svg");
 }*/


ul#navigation ul li a {
    background:none;
    padding:7px 15px;
    /*color:#616161;*/
    /*text-shadow:1px 1px 0px #fff;*/
    text-decoration:none;
    display:inline-block;
    border:0 none;
    float:left;
    clear:both;
    width:150px;

    color:#ffffff;
    box-sizing: initial !important;
}

.f-dropdown.drop-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    position: absolute;
    top: 10px;
    right: -12px;
    left: auto;
    z-index: 99;
}


/*styles for research*/
/*button blue start*/
/*.top-bar input, .top-bar .button, .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
}
.top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.35rem;
    padding-top: 0.45rem;
}*/
.prefix, .postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
button, .button {
    display: inline-block;
}
button, .button {
    background-color: #1c94d0;
    border-color: #1676a6;
    border-style: solid;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 1rem 2rem 1.0625rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}
a {
    color: #1c94d0;
    line-height: inherit;
    text-decoration: none;
}

/*end blu button*/

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    /*height: 2.3125rem;*/
    height: 2.125rem;

    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
/*.top-bar input, .top-bar .button, .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
}
.top-bar input {
    font-size: 0.75rem;
    height: auto;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}
.top-bar form, .top-bar input {
    margin-bottom: 0;
}*/

/*end input*/

/*.small-12 {
    width: 100%;
}*/

.colu {
    float: left;
    position: relative;
}

.open {
    display: block;
}

.close {
    display: none;
}


.top-bar form, .top-bar input {
    margin-bottom: 0;
}
form {
    margin: 0 0 1rem;
}

.small-2 {
    width: 16.667% !important;
}

.searchform.small {
    max-width: 300px !important;
}

/*.searchform.drop-left:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: inset inset inset solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: -12px;
    top: 10px;
    width: 0;
    z-index: 99;
}*/
/*moises andando*/
.searchform.drop-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    position: absolute;
    top: 10px;
    right: -12px;
    left: auto;
    z-index: 99;
}


.searchform:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: inset inset solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 99;
}

.searchform.drop-left:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #ccc;
    border-image: none;
    border-style: inset inset inset solid;
    border-width: 7px;
    content: "";
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: -14px;
    top: 9px;
    width: 0;
    z-index: 98;
}
.searchform:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #ccc;
    border-image: none;
    border-style: inset inset solid;
    border-width: 7px;
    content: "";
    display: block;
    height: 0;
    left: 9px;
    position: absolute;
    top: -14px;
    width: 0;
    z-index: 98;
}

#headerSearch {
}

.searchform.content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    font-size: 0.875rem;
    height: auto;
    left: -9999px;
    list-style: none outside none;
    margin-left: 0;
    max-height: none;
    max-width: 200px;
    padding: 1.25rem;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.searchform.drop-left {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    font-size: 0.875rem;
    height: auto;
    left: -9999px;
    list-style: none outside none;
    margin-left: -2px;
    margin-top: 0;
    max-height: none;
    max-width: 200px;
    position: absolute;
    /*width: 100%;*/
    z-index: 99;

    width: 300px;
}
.searchform {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    font-size: 0.875rem;
    height: auto;
    left: -9999px;
    list-style: none outside none;
    margin-left: 0;
    margin-top: 2px;
    max-height: none;
    max-width: 200px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

/*.dividerbigstory {
    border-top: solid 1px #1a1a1a !important;
    clear: both !important;
    height: 1px !important;
    width: 100% !important;;
}*/

.dividerbigstory {
    border-right: 1px solid #666 !important;
    margin-right: 3px !important;
    padding-right: 15px !important;
}
.top-bar .ad_nav {
    text-align: center;
}
.top-bar-section.moved {
    left: -100%;
}
.top-bar-section .has-dropdown.moved {
    position: static;
}
.menuLinks li {
    margin-bottom: 0;
}
.menuLinks > li {
    position: relative;
}
#search-block-form input {
    top: 0;
}
.responsive-layout-mobile .title-area .name {
    height: 50px;
}
.responsive-layout-mobile .title-area .name img {
    display: block;
    height: 45px;
    top: 0;
    width: auto;
}
article.large-9 { 
    width: 100%; 
}
section.large-3 { 
    float: none; 
    width: auto; 
}
p.clearing-caption { 
    position: relative; 
}
.visible-img img { 
    position: static; 
    margin: auto; 
}
.visible-img { 
    text-align: center; 
    position: static; 
}
p.clearing-caption { 
    position: absolute; 
}
.block-inner h2.block-title { 
    font-size: 1.3rem; 
    text-transform: uppercase; 
    color: #333333; 
    font-family: "Arial",sans-serif; 
    font-weight: normal; 
    line-height: 1.4; 
}
.block-inner h4.entry-title a { 
    color: #333; 
    font-size: 0.9rem; 
    font-family: inherit; 
    font-weight: normal; 
    line-height: 0.8; 
}
.block-inner h4.entry-title { 
    line-height: 0.8; 
}
.article-list-node-content { 
    margin-bottom: 15px; 
}
.slideshow ul.gallery li { 
    float: none; 
    text-align: center; 
}
article a { 
    color: #1c94d0;
    text-decoration: none; 
}
article a:hover { 
    color: #1c94d0;
    text-decoration: underline; 
}
.byline-dateline { 
    font-size: 0.8em;
    line-height: 1.8em;
    color: #666666;
}
.field-name-field-byline-original { 
    display: inline-block; 
}
.field-name-field-byline-original .field-item { 
    display: inline-block; 
}
.field-name-caption block p {
    color: #fff;
    font-family: arial,sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    height: 46px;
    line-height: 1.2em;
    overflow: hidden;
    text-align: left;
    width: 100% !important;
    margin-bottom: 0;
    padding: 10px 30px 20px;    
}

.content .large-8 {
    width: 100%;
}

.field-name-caption block p a {
    color: #ffffff;    
    text-decoration: none;
}

.field-name-caption block p a:hover {
    text-decoration: none;
}

blockquote {
    border: none;
}

ul.menuLinks a {text-decoration: none;}
ul.menuLinks a:hover {text-decoration: underline;}


.article p.caption {
    
    font-family: arial,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.2em!important;
}

.curated-column1 .article h5 {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.article:not(.no-thumb) h5 {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.article h5 a  {
    color:#1c94d0;
    font-family: "Arial",sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    line-height: 1.2em!important;
}

.article h5 a:hover  {
    color:#1676a6;
    text-decoration: underline;
}

@media only screen and (max-width: 40em) { 
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */ 


@media only screen and (min-width: 40.063em) { 
} /* min-width 641px, medium screens */ 

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ 


@media only screen and (min-width: 64.063em) {
} /* min-width 1025px, large screens */ 
@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */ 


@media only screen and (min-width: 90.063em) {
} /* min-width 1441px, xlarge screens */ 
@media only screen and (min-width: 90.063em) and (max-width: 120em) { 
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */ 


@media only screen and (min-width: 120.063em) {
} /* min-width 1921px, xxlarge screens */
.h3_tags {
    text-transform: uppercase;
    border-bottom: 1px solid #e7e2d8;
    padding: 5px 0px 5px 0px;    
}

.tags {
    color: #1c94d0;
    margin-bottom: 15px;
}

.tags a {
    white-space: nowrap;
    color: #1c94d0;
    text-decoration: none;
    font-size: 0.95em;
}

.tags a:hover {
    color: #1c94d0;
    text-decoration: underline;
}

.loadMore {
    clear: both;
}

@media (max-width: 650px) {
    .content .large-8 {
        width: 95%;
    }
}
