/*   
Theme Name: E3 Theme
Theme URI: http://agaveweb.com/
Description: E3 Theme
Author: Design - David Kerr Design , Code - AgaveWeb
Author URI: http://AgaveWeb.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1003
Tags:
*/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}
.aria-invisible {
      border: 0; 
      clip: rect(0 0 0 0); 
      height: 1px;  
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
[hidden] {
    display: none
}

html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: none
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 40px 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -webkit-appearance: none;
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Contents
 
 Global
 Header 
 Navigation
 Sidebar
 Post
 Meta
 Footer
 Misc
 Pagination
 Forms
 Comments 
 Typography
 
*/
/* Global */
/* ---------------------------------------------------------- */
body {
    margin: 0px;
    padding: 0px;
}

html {
    padding: 0px;
    margin: 0px;
}

/* Flex Grid */
.outer_wrap {
    max-width: 1196px;
    margin: 0 auto;
}

.inner_wrap {
    padding: 0px 0px 20px 0px;
}

.content {
    padding: 25px 0 30px 0
}

.home .content {
    padding: 0
}

.flex_10, .flex_20, .flex_25, .flex_33, .flex_40, .flex_50, .flex_60, .flex_66, .flex_75, .flex_80, .flex_90, .flex_100 {
    display: inline;
    float: left;
    position: relative;
}

.flex_10 {
    width: 10%;
}

.flex_20 {
    width: 21%;
    float: right;
}

.flex_25 {
    width: 25%;
}

.flex_33 {
    width: 33%;
}

.flex_40 {
    width: 40%;
}

.flex_50 {
    width: 45%;
    padding-right: 5%;
}

.home .widget_siteorigin-panels-postloop .panel-widget-style { display: flex; flex-wrap: wrap;
}

.flex_60 {
    width: 60%;
}

.flex_66 {
    width: 66%;
}

.flex_75 {
    width: 75%;
}

.flex_80 {
    width: 80%;
}

.flex_90 {
    width: 90%;
}

.flex_100 {
    width: 100%;
}

.clear {
    clear: both;
}

/* Header */
/* ---------------------------------------------------------- */
.outer_header_wrap {
    padding-bottom: 11px;
    border-bottom: 11px solid #0f5170;
    max-height: 136px;
}

.inner_header_wrap {
    max-width: 1196px;
    margin: 0 auto 50px;
}

#header {
    padding-top: 20px
}

/* Navigation */
/* ---------------------------------------------------------- */
img#logo {
    width: 510px;
    max-width: 75% !important;
    padding: 10px 0 0 0px;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}

img#logo:hover {
    opacity: 0.8
}

.outer_header_wrap {
    position: relative;
}

#navigation {
    position: absolute;
    display: block;
    margin: 0;
    width: 100%;
}

#navigation li li {
    color: #0f5170;
    margin: 0;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

#navigation li {
    float: left;
    position: relative;
    padding: 0 12px;
}

#navigation a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0f5170;
}

#navigation ul ul {
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 12px;
    z-index: 99999;
    padding-top: 13px;
    padding-bottom: 5px;
    width: 240px;
}

#navigation ul ul li {
    display: block;
    float: none;
    padding: 0;
}

#navigation ul ul ul {
    left: 100%;
    top: 0px;
}

#navigation ul ul a {
    background: rgba(250, 250, 250, 0.8);
    text-transform: none;
    font-size: 18px;
    height: auto;
    line-height: 1.2em;
    padding: 7px 2px 7px 15px;
    text-align: left;
    border-top: 2px solid #fff;
}

#navigation ul#menu-header-menu>li>a {
    margin-top: -10px;
    padding: 8px 5px 10px 5px;
}

#navigation ul ul li:first-child a {
    border: 0
}

#navigation ul#menu-header-menu>li:hover>a, #navigation ul#menu-header-menu>a:focus {
    color: #000;
    border-top: 5px solid #0f5170;
    background: #fff;
    margin-top: -15px !important;
}

#navigation li.current-menu-ancestor>a {
    color: #000;
    padding-bottom: 30px;
    background: #fff;
}

#navigation ul ul a:hover, #navigation ul ul li.current-menu-item a {
    color: #fff;
    background: #0f5170;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}

#navigation ul li:hover>ul {
    display: block;
}

#navigation ul#menu-header-menu>li.current_page_item>a, #navigation ul#menu-header-menu>li.current_menu_ancestor>a {
    color: #000;
    border-top: 5px solid #0f5170;
    background: #fff;
    padding: 8px 5px 10px 5px;
    margin-top: -15px
}

#navigation ul#menu-header-menu ul>li.current-page-ancestor>a {
    color: #fff;
    background: #0f5170;
}

