/*
    Theme Name: SNOMNH
    Theme URI: http://www.samnoblemuseum.ou.edu/
    Description: This is a theme built for the Sam Noble Museum of Natural History
    Author: Sara Graybill
    Author URI: http://www.graybillcreative.com/

    Version: 2.2.3

    Template: genesis
    Template Version: 2.2.3

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
    - Screen Reader Text
- Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
- Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
- Widgets
    - Featured Content
- Plugins
    - Genesis eNews Extended
    - Jetpack
- Skip Links
- Site Header
    - Title Area
    - Widget Area
- Site Navigation
    - Accessible Menu
    - Site Header Navigation
    - After Header Navigation
    - Footer Navigation
- Content Area
    - Entries
    - Entry Meta
    - Pagination
    - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
    - Max-width: 1340px
    - Max-width: 1200px
    - Max-width: 1023px
    - Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

a {
    color: #97002e;
    text-decoration: none;
    font-weight: bold;
}

a:hover,
a:focus {
    color: #97002e;
    text-decoration: none;
}

p {
    margin: 0 0 10px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: 'Cantata One', serif;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
    border: none;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-item a {
    display: block;
    overflow: hidden;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 2px 1px 1px 10px;
    width: 100%;
    border-radius: 5px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 12px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    background-color: #97002e;
    border-color: #7e0026;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
    background-color: #97002e;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.btn-danger {
    color: #fff;
    background-color: #97002e;
    border-color: #7e0026;
    padding: 10px 20px;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-word;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

td {
    padding: 0;
}

th {
    font-weight: 700;
    padding: 0 6px;
}

table#membership.table thead tr {
    background-color: #97002e;
}

thead tr th.header {
    color: #fff;
    background-color: #97002e;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
    line-height: 1.428571429;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f3e7;
    border-top: 1px solid #f1e2c5;
}

.table-striped td {
    padding: 10px;
    line-height: 1.2;
    vertical-align: middle;
    border-left-color: #999;
    text-align: center;
}

.table>thead>tr>th {
    vertical-align: bottom;
    font-weight: bold;
}

table#corporate.table.table-striped thead tr th.header {
    vertical-align: middle;
    text-align: center;
    font-size: 14pt;
}

.table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.2;
    vertical-align: middle;
}

table h3 {
    margin-top: 15px;
}

.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    font-weight: bold;
}

table#corporate.table.table-striped tbody tr td, table#membership.table.table-striped tbody tr td {
    vertical-align: middle;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #999;
}

table#birthdayinfo tbody tr td, table#birthdayrates tbody tr td:nth-of-type(2), table#birthdayrates tbody tr td:nth-of-type(3), table#birthdayrates tfoot tr td:nth-of-type(2), table#birthdayrates tfoot tr td:nth-of-type(3) {
    border-left-style: solid;
    border-left-width: 1px;
}

table#birthdayrates thead th {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

table#birthdayrates thead th.gift-bg {
    border-top: none;
}

table#birthdayrates thead tr {
    height: 60px;
}

table#birthdayrates tbody td {
    text-align: center;
}

table#birthdayrates tfoot tr td:nth-of-type(2),
table#birthdayrates tfoot tr td:nth-of-type(3) {
    border-bottom: 1px solid #999;
}

.bg-bd-blue {
    background-color: #474caa;
    color: #fff;
}

.bg-bd-green {
    background-color: #8fbc00;
    color: #fff;
}

table#corporate.table.table-striped tbody tr td:first-child, table#membership.table.table-striped tbody tr td:first-child {
    text-align: left;
    border-left-style: none;
    min-width: 175px;
}

table .btn-danger {
    padding: 6px 12px;
    font-size: 1.2rem
}

table#birthdayinfo tbody tr td, table#birthdayrates tbody tr td:nth-of-type(2), table#birthdayrates tbody tr td:nth-of-type(3), table#birthdayrates tfoot tr td:nth-of-type(2), table#birthdayrates tfoot tr td:nth-of-type(3) {
    border-style: solid;
    border-width: 1px;
    padding: 8px;
}

.bg-bd-red {
    background-color: #811f33;
    color: #fff;
}

/* Dynamic Table 
--------------------------------------------- */

