/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
body
{
    margin: 0;
    padding: 5px;
    background:#EDEEEF;
    overflow-x:hidden;
}

#page
{

    margin:0 auto;
    width: 990px;
    /*background:#e7e7e7;*/
    -moz-box-shadow: 0 0 7px #888;
    -webkit-box-shadow: 0 0 7px #888;
    box-shadow: 0 0 7px #888;
}

#page-inner
{
}

/** header **/
#header
{
    width:990px;
    margin:0;
}

#header-inner
{
}

#logo-title /* Wrapper for logo, website name, and slogan */
{
}

#logo /* Wrapper for logo */
{
    margin: 0;
    padding:0px;
    height:123px;
    background:#F89619;
}

#logo-image /* The actual logo image */
{
}

h1#site-name, div#site-name /* The name of the website */
{
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited
{
    color: #000;
    text-decoration: none;
}

#site-name a:hover
{
    text-decoration: underline;
}


ul.nice-menu-down{
    /*margin:-8px -25px;*/
    margin-left:162px;
}

ul.nice-menu-down li {
    padding: 0 10px;
    background: #007AA4;
    line-height: 35px;
    border-right: 2px solid #888;
    transition: background .3s ease-out;
}

ul.nice-menu-down li:hover {
    background: #00AEEA;
}


ul.partners li{
    display:inline;
    max-width:90px;
    font-weight:bold;
    letter-spacing:2px;

}

ul.partners li a{
    color:#f5f5d9;
    text-transform:uppercase;
    text-decoration:none;
}


#hdr_content
{
    width:605px;
    float:left;
    background:#F89619;
    height:143px;
}

#hdr_content #menu
{
    margin-top:120px;
    height:26px;
    float:left;
    font-size:20px;
}

#hdr_content #menu ul li
{
    display:inline;
}
#hdr_content #menu a
{
    color:#000000;
    text-decoration:none;
}

#hdr_content #menu a:hover
{
    color: #FFFFFF;
}

#header #hdr_right
{
    width: 30px;
    height:146px;
    background:url(images/hdr_rt.jpg);
    float:right;
    background-repeat:no-repeat;
}

#site-slogan /* The slogan (or tagline) of a website */
{
}

#header-blocks /* Wrapper for any blocks placed in the header region */
{
}

/** main (container for everything else) **/
#main
{
    /*background: url(images/body2.jpg) repeat-y;*/
    background:#fff;
    min-height:380px;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    /*border-left: 2px solid #AEEBFE;
    border-right: 2px solid #AEEBFE;*/
    /*margin:0px 5px 0px 27px; */
    /*height:800px;*/
}

#main-inner
{
    min-height:400px;
}

/** content **/
#content
{
    /*color:#45619d;#32aef0*/
    color: #000;
    line-height: 22px;
}

#slideshow{
    width: 980px;
    height:470px;
    margin:0;/*30px 0 0 0;*/
    padding:8px 5px;
}

#content-inner
{
    width: 650px;
    /*border:#DEDEDE 2px solid;*/
    background:#FFFFFF;
    margin: 10px 15px;
    padding:0 5px 20px;
    text-align:justify;
    float:left;
}

#content-inner li{
    list-style-type: square;
    margin-left: 20px;
    padding:0;
}

#bottom-bar{
    display:none;
    padding:5px 10px;
    width:845px;
    height:180px;
    margin:0 auto;
    background:#e7e7e7;
}

#bottom-bar .block-inner1{
    padding: 5px 5px;
    width:265px;
    height:175px;
}

#bottom-bar .block h2.title{
    border-bottom:2px solid #eee;
    background:none;
    color:#000;
}

#bottom-bar #middle_bottom_bar .block-inner1{
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}

#first_bottom_bar{
    float:left;
}

#middle_bottom_bar{
    float:left;
}

#last_bottom_bar{
    float:right;
}

#mission /* The mission statement of the site (displayed on homepage) */
{
}