/* Navigation highlighting */
.single-people #navigation li.menu-item-object-people a, .single-projects #navigation li#menu-item-224 a, .single-public_proceedings ul#menu-header-menu li#menu-item-334>a, .tax-project_category ul#menu-header-menu li#menu-item-224 a, .tax-publication_category ul#menu-header-menu li#menu-item-226 a {
    color: #fff;
    background: #0f5170;
}

.single-people #navigation ul#menu-header-menu>li#menu-item-39>a, .single-post #navigation ul>li.current_page_parent>a, .category #navigation ul>li.current_page_parent>a, .post-type-archive-tools #navigation ul#menu-header-menu>li#menu-item-48>a, .post-type-archive-publication #navigation ul#menu-header-menu>li#menu-item-48>a, .post-type-archive-projects #navigation ul#menu-header-menu>li#menu-item-48>a, .tax-project_category #navigation ul#menu-header-menu>li#menu-item-48>a, .single-projects #navigation ul#menu-header-menu>li#menu-item-48>a, .page-template-page_expertise #navigation ul#menu-header-menu>li#menu-item-48>a, .post-type-archive-public_proceedings #navigation ul#menu-header-menu>li#menu-item-48>a, .single-public_proceedings #navigation ul#menu-header-menu>li#menu-item-48>a, .tax-publication_category #navigation ul#menu-header-menu>li#menu-item-48>a {
    color: #000;
    border-top: 5px solid #0f5170;
    background: #fff;
    padding: 8px 5px 10px 5px !important;
    margin-top: -15px !important;
}

.single p.meta {
    font-size: 12px;
    color: #999;
    margin: 0 0 6px;
}

/* Sidebar */
/* ---------------------------------------------------------- */
.sidebar {
    padding-top: 0px;
}

.archive .sidebar, .blog .sidebar, .page-template-page_w_sidebar .sidebar {
    padding-top: 12px;
}

.flex_20 blockquote:before {
    background: url('images/quote-mark.svg') no-repeat;
    margin-bottom: 7px;
    width: 38px;
    height: 28px;
    display: block;
    content: ""
}

.flex_20 blockquote.noquote:before {
    background: url('images/quote-mark.svg') no-repeat;
    margin-bottom: -7px;
    width: 0;
    height: 0;
    display: block;
    content: ""
}

.flex_20 blockquote {
    padding: 0;
    margin: 0;
}

.flex_20 blockquote p {
    font-size: 29px;
    color: #616161;
    font-weight: 300;
}

.flex_20 p.attrib {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    color: #616161;
    padding: 0 0 43px 0;
    font-weight: 300
}

/* Post */
/* ---------------------------------------------------------- */
object, video {
    max-width: 100%;
    width: 100%;
}

.wp-caption {
    max-width: 95%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.wp-caption img, .gallery-icon img {
    max-width: 95%;
    height: auto;
    border: 0 !important
}

.gallery-item {
    text-align: left!important
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    clear: both;
}

.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    clear: both;
}

.featured {
    max-width: 45% !important;
    height: auto;
}

/* Meta */
/* ---------------------------------------------------------- */
.author {
    background: #f3f3f3;
    padding: 20px 20px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.author img {
    float: left;
    margin: 0px 20px 10px 0px;
}

.authorinfo h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.authorinfo p {
    margin: 0px;
    padding: 0px 0px 20px 20px;
    font-size: 12px;
}

/* Footer */
/* ---------------------------------------------------------- */
#footer {
    margin: 0 auto;
    max-width: 1196px;
    padding: 20px;
}

.outer_footer_wrap {
    margin-top: 0px;
}

.home .outer_footer_wrap {
    margin-top: 0px;
}

.outer_footer_wrap {
    background: #929493;
    ; }

.inner_footer_wrap {
    background-color: #929493;
}

#footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}

#footer p, #footer {
    color: #dadada;
    font-size: 16px;
}

#footer a {
    text-decoration: none;
    color: #dadada;
    font-weight: normal
}

#footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer li a {
    color: #eee;
    font-weight: bold;
}

#footer ul {
    margin: 0;
    padding: 0 0 5px;
}

#footer li {
    padding: 0;
    margin: 0;
    list-style: none
}

#footer p.copyright {
    color: #ccc;
    font-size: 12px;
}

#footer p.copyright a {
    color: #ccc;
}

#footer i.fa-linkedin-square {
    font-size: 1.3em;
    vertical-align: bottom;
}

#footer input {
    background: #cbc9c9;
    padding: 5px 10px;
    color: #000;
    margin: 0 0 10px;
    border: 0;
    width: 40%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

#footer a.button {
    margin-top: 5px;
    font-weight: bold;
    display: inline-block;
    background: #00a60c;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