.js-dynamic-table {
    margin-bottom: 20px;
}

.js-dynamic-table thead tr {
    background-color: #97002e;
    color: #fff;
}

.js-dynamic-table thead tr th {
    border-right: #999 2px solid;
    padding: 5px 10px;
}

.js-dynamic-table thead tr th:last-child {
    border-right: none;
}

.js-dynamic-table tbody tr td {
    border-right: #999 2px solid;
    padding: 5px 10px;
}

.js-dynamic-table tbody tr td:last-child {
    border-right: none;
}

.js-dynamic-table>tbody>tr:nth-child(odd)>td {
    background-color: #f9f3e7;
}

.js-export-table {
    padding: 6px 12px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #000;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.page .site-inner,
.single .site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.home .wrap,
.home .site-inner {
    width: 100%;
}

.site-inner {
    clear: both;
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 84%;
    padding: 0 15px;
}

.content-full-width .content {
    width: 100%;
    padding: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 660px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 16%;
    padding: 0 15px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48%;
}

.one-third,
.two-sixths {
    width: 31%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 21.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #f9f3e7;
    font-size: 1.2rem;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 8px 15px;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
    margin-bottom: 40px;
    /*width: 50%;*/
}

.site-header .search-form {
    float: right;
    margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0;
    font-weight: 500;
}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #97002e;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 0;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #000;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #000;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #97002e;
    color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
    background-color: #fff;
    color: #000;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* ## Gravity Forms
--------------------------------------------- */

body .entry .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}

body .gform_wrapper .top_label .gfield_label {
    margin-bottom: 6px;
}

.gform_wrapper ul li.gfield {
    margin-bottom: 10px;
}

.gform_wrapper input {
    border: 1px solid #f1e2c5
}

form fieldset {
    border: none;
}

legend {
    width: 100%;
    margin-bottom: 15pt;
    font-size: 15.75pt;
    line-height: inherit;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
}

form.wpcf7-form div.label-block span.wpcf7-form-control-wrap span.wpcf7-list-item {
    display: block;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-form-control-wrap {
    position: relative;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

form.wpcf7-form span.wpcf7-list-item-label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 24pt;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #f1e2c5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form .col-md-8 {
    width: 66%;
}

.input-sm {
    height: 25pt;
    padding: 5px 10px;
    font-size: 9pt;
    line-height: 1.5;
    border-radius: 0;
}

form .col-sm-5 {
    width: 42%;
    float: left;
    padding-right: 15px;
}

form .col-sm-4 {
    width: 33%;
    float: left;
    padding-right: 15px;
}

form .col-sm-3 {
    width: 25%;
    float: left;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #000;
    outline: #ccc solid 1px;
}

/* Utility Bar
--------------------------------------------- */
.utility-bar {
 background-color: #333;
 color: #fff;
 font-size: 12px;
 font-size: 1.2rem;
 padding: 0;
}

.utility-bar .widget {
    margin-bottom: 0;
}

.utility-bar li a.tip span {
    display: none;
}

.utility-bar ul {
    height: 30px;
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.utility-bar ul li {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.utility-bar li a.tip {
    height: 15px;
    width: 15px;
    display: block;
    position: relative;
    margin: 10px 0;
}

.utility-bar li a.home {
    background-image: url('images/ou-home-white.png');
    background-repeat: no-repeat;
    background-size: 12px;
    margin-right: 8px;
}

.utility-bar li a.search {
    background-image: url('images/ou-search-white.png');
    background-repeat: no-repeat;
    background-size: 12px;
    margin-right: 8px;
}

.utility-bar li a.social {
    background-image: url('images/ou-social-white.png');
    background-repeat: no-repeat;
    background-size: 12px;
    margin-right: 8px;
}

.utility-bar li.wordmark {
    text-indent: -99999px;
    width: 200px;
    height: 15px;
    background-image: url('images/ou-wide-logo.png');
    background-repeat: no-repeat;
    margin: 10px 0;
    vertical-align: top;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}

.site-header > .wrap {
    padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    padding: 10px 0;
    width: 300px;
    float: left;
}

.header-image .title-area {
    padding: 10px;
}

/*.header-full-width .title-area {
    float: none;
    width: 100%;
}*/

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #000;
    text-decoration: none;
}

/*.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 80px;
    width: 100%;
}*/

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description {
    display: block;
    text-indent: -9999px;
}

/*.header-image .site-title {
    display: block;
    text-indent: -9999px;
}*/

.site-title img {
    vertical-align: top;
    width: 300px;
    display: block;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: left;
    text-align: left;
    padding: 21px 0 0;
    color: #5e5e5e;
    font-weight: 700;
    font-size: 16px;
}

.widget-area .widget_nav_menu {
    float: right;
    margin: 20px 0 0;
}


/* ## Menu Area
--------------------------------------------- */

.main-menu-bar {
    background-color: #97002E;
    color: #fff;
}

#nav_menu-2 {
    float: right;
    margin: 20px 0 0 0;
}

#nav_menu-3 {
    margin: 7px 0 0 30px;
    float: right;
}

