/*

        Theme Name: UCLA Law Review

        Description: Custom child theme created especially for UCLA Law Review by Web Savvy Marketing on the <a href="http://web-savvy-marketing.com/go/studiopress/">Genesis framework</a>.
        Author: Web Savvy Marketing
        Author URI: http://www.web-savvy-marketing.com/
        Version: 1.0.0
        Template: genesis
        Copyright 2014 - Web Savvy Marketing
        License: GPL-2.0+
        License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Stylesheet from Genesis 2.1.2 */

/* # Table of Contents
- Imports
- HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
- Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Gallery
        - Forms
        - Tables
- Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
- Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
- Widgets
        - Featured Content
        - Social Media
- Plugins
        - Genesis eNews Extended
        - Jetpack
        - Gravity Forms
        - WP Table
        - CollapseoMatic
        - List Category Posts
- Site Header
        - Title Area
        - Widget Area
- Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
- Top Image
- Content Area
        - Entries
        - Entry Meta
        - Pagination
        - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
        - Retina Display
        - Max-width: 1200px
        - Max-width: 960px
        - Max-width: 800px
        - Max-width: 680px
        - Max-width: 480px
        - Max-width: 380px
*/
/* # Imports
---------------------------------------------------------------------------------------------------- */
/* @import url(//fonts.googleapis.com/css?family=Lato:300,400,700); */
/* # 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:#333}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: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
--------------------------------------------- */
*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
/* ## 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,

.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,

.wrap:after {

    clear: both;

    content: " ";

    display: table;

}





/* # Defaults

---------------------------------------------------------------------------------------------------- */



/* ## Typographical Elements

--------------------------------------------- */



html {

    background-color: #2b6a9f;

}



body {

    background-color: #fff;

    color: #4f4f51;

    font-family: Verdana, Geneva, sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.5;

    margin: 0;

    width: 100%;

}



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;

}



::-moz-selection {

    background-color: #333;

    color: #fff;

}



::selection {

    background-color: #333;

    color: #fff;

}



a {

    color: #005288;

    text-decoration: none;

}



a:hover {

    color: #4f4f51;

}



p {

    margin: 0 0 20px;

    padding: 0;

}



ol,

ul {

    margin: 0;

    padding: 0;

}



li {

    list-style-type: none;

}



b,

strong {

    font-weight: 700;

}





cite,

em,

i {

    font-style: italic;

}



blockquote {

    background: url(images/blockquote.png) no-repeat 0 4px transparent;

    margin: 40px 0;

    padding-left: 48px;

}





hr {

    background-color: #ccc;

    border: 0;

    height: 1px;

    margin: 20px 0;

}


/* format dropdown */
sup.supbrackets {
    display: inline-block;
    padding: 0 1em 0 0;
}
sup.supbrackets:before {
    content: "[";
}
sup.supbrackets:after {
    content: "]";
}



/* ## Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

    color: #4f4f51;

    font-family: Verdana, Geneva, sans-serif;

    font-weight: 400;

    line-height: 1.2;

    margin: 0 0 10px;

}



h1 {

    font-size: 38px;

}



h2 {

    font-size: 34px;

}



h3 {

    font-size: 30px;

}



h4 {

    font-size: 26px;

}



h5 {

    font-size: 20px;

}



h6 {

    font-size: 16px;

}



/* ## Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

    max-width: 100%;

}



img {

    height: auto;

}



.featured-content img,

.gallery img {

    width: auto;

}



/* ## Gallery

--------------------------------------------- */



.gallery {

    overflow: hidden;

}



.gallery-item {

    float: left;

    margin: 0 0 28px;

    text-align: center;

}



.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 img {

    border: 1px solid #ddd;

    height: auto;

    padding: 4px;

}



.gallery img:hover {

    border: 1px solid #999;

}



/* ## Forms

--------------------------------------------- */



input,

select,

textarea {

    background-color: #fff;

    border: 1px solid #a8a9ab;

    color: #4f4f51;

    font-size: 15px;

    font-weight: 400;

    padding: 5px 10px;

    width: 100%;

}



input:focus,

textarea:focus {

    border: 1px solid #999;

    outline: none;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

    width: auto;

}



::-moz-placeholder {

    color: #4f4f51;

    font-weight: 300;

    opacity: 1;

}