#footer ::-webkit-input-placeholder {
    color: #666;
}

#footer :-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

#footer ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

#footer :-ms-input-placeholder {
    color: #666;
}

#footer input.searchsubmit {
    text-indent: -99px;
    background: none;
}

#footer i {
    font-size: 1.5em;
}

#footer input:focus {
    width: 80%;
}

#footer .fwidget div, #footer p.copyright {
    padding-right: 30px;
}

/* Misc */
/* ---------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-caption-text {
    font-size: 16px;
    text-align: left;
    font-style: italic;
    padding: 0;
    margin: 0;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.callout {
    max-width: 40%;
    float: right;
    margin: 0 0 15px 15px;
    padding: 0 15px;
    background: #ddd;
}

/* Pagination */
/* ---------------------------------------------------------- */
.pagenavi {
    margin: 0 auto 20px auto;
    width: 400px;
    padding: 5px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 0 5px #fff;
    -webkit-box-shadow: inset 0 0 5px #fff;
    box-shadow: inset 0 0 5px #fff;
}

.pagenavi a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    text-decoration: none;
    color: #666;
    background-color: inherit;
}

.pagenavi a:hover {
    color: #000;
}

.pagenavi span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #333;
    font-weight: bold;
    background-color: inherit;
}

.pagenavi span.current {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #ccc;
}

/* Comments */
/* ---------------------------------------------------------- */
h3#reply-title {
    padding: 0px;
    margin: 0px;
}

#comments-title:before {
    content: "";
    color: #777;
}

#comments-title {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    font-weight: normal;
}

.comment-author {
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.comment-author .avatar {
    display: block;
    float: left;
    margin: -5px 12px 0px 0px;
    padding: 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: solid 5px #f3f3f3;
}

#comment-block {
    padding: 0px;
    overflow: hidden;
}

.comment-body {
    margin: 20px 0px 10px 0px;
    padding: 20px;
    background-color: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comment-body p {
    color: #666;
    line-height: 1.5;
    font-size: 16px;
}

#comment-block .children {
    margin: -50px 0px 0px 0px;
}

.reply {
    text-align: right
}

.reply a {
    font-weight: normal;
    font-size: 15px;
}

#comment-block ol, #comment-block .children li {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    list-style-type: none;
}

.commentmetadata {
    font-size: 10px;
    padding: 0px;
    margin: 3px 0;
}

#respond {
    margin: 40px 0px 0px 0px;
}

/* Navigation 2 */
/* ---------------------------------------------------------- */
.navigation {
    font-weight: bold;
    width: 100%;
    text-align: right;
    padding: 5px;
    margin: 30px 0px 50px 0px!important;
}

.post-type-archive-tools .navigation {
    margin: 0 !important;
}

.navigation a {
    padding: 10px 6px 1px 6px;
    margin: 3px;
    font-weight: bold;
    color: #3f7099;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: lowercase
}

.navigation a:hover {
    color: #000;
    padding: 5px 6px 4px 6px;
    margin: 3px;
    background-color: #0f526f;
    color: #fff;
    text-decoration: none;
}

.navigation span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #333;
    background-color: inherit;
    display: none;
}

.navigation span.current {
    color: #000;
    padding: 5px 6px 4px 6px;
    margin: 3px;
    background-color: #0f526f;
    color: #fff;
    text-decoration: none;
}

/* Typography Framework */
/* ---------------------------------------------------------- */
body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
}

#header h1 {
    margin: 0px;
    line-height: 0;
}

a, a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #0f5170;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

thead {
    display: table-header-group;
}

tr, img {
    page-break-inside: avoid;
}

img {
    max-width: 100%;
}

img.fimg {
    width: 100%;
    height: auto;
    margin-top: -20px;
    margin-bottom: 20px;
}

.post-type-archive-people img.fimg, .single-people img.fimg {
    max-height: 210px;
}

.search img.previewimage {
    float: left;
    padding: 0 20px 20px 0;
    max-width: 200px;
}

.search .post {
    margin-bottom: 35px;
}

h2, h3 {
    page-break-after: avoid;
}

p, h2, h3 {
    orphans: 3;
    widows: 3;
}

p, li {
    margin: 0 0 16px;
    line-height: 1.4;
    font-size: 16px;
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

ul#people li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul#people li:after {
    content: ", "
}

ul#people li:last-child:after {
    content: ""
}

.textwidget {
    line-height: 1.4;
    font-size: 16px;
}

.bwidget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.bwidget ul li {
    padding: 0;
    margin: 0 0 5px;
}

.bwidget a {
    font-weight: normal
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    text-rendering: optimizelegibility;
}

h1, h2, h3 {
    line-height: 1.2;
}