#nav_menu-3 a,
#nav_menu-4 a {
    font-size: 18px;
    padding: 9px 5px;
    text-decoration: none;
}

#nav_menu-3 #menu-item-94401 {
    background-color: #fff;
    border-radius: 10px;
    margin-left: 30px;
}

#nav_menu-4 .menu-item-94401 {
    background-color: #fff;
    border-radius: 10px;
    margin-left: 80px;
}

#nav_menu-3 #menu-item-94401 a,
#nav_menu-4 .menu-item-94401 a {
    color: #97002e;
    font-size: 12px;
    padding: 8px 6px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.main-menus,
.genesis-nav-menu {
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

.main-menus .menu-item,
.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.main-menus a,
.genesis-nav-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0px 13px 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-menus a:hover,
.main-menus a:focus,
.main-menus .current-menu-item > a,
.main-menus .sub-menu .current-menu-item > a:hover,
.main-menus .sub-menu .current-menu-item > a:focus
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
    color: #fff;
}

.main-menus .sub-menu,
.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 999;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background: #fff;
}

.main-menus li li {
    margin: 0;
}

.main-menus .sub-menu a,
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 10px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
    text-transform: none;
    color: #333;
    font-weight: 400;
    font-size: 12px;
}

.main-menus .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
    color: #fff;
    background-color: #97002e;
}

.main-menus .sub-menu .sub-menu,
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}


.main-menus .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    float: right;
}