#content-top /* Wrapper for any blocks placed in the "content top" region */
{
}

#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
{
}

#slideshow .views-row{
    width: 900px;
    margin-left:15px;
}

#slideshow:after{
    clear:both;
}

.view-feature-post{
    width:620px;
    padding:5px;
}

.view-feature-post .views-field-upload-fid{
    text-align:center;
    padding:3px;
    margin-bottom:10px;
}

.view-feature-post .views-field-title{
    font-size:15px;
    font-weight:bold;
    padding:2px 0 5px;
    text-align:left;
    margin:0;
}

.view-feature-post .views-field-desc{
    margin: 0;
}

.view-feature-post .views-field-body{
    padding:3px;
    text-align:justify;
}

div.read-more,
span.read-more a{
    color:#FF0000;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
}

.breadcrumb /* The path to the current page in the form of a list of links */
{
    padding-bottom: 0; /* Undo system.css */
}
/* The title of the page */
h1.title{
    font-family:Trebuchet MS,sans-serif,"Helvetica";
    font-size:20px;
    text-align:center;
    color:#007aa4;
}

h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{
    margin: 0;
    font-size:11px;
    /*color:#00ff00;*/

}

div.messages /* Important messages (status, warning, and error) for the user */
{
}

div.status /* Normal priority messages */
{
}

div.warning, tr.warning /* Medium priority messages */
{
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error, tr.error /* High priority messages. See also the .error declaration below. */
{
}

div.tabs /* See also the tabs.css file. */
{
}


.help /* Help text on a page */
{
    margin: 1em 0;
}

.more-help-link /* Link to more help */
{
    font-size: 0.85em;
    text-align: right;
}

#content-area /* Wrapper for the actual page content */
{
}

ul.links /* List of links */
{
    text-align:left;
    margin: 0 0 10px 0px;
}

ul.links.inline
{
    margin: 0;
    padding:0;
    display: inline;
}

ul.links li
{
    display: inline;
    list-style-type: none;
    padding: 0 10px;
}

.links li a{
    color:#000000;
    text-decoration:none;
    font-size:10px;

}

.links li a:hover
{
    color: #000;
}
.pager /* A list of page numbers when more than 1 page of content is available */
{
    clear: both;
    margin: 1em 0;
    text-align: center;
}

.pager a, .pager strong.pager-current
{
    padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
{
    margin: 1em 0;
}

.content img{
    max-width:915px;
    height:auto;
    text-align:center;
}

#partner-list li
{
    padding:5px 0;
}

#partner-list li a
{
    text-decoration:none;
    color:inherit;
}
#header .block-inner1{
    width:auto;
}

#header .img-desc{
    position: absolute;
    top: 199px;
    width: 304px;
    background-color: #1F6A81;
    font-family: 'tahoma';
    font-size: 15px;
    color: white;
    opacity: 0.6;
    filter: alpha(opacity=60);
    left: 43px;
    height: 200px;
}
#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
{
}

/** navbar **/
#navbar
{
}

#navbar-inner
{
}

#search-box /* Wrapper for the search form */
{
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
{
    display: none;
}

#primary /* Primary links */
{

}

#secondary /* Secondary links */
{
}

/** sidebar-left **/

#sidebar-left .block-inner1{
    margin-top:10px;
    margin-left:10px;
    width:200px;
}

#sidebar-left .block-inner1 .block h2.title /* Block title */
{
    width: auto;
    margin:10px 10px 0 0px;
}

#sidebar-left-inner
{
}

/** sidebar-right **/
#sidebar-right
{
}

#sidebar-right-inner
{
}

/** footer **/
#content_end
{
    /*border-bottom: 2px solid #EDEEEF;*/
    padding: 5px 0pt 10px 0px;
    margin:0 10px 10px;
    background:#fff;
    font-size:12px;
    color:#969696;
}

#content_end div a{
    #color:#969696;
    text-decoration:none;
}