h1 {
    font-size: 40px;
    color: #000;
    font-weight: 100
}

h2 {
    font-size: 25px;
    color: #000;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    line-height: 1.2;
}

h3.bwidge {
    margin: 4px 0 15px 0;
}

h4 {
    font-size: 20px;
    margin: 15px 0 5px 0;
    line-height: 1.2;
    font-weight: bold;
}

h4.dtitle {
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 0;
}

h5 {
    font-size: 14px;
}
.sow-features-list .sow-features-feature h5 {margin-top:0 !important}
h6 {
    font-size: 11.9px;
}

ul, ol {
    margin: 0 0 16px;
    line-height: 18px;
    font-size: 14px;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}

ul#people, ul#expertise, ul#publications {
    padding: 0;
    list-style: none
}

.sidebar {
    padding-bottom: 20px;
}

#responsive-menu ul, #responsive-menu ul ul, #responsive-menu li {
    margin: 0;
    padding: 0;
}

.entry blockquote:before {
    background: url('images/quote-mark.svg') no-repeat;
    margin-bottom: 5px;
    width: 30px;
    height: 24px;
    display: inline-block;
    content: "";
    float: left;
}

.entry blockquote {
    padding: 20px 0 0 0px;
    margin: 0 0 15px;
    font-size: 22px;
    color: #616161;
    font-weight: 300;
    text-indent: 0px;
}

.entry blockquote p {
    font-size: 22px;
    color: #616161;
    font-weight: 300;
    padding-left: 45px;
}