.main-menus ul.menu li.menu-item-has-children > a:before {
    content: "\f107 ";
    font-family: FontAwesome;
    float: left;
    margin-right: 5px;
    color: #fff;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
    clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    /*background-color: #fff;
    border-top: 1px solid #eee;*/
    float: right;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Home
--------------------------------------------- */
.home .entry-header{
    display: none;
}

.hp-cta,
.hp-featured-images-row1,
.hp-featured-images-row2,
.newsletter-signup,
.hp-sponsor-section {
    max-width: 1280px;
    margin: 0 auto;
}

.home .content {
    padding: 0;
}

.home .flexslider {
    border: none;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    max-height: 600px;
}

.home .flexslider .flex-control-nav,
.home .flex-direction-nav {
    display: none;
}

.hp-cta {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 999;
    margin-bottom: 40px;
}

.hp-cta .button {
    background-color: #97002E;
    padding: 10px 80px;
    text-transform: uppercase;
}

.home .one-half:nth-child(2n+1) {
    margin-left: 0;
}

.home .one-half {
    margin-bottom: 40px;
}

.home .one-third:nth-child(3n+1) {
    margin-left: 0;
}

.home .one-third {
    margin-bottom: 40px;
}

.hp-placeholder-text {
    display: block;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: 40px 0;
}

.hp-placeholder-text h2 {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 900;
}

.hp-featured-image,
.hp-featured-image-small {
    position: relative;
    display: inline-block;
}

.home .featured-image-title {
    text-transform: uppercase;
    color: #fff;
    background: rgba(214,214,214,0);
    background: -moz-linear-gradient(top, rgba(214,214,214,0) 0%, rgba(66,66,66,0.23) 30%, rgba(51,51,51,0.77) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,0)), color-stop(30%, rgba(66,66,66,0.23)), color-stop(100%, rgba(51,51,51,0.77)));
    background: -webkit-linear-gradient(top, rgba(214,214,214,0) 0%, rgba(66,66,66,0.23) 30%, rgba(51,51,51,0.77) 100%);
    background: -o-linear-gradient(top, rgba(214,214,214,0) 0%, rgba(66,66,66,0.23) 30%, rgba(51,51,51,0.77) 100%);
    background: -ms-linear-gradient(top, rgba(214,214,214,0) 0%, rgba(66,66,66,0.23) 30%, rgba(51,51,51,0.77) 100%);
    background: linear-gradient(to bottom, rgba(214,214,214,0) 0%, rgba(66,66,66,0.23) 30%, rgba(51,51,51,0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#333333', GradientType=0 );
    position: absolute;
    font-size: 24px;
    text-transform: uppercase;
    bottom: 6px;
    font-weight: 900;
    width: 100%;
    padding: 0 10px;
    line-height: 1.25;
} 

.hp-featured-image-small .featured-image-description,
.hp-featured-image .featured-image-description {  
    background-color: rgba(0,0,0,0.8);  
    position: absolute;  
    color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0;  
    opacity: 0;  
    width: 100%;
    text-align: left;  
    padding: 15px;
    top: 0;
}  
 
.hp-featured-image-small:hover .fade-caption,
.hp-featured-image:hover .fade-caption {  
    opacity: 1;  
}  

.newsletter-container {
    text-align: center;
    display: block;
    clear: both;
    margin-bottom: 40px;
}

.newsletter-signup {
    display: inline-block;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.newsletter-signup h2 {
    float: left;
    font-size: 20px;
    margin-right: 15px;
}

.newsletter-signup p {
    font-size: 18px;
}

.newsletter-signup label {
    display: none !important;
}

.newsletter-signup .gform_body {
    width: 300px !important;
    float: left;
}

.newsletter-signup .gform_wrapper,
.newsletter-signup .gform_footer {
    float: left;
    margin: 0;
}

.newsletter-signup div.ginput_container,
.newsletter-signup li.gfield {
    margin-top: 0 !important;
    padding-right: 0 !important;
}

.newsletter-signup .gform_footer {
    float: left;
    width: 100px !important;
    clear: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.newsletter-signup input[type="submit"] {
    background: #97002E;
    border-radius: 0;
    padding: 6px 10px;
}

.newsletter-signup .one-third {
    margin-bottom: 5px;
}

.newsletter-signup th {
    padding: 0;
}

.hp-sponsor-section {
    margin-bottom: 80px;
}

.hp-sponsors-images {
    text-align: center;
}

.hp-sponsor-section h2 {
    font-size: 18px;
    color: #333;
    text-align: center;
}

ul.sponsor-images {
    display: inline-block;
}

li.sponsor-image,
li.sponsor-image img {
    max-width: 650px;
    max-height: 245px;
    display: inline-block;
    margin-right: 20px;
}

li.sponsor-image:last-child,
li.sponsor-image img:last-child {
    margin-right: 0;
}

/* ## Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #000;
    color: #eee;
}

/* ## Flexslider
--------------------------------------------- */

.entry-content .flexslider ul,
.entry-content .flexslider ol {
    margin-bottom: 0;
    margin-left: 0;
}

.slides p {
    margin-bottom: 0;
}

.entry-content .flexslider ul > li {
    list-style-type: none;
}

.flexslider {
    margin: 0 0 40px;
}

.flexslider .flex-control-nav {
    bottom: -30px;
}

.flex-control-nav li {
    margin: 0 12px;
}

.flex-direction-nav {
    display: none;
}

.flex-control-paging li a {
    width: 5px !important;
    height: 5px !important;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.project-meta {
    margin-left: 20px;
    margin-bottom: 40px;
}

.clear {
    clear: both;
}

h1,
h3 {
    margin-top: 0;
}

.entry-header {
    margin-bottom: 0;
}

.prev-next-post-links {
    overflow: hidden;
    margin-top: 40px;
}

.previous-post-link {
    float: left;
}

.next-post-link {
    float: right;
}

.flex-direction-nav a {
    height: 60px !important;
}

/* ## Default Page Template
--------------------------------------------- */
.sidebar {
    width: 16%;
    float: right;
}

.entry-content {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.entry-sidebar {
    width: 22%;
    float: right;
    display: block;
    overflow: hidden;
    margin-left: 24px;
}

.entry-blocks {
    display: block;
    overflow: hidden;
}

.entry-blocks .one-fourth:first-child {
    margin-left:0;
}

.entry-blocks .one-fourth:nth-child(4n+1) {
    margin-left: 0;
}

.entry-blocks h2 {
    margin-bottom: 8px;
    font-size: 20px;
}

p.staff-info {
    line-height: 1.4;
    font-weight: bold;
}

.additional-staff a,
.staff-info a {
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
}

.department-staff .row {
    min-height: 250px;
}

.entry-content-w-sidebar {
    width: 75%;
    float: left;
}

.entry-sidebar h2 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 400;
    font-weight: 600;
}

.entry-sidebar h3 {
    font-size: 14px;
    color: #97002e;
    line-height: 1.35;
    font-family: 'Lato', sans-serif;
}

.entry-sidebar a {
    text-decoration: none;
    font-weight: bold;
}

.sidebar-news {
    margin-top: 24px;
}

.caption {
    text-align: left;
}

/* ## Publication Single
--------------------------------------------- */

.publication-image {
    width: 150px;
    float: left;
    margin: 0 40px 20px 0;
    display: block;

}

.publication-image img {
    margin-bottom: 20px;
}

.publication-image a {
    background: #97002e;
    color: #fff;
    padding: 10px 20px;
    margin: 20px 0;
    text-decoration: none;
}

.publication-info {
    position: relative;
    display: block;
    overflow: hidden;
}

.publication-info dl {
    margin: 0;
}

.publication-info dt {
    font-weight: 700;
}

.publication-info dd {
    margin: 0;
}


/* ## Corporate Sponsorship Page
--------------------------------------------- */
.page-id-186 .hp-sponsor-section {
    display: none;
}


/* ## Staff Single
--------------------------------------------- */
.single-staff_members .content {
    padding: 0;
}

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

.staff-intro .one-third {
    margin-left: 0;
}

.staff-name-dept {
    display: block;
    overflow: hidden;
    clear: both;
}

.staff-name {
    width: 50%;
    float: left;
}

.staff-name h3 {
    margin-bottom: 0;
}

.staff-dept {
    width: 50%;
    float: left;
    font-weight: 700;
}

.staff-dept ul {
    margin: 0 !important;
}

.staff-dept li {
    list-style-type: none !important;
}

.staff-dept a {
    text-decoration: none;
    font-weight: 700;
}

.staff-info {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}

.staff-info p {
    width: 50%;
    float: left;
}

/* ## Positions Template
--------------------------------------------- */
.content {
    padding: 0;
}

.position-page th {
    font-weight: 700;
    background: #fff;
}

.position-page td {
    line-height: 1.428571429;
    vertical-align: middle;
    border-top: 1px solid #f1e2c5;
    padding: 5px 8px;
}

.position-page tr:nth-child(odd) {
    background-color: #f9f3e7;
}

.position-page td a {
    font-weight: 700;
    text-decoration: none;
}

.position-text h1 {
    font-size: 30px;
}

.position-text h2 {
    font-size: 22px;
}

.position-text h3 {
    font-size: 18px;
}


/* ## Gallery Styling
--------------------------------------------- */
.gallery-group {
    display: block;
    overflow: hidden;
    clear: both;
}

.img-wrap-table {
    display: table;
    width: 100%;
    height: 199px;
}

.img-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
}

.img-wrap img {
    max-height: 199px;
}

.gallery-link img {
    width: 100%;
}

.multi-gallery-images {
    float: none;
    clear: both;
    display: block;
    overflow: hidden;
}

.square-format img {
    width: auto;
    float: left;
}

.attribution-text,
.attribution-text a {
    text-align: left;
    font-size: 10px;
    float: left;
}

.attribution-text a:after {
    content:'  ';
    white-space: pre;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

/*.adjacent-entry-pagination {
    margin-bottom: 0;
}*/

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
    background-color: #97002e;
    color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul > li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.sidebar nav {
    margin-bottom: 20px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px;
}

.sidebar .menu-item a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}


.sidebar .menu li:hover,
.sidebar .menu li:active,
.sidebar .sub-menu a:hover {
    color: #97002E;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0,0);
}

ul.at-a-glance {
    background: #f9f3e7;
}

ul.at-a-glance .head {
    background: #00355f;
}

ul.at-a-glance h2 {
    color: #fff;
    padding: 7px 10px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.4;
}

ul.at-a-glance .body {
    margin: 5px 10px 15px;
    padding-bottom: 15px;
}

h4.info-title {
    color: #00355f;
    font-size: 16px;
    padding-bottom: 2px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}

.info-body p {
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
}


.sidebar ul.menu li > a {
    display: block;
    position: relative;
}

.sidebar ul.menu li.menu-item-has-children > a:after {
    content: "\f107 ";
    font-family: FontAwesome;
    float: right;
    margin-left: 5px;
}

.sidebar ul.menu li.menu-item-has-children > a.open:after {
    content: "\f106";
}

.sidebar ul.menu li > a a {
    display: block;
}

.sidebar ul.menu li.menu-item-has-children li {
    margin-top: 10px;
}

.sidebar ul.sub-menu {
    margin-left: 10px;
}

/* # Lightbox
---------------------------------------------------------------------------------------------------- */
 
 
.lightbox-content {
    display: none;
}
 
.lightbox-content .alignleft {
    margin-right: 30px;
    width: 50%;
    float: left;
}
 
.featherlight .featherlight-content {
    background: #fff !important;
    overflow: visible;
}
 
.lightbox-content .alignleft img.size-portfolio-large {
    vertical-align: top;
}
 
.lightbox-content a {
    text-decoration: none;
}
 
.portfolio-content-right {
    float: left;
    max-width: 50%;
    background: #fff;
}
 
.lightbox-content .more-link {
    margin-top: 20px;
    display: table;
}
 
.featherlight-gallery2 .featherlight-next span,
.featherlight-gallery2 .featherlight-previous span {
    display: block;
    color: #333;
}
 
.featherlight-gallery2 .featherlight-next {
    right: 30px;
    bottom: 0;
    top: auto;
    left: auto;
}
 
.featherlight-gallery2 .featherlight-previous {
    left: auto;
    right: 70px;
    bottom: 0;
    top: auto;
}
 
.featherlight-gallery2 .featherlight-next span,
.featherlight-gallery2 .featherlight-previous span {
    font-size: 25px;
    width: auto;
    margin-top: 0;
    position: static;
    line-height: 1;
}
 
.featherlight-gallery2 .featherlight-close-icon {
    font-size: 24px;
    top: 10px;
    right: 10px;
}
 
.featherlight:last-of-type {
    background: #fff !important;
}

/* # Footer Image
---------------------------------------------------------------------------------------------------- */
.footer-image {
    float: left;
    width: 20%;
    margin-top: -35px;
    z-index: 999;
}

.footer-image img {
    margin-bottom: -55px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #97002e;
    font-size: 14px;
    line-height: 1.5;
    clear: none;
    padding: 20px 40px 20px 0;
    color: #fff;
    width: 100%;
    z-index: 899;
}   

.footer-widgets .widget {
    margin-bottom: 0;
}

.footer-widgets .widget-area {
    display: block;
}

.footer-widgets .widget-title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
}

.footer-widgets-1 {
    width: 20%;
    float: left;
    margin-left: 4%;
}

#media_image-2 {
    width: 300px;
    margin-right: 0;
}

#text-2 {
    display: block;
    overflow: hidden;
}