#footer
{
    width: 990px;
    margin:auto;
    text-align:center;
    font-family: Georgia, "Times New Roman", Times, serif ;
    font-weight:bold;
    float:left;
}

#footer-inner
{
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
{
}

/** closure **/
#closure-blocks /* Wrapper for any blocks placed in the closure region */
{
}

.views-field-field-image-fid{
    text-align:center;
    padding:3px;
}

.field-content img{
    /*width:115px;*/
    height:auto;
    margin-right: 5px;
    float:left;
    padding-top:25px;
}


/** Drupal nodes **/
.node /* Node wrapper */
{
}

.node-inner /* Additional wrapper for node */
{
}

.sticky /* A sticky node (displayed before others in a list) */
{
}

.node-unpublished /* Unpublished nodes */
{
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
{
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
}

.node-mine /* A node created by the current user */
{
}

.node-teaser /* A node displayed as teaser */
{
}

/* All nodes are given a node-type-FOO class that describes the type of
 * content that it is. If you create a new content type called
 * "my-custom-type", it will receive a "node-type-my-custom-type" class.
 */
.node-type-page #content-inner/* Page content node */
{
    width:940px;
}

.node-type-story /* Story content node */
{
}

.node h2.title /* Node title */
{
    font-size:20px;
    text-align:center;
    font-family:Trebuchet MS,sans-serif,"Helvetica";

}
.node h2.title a{
    color:#003366;
    text-decoration:none;
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */
{
    color: #c00;
}

.node .picture /* The picture of the node author */
{
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture
{
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */
{
    background:#e7e7e7;
    padding:5px;
    border-bottom:1px solid #ccc;
}

.node .submitted /* The "posted by" information */
{
    text-align:right;
    font-size:11px;
}

.node .terms /* Node terms (taxonomy) */
{
    display:block;
    text-align:left;
}

.node .content /* Node's content wrapper */
{
}

.node ul.links /* Node links. See also the ul.links declaration above. */
{
}

.preview .node /* Preview of the content before submitting new or updated content */
{
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal comments **/
#comments /* Wrapper for the list of comments and its title */
{
    margin: 1em 0;
}

#comments-title /* Heading for the list of comments */
{
}

.comment /* Wrapper for a single comment */
{
}

.comment-inner /* Additional wrapper for a single comment */
{
}

.comment-preview /* Preview of the comment before submitting new or updated comment */
{
}

.comment.new /* A new comment since the user last viewed the page. */
{
}

.comment.odd /* An odd-numbered comment in the list of comments */
{
}

.comment.even /* An even-numbered comment in the list of comments */
{
}

.comment.first /* The first comment in the list of comments */
{
}

.comment.last /* The last comment in the list of comments */
{
}

.comment-unpublished /* Unpublished comments */
{
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
{
}

.comment-published /* Published comments */
{
}

.comment-by-anon /* A comment created by an anonymous user */
{
}

.comment-by-author /* A comment created by the node's author */
{
}

.comment-mine /* A comment created by the current user */
{
}

.comment h3.title /* Comment title */
{
}

.new /* "New" marker for comments that are new for the current user */
{
    color: #c00;
}

.comment .picture /* The picture of the comment author */
{
}

.comment .submitted /* The "posted by" information */
{
}

.comment .content /* Comment's content wrapper */
{
}

.comment .user-signature /* The user's signature */
{
}

.comment ul.links /* Comment links. See also the ul.links declaration above. */
{
    margin: 1em 0;
}

.indented /* Nested comments are indented */
{
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}

.preview .comment /* Preview of the comment before submitting new or updated comment */
{
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal blocks **/
.block /* Block wrapper */
{
    margin-bottom: 1em;
}

.block.region-odd /* Zebra striping for each block in the region */
{
}

.block.region-even /* Zebra striping for each block in the region */
{
}

.block.odd /* Zebra striping independent of each region */
{
}

.block.even /* Zebra striping independent of each region */
{
}

.region-count-1 /* Incremental count for each block in the region */
{
}

.count-1 /* Incremental count independent of each region */
{
}

.block-inner /* Additional wrapper for block */
{
    margin:96px 0 0 0;
}
.block-inner1{
    width:240px;
}

/*#sidebar-right .block-inner1 .view-content,#sidebar-left .block-inner1 .view-content{
	max-width:210px;
}*/

.block h2.title /* Block title */
{
    width: auto;
    margin:10px 5px 0 0px;
    /*background: #00BAF7 none repeat scroll 0 0;*/
    border-bottom: 3px solid #F89619;
    font-size:14px;
    letter-spacing:1px;
    font-weight:bold;
    padding:2px 0 2px 10px;
    color:#aaa;
}

#sidebar-right .block-inner1{
    margin-top:10px;
    padding:5px;
    width:300px;
    /*background:#e7e7e7;*/
}

.block .content /* Block's content wrapper */
{
    background:#fff;
}

.view-content{
    font-size:14px;
    color:#000;
    padding:3px 5px;
    /*width:510px;*/
}

.view-content a{
    color:#3399FF;
    text-decoration:none;
}

.view-content a:hover{
    text-decoration:underline;
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */
{
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */
{
}

#block-block-1 /* First administrator-defined block */
{
}

#block-blog-0 /* "Recent blog posts" block */
{
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */
{
}

#block-comment-0 /* "Recent comments" block */
{
}

#block-forum-0 /* "Active forum topics" block */
{
}

#block-forum-1 /* "New forum topics" block */
{
}

#block-menu-primary-links /* "Primary links" block */
{
}

#block-menu-secondary-links /* "Secondary links" block */
{
}

#block-node-0 /* "Syndicate" block for primary RSS feed */
{
}

#block-poll-0 /* "Most recent poll" block */
{
}

#block-profile-0 /* "Author information" block for the profile of the page's author */
{
}

#edit-search-block-form-1 /* "Search form" block */
{
    border: 1px solid #CDCDCD;
    background: white;
    padding: 2px 4px 6px 25px;
    color: #666;
    width: 155px;
    float: left;
    margin-right:2px;
    background: white url(images/ico_search.jpg) 5px 50% no-repeat;
}

#block-statistics-0 /* "Popular content" block */
{
}

#block-user-0 /* "User login form" block */
{
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */
{
}

#block-user-2 /* "Who's new" block for a list of the newest users */
{
}

#block-user-3 /* "Who's online" block for a list of the online users */
{
}

/** Drupal boxes **/
/* Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */
{
}

.box-inner /* Additional wrapper for box */
{
}

.box h2.title /* Box title */
{
}

.box .content /* Box's content wrapper */
{
}

/** Miscellaneous Drupal styles **/
.error /* Errors that are separate from div.messages status messages (see above.) */
{
    /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages (see above.) */
{
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.more-link /* Aggregator, blog, and forum more link */
{
    text-align: right;
}

#user-login-form /* Drupal's default login form */
{
    text-align: left;
}

tr.even /* Some tables have rows marked even or odd. */
{
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd
{
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

li a.active /* The active item in a Drupal menu */
{
    color: #000;
}


/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios
{
    margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error
{
    border: 2px solid #c00;
}

.form-item label /* The label for a form element */
{
    display: block;
    font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */
{
    display: inline;
    font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */
{
    color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */
{
    font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item
{
    margin: 0.4em 0;
}

.form-submit /* The submit button */
{
}

.container-inline div, .container-inline label /* Inline labels and form divs */
{
    display: inline;
}

.tips /* Tips for Drupal's input formats */
{
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

/** OpenID **/
/* The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
#user-login-form ul /* OpenID creates a new ul above the login form's links. */
{
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link /* The "Log in using OpenID" links. */
{
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" links. */
{
    margin-top: 1em;
}

#user-login ul
{
    margin: 1em 0;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
#user-login li.user-link
{
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
 * forms on the site.
 */
form tbody
{
    border-top: 1px solid #ccc;
}

form th
{
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

form tbody th
{
    border-bottom: 1px solid #ccc;
}

form thead th
{
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

#block-views-announce_block-block_1 .title{
    background:#FFF;
    border:0;
    padding-left:5px;
    color:#F89619;
}

#block-views-announce_block-block_1 .content{
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.49) 79%, rgba(160,221,239,0.35) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(79%,rgba(255,255,255,0.49)), color-stop(100%,rgba(160,221,239,0.35))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.49) 79%,rgba(160,221,239,0.35) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.49) 79%,rgba(160,221,239,0.35) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.49) 79%,rgba(160,221,239,0.35) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.49) 79%,rgba(160,221,239,0.35) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#59a0ddef',GradientType=0 ); /* IE6-9 */
}

#block-views-announce_block-block_1 .view-content{
    width:190px;

}

#block-views-announce_block-block_1 .block-inner1{
    border:2px solid #e7e7e7;
    moz-border-radius:5px;
    border-radius:5px;
}

#block-views-announce_block-block_1  .views-row{
    padding:10px 0;
    border-bottom:1px dashed #ccc;
    color:#ccc;
}

#block-views-announce_block-block_1  .views-row a{
    color:#02B1E6;
}

#block-views-announce_block-block_1  .views-row a:hover{
    color:#fff;
}

#block-views-announce_block-block_1 .views-field-title{
    text-transform:uppercase;
}

#block-views-announce_block-block_1 .views-field-field-date-value{
    color:#000;
}


#hb-gotop{
    color:#003366;
    cursor:pointer;
    font-weight:bold;
}

#views_slideshow_singleframe_main_feature_post-block_1{
    margin-top:-35px;
}

#views_slideshow_singleframe_prev_feature_post-block_1, #views_slideshow_singleframe_next_feature_post-block_1 {
    /*width:900px;
    padding-top:100px;
    position:absolute;
    overflow:hidden;*/
    width:71px;
    height:100px;
    padding-top:100px;
    position:absolute;
    top:215px;
    overflow:hidden;
    z-index:10;
    color: transparent;
}
#views_slideshow_singleframe_prev_feature_post-block_1{
    background:url('images/left_arrow.png') no-repeat;
    /*background:url('images/left_arrow_2i.jpg') no-repeat;*/
    left: 20px;
    z-index:100;
}
#views_slideshow_singleframe_next_feature_post-block_1 {
    /*background:url('images/right_arrow_2i.jpg') no-repeat;*/
    background:url('images/right_arrow.png') no-repeat;
    right:15px;
    z-index:100;
}
#views_slideshow_singleframe_playpause_feature_post-block_1{
    display:none;
}

#slideshow .views-slideshow-controls-top
{
    /*position:absolute;
        height:0px;
    top:138px;
    background:#ccc;
    z-index:99;*/
}

.slideshow-content-wrapper{
    position: absolute;
    z-index: 5;
    /*top: 260px;
    left: 85px;
    width: 308px;*/
    top: 415px;
    left: 23px;
    width: 900px;
    /*height: 278px;*/
    background-color:rgba(31,106,129,0.5);
    font-size: 13px;
    padding: 7px;
    color:#fff;
    /*display:none;*/
}

#slideshow .views-field-title a
{
    font-size: 20px !important;
    color: white;
}

#slideshow .views-field-title
{
    font-size: 20px !important;
    /*position: relative;
    z-index: 20;
    top: 207px;
    left: 65px; */
}

#slideshow .views-field-body
{
    /*position: relative;
    top: -239px;
    left: 70px;
    z-index: 20;*/
    font-size: 17px !important;
}

#slideshow .imagefield {
    padding-top:0;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
    margin-top:20px;
}

#slideshow .views-field-view-node a{
    z-index: 20;
    top: -98px;
    position: relative;
    left: 292px;
    color:white;
}

#sidebar-left .block-inner1{
    /*float:left;*/
}

#sidebar-left img{
    box-shadow: 4px 4px 4px #999999;
}

#sidebar-right .title{
    color: #007AA4;
    font-size: 15px;
    /*margin-top: 20px;*/
}

#block-block-5
{
    margin-left:21px;
}

#sidebar-right .block-inner1 .view-content, #sidebar-left .block-inner1 .view-content{
    width:280px;
}

.logo{
    text-align: center;
}

.logo img{
    box-shadow: none !important;
    padding: 0 3px;
}

.comment_forbidden{
    display: none !important;
}

.node_read_more{
    float: left;
    background: rgb(248, 150, 25) none repeat scroll 0% 0%;
    padding: 2px 5px !important;
    margin: 0 !important;
}

.node_read_more a{
    color: #FFFFFF !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

.node_read_more:hover{
    background: rgb(0, 122, 164);
}

hr{
    border: 1px dashed #e5e5e5;
}

ul.nice-menu li.menuparent ul, #header-region ul.nice-menu li.menuparent ul{
    margin-top: 18px;
}

.logos{
    text-align: center;
}
.logos img{
    height: 100px;
    margin: 10px;
}

.view-feature-case-stories{
    margin-left: 15px;
}

.view-feature-case-stories .field-content img{
    width: 100%;
    height: auto;
    box-shadow: none !important;
    padding-top: 0;
}


.view-feature-case-stories .col-1{
    padding-top: 15px !important;
}

#block-views-feature_case_stories-block_1.block h2.title{
    margin: 17px 23px 0;
    width: 908px;
    border: none;
    background: #007aa4;
    color: #fff;
    font-size: 19px;
    padding: 10px;
    text-align: center;
}