::-webkit-input-placeholder {

    color: #4f4f51;

    font-weight: 300;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button {

    background-color: #ffc524;

    border: none;

    border-radius: 4px;

    color: #fff;

    cursor: pointer;

    font-size: 15px;

    font-weight: 400;

    padding: 5px 10px;

    width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover {

    background-color: #FEC62C;

    color: #fff;

}



.entry-content .button:hover {

    color: #fff;

}



.button {

    display: inline-block;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

    display: none;

}



/* ## Tables

--------------------------------------------- */



table {

    border-collapse: collapse;

    border-spacing: 0;

    line-height: 2;

    margin-bottom: 40px;

    width: 100%;

}



tbody {

    border-bottom: 1px solid #ddd;

}



td,

th {

    text-align: left;

}



td {

    border-top: 1px solid #ddd;

    padding: 6px 0;

}



th {

    font-weight: 400;

}





/* # Structure and Layout

---------------------------------------------------------------------------------------------------- */



.content-box-blue{

    margin: 0 0 25px;

    overflow: hidden;

    padding: 20px;

    color: #919191;

    font-family: Georgia,"Times New Roman",Times,serif;

    font-style: italic;

    font-size: 18px;

}



.content-box-blue {

    background-color: #F0F8FF;

    border-left: 8px solid #CEE1EF;

    font-size: 18px;

}



/* ## Site Containers

--------------------------------------------- */



.site-container {

    position: relative;

}



.site-inner,

.wrap {

    margin: 0 auto;

    max-width: 1102px;

}



.site-inner {

    clear: both;

    padding: 40px 0;

    position: relative;

    z-index: 100;

}



/* ## 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: 980px;

}



.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: 800px;

}



.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: 580px;

}



.full-width-content .content {

    width: 100%;

}



/* ### Primary Sidebar */



.sidebar-primary {
    float: right;
    width: 240px;
}



.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,

.four-fifths,

.one-fifth,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-fifths,

.three-sixths,

.two-fourths,

.two-fifths,

.two-sixths,

.two-thirds {

    float: left;

    margin-bottom: 20px;

    margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

    width: 48.717948717948715%;

}



.one-third,

.two-sixths {

    width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

    width: 65.81196581196582%;

}



.one-fourth {

    width: 23.076923076923077%;

}



.three-fourths {

    width: 74.35897435897436%;

}



.one-fifth {

    width: 17.9487179487179488%;

}



.two-fifths {

    width: 38.4615384615384616%;

}



.three-fifths {

    width: 58.9743589743589744%;

}



.four-fifths {

    width: 79.4871794871794872%;

}



.one-sixth {

    width: 14.52991452991453%;

}



.five-sixths {

    width: 82.90598290598291%;

}



.first {

    clear: both;

    margin-left: 0;

}





/* # Common Classes

---------------------------------------------------------------------------------------------------- */



/* ## Avatar

--------------------------------------------- */



.avatar {

    float: left;

}



.alignleft .avatar,

.author-box .avatar {

    margin-right: 24px;

    margin-top: 8px;

}



/*

.author-box .avatar-default {

        display: none;

}

*/







.alignright .avatar {

    margin-left: 24px;

}



.comment .avatar {

    margin: 0 16px 24px 0;

}



/* ## Genesis

--------------------------------------------- */



.breadcrumb {

    margin-bottom: 20px;

}



.archive-description,

.author-box {

    font-size: 15px;

    margin-bottom: 40px;

}



.author-box {

    border-top: 1px solid #a8a9ab;

    margin: 25px 0 60px;

    padding-top: 25px;

}



.author-box .author-box-content {

    overflow: hidden;

}



.author-box-title {

    color: #231f20;

    font-size: 23px;

}



.archive-description p:last-child,

.author-box p:last-child {

    margin-bottom: 0;

}



/* ## Search Form

--------------------------------------------- */



.search-form {

    display: block;

    overflow: hidden;

    position: relative;

}


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

.site-header .search-form input {
    border-radius: 6px;
    border: none;
    font-size: 0.9rem;
}

.entry-content .search-form {

    width: 50%;

}



.search-form input[type="search"] {

    padding-right: 30px;

}



.search-form input[type="submit"] {

    background: url(images/search-icon.png) no-repeat center center;

    bottom: 4px;

    height: 26px;

    position: absolute;

    right: 0;

    text-indent: -9999px;

    width: 27px;

}
header .search-form input[type="submit"] {
    bottom: 2px;
}



.nav-secondary .search-form input[type="search"] {

    background-color: #373637;

    border: 0;

    color: #fff;

    padding: 3px 30px 3px 6px;

}



.nav-secondary .search-form input[type="submit"] {

    bottom: 0;

}



.search-form ::-moz-placeholder {

    color: #fff;

}



.search-form ::-webkit-input-placeholder {

    color: #fff;

}



/* ## Titles

--------------------------------------------- */



.archive-title {

    font-size: 20px;

}



.entry-title,
.entry-title-new{

    font-size: 23px;

}



.page .content .entry-title-new,
.page .content .entry-title,
.single .content .entry-title-new,
.single .content .entry-title {

    font-size: 36px;

}



.page-template-news-category-php .content .entry-title-new,

.page-template-current-category-php .content .entry-title-new,

.page-template-page_blog .content .entry-title-new,
.page-template-news-category-php .content .entry-title,

.page-template-current-category-php .content .entry-title,

.page-template-page_blog .content .entry-title {

    font-size: 23px;

}



.entry-title-new a,
.entry-title a,

.sidebar .widget-title a {

    color: #231f20;

}
.entry-title-new a:hover,
.entry-title-new a{
    text-decoration: none !important;
    font-size: 23px !important;
}

.border-top-article{
    border-top: 1px solid #a8a9ab !important;
    padding: 10px 0 0 !important;
}
.entry-title-new a:hover
.entry-title a:hover {

    color: #2d71aa;

}



.widget-title {

    color: #005288;

    font-size: 20px;

    margin-bottom: 20px;

    text-transform: uppercase;

}



.sidebar .widget-title {

    border-bottom: 1px solid #a8a9ab;

    margin-bottom: 15px;

    padding-bottom: 15px;

}





/* ## 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: 12px;

}



a.alignleft,

img.alignleft,

.wp-caption.alignleft {

    margin: 0 24px 24px 0;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

    margin: 0 0 24px 24px;

}



img.alignleft,

img.alignright {

    margin-top: 5px;

}



.wp-caption-text {

    font-size: 14px;

    font-weight: 700;

    text-align: center;

}



.entry-content p.wp-caption-text {

    margin-bottom: 0;

}



.sticky {

}



.alignleft img,

.alignright img,

img.centered,

img.alignnone,

img.alignleft,

img.alignright {

    border: 1px solid #ccc;

}





/* # Widgets

---------------------------------------------------------------------------------------------------- */



.widget {

    word-wrap: break-word;

}



.widget ol > li {

    list-style-position: inside;

    list-style-type: decimal;

    padding-left: 20px;

    text-indent: -20px;

}



.widget li li {

    border: none;

    margin: 0 0 0 16px;

    padding: 0;

}



.widget_calendar table {

    width: 100%;

}



.widget_calendar td,

.widget_calendar th {

    text-align: center;

}



/* ## Featured Content

--------------------------------------------- */



.sidebar .featured-content .widget-title,

.featured-content .widget-title {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}



.featured-content .entry {

    border-top: 1px solid #a8a9ab;

    margin-bottom: 30px;

    padding-top: 10px;

}



.footer-widgets .entry {

    border-bottom: 1px dotted #666;

}
.entry-meta.author{
    border-bottom: none !important; 
    padding-bottom: 0px !important; 
}


.featured-content .entry-title {

    font-size: 23px;

}



.sidebar .featured-content .entry-meta,

.sidebar .featured-content .entry-meta a {

    color: #8c8e90;

}



.sidebar .featured-content .entry-meta a:hover {

    color: #005288;

}



/*

Social Media

--------------------------------------------- */



.widget-social a.genericon:before {

    margin-right: 20px;

}



.widget-social a.genericon {

    background-color: #20221d;

    box-sizing: content-box;

    color: #fff;

    font-size: 22px;

    height: 22px;

    line-height: 1;

    margin-right: 12px;

    overflow: hidden;

    padding: 6px;

    position: relative;

    white-space: nowrap;

    width: 22px;

}



.widget-social a:last-child {

    margin-right: 0;

}



/* # Plugins

---------------------------------------------------------------------------------------------------- */



/* ## Genesis eNews Extended

--------------------------------------------- */



.enews-widget,

.enews-widget .widget-title {

    color: #fff;

}



.sidebar .widget.enews-widget {

    background-color: #333;

}



.enews-widget input,

.enews-widget input:focus {

    border: 1px solid #333;

}



.enews-widget input {

    font-size: 16px;

    margin-bottom: 16px;

}



.enews-widget input[type="submit"] {

    background-color: #e5554e;

    color: #fff;

    margin: 0;

    width: 100%;

}



.enews-widget input:hover[type="submit"] {

    background-color: #fff;

    color: #333;

}



.enews form + p {

    margin-top: 24px;

}



/* ## Jetpack

--------------------------------------------- */



#wpstats {

    display: none;

}





/* ## Gravity Forms

--------------------------------------------- */



.gform_wrapper .textarea,

div.gform_wrapper input[type="text"],

div.gform_wrapper input[type="url"],

div.gform_wrapper input[type="email"],

div.gform_wrapper input[type="tel"],

div.gform_wrapper input[type="number"],

div.gform_wrapper input[type="password"] {

    font-size: 16px;

    padding: 5px;

}



div.gform_wrapper input[type="checkbox"],

div.gform_wrapper input[type="radio"] {

    margin-left: 5px !important;

    padding: 0;

}



div.gform_wrapper .gsection .gfield_label,

div.gform_wrapper h2.gsection_title,

div.gform_wrapper h3.gform_title,

div.gform_wrapper li.gfield .gfield_label {

    font-weight: 400;

}



div.gform_wrapper ul {

    margin-left: 0;

}



div.gform_wrapper ul li.gfield {

    border: 0;

    margin-bottom: 10px;

    padding-bottom: 0;

}



div.gform_wrapper .gfield_checkbox li input[type="checkbox"],

div.gform_wrapper .gfield_radio li input[type="radio"],

div.gform_wrapper .gfield_checkbox li input {

    margin-top: 6px;

}





div.gform_wrapper .gfield_checkbox li label,

div.gform_wrapper .gfield_radio li label {

    display: inline !important;

    margin-left: 10px;

}



div.gform_wrapper .gform_footer {

    padding: 0;

}



/*

## WP Table

--------------------------------------------- */



h2.tablepress-table-name {

    font-size: 18px;

}



table.tablepress thead th,

table.tablepress tfoot th {

    background: #065389;

    color: #fff;

    font-weight: 700;

}



table.tablepress tbody td,

table.tablepress tfoot th {

    border-bottom: 1px solid #eceded;

    border-top: none;

    border-right: 1px solid #eceded;

}



table.tablepress {

    border: 1px solid #eceded;

}



span.tablepress-table-description {

    margin-bottom: 16px;

    margin-bottom: 1rem;

}



table.tablepress .even td {

    background-color: #fff;

}



table.tablepress .odd td {

    background-color: #f6f6f6;

}



table.tablepress th,

table.tablepress td {

    padding: 4px 8px;

}



/* ## CollapseoMatic

--------------------------------------------- */



span.collapseomatic, .expand_issue,.minimize-issue{

    background: url(images/plus-icon.png) no-repeat  0 2px transparent;

    color: #4f4f51;

    display: block;

    font-size: 15px;

    font-weight: 700;

    margin-bottom: 10px;

    padding: 5px 0 5px 30px;
    cursor: pointer;

}



span.collapseomatic:hover, .expand_issue:hover,.minimize-issue:hover {
    text-decoration: none;
}



span.collapseomatic.colomat-close, .minimize-issue {

    background-image: url(images/minus-icon.png);

}



div.collapseomatic_excerpt,

div.collapseomatic_content {

    margin: 10px 0 0 25px;

}



.entry-content div.collapseomatic_content ul > li,

div.collapseomatic_content ul > li, .issues_group ul li {

    list-style-image: url(images/bullet-list-grey.png);

}



.entry-content div.collapseomatic_content li a,

div.collapseomatic_content li a, .issues_group ul li a {

    color: #5a5b5d;

}



.entry-content div.collapseomatic_content li a:hover,

div.collapseomatic_content li a:hover, .issues_group ul li a:hover {

    color: #005288;

}

/*.collapsible-accordian span.expand_issue{
    display: block;
}
.collapsible-accordian span.minimize-issue{
    display: none;
}
.collapsible-accordian.open-in span.expand_issue{
    display: none;
}
.collapsible-accordian.open-in span.minimize-issue{
    display: block;
}*/
h5.collapsible-accordian{
    cursor: pointer;
}
h5.collapsible-accordian:before{
    width: 36px;
    height: 30px;
    content: "";
    display: inline-block;
    background: url(images/plus-icon.png) no-repeat 0 2px transparent;
    float: left;
}
.issues_group ul li{
    margin-bottom: 15px;
    list-style-image: url(images/right-arrow.png);
}
h5.collapsible-accordian.open-in:before{
    background: url(images/minus-icon.png) no-repeat 0 2px transparent;
}
.colapsable-volume{
    display: none;
    border: 2px solid #2a6a9f;
    padding: 15px;
    margin-bottom: 10px;
}
.volume h4:after{
    content: "";
    color: #fff;
    font-size: 40px;
    display: block;
    float: right;
    line-height: 26px;
    background: url(images/plus-icon.png) no-repeat 0 2px transparent;
    width: 30px;
    height: 30px;
}
.{
    link-img.png
}
.volume h4.open-in:after{
    background: url(images/minus-icon.png) no-repeat 0 2px transparent;
}
.volume h4{
    background: #2a6a9f;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
.issues_group ul{
    margin-left: 20px;
    margin-bottom: 20px;
}
.issues_group{
    display: none;
    margin: 10px 0 0 25px;
}
.hr-hide:last-of-type{
    display: none;
}
.previous-post-link{
    float:left;
}
.next-post-link{
    float:right;
}
div.collapseomatic_content .lcp_paginator li {

    background-color: #275E8E;

    border: none;

    color: #FBCC49;

}



div.collapseomatic_content .lcp_paginator li a,

.entry-content div.collapseomatic_content .lcp_paginator li a {

    color: #fff;

}



div.collapseomatic_content .lcp_paginator li a:hover,

.entry-content div.collapseomatic_content .lcp_paginator li a:hover {

    color: #FBCC49;

}



/* ##  List Category Posts

--------------------------------------------- */



.sidebar .widget_listcategorypostswidget ul {

    margin-left: 0;

}



.sidebar .widget_listcategorypostswidget ul li {

    border-bottom: 1px solid #dcdddf;

    list-style: none outside none;

    padding-bottom: 10px;

    margin-bottom: 10px;

}



.sidebar .widget_listcategorypostswidget ul li:last-child {

    border: 0;

    padding: 0;

}



.sidebar .widget_listcategorypostswidget ul li span {

    color: #8c8e90;

    font-size: 14px;

    text-transform: uppercase;

}



.sidebar .widget_listcategorypostswidget ul li a {

    display: block;

}



/* ## DDshare

--------------------------------------------- */



div.dd_post_share {

    margin-bottom: 40px;

}



/* ## CRP Related

--------------------------------------------- */



.entry-content .crp_related,

.crp_related {

    margin-bottom: 40px;

}



.entry-content .crp_related ul li a,

.crp_related ul li a {

    color: #231f20;

}



.entry-content .crp_related ul li a:hover,

.crp_related ul li a:hover {

    color: #005288;

}



/* ##Footnotes

--------------------------------------------- */

.simple-footnotes {

    margin-bottom: 40px;

}



/* ##Kindle

--------------------------------------------- */



div.kindleLight {
    /* background: none #FBCC49; */
    border: 1px solid #FBCC49;
    border-radius: 5px;
    filter: 0;
    color: #333;
    font-size: 12px;
    margin: 0 0 5px 0 !important;
    max-width: 155px;
    padding: 4px;
    display: inline-block !important;
    clear: both;
}

div.kindleLight:hover {
    background-color: #F9C22A;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

div.kindleWidget > span {
    color: #333;
    padding: 0 5px;
}
div.kindleWidget:hover > span {
    color: #fff;
}

/* # Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

    background-color: #275e8e;

    color: #fff;

    position: relative;

    z-index: 200;

}



.site-header .wrap {

    padding: 0;

}



/* ## Title Area

--------------------------------------------- */



.title-area {

    float: left;

    padding: 0;

    width: 28%;

}



.header-full-width .title-area {

    width: 100%;

}



.site-title {

    font-size: 32px;

    font-weight: 400;

    line-height: 1.2;

}



.site-title a,

.site-title a:hover {

    color: #fff;

}



.header-image .site-title > a {

    background: url(images/logo.png) no-repeat left;

    float: left;

    min-height: 30px;

    width: 100%;

}



.site-description {

    color: #fff;

    font-size: 16px;

    font-weight: 300;

    line-height: 1.5;

}



.site-description,

.site-title {

    margin-bottom: 0;

    text-transform: uppercase;

}



.header-image .site-description,

.header-image .site-title {

    display: block;

    text-indent: -9999px;

}



.header-image .site-title {

    padding-top: 14px;

}



.header-image .site-description {

    display: none;

}



/* ## Widget Area

--------------------------------------------- */



.site-header .widget-area {

    float: right;

    text-align: right;

    width: 70%;

}





/* # Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

    clear: both;

    font-size: 0;

    line-height: 1;

    width: 100%;

}



.genesis-nav-menu .menu-item {

    display: inline-block;

    font-size: 15px;

    text-align: left;

}



.ie7 .genesis-nav-menu .menu-item {

    display: block;

    float: left;

}



.genesis-nav-menu a {

    color: #4f4f51;

    display: block;

    padding: 10px 24px;

}



.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a {

    color: #e5554e;

}



.genesis-nav-menu .sub-menu a:hover,

.genesis-nav-menu .sub-menu .current-menu-item > a {

    background: url(images/arrow-left-fat.png) no-repeat right center transparent;

    color: #4f4f51;

}



.genesis-nav-menu .sub-menu {

    background-color: #fff;

    left: -9999px;

    opacity: 0;

    padding: 10px 0;

    position: absolute;

    -webkit-transition: opacity .4s ease-in-out;

    -moz-transition:    opacity .4s ease-in-out;

    -ms-transition:     opacity .4s ease-in-out;

    -o-transition:      opacity .4s ease-in-out;

    transition:         opacity .4s ease-in-out;

    width: 220px;

    z-index: 99;

}



.genesis-nav-menu .sub-menu a {

    background-color: #fff;

    font-size: 15px;

    padding: 10px 20px;

    position: relative;

    width: 220px;

}



.ie7 .genesis-nav-menu .sub-menu a {

    width: 180px;

}



.genesis-nav-menu .sub-menu .sub-menu {

    margin: -45px 0 0 -220px;

}



.genesis-nav-menu .menu-item:hover {

    position: static;

}



.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 {

    color: #fff;

    float: right;

    list-style-type: none;

    padding: 0 24px;

}



.genesis-nav-menu > .right > a {

    display: inline;

    padding: 0;

}



.genesis-nav-menu > .rss > a {

    margin-left: 48px;

}



.genesis-nav-menu > .search {

    padding: 0 20px 0;

}



/* ## Primary Navigation

--------------------------------------------- */



.nav-primary .genesis-nav-menu .menu-item {

    text-transform: uppercase;

}



.nav-primary .genesis-nav-menu a {

    color: #fff;

    padding: 25px 18px;

}



.nav-primary .genesis-nav-menu a:hover,

.nav-primary .genesis-nav-menu .current-menu-item > a {

    background-color: #065389;

    color: #fff;

}



.nav-primary .genesis-nav-menu .sub-menu a {

    color: #4f4f51;

    padding: 10px 20px;

}



.nav-primary .genesis-nav-menu .sub-menu a:hover,

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {

    background: url(images/arrow-left-fat.png) right center no-repeat transparent;

    color: #4f4f51;

    -webkit-transition: none;

    -moz-transition:    none;

    -ms-transition:     none;

    -o-transition:      none;

    transition:         none;

}



/* ## Secondary Navigation

--------------------------------------------- */



.nav-secondary {

    background: none transparent;

    position: relative;

    z-index: 210;

}



.nav-secondary .wrap {

    padding: 10px 0;

}



.nav-secondary .genesis-nav-menu .menu-item {

    font-size: 14px;

}



.nav-secondary .genesis-nav-menu {

    display: block;

    float: right;

    text-align: right;

}



.ie7 .nav-secondary .genesis-nav-menu {

    width: 50%;

}



.nav-secondary .genesis-nav-menu a {

    border-right: 1px solid #a4a4a4;

    color: #ffc526;

    padding: 6px 12px;

}



.nav-secondary  .genesis-nav-menu > .right {

    padding: 0 12px;

}



.nav-secondary .genesis-nav-menu .last a {

    padding-right: 0;

}



.nav-secondary .genesis-nav-menu a:hover,

.nav-secondary .genesis-nav-menu .current-menu-item > a {

    background-color: transparent;

    color: #fff;

}



.nav-secondary .genesis-nav-menu .sub-menu a {

    border: 0;

    color: #4f4f51;

    padding: 10px 20px;

}



.nav-secondary .genesis-nav-menu .sub-menu a:hover,

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a {

    background: url(images/arrow-right-fat.png) no-repeat 0 center transparent;

    color: #4f4f51;

}



.nav-secondary .genesis-nav-menu .twitter-menu a {

    background: url(images/twitter-icon.png) no-repeat center center;

    display: block;

    text-indent: -9999px;

    width: 53px;

}



.nav-secondary .genesis-nav-menu .twitter-menu a:hover {

    opacity: 0.9;

}



/* ## Navigation toggles

--------------------------------------------- */

.sub-menu-toggle,

.menu-toggle.genericon {

    display: none;

    visibility: hidden;

}



/* # Home page

---------------------------------------------------------------------------------------------------- */



/* ## Home Slider

--------------------------------------------- */



.home-slider {

    display: block;

    margin-bottom: -115px;

    overflow: hidden;

    position: relative;

    top: -115px;

    width: 100%;

}



.ie7 .home-slider {

    margin-bottom: -155px;

    top: -155px;

}



.home-slider div.soliloquy-container .soliloquy-slides > li {

    display: block;

    max-height: 477px;

    overflow: hidden;

}



.ie7 .home-slider div.soliloquy-container ul.soliloquy-slider {

    display: block;

    height: 477px;

    overflow: hidden;

}



.home-slider .soliloquy-container .soliloquy-image {

    width: 100%;

}





.home-slider .soliloquy-fc-slider .soliloquy-caption {
    bottom: 20%;
    left: 0;
    margin-right: -350px;
    right: 50%;
    top: auto;
    width: 700px;
}



.home-slider div.soliloquy-container .soliloquy-caption-inside {

    background: none transparent;

    color: #fff;

    filter: 0;

    text-align: center;

}



.home-slider div.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title,

.home-slider div.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {

    font-family: Verdana,Geneva,sans-serif;

    font-size: 37px;

    font-weight: 400;

    margin-bottom: 10px;

}



.home-slider div.soliloquy-fc-slider .soliloquy-caption-inside .meta-author {

    font-size: 17px;

    margin-bottom: 30px;

    text-transform: uppercase;

}



.home-slider div.soliloquy-fc-slider .soliloquy-fc-read-more {

    background: url(images/arrow-right-thin.png) no-repeat right transparent;

    border: 1px solid #ffc524;

    border-radius: 4px;

    color: #fff;

    display: inline-block;

    font-size: 22px;

    font-weight: 400;

    padding: 10px 35px 10px 20px;

}



.home-slider div.soliloquy-fc-slider .soliloquy-fc-read-more:hover {

    color: #ffc524;

}



/* ## Home CTAs

--------------------------------------------- */



.home-cta {

    margin-top: 32px;

}



.cta {

    vertical-align: middle;

}



.cta a {

    background-color: #ffc524;

    color: #fff;

    display: block;

    font-size: 26px;

    line-height: 1.2;

    padding: 5px 10px;

    text-align: center;

}



.cta a:hover {

    background-color: #FBCC49;

}



.cta span {

    color: #fff;

    display: inline-block;

    position: relative;

}



.cta span::after {

    background: url(images/arrow-right.png) no-repeat right center;

    content:"";

    display: inline-block;

    height: 20px;

    margin-bottom: 4px;

    margin-left: 8px;

    vertical-align: middle;

    width: 15px;

}



.sidebar .cta a {

    display: block;

    font-size: 24px;

    padding: 6px 10px;

}



.sidebar .cta span::after {

    display: none;

}



/* # Top Image

---------------------------------------------------------------------------------------------------- */



.top-image {

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    height: 240px;

    left: 0;

    position: absolute;

    right: 0;

    top: 30px; /* normally 0, 30px makes up for extra header height caused by search field */

    width: auto;

    z-index: 10;

}



/* # Top Title

---------------------------------------------------------------------------------------------------- */



.main-title {

    position: relative;

    z-index: 50;

}



.main-title .wrap {

    color: #fff;

    display: block;

    height: 165px;

    position: relative;

}



.main-title .archive-title,

.main-title .entry-title {

    bottom: 20px;

    color: #fff;

    display: block;

    font-size: 38px;

    left: 0;

    position: absolute;

    right: 0;

    width: auto;

}





/* # Content Area

---------------------------------------------------------------------------------------------------- */



/* ## Entries

--------------------------------------------- */



.entry {

    margin-bottom: 20px;

}



.content .entry {

    border-top: 1px solid #a8a9ab;

    padding: 10px 0 0;

}



.page .content .entry,

.single .content .entry {

    border-top: 0;

    padding: 0;

}



.page-template-news-category-php .content .entry,

.page-template-current-category-php .content .entry,

.page-template-page_blog .content .entry {

    border-top: 1px solid #a8a9ab;

    padding: 10px 0 0;

}



.entry-content {

    overflow: hidden;

}



.entry-content a:hover {

    color: #0171bb;

    text-decoration: underline;

}



.entry-content ul {

    margin-bottom: 20px;

    margin-left: 20px;

}



.entry-content ol {

    margin-bottom: 20px;

    margin-left: 32px;

}



.entry-content ol > li {

    list-style-type: decimal;

}



.entry-content ul > li {

    list-style-image: url(images/bullet-list.png);

    list-style-type: none;

}



.entry-content ol ol,

.entry-content ul ul {

    margin-bottom: 0;

}



.entry-content code {

    background-color: #333;

    color: #ddd;

}



.more-link {

    display: block;

    margin: 15px 0 0;

    overflow: hidden;

}



.more-link a {

    background-color: #ffc524;

    border-radius: 4px;

    color: #fff;

    display: block;

    float: left;

    line-height: 1;

    padding: 5px;

}



.more-link a:hover {

    background-color: #fbcc49;

}



/* ## Entry Meta

--------------------------------------------- */



p.entry-meta {

    font-size: 14px;

    margin-bottom: 0;

}



p.entry-meta .author {

    display: block;

    text-transform: uppercase;

}



p.entry-meta #bio {

    display: block;

    font-style: italic;

    font-size: 0.9em;

    padding: 0 1em 0.5em 0;
}



p.entry-meta .sep {

    padding: 0 5px;

}



.entry-header p.entry-meta {

    margin-bottom: 10px;

}



.entry-header .entry-meta .volume,

.entry-header .entry-meta .citation {

    font-variant: small-caps;

}



.single .content .entry-header p.entry-meta {

    border-bottom: 1px solid #a8a9ab;

    display: block;

    padding-bottom: 20px;

}



.entry-footer .entry-meta {

    padding: 0;

}



.single .entry-footer .entry-tags {

    background-color: #eceded;

    color: #4f4f51;

    display: block;

    margin-bottom: 5px;

    padding: 5px;

}



.entry-footer .entry-meta a {

    color: #4f4f51;

}



.entry-footer .entry-meta a:hover {

    color: #005288;

}



.entry-header .entry-meta,

.entry-meta a {

    color: #8c8e90;

}



.entry-meta a:hover {

    color: #005288;

}



.entry-author {

    display: block;

}



.entry-comments h3,

.comment-respond h3.comment-reply-title {

    color: #231f20;

    font-size: 23px;

    margin-bottom: 20px;

}



.download a {

    color: #8C8E83;

}



.download a:hover {

    color: #005288;

}



.download a:after {

    content: '\f440';

    font-family: 'genericons';

    font-size: 15px;

    margin-left: 10px;

}



/* ## Pagination

--------------------------------------------- */



.pagination {

    clear: both;

    margin: 40px 0;

}



.adjacent-entry-pagination {

    margin-bottom: 0;

}



.archive-pagination li {

    display: inline;

}



.archive-pagination li a {

    color: #bcbec0;

    cursor: pointer;

    display: inline-block;

    font-size: 16px;

    padding: 0;

}



.archive-pagination li a:hover,

.archive-pagination .active a {

    color: #8c8e90;

}



.archive-pagination .pagination-next,

.archive-pagination .pagination-previous {

    vertical-align: middle;

}



.archive-pagination .pagination-next a {

    background: url(images/arrow-right-navi.png) no-repeat center center;

    border-radius: 2px;

    height: 21px;

    text-indent: -9999px;

    width: 16px;

}



.archive-pagination .pagination-previous a {

    background: url(images/arrow-left-navi.png) no-repeat center center;

    border-radius: 2px;

    height: 21px;

    text-indent: -9999px;

    width: 16px;

}



/* ## Comments

--------------------------------------------- */



.comment-respond,

.entry-comments,

.entry-pings {

    border-top: 1px solid #a8a9ab;

    padding-top: 10px;

    margin-bottom: 40px;

}



.comment-header {

    font-size: 15px;

}



.comment-header a,

.comment-header {

    color: #4f4f51;

}



.comment-header a:hover {

    color: #005288;

}



.comment-header .comment-meta {

    font-size: 13px;

}



li.comment {

    background-color: #f5f5f5;

    border: 2px solid #fff;

}



.comment-content {

    clear: both;

}



.comment-list li {

    margin-top: 24px;

    padding: 20px;

}



.comment-respond p.gform_wrapper {

    margin-bottom: 5px;

}



.comment-respond p.form-submit {

    margin-top: 12px;

}



.comment-respond  p.gform_wrapper textarea,

.comment-respond  p.gform_wrapper input[type="email"],

.comment-respond  p.gform_wrapper input[type="text"],

.comment-respond  p.gform_wrapper input[type="url"] {

    padding: 5px 10px;

    width: 70%;

}



.comment-respond .subscribe-to-comments #subscribe



.entry-comments .comment-author {

    margin-bottom: 0;

}



.entry-pings .reply {

    display: none;

}



.bypostauthor {

}



.form-allowed-tags {

    background-color: #f5f5f5;

    font-size: 16px;

    padding: 24px;

}



.comment-list .comment-respond {

    margin-top: 40px;

}



.entry-comments .comment-reply {

    clear: both;

    display: block;

    overflow: hidden;

}



.entry-comments .comment-reply a {

    background-color: #ffc524;

    border-radius: 4px;

    color: #fff;

    display: block;

    float: left;

    font-size: 13px;

    line-height: 1;

    padding: 5px;

    text-transform: uppercase;

}



.entry-comments .comment-reply a:hover {

    background-color: #FBCC49;

}





/* # Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

    font-size: 15px;

}



.sidebar a,

.sidebar {

    color: #231f20;

}



.sidebar a:hover {

    color: #005288;

}



.sidebar ul,

.sidebar ol {

    margin-left: 16px;

}



.sidebar ul ul,

.sidebar ol ol {

    margin-left: 0;

}



.sidebar li {

    margin-bottom: 10px;

}



.sidebar ul li {

    list-style-image: url(images/bullet-list.png);

}



.sidebar p:last-child,

.sidebar ul > li:last-child {

    margin-bottom: 0;

}



.sidebar .widget {

    margin-bottom: 40px;

    padding: 0;

}



.sidebar ul#recentcomments {

    margin-left: 0;

}



.sidebar ul#recentcomments a {

    color: #005288;

}



.sidebar ul#recentcomments a:hover {

    color: #231f20;

}



.sidebar ul#recentcomments li {

    list-style: none outside none;

    position: relative;

}



.sidebar .more-link a {

    color: #fff;

}





/* # Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

    background-color: #333;

    clear: both;

    padding-top: 40px;

}



.footer-widgets,

.footer-widgets a {

    color: #999;

}



.footer-widgets input {

    border: 1px solid #333;

}



.footer-widgets a.button,

.footer-widgets a:hover {

    color: #fff;

}



.footer-widgets li {

    border-bottom: 1px dotted #666;

    margin-bottom: 10px;

    padding-bottom: 10px;

}



.footer-widgets .widget {

    margin-bottom: 40px;

}



.footer-widgets p:last-child {

    margin-bottom: 0;

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3 {

    width: 340px;

}



.footer-widgets-1 {

    margin-right: 60px;

}



.footer-widgets-1,

.footer-widgets-2 {

    float: left;

}



.footer-widgets-3 {

    float: right;

}





/* # Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

    background-color: #2a6a9f;

    color: #fff;

    font-size: 12px;

    line-height: 1.2;

}



.site-footer .wrap {

    background: url(images/icon.png) no-repeat left center;

    padding: 30px 0 30px 80px;

}



.site-footer p {

    margin-bottom: 0;

}





/* # Media Queries

---------------------------------------------------------------------------------------------------- */







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





    .site-inner {

        max-width: 100%;

    }



    .wrap {

        max-width: 96%;

    }



    .site-header .widget-area {

        width: 68%;

    }



    .content {

        width: 67%;

    }





    .sidebar,

    .title-area {

        width: 30%;

    }



    .genesis-nav-menu .menu-item {

        font-size: 15px;

    }



    .nav-primary .genesis-nav-menu a {

        padding: 25px 12px;

    }



    .home-slider .soliloquy-fc-slider .soliloquy-caption {

        left: 0;

        right: 0;

        margin: 0;

        top: auto;

        width: auto;

    }



    .main-title .archive-title,

    .main-title .entry-title {

        font-size: 32px;

    }



    h1 {

        font-size: 32px;

    }



    h2 {

        font-size: 28px;

    }



    h3 {

        font-size: 26px;

    }



    h4 {

        font-size: 22px;

    }



    h5 {

        font-size: 18px;

    }



    h6 {

        font-size: 16px;

    }





}



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



    .sidebar {

        width: 35%;

    }



    .site-inner {

        padding-top: 20px;

    }



    .content {

        width: 62%;

    }



    .nav-secondary {

        background-color: #444;

    }



    .site-header .widget-area,

    .site-inner,

    .title-area {

        width: 100%;

    }



    .header-image .site-header .wrap {

        background-position: center top;

    }



    .genesis-nav-menu li,

    .site-header ul.genesis-nav-menu,

    .site-header .search-form {

        float: none;

    }



    .genesis-nav-menu,

    .site-description,

    .site-header .title-area,

    .site-header .search-form,

    .site-title {

        text-align: center;

    }



    .genesis-nav-menu > .right {

        display: inline-block;

        float: none;

        vertical-align: top;

    }



    .nav-secondary .genesis-nav-menu {

        float: none;

        text-align: center;

        vertical-align: top;

    }



    .header-image .site-title > a {

        background-position: center center;

    }



    .title-area {

        margin-bottom: 20px;

    }



    .home-slider {

        margin-bottom: 0;

        top: 0;

    }



    .home-slider .soliloquy-fc-slider .soliloquy-caption {

        bottom: 10%;

    }



    .comment-respond p.gform_wrapper textarea,

    .comment-respond p.gform_wrapper input[type="email"],

    .comment-respond p.gform_wrapper input[type="text"],

    .comment-respond p.gform_wrapper input[type="url"] {

        width: 100%;

    }



    .top-image {

        height: 200px;

        position: static;

    }



    .main-title .wrap {

        height: auto;

    }



    .main-title .archive-title,

    .main-title .entry-title {

        margin-top: 20px;

        font-size: 26px;

    }





    h1 {

        font-size: 26px;

    }



    h2 {

        font-size: 24px;

    }



    h3 {

        font-size: 22px;

    }



    h4 {

        font-size: 20px;

    }



    h5 {

        font-size: 18px;

    }



    h6 {

        font-size: 16px;

    }



    table.tablepress-responsive-tablet {

        border: 0;

    }



    table.tablepress-responsive-tablet tbody tr {

        margin-left: -4px;

    }



    table.tablepress-responsive-tablet tbody {

        border-top: 1px solid #ccc;

    }



    table.tablepress-responsive-tablet thead {

        border-bottom: 1px solid #ccc;

        padding-bottom: 1px;

    }



    .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%;

    }



}