.footer-widgets a {
    color: #fff;
    text-decoration: none;
}

.footer-widgets-2 {
    margin-left: 5px;
    float: left;
    width: 300px;
}

#custom_html-2,
#custom_html-3 {
    width: 150px;
    float: left;
    display: block;
    line-height: 1;
}

#custom_html-2 li,
#custom_html-3 li {
    margin-bottom: 0;
}

.footer-widgets-3 {
    float: right;
    text-align: left;
    width: 27%;
}

.footer-widgets-2 #nav_menu-4 {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-top: 0;
}

.footer-widgets-2 #nav_menu-4 li {
    display: inline-block;
}

#search-4 {
    display: block;
    overflow: hidden;
    width: 100%;
}

#search-4 input {
    padding: 8px 16px;
}

#text-6 {
    font-size: 10px;
    margin-top: 12px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #97002e;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
    text-align: center;
    color: #fff;
    float: none;
    clear: both;
}

.site-footer p {
    margin-bottom: 0;
    display: block;
    padding: 20px 0;
    float: left;
}

.site-footer a {
    color: #fff;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {
    .hp-cta,
    .hp-featured-images-row1,
    .hp-featured-images-row2,
    .newsletter-signup,
    .hp-sponsor-section,
    .page .site-inner,
    .single .site-inner,
    .wrap {
        max-width: 1140px;
    }
    .home .site-inner {
        width: 100%;
    }

    .footer-widgets-1 {
        /*margin-right: 60px;*/
        margin-left: 0;
    }

}