#block-views-feature_case_stories-block_1 table{
    margin: 0;
}


/******** full width template changes *************/

body { padding:0; font-family: 'Roboto', sans-serif; font-size:15px !important;}
#page { width: 100%!important; box-shadow: none;}
#page-inner { float: left; background-color: #F89619;}
#header { margin:0 auto; width: 1170px; height: 135px;}
#sidebar-left, #sidebar-right { margin:0 auto; width: 1170px; float: none;}
.block-inner { margin: 0;}
#logo, #hdr_content { height: auto;}
#hdr_content { width: 675px !important; float: right; margin-top: 2em;}
ul.nice-menu-down { margin:0;}
ul.nice-menu-down li a { font-weight: normal; font-size: 15px;}
ul.nice-menu-down li, ul.nice-menu-down li.menuparent, #header-region ul.nice-menu-down li.menuparent { background: transparent; border-right: none;}
#sidebar-left .block-inner1, #block-views-feature_case_stories-block_1.block h2.title { width:100%;}
#block-views-feature_case_stories-block_1.block h2.title { margin: 0.5em 0; padding: 0.5em 0;}
.view-feature-case-stories { margin-left:0;}
#sidebar-left .block-inner1, #sidebar-left .block-inner1 .view-content, #block-views-feature_case_stories-block_1 table, .views-field-field-image-fid { float: left; width:100%;}
.views-field-field-image-fid, .view-content a { display: inline-block;}
.views-field-title { text-align: center;}
.views-field-field-image-fid { margin-bottom: 0.5em;}
td.col-1, td.col-2, td.col-3, td.col-4 { width: 33%; padding: 0 5px;}
.block ul, .item-list ul { float: right; width: auto;}
.views_slideshow_singleframe_teaser_section { z-index: 000;}
ul.nice-menu-down .menuparent ul li a { color: #000;}
#block-views-feature_case_stories-block_1.block h2.title { background: none; color: #111; font-family: 'Roboto'; font-size: 36px; font-weight: 300; line-height: 30px; text-transform: uppercase; padding-bottom: 0; letter-spacing: 0;}
.views-field-title { padding-left: 2em; padding-right: 2em;}
.view-content a { font-family: 'Roboto'; font-size: 14px; line-height: 20px;}
#front-block { box-shadow: none!important; width: 1170px!important;}
#front-block > div { width: 1170px!important;}
#front-block .title, #block-block-4 .title { display:block; text-align: center; background: none; color: #111; font-family: 'Roboto'; font-size: 36px; font-weight: 300; line-height: 30px; text-transform: uppercase; padding-bottom: 0; letter-spacing: 0;}
#front-block .title strong, #block-block-4 .title strong { font-weight: 300; }
#sidebar-left img { box-shadow: none;}
#content_end { width: 100%; background: #f89619; margin: 0; color: #fff; font-family: 'Roboto'; font-size: 14px; line-height: 20px;}
#content_end  .content { margin: 0 auto; width: 1170px;}
#content_end  .content .title { display:block; text-align: center; background: none; color: #fff; font-family: 'Roboto'; font-size: 28px; font-weight: 300; line-height: 7px; text-transform: uppercase; padding-bottom: 0; letter-spacing: 0; padding-top: 1em; }
#content_end a { color: #fff;}
.block_3 { display: inline-block; width: 25%;}
#content_end .content ul.links { font-family: 'Roboto'; margin-top: 1em; margin-left: 0; }
#content_end .content ul.links li a { font-size: 14px;}
.copyright { font-size: 12px; padding-left: 20px; }
#hb-gotop { margin-right: 20px; }
#slideshow { float: left; width: 100%; height: 580px; overflow: hidden; padding: 0;}
#block-views-feature_post-block_1 .block-inner1, #block-views-feature_post-block_1 .block .content, #block-views-feature_post-block_1 .view-feature-post, #block-views-feature_post-block_1 .views-row { width: 100%; margin: 0; padding: 0; border: none; border-radius: 0; box-shadow: none;}
#block-views-feature_post-block_1 .view-content a img { margin-top: 35px; width: 100%; margin: 0; padding: 0; border: none; border-radius: 0; box-shadow: none; max-width: 100%; }
#block-views-feature_post-block_1 .view-content, #block-views-feature_post-block_1 .views-field-field-image-fid { padding: 0;}
#header-inner { min-height: 90px;}

.slideshow-content-wrapper { position: absolute; z-index: 5;  left: 8%; width: 400px; background-color: rgba(31,106,129,0.5); font-size: 13px; padding: 7px; color: #fff; font-family: 'Roboto'; font-weight: 300; line-height: 36px;
    /*padding: 3em; */
}
.view-feature-post .views-field-title { font-weight: 400;}
.view-feature-case-stories .field-content img { width: 100%;}
.view-feature-case-stories .col-1 { padding-top:0!Important;}
.views-field-field-image-fid { padding: 0;}
.view-feature-case-stories .views-field-title { background-color: #006fbb; padding-bottom: 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;height: 238px;}
.view-content a { color: #fff;}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.logo img{
    vertical-align: middle;
}

#content-inner{width: 1170px !important; margin: 15px 85px;}

#content, .no-sidebars #content{
    width: 100%;
    margin-right: 0;
}

ul.nice-menu-down li.menuparent:hover{
    background: #00AEEA;
}

.view-feature-case-stories .views-field-field-image-fid {
    padding: 0;
    width: 380px;
    height: 195px;
    overflow: hidden;
}

.view-feature-case-stories .field-content:hover img, .logo a:hover img, .logos a:hover img{
    transform: scale(1.02);
    transition: all .2s ease-in-out;
}

.social-content p{
    padding-left: 40px;
}

html{
    direction: initial;
    unicode-bidi: normal;
    display: block;
    background-color: #949494;
    width: 1350px;
    margin: 0px;
    padding: 0px;
    min-width: 100%;
}

#header{
    margin: 0 auto;
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: 9999;
    background: #f89619;
}

#header,#logo img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
#main {
    background: #fff;
    min-height: 380px;
    font-family: 'Helvetica Neue',Helvetica,Arial;
    margin-top: 120px;
}

.shrink{
    height: 90px !important;
}

.shrink img{
    height: 82px;
    /*padding: 7px;*/
}