.entry blockquote em {
    display: block;
    text-align: right;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: uppercase;
    font-style: normal;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

tr, td {
    padding: 5px;
}

th {
    padding: 5px;
    background-color: #f3f3f3;
}

form {
    margin: 0 0 20px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

select, textarea, input[type="text"], input[type="email"] {
    display: inline-block;
    height: 20px;
    padding: 2px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    vertical-align: middle;
}

.search .flex_20 h3 {
    margin: 0 0 20px;
}

.search .flex_20 input[type="text"] {
    width: 95.5%;
    display: block;
    font-size: 17px;
    height: auto;
    padding: 2%;
    line-height: 1
}

.search .flex_20 select {
    width: 100%;
    display: block;
    height: auto;
}

.search .flex_20 #attachment {
    display: none !important;
}

textarea {
    height: auto;
    width: 80%;
}

radio, checkbox {
    min-height: 20px;
    padding-left: 20px;
}

radio input[type="radio"], checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

textarea, input[type="text"], input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus, input[type="text"]:focus, input[type="email"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

select {
    height: 30px;
    line-height: 30px;
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

select:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="submit"] {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #888;
    border: 0px;
    border-bottom-color: #b3b3b3;
}

a.button {
    text-decoration: none;
    font-weight: 600
}

a.green {
    color: #46b749;
    background: #fff
}

a.blue {
    color: #fff;
    background: #0f5170
}

a.white {
    color: #fff
}

.light a.button {
    color: #fff
}

.button {
    position: relative;
    padding: 0.3em 1.5em;
    border: 3px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    background: rgba(250, 250, 250, 0.2);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

.button:hover {
    padding: 0.3em 2.5em 0.3em 1.5em;
    border: 3px solid;
    background: rgba(250, 250, 250, 0.5);
}

a.white:hover {
    color: #2b2b2b;
    opacity: 0.8
}

a.blue:hover {
    color: #fff;
    background: #0f5170;
    opacity: 0.8
}

.light a.button {
    color: #fff;
    background: rgba(0, 0, 0, 0.5)
}

.button:after {
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    line-height: 2.3em;
    content: "\f054";
    padding-left: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 13px
}

.button:hover:after {
    margin-left: 0;
    opacity: 1
}

li.top-search-menu {
    cursor: pointer
}

.top-search-menu input {
    opacity: 0;
    width: 0;
    height: 24px;
    margin-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 2px 5px;
    cursor: pointer
}

.top-search-menu.top-search-menu.input-expanded input {
    opacity: 1;
    width: 200px;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    margin-right: -8px;
    cursor: text;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 1);
    background: #ccc;
}

li.top-search-menu .fa {
    line-height: 1.2;
    float: left;
    margin-top: 0px;
    font-size: 17px;
    color: #0f5170;
    cursor: pointer
}

li.top-search-menu:hover .fa {
    transform: rotate(339deg);
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.52s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-search-menu ::-webkit-input-placeholder {
    color: #fff;
}

.top-search-menu :-moz-placeholder {
    color: #fff;
}

.top-search-menu ::-moz-placeholder {
    color: #fff;
}

.top-search-menu :-ms-input-placeholder {
    color: #fff;
}

input.searchsubmit {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}

li.top-search-menu.input-expanded .fa {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    transition: all 0;
}

/* Home */
.home h3.widget-title {
    font-size: 39px;
    color: #0f5170
}

.dark h3.widget-title {
    color: #000
}

.light h3.widget-title {
    color: #fff
}

.dark p {
    color: #000;
}

.light p {
    color: #fff;
}

.home .full-width h3.widget-title {
    text-align: center;
}

.sow-icon-image {
    margin: 20px;
    background-size: 50% 50% !important;
    background-position: calc(50% - 17px) 20% !important
}

.sow-features-list .sow-features-feature h5 a {
    max-width: 90%;
    font-size: 1.3em;
    padding-top: 0px;
    display: inline-block;
    color: #0f5170
}
.sow-features-list,
.sow-features-list.sow-features-responsive .sow-features-feature{flex-wrap: wrap !important; display: flex!important; justify-content: space-around !important}
.sow-features-list .sow-features-feature{
    margin-bottom: 10px;
    margin-top: 0px;
    /* padding-left:2% !important; */
    /* padding-right:2% !important; */
    /* padding-top:2% !important; */
}
.sow-features-list p {margin: 3px;}
.sow-features-feature a:hover {
    text-decoration: none !important;
}
.sow-features-list:before,
.sow-features-list:after{display: none !important}
.sow-features-list .sow-features-feature {/* clear:none !important; */}
.sow-features-feature {
    min-height: 355px;
    padding-top: 10px !important;
    background: #dce3e9;
    /* margin: 1% 1% !important; */
    width: 23% !important;
}

.sow-features-feature:hover {
    background: #0f5170;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sow-features-feature:hover a, .sow-features-feature:hover p {
    color: #fff !important;
}

.sow-features-feature .sow-icon-image {
    opacity: 0.5
}

.sow-features-feature:hover .sow-icon-image {
    opacity: 1
}

.sow-features-list .sow-icon-container.sow-container-round:before {
    width: 150px;
    height: 100px;
    font-size: 150px
}

.oneevent h3 {
    font-size: 22px;
    max-width: 95%;
}

.home .oneevent h3 img {
    float: left;
    width: 200px;
    max-width:45%;
    height: auto;
    margin: 0 20px 20px 0;
}

.oneevent p {
    max-width: 95%;
}

/* Blog */
h1.title {
    max-width: 1196px;
    margin: 0px auto -99px !important;
    position: relative;
    padding: 2.5% 0 0 0;
    line-height: 1;
    height: 1px;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}

h1.post-title {
    padding: 0;
    margin: 0 0 20px;
}

.single-projects h1.title {
    font-size: 38px;
}

/* masonry */
/* Blog */
.blogitem {
    clear: both;
}

.blogitem p.meta {
    font-size: 12px;
    color: #999;
    margin: 0 0 6px
}

.blogitem img {
    float: left;
    margin: 5px 20px 30px 0;
    max-width: 25%;
}

ul.catz {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
}

ul.catz:after {
    content: "";
    display: block;
    clear: both;
}

ul.catz li {
    margin: 0;
    padding: 0 0 7px;
    display: inline-block;
    float: left;
    line-height: 1;
    background: none;
    font-size: 16px;
}

ul.catz li a {
    color: #666;
    padding: 0 5px;
    font-weight: 100;
    text-transform: lowercase
}

ul.catz li:after {
    content: '|';
}

ul.catz li:last-child:after {
    content: ''
}

ul.catz li.current-cat a {
    font-weight: bold;
}

/* People */
.pretitle {
    margin-top: -18px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

.pretitle a {
    font-weight: normal;
    color: #fff
}

.mobtitle .pretitle a {
    color: #0f5170
}

.pretitle a:hover {
    color: #caad6a;
    text-decoration: none
}

.single .portrait {
    padding-right: 3%;
    width: 30%;
    padding-bottom: 3%
}

.single .portrait h4 {
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 16px
}

.single .portrait ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single .portrait ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    line-height: 1;
    font-size: 16px;
}

.single .portrait li a {
    padding: 0 10px 0 0;
    font-weight: 100;
    vertical-align: bottom
}

.single .portrait li.resume a:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f1c1";
    color: #e24749;
    font-size: 18px;
    vertical-align: bottom;
    margin-right: 5px;
    font-weight: bold;
}

.single .portrait li.email a:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f003 ";
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 5px;
}

.single .bio {
    width: 67%
}

.peoplegrid {
    padding: 1.5% 0
}

.peoplegrid a {
    color: #000;
}

.peoplegrid h4 {
    margin: 0;
}

.peoplegrid h5 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}

.person {
    padding: 0 2% 4% 0;
    width: 23%;
    min-height: 270px;
}