@media only screen and (max-width: 1200px) {

    .hp-cta,
    .hp-featured-images-row1,
    .hp-featured-images-row2,
    .newsletter-signup,
    .hp-sponsor-section,
    .page .site-inner,
    .single .site-inner,
    .wrap  {
        max-width: 960px;
    }

    .home .site-inner,
    .site-header .title-area {
        width: 100%;
    }

    .site-header .widget-area {
        float: none;
        text-align: center;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-top: 10px;
    }

    .site-title {
        width: 300px;
        display: block;
        overflow: hidden;
        margin: 0 auto;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content {
        width: 800px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1 {
        width: 20%;
    }
    .footer-widgets-2,
    .footer-widgets-3 {
        /*width: 300px;*/
        width: 27%;
    }

    .footer-widgets-1 {
        /*margin-right: 30px;*/
        margin-left: 0;
    }

    #custom_html-2, #custom_html-3 {
        width: 120px;
    }

}

@media only screen and (max-width: 1023px) {

    .hp-cta,
    .hp-featured-images-row1,
    .hp-featured-images-row2,
    .newsletter-signup,
    .hp-sponsor-section,
    .page .site-inner,
    .single .site-inner,
    .wrap  {
        max-width: 800px;
    }

    .home .site-inner,
    #nav_menu-2 {
        width: 100%;
    }

    #nav_menu-3 {
        margin: 0;
        width: 100%;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .js .genesis-nav-menu .sub-menu a,
    .js .genesis-nav-menu .sub-menu,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .genesis-nav-menu li,
    .header-image .title-area,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .nav-primary {
        float: none;
        clear: both;
        padding-top: 20px;
    }

    .js nav.nav-primary,
    .js .site-header nav  {
        display: none;
        /*position: relative;*/
    }

    .js .site-header nav .wrap {
        padding: 0;
    }

    .js nav.pagination {
        display: block;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }

    .footer-widgets-3,
    #search-4 {
        margin-left: 0;
        float: left;
        text-align: left;
    }

}