@media only screen and (max-width: 700px) {
    .site-header .wrap {
        max-width: 100%;
    }

    .content,
    .sidebar-primary,
    .site-header .widget-area,
    .site-inner,
    .title-area {
        width: 100%;
    }

    .content {
        padding-bottom: 20px;
    }

    .home-slider div.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title,
    .home-slider div.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
        font-size: 18px;
    }

    .home-slider div.soliloquy-fc-slider .soliloquy-caption-inside .meta-author {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }

    .home-slider div.soliloquy-fc-slider .soliloquy-fc-read-more {
        font-size: 18px !important;
        padding: 6px 30px 6px 20px !important;
    }

    div.soliloquy-container .soliloquy-caption {
        display: block;
    }

    div.soliloquy-container .soliloquy-caption-inside {
        padding: 20px 10px !important;
    }
    .home-slider .soliloquy-fc-slider .soliloquy-caption {
        bottom: 0% !important;
    }
    .soliloquy-container .soliloquy-pager {
        bottom: 3px !important;
    }

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

    .nav-primary {
        background-color: #065389;
        max-width: 100%;
        padding: 0;
    }

    nav.nav-primary {
        display: block !important;
    }


    .menu-toggle.genericon,
    .sub-menu-toggle {
        border-radius: 0;
        display: block;
        font-size: 19px;
        font-weight: 700;
        margin: 0;
        overflow: hidden;
        padding: 10px;
        text-align: center;
        visibility: visible;
    }

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

    .menu-toggle {
        background-color: #EDB927;
    }

    .menu-toggle:hover {
        background-color: #FBCC49;
    }

    button.sub-menu-toggle {
        background-color: transparent;
        padding: 10px 8px;
        position: absolute;
        right: 0;
        top: 0;
    }


    .sub-menu-toggle:before {
        color: #5D5E5E;
        content: "\002B";
    }

    .sub-menu-toggle.activated:before {
        color: #5D5E5E;
        content: "\2212";
    }

    nav.nav-primary {
        display: none;
        position: relative;
    }

    .nav-primary .genesis-nav-menu {
        display: none;
    }

    .nav-primary .genesis-nav-menu .menu-item {
        background-color: #fff;
        color: #5D5E5E;
        display: block;
        position: relative;
        text-align: left;
    }

    .nav-primary .genesis-nav-menu .menu-item a {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        color: #5D5E5E;
        padding: 15px;
    }


    .nav-primary a:hover,
    .nav-primary .current-menu-item > a,
    .nav-primary .genesis-nav-menu .menu-item a:hover {
        background-color: #EDB927;
        background-image: none;
        color: #FFF;
    }

    .nav-primary .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .nav-primary .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .nav-primary .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
    }

    .nav-primary .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
        padding-left: 30px;
    }

    .nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 40px;
    }

}


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

    .nav-secondary .genesis-nav-menu > .right {
        display: block;
        margin: 0 auto;
        padding: 10px 0 0;
        width: 90%;
    }

    .top-image {
        height: 150px;
    }

    .main-title .archive-title,
    .main-title .entry-title {
        color: #4f4f51;
        position: static;
    }

    div.soliloquy-container .soliloquy-caption {
        position: static;
    }

    div.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title,
    div.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link,
    div.home-slider div.soliloquy-container .soliloquy-caption-inside {
        color: #4f4f51;
    }

    .home-slider div.soliloquy-fc-slider .soliloquy-fc-read-more {
        color: #005288;
    }

    .cta a {
        font-size: 20px;
    }

}

/* PLUGIN FIXES */
#dd_ajax_float {
    left: -480px !important;
}


@media only screen and (max-width: 700px) and (min-width: 481px)  {
    .soliloquy-container .soliloquy-prev,
    .soliloquy-container .soliloquy-next {
        top: auto !important;
        bottom: 0 !important;
    }
}
@media only screen and (max-width:  480px)  {
    .soliloquy-container .soliloquy-prev,
    .soliloquy-container .soliloquy-next {
        top: 30% !important;
    }
}

/* END PLUGIN FIXES */