.cstudy {
    padding: 0 2% 4% 0;
    width: 17%;
    min-height: 270px;
}

.person:nth-child(4n) {
    padding: 0 0 4% 0;
}

.person:nth-child( 4n+5) {
    clear: both;
}

/* masonry */
#masonrycontainer .masitem {
    opacity: 0;
}

#masonrycontainer .masitem {
    width: 22%;
    padding-bottom: 20px;
}

.faqs #masonrycontainer .masitem {
    width: 48%;
}

.post-type-archive-publication #masonrycontainer .masitem, .tax-publication_category #masonrycontainer .masitem {
    width: 48%;
    padding-bottom: 15px;
}

#masonrycontainer .gutter-sizer {
    width: 3%;
}

#masonrycontainer img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

#masonrycontainer .masitem img {
    width: 100%;
    max-width: 100%;
}

.masitem img {
    opacity: 0.9;
}

.masitem:hover img {
    opacity: 1;
}

/* Blog */
.masitem, .cstudy {
    line-height: 1.5;
}

.masitem h3, .cstudy h3 {
    display: block;
    margin: 0 0 6px;
    font-size: 18px;
}

.masitem a, .cstudy a {
    margin-bottom: 7px;
}

.masitem p, .cstudy p {
    font-size: 15px;
}

.masitem:hover h3, .cstudy:hover h3 {
    color: #000;
}

.masitem p.meta, .cstudy p.meta {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 6px
}

.cstudy img {
    max-height: 180px;
}

.cstudy:nth-child(6n) {
    clear: both;
}

.post-type-archive-publication p.publicationcat {
    text-transform: uppercase;
    color: #999;
    margin: 0px;
}

.post-type-archive-publication a h3 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
}