@media only screen and (max-width: 860px) {

    body > div {
        font-size: 1.8rem;
    }

    body {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .site-inner {
        padding: 5% 5% 0;
    }

    .hp-cta,
    .hp-featured-images-row1,
    .hp-featured-images-row2,
    .newsletter-signup,
    .hp-sponsor-section,
    .wrap,
    .site-header > .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .pagination {
        margin: 5% auto;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    

    .site-header img {
        display: block;
        margin: 0 auto;
    }

    .title-area {
        clear: both;
        width: 100%;
    }

    #nav_menu-3 {
        clear: both;
        width: 100%;
    }

    #nav_menu-3 ul {
        text-align: center;
    }

    #nav_menu-4, #search-4 {
        float: left;
        text-align: left;
    }

    .footer-widgets {
        padding-top: 70px;
    }

    .home .one-third .featured-image-title {
        width: 400px;
    }

    .flexslider .flex-control-nav {
        bottom: -40px;
    }

    .entry-content-w-sidebar {
        width: 100%;
    }

    .entry-sidebar {
        width: 100%;
    }

}

@media only screen and (max-width: 660px) {
    
    #nav_menu-2 {
        display: none;
    }

    #nav_menu-2 .menu-item {
        display: block;
    }

    button.menu-toggle,
    button.sub-menu-toggle {
        background-color: transparent;
        color: #fff;
    }

    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        position: absolute;
        right: 0;
        top: 0;
    }

    .menu-toggle:before {
        content: "\2261";
    }

    .menu-toggle.activated:before {
        content: "\2191";
    }

    .sub-menu-toggle:before {
        content: "+";
    }

    .sub-menu-toggle.activated:before {
        content: "-";
    }

    nav {
        display: block !important;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        font-size: 60px;
        font-weight: 700;
        margin: 0 auto;
        overflow: hidden;
        padding: 2rem;
        text-align: center;
        visibility: visible;
        line-height: 2rem;
    }



    nav {
        display: none;
        position: relative;
    }

    #nav_menu-2 .menu-item {
        position: relative;
        text-align: left;
    }

    #nav_menu-2 .menu-item:hover {
        position: relative;
    }

    #nav_menu-2 .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

    #nav_menu-2 .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
    }

    #nav_menu-2 .sub-menu .sub-menu {
        margin: 0;
    }

    #nav_menu-2 .sub-menu .sub-menu a {
        background-color: #f5f5f5;
        padding-left: 30px;
    }

    #nav_menu-2 .sub-menu .sub-menu .sub-menu a {
        background-color: #fff;
        padding-left: 40px;
    }

    #nav_menu-2 a:hover {
        color: #333;
    }

}

@media only screen and (max-width: 440px) {

    .title-area,
    .menu-toggle {
        float: none;
    }

    .site-header .title-area {
        text-align: center;
    }

    .nav-primary {
        padding-top: 0;
    }

    .home .one-third .featured-image-title {
        width: 100%;
    }



}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

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

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}