/* -------------------------------------------------------------- 
   Basic WordPress Blog Styles   
-------------------------------------------------------------- */   

body.wp-admin { background-color: transparent; }

/* Header adjustments */
#site-search.navbar-form {
    margin-top: 2px;
    margin-bottom: 0;
}
body.fix-top-scroll #main-navigation-options ul > li > a {
    padding: 0.5em 1em;
}

/* Images
-------------------------------------------------------------- */
.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    margin: 0;
}
.wp-smiley { 
    max-height: 1em;
    margin:0 !important;
}
.gallery dl {
    margin: 0;
}

.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
}
.gallery img, .post-feature-image img {
    margin: 0 auto;
}
.entry-title, .entry-content, .entry-meta, .entry-summary, .entry-utility, .entry-caption {
    word-wrap: break-word;
    padding-top: 0px;
}

#wp-link div.query-results {
    top: 12.5em;
}
.has-text-field #wp-link div.query-results {
    top: 17.5em;
}

/* Add-In Styles */
/* GF Button styles interfering with Bootstrap styles.  Removed in 2.1 */
/*
.gform_button {
    background: #fff;
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    border: solid 1px #b7b7b7;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: .4em; 
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #606060;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    margin: 0.5em 0;
    outline: none;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
}
.gform_button a {
    background: #fff;
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    border: solid 1px #b7b7b7;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: .4em; 
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #606060;
    cursor: pointer;
    display: inline-block;
    margin: 0.5em 0;
    outline: none;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
}
.gform_button a:hover {
    text-decoration: none;background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
}
.gform_button a:active {
    position: relative;
    top: 1px;
}	
*/
.gform_media_icon.svg {
  height: auto;
  padding-top: 0;
}
.gf_tooltip {
    display: inline-block;
    position: relative;
}

.gform_confirmation_message {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #9cffd5;
    border-color: #83ffb5;
    color: #00693c;
}

body .gform_wrapper div.validation_error {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f4cecd;
    border-color: #f0b8c0;
    color: #8b211e;
}