.post-type-archive-publication p, .post-type-archive-publication li {
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.post-type-archive-publication .pubcontainer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-type-archive-publication .pubcontainer ul li {
    display: inline;
}

ul.peoplelist li:after, ul.expertise_areas li:after {
    content: " | "
}

ul.peoplelist li:last-child:after, ul.expertise_areas li:last-child:after {
    content: ""
}

ul.expertise_areas li:first-child:after {
    content: ":"
}

.single-post img.wp-post-image, .single-public_proceedings img.wp-post-image {
    float: right;
    max-width: 45%;
    margin: 4px 0 20px 20px;
}

.single-post h1.title {
    font-size: 38px;
}

/* Toggling */
.faq-tabs {
    height: auto;
    border-bottom: 1px solid #e7e6e6;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 34px;
}

.faq-tabs li {
    float: left;
    margin-right: 30px;
}

.faq-tabs li a {
    display: block;
    text-decoration: none;
}

.faq-tabs li.active {
    line-height: 25px !important;
}

.faq-tabs li.active a {
    border-top: 3px solid #0f5170;
}

.faq-item:nth-child(even) {
    position: relative;
}

h5.toggle, h5.casestudy, h5.slidetoggle {
    overflow: hidden;
    margin: 0;
}

h5.toggle a, h5.casestudy a, h5.slidetoggle a {
    font-size: 17px;
    cursor: pointer;
    color: #333333 !important;
    overflow: hidden;
    margin: 0;
    padding: 10px 0px;
    float: left;
    width: 100%;
}

h5.toggle:hover a, h5.casestudy:hover a, h5.slidetoggle:hover a {
    opacity: 0.7;
    text-decoration: none
}

h5.toggle span.arrow:before, h5.slidetoggle span.arrow:before {
    font-family: 'FontAwesome';
    content: "\f0fe";
    display: block;
    width: 25px;
    height: 20px;
    float: left;
    font-size: 22px;
    color: #0f5170;
    line-height: 1.1
}

h5.toggle.active span.arrow:before, h5.slidetoggle.active span.arrow:before {
    content: "\f146";
}

h5.casestudy i {
    background: #000;
    display: block;
    padding: 4px;
    float: left;
    font-size: 15px;
    margin-right: 18px;
    color: #fff;
    line-height: 1;
}

h5.casestudy:hover i {
    backgorund: #0f5170
}

h5.toggle.active span.arrow, h5.slidetoggle.active span.arrow {
    background-color: #0f5170;
    background-image: url(images/toggle_minus.png);
}

h5.toggle span.toggle-title, h5.slidetoggle span.toggle-title {
    float: left;
    width: 90%;
}

.toggle-content {
    padding-bottom: 15px;
    position: relative;
}

ul.dloads {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

ul.dloads:after {
    display: block;
    content: "";
    clear: both;
}

ul.dloads li {
    display: inline-block;
    float: left;
}

ul.dloads li a {
    padding: 0 15px 0 0;
}

ul.dloads li a:before {
    font-family: 'FontAwesome';
    vertical-align: bottom;
}

ul.dloads li.pdf a:before {
    content: "\f1c1";
    color: #dd0e0e;
    margin-right: 3px;
}

ul.dloads li.doc a:before, ul.dloads li.docx a:before {
    content: "\f1c2";
    color: #2a5696;
}

ul.dloads li.casestudy a:before {
    content: "\f08e";
    color: #2a5696;
    margin-right: 3px;
}

ul.dloads li.weblink a:before {
    content: "\f08e";
    color: #666;
    margin-right: 0px;
}

ul.dloads li.nolink:before {
    font-family: 'FontAwesome';
    vertical-align: bottom;
    content: "\f016";
    color: #ccc;
    margin-right: 3px;
}

ul.dloads li.pptx a:before {
    content: "\f1c4";
    color: #f27a24;
    margin-right: 3px;
}

/* post-type-archive-publication */
.post-type-archive-publication .masitem p.publicationcat, .tax-publication_category .masitem p.publicationcat {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.post-type-archive-publication .masitem p.meta, .tax-publication_categoryn .masitem p.meta {
    text-transform: none;
}

.post-type-archive-publication .masitem p.publicationcat:before, .tax-publication_category .masitem p.publicationcat:before, .search h3:before {
    font-family: "FontAwesome";
    width: 55px;
    height: 80px;
    display: block;
    float: left;
    font-size: 40px
}

.pubcontainer:before {
    font-family: "FontAwesome";
    width: 50px;
    display: block;
    float: left;
    font-size: 40px;
    margin-left: -50px;
}

.search .pdf h3:before, .post-type-archive-publication .pdf .pubcontainer:before, .tax-publication_category .pdf .pubcontainer:before {
    content: "\f1c1";
    color: #dd0e0e;
}

.search .docx h3:before, .search .doc h3:before, .post-type-archive-publication .docx .pubcontainer:before, .post-type-archive-publication .doc .pubcontainer:before, .tax-publication_category .docx .pubcontainer:before, .tax-publication_category .doc .pubcontainer:before {
    content: "\f1c2";
    color: #2a5696;
}

.search .pptx h3:before, .search .ppt h3:before, .post-type-archive-publication .pptx .pubcontainer:before, .post-type-archive-publication .ppt .pubcontainer:before, .tax-publication_category .pptx .pubcontainer:before, .tax-publication_category .ppt .pubcontainer:before {
    content: "\f1c4";
    color: #f27a24;
}

.search .xlsx h3:before, .search .xls h3:before, .post-type-archive-publication .xlsx .pubcontainer:before, .post-type-archive-publication .xls .pubcontainer:before, .tax-publication_category .xlsx .pubcontainer:before, .tax-publication_category .xls .pubcontainer:before {
    content: "\f1c3";
    color: #62c14d;
}

.search .weblink h3:before, .post-type-archive-publication .weblink .pubcontainer:before, .tax-publication_category .weblink .pubcontainer:before {
    content: "\f08e";
    color: #666;
}

.search .nolink h3:before, .post-type-archive-publication .nolink .pubcontainer:before, .tax-publication_category .nolink .pubcontainer:before {
    content: "\f016 ";
    color: #ccc;
}

.pubcontainer {
    height: 100%;
    padding-left: 50px;
    padding-bottom: 15px;
}

.meta span, .meta li a, .meta a {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    line-height: 1.4
}

.meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.meta ul li, .meta span {
    float: left;
    display: inline-block;
    line-height: 1.4;
    margin: 0 4px 0 0;
    padding: 0;
    font-size: 12px;
}

.meta li:after {
    content: ' | ';
}

.meta li:last-child:after {
    content: ''
}

.meta ul.bars {
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
}

.meta ul.bars li, .meta ul.bars li a {
    display: inline;
    width: auto;
}

.meta ul.bars li:after {
    content: ' |';
}

.meta ul.bars li:last-child:after {
    content: ''
}

.relatedstuff ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.relatedstuff ul li {
    font-size: 17px;
    margin-bottom: 8px;
}

.relatedstuff ul a:hover {
    opacity: 0.7;
}

.relatedstuff h5:hover span.toggle-title {
    text-decoration: underline !important
}

ul#publications li {
    padding-left: 26px;
}

ul#publications li a:before {
    font-family: "FontAwesome";
    width: 23px;
    height: 20px;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 1.4;
    margin-left: -26px
}

ul#publications li.pdf a:before {
    content: "\f1c1";
    color: #dd0e0e;
}

ul#publications li.ppt a:before, ul#publications li.pptx a:before {
    content: "\f1c4";
    color: #f27a24;
}

ul#publications li.doc a:before, ul#publications li.docx a:before {
    content: "\f1c2";
    color: #2a5696;
}