/*	Little Design Embellishments  */
.extra-wrap {
    display:block;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-top: 3px;
    padding-bottom: 3px;
}
.extra-wrap a {
    text-transform: uppercase;
    color: #490513;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.8em;
    font-weight:bold;
    text-decoration: none;
    letter-spacing:0.01em;

}
.extra-wrap a:hover{ text-decoration: underline; color: #882345;}

h3.widget-title {padding-bottom: 12px; padding-top: 25px;}

.gform_wrapper div.gform_heading{
    background-color: #e5eaf5;
    color: #004286;
    background-repeat: no-repeat;
    background-position: 1em center;
    border: 1px solid;
    border-radius: 2px;
    margin: 1em 0;
    padding: 1em 1em 1em 1em;
    width: 95%;
}
.gform_wrapper span.gform_description {
    font-size: 0.9em;
    line-height: 1.25em;
}
.gform_wrapper div.gform_body {border-top: 1px solid #ececec;}
.gform_wrapper .top_label .gfield_label {
    font-size: 1em;
    padding-top: 20px;
} 
.gform_wrapper .top_label .gfield_description {
    font-size: 0.9em;
} 

/* the base likert box styles */
.gf_likert ul.gfield_radio {
    overflow:hidden;
    position:relative;
    padding:0;
}

.left_label   .gf_likert ul.gfield_radio,
.right_label   .gf_likert ul.gfield_radio {
    top:-16px;
}

.gf_likert ul.gfield_radio li {
    padding:0;
    min-height:70px;
    display: -moz-inline-stack;
    display: inline-block;
    margin:0;
    text-align:center;
    position:relative;
    font-size: 0.8em;
    background-color: #ebebeb;
}

.gf_likert ul.gfield_radio li.likert-first {
    border-left:1px solid #ccc!important;
}

.gf_likert ul.gfield_radio li input {
    position:relative;
    top:38px;
    float:none!important;
    width:auto;
    margin:0 auto;
}

.gf_likert ul.gfield_radio li label {
    position:relative;
    margin: auto 0;
    padding-bottom: 10px;
    text-align:center;

}

.gf_likert ul.gfield_radio li div.likert-label {
    position:absolute;
    top:0;
    left:0;
    background-color:#eee;
    padding:10px 0;
    width:100%;
}


/* define the box width - number connotates the pixel width of the list item */
.gf_likert_20 ul.gfield_radio li {
    width:20px;
}

.gf_likert_30 ul.gfield_radio li {
    width:30px;
}

.gf_likert_40 ul.gfield_radio li {
    width:40px;
}

.gf_likert_50 ul.gfield_radio li {
    width:50px;
}

.gf_likert_60 ul.gfield_radio li {
    width:60px;
}

.gf_likert_70 ul.gfield_radio li {
    width:70px;
}

.gf_likert_80 ul.gfield_radio li {
    width:80px;
}

.gf_likert_90 ul.gfield_radio li {
    width:90px;
}

.gf_likert_100 ul.gfield_radio li {
    width:100px;
}

.gf_likert_110 ul.gfield_radio li {
    width:110px;
}

.gf_likert_120 ul.gfield_radio li {
    width:120px;
}

.gf_likert_130 ul.gfield_radio li {
    width:130px;
}

.gf_likert_140 ul.gfield_radio li {
    width:140px;
}

.gf_likert_150 ul.gfield_radio li {
    width:150px;
}

/* =Content
-------------------------------------------------------------- */
.post {
    margin: 0 0 2.5em 0;      
}
.entry-content, .entry-summary {
    margin: 1.5em 0 0 0;
}
h2.entry-title a {
    text-decoration: none;
}
h2.entry-title a:hover {
    text-decoration: underline;
}
.entry-utility {
    margin-top: 1.5em;
    padding: 0.5em;
    border: 1px solid #ddd;
}

.wp-comment-body {
    border-bottom: 1px solid #ddd;
    padding: .5em 0;
    margin: .5em 0;
}
#comments ul.children {
    list-style: none;
}

/* Hero */
#hero .lead {
    font-weight: 700;
}
@media(max-width:768px) {
    #hero h1, #hero .h1, .container #hero h1, .container #hero .h1 {
        font-size: 3em;
    }
}

/* Sidebars */
#sidebar-wrapper, #sidebar-wrapper2 {
    padding-top: 1em;
}
@media(max-width:768px) {
    #sidebar-wrapper, #sidebar-wrapper2 {
        margin-top: 1em;
        padding-bottom: 1em;
        border-top: 1px solid #d7d7d7;
    }
}


/* from Twentyfifteen widget styles */
.widget {
    word-wrap: break-word;
}

.widget-title {
    color: #333;
}

.widget > :last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    margin: 0;
}

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

.widget_calendar caption {
    font-weight: 700;
}

.widget_calendar tbody a {
    color: #882345;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    text-decoration: underline;
    background-color: #ebebeb;
}

.widget_archive ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.widget_archive ul>li {
    position: relative;
    display: block;
}
.widget_archive ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.widget_archive ul>li>a:hover,
.widget_archive ul>li>a:focus {
    text-decoration: none;
    background-color: #ebebeb;
}

/* Admin style fixes */
.revisions-controls {
    height: auto;
}
.diff-meta-to {
    min-height: 3em;
}

#titlediv #titlewrap #title-prompt-text { 
    font-size: 1em; 
}

.widget-area .menu {
    margin: 0;
    padding: 0;
}
.widget-area .menu li {
    list-style: none;
}
.col-sm-3 .widget-area .menu li {
    padding-left: 0.75em;
}
.widget-area .menu li a {
    display: block;
    text-decoration: none;
    padding: 0.5em;
}
.widget-area .menu li a:hover,
.widget-area .menu li a:active {
    background-color: #ebebeb;
}
.widget-area .menu li ul {
    margin: 0;
    padding: 0;
}

/* Override disruptive legacy class */
td.success, td.info, td.warning {
    width: auto;
}