ul#publications li.xls a:before, ul#publications li.xlsx a:before {
    content: "\f1c3";
    color: #62c14d;
}

ul#publications li.weblink a:before {
    content: "\f08e";
    color: #666;
    padding-top: 6px;
}

ul#publications li.nolink:before {
    font-family: "FontAwesome";
    width: 23px;
    height: 18px;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 1;
    content: "\f016 ";
    color: #ccc;
    font-weight: bold;
}

.sow-features-list .sow-features-feature .sow-icon-container [class^="sow-icon-"], .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
    background-position: 50% 0%;
}

.dropcaps {
    color: #0f5170;
    float: left;
    font-size: 3.20rem;
    line-height: 2.8rem;
    margin-top: 0;
    padding-top: 0;
    padding-right: 3px;
    padding-left: 0px;
    font-weight: 600
}

.search .facetwp-btn {
    display: none
}

#facetz .sfac {
    width: 15.8%;
    float: left;
    margin-right: 10px;
}

#facetz .sfac h5 {
    margin: 0 0 3px 7px;
    font-weight: normal;
}

#facetz .sfac .facetwp-type-fselect .fs-wrap, #facetz .sfac .facetwp-type-fselect .fs-dropdown {
    max-width: 100% !important;
    font-size: 15px;
}

.facetwp-facet-search input {
    max-width: 100% !important;
    height: 22px !important;
    border: 1px solid #dadada;
}

.facetwp-facet {
    margin-bottom: 10px !important;
}

.post-type-archive-publication .facetwp-template {
    margin-top: 20px;
}

.page-template-page-nonav .so-widget-image {
    width: 380px !important;
    max-width: 100% !important;
    padding-top: 10px;
}

.page-template-page-nonav .content {
    padding: 0;
}

.page-template-page-nonav .herostretch h3 {
    font-size: 2.3rem;
    color: #fff;
    padding: 23vh 0;
    font-weight: 400;
    text-align: center;
}

.page-template-page-nonav .entry {
    max-width: 860px;
    margin: 0 auto;
}

.padding {
    display: inline-block;
    padding: 0px;
}

.padding .container {
    box-sizing: border-box;
    background: #fff;
    color: royalblue;
    cursor: pointer;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

audio {
    display: none;
}

.play-button::before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f144";
}

.play-button.playing::before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f28b";
}

.home .oneevent img {max-width:46%}

/* kadence */

body {
     overflow-x:  hidden;
}


.alignfull {
    max-width: 100vw !important;
    margin: 2rem calc(50% - 50vw) !important;
}

.alignwide {
  max-width: 100vw !important;
  margin: 2rem calc(50% - 50vw) !important;
}

@media (min-width: 740px) {
  .alignwide {
    max-width: calc(100% + 20vw) !important;
    margin: 2rem -10vw !important;
  }
}

.fbox label {display:none}
.fbox #mc_embed_signup_scroll {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: flex-start;}
.fbox #mce-EMAIL {max-width:calc(100% - 18px) !important; width:100% !important}
.fbox .mc-field-group {float:left; width:100%;}
.fbox .mc-field-group input { padding:9px 8px 9px 10px; font-size:15px; border:0}
.fbox input[type="submit"] {padding: 9px 25px 9px 25px; font-size:15px; border:0; line-height:1.32 !important; margin:0 !important}
.fbox input[type="submit"]:hover { background:#000}
.fbox #mc_embed_signup div.mce_inline_error {font-weight: normal; background: #000}
.fbox .wp-block-social-links.is-style-logos-only .wp-social-link svg {font-size:1.5em;}
.fbox .alignfull {margin-bottom:0 !important; margin-top:0 !important}
.page-template-page_signup .fbox .kt-has-2-columns {display: none}
.mc-field-group select {height: unset; padding: 0 10px !important}
#mc_embed_signup .mc-field-group input {text-indent: 10px !important}
.fbox .gform_required_legend {display: none !important;}
.page-template-page_signup .gform_wrapper input[type=email] {    padding: 20px 10px !important;}
.fbox input#gform_submit_button_3 {background:#929493; border:0;}
.fbox input#gform_submit_button_3:hover {background:#282828;}
.fbox h2.gform_submission_error, .fbox .validation_message  {color:#fff!important;}
.members svg {opacity:0.2; width:0.6em!important}
@media (min-width: 640px) {
    .gform-theme--foundation .gform_fields {
        -moz-column-gap: 0;
        column-gap: 0!important;
    }
    .gform-theme--foundation .gform_fields input {border-radius:0 !important;}
}
@media screen and (min-width:780px) {
    .shiftnav-toggle-button {display:none !important;} 
}
.shiftnav-toggle-button { float:right}