/*   
Theme Name: JLFF
Theme URI: http://davidkerrdesign.com/
Description: Design by David Kerr Design. Coded by AgaveWeb, LLC based on Simon WP Framework: A blank framework licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>. It's a blank theme that provides the most flexibility for creating child themes from Simon WP Framework. Theme comes with custom icons.
Author: David Kerr
Author URI: http://davidkerrdesign.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 20151027
Tags: bespoke
*/
/* Contents
 
 Global
 Header 
 Navigation
 Sidebar
 Post
 Meta
 Footer
 Misc
 Pagination
 Forms
 Comments 
 Typography
 
*/
/* Global */
/* ---------------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    background: #fff
}

html {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

/* Flex Grid */
.outer_wrap {
    background: #fff;
    float: none;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.inner_wrap {
    padding: 0;
}

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

.flex_10 {
    width: 10%;
}

.flex_20 {
    width: 18%;
}

.flex_25 {
    width: 22%;
    padding-left: 3%;
}

.flex_33 {
    width: 33%;
}

.flex_40 {
    width: 40%;
}

.flex_50 {
    width: 50%;
}

.flex_60 {
    width: 60%;
}

.flex_66 {
    width: 64.5%;
    padding-left: 1.5%;
}

.flex_75 {
    width: 70%;
}

.flex_80 {
    width: 75%;
    padding-right: 5%;
}

.flex_90 {
    width: 90%;
}

.flex_100 {
    width: 100%;
}

.clear {
    clear: both;
}

/* Header */
/* ---------------------------------------------------------- */
.outer_header_wrap {
    background-size: cover;
    background-position: 50% 0%;
    float: none;
    position: relative;
    max-width: 100%;
    margin: 0 auto 30px;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 10;
}

.home .outer_header_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.home.admin-bar .outer_header_wrap {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
}

.home .outer_header_wrap #navigation {
    min-height: 60px;
}

.inner_header_wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0 10px;
}

#header h1 {
    display: none;
}

#title h2 {
    color: #fff;
    font-size: 3.4rem;
    padding: 260px 0 15px;
    clear: both;
}

/* Navigation */
/* ---------------------------------------------------------- */
#navigation .logo img {
    max-width: 250px ;
    position: absolute;
    top: -20px;
}

#navigation {
    width: 100%;
    padding: 1px 0 1px;
    background: rgba(0, 0, 0, 0.5);
}

#navigation .logo {
    z-index: 11;
    position: relative;
}

#menucontainer {
    width: 100%;
    margin: 15px auto 0;
    display: block;
    float: none;
    max-width: 1240px;
}

#navigation a {
    color: #ccc;
}

#navigation li li a {
    color: #fff;
}

#navigation ul {
    font-size: 1.3rem;
    list-style: none;
    margin: 0;
    float: right;
}

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

#navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 7px solid transparent;
    -webkit-transition: all .15s cubic-bezier(.33,.66,.66,1);
    transition: all .15s cubic-bezier(.33,.66,.66,1);
}

#navigation ul ul {
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
}

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

#navigation ul ul a {
    background: #000;
    font-size: 16px;
    height: auto;
    line-height: 1;
    padding: 7px 10px;
    width: 155px;
    text-align: left;
    text-transform: none
}

#navigation a.logo:active, #navigation a.logo:hover, #navigation .logo:focus {
    border-bottom: 0 solid transparent !important;
}

#navigation a.logo:hover {
    opacity: 0.95
}

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

.archive #navigation li#menu-item-35 a, .single #navigation li#menu-item-35 a, #navigation li:hover > a, #navigation a:focus, #navigation li.current_page_item > a, #navigation li.current_page_ancestor > a {
    border-bottom: 7px solid red;
    color: #fff;
}

#navigation .logo {
    border-bottom: none;
    padding: 0;
}

/* Sidebar */
/* ---------------------------------------------------------- */
#sidebar {
    margin: 0 0 0 20px;
}

#sidebar img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto;
}

.sidebaritem {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc;
}

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

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

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

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

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

.wp-caption img,.gallery-icon img {
    max-width: 98%;
    height: auto;
}

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

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

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

.attachment-post-thumbnail {
    float: left;
    min-width: inherit;
    overflow: hidden;
    margin: 0 20px 20px 0;
    max-width: 150px !important;
}

/* Footer */
/* ---------------------------------------------------------- */
#footer p, #footer {
    color: #fff;
}

#quotemark {
    max-width: 1240px;
    margin: 20px auto 0;
    padding: 0;
    line-height: 0;
}

#quotemark img {
    max-width: 40px;
    margin: 0 0 -2px;
    padding: 0;
}

.outer_quote_wrap {
    background: #c8202f;
    position: relative;
    width: 100%;
}

#footerquote {
    max-width: 1240px;
    margin: 0 auto;
    color: #fff;
    padding: 15px 0 30px;
}

#footerquote p, #footerquote {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 300;
}

#footerquote p {
    padding-top: 0;
    margin-top: 0;
}

#footerquote .attribution {
    font-size: 1rem;
    text-align: right;
    letter-spacing: 1px;
}

.redbar {
    background: #c8202f;
    position: relative;
    width: 100%;
    height: 35px;
}

.outer_footer_wrap {
    background: #2E2E2E;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#restofit {
    max-width: 1240px;
    margin: 0 auto;
    color: #fff;
}

#restofit h3 {
    font-size: 2.7rem;
    padding: 40px 0 20px;
    margin: 0;
}

#restofit .menu-menu-1-container ul {
    margin: 0 0 20px;
    padding: 0;
}

#restofit .menu-menu-1-container li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

#restofit .menu-menu-1-container li a {
    font-weight: 700;
    color: #fff;
    padding: 5px;
}

#restofit li a:hover {
    color: #c8202f
}

#restofit li:after {
    content: '|';
    color: #fff;
}

#restofit li:last-child:after {
    content: ''
}

/* Misc */
/* ---------------------------------------------------------- */
.gallery-caption {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}

.wp-caption-text {
    font-size: 10px;
    color: #777;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding: 0;
    margin: 0 0 20px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

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

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

input#s {
    padding: 5px 6px 5px 10px;
    width: 100%;
    max-width: 250px;
    border-radius: 0;
    border: 0;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    background: rgba(255,255,255,0.6);
    float: left;
}

input#searchsubmit {
    border-radius: 0;
    background: url('images/mag.png') 0% 0% no-repeat ;
    background-size: contain;
    border: 0 !important;
    text-indent: -999px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
}

input#searchsubmit:hover {
    opacity: 0.6
}

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

input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

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

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

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

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

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

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

.entry {
    padding-bottom: 32px;
}

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

.navigation a {
    padding: 5px 6px 4px;
    margin: 3px;
    color: #bBbC90;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navigation a:hover {
    color: #000;
    padding: 5px 6px 4px;
    margin: 3px;
    background-color: #dfdfdf;
}

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

.navigation span.current {
    padding: 5px 6px 4px;
    margin: 3px;
    font-weight: 700;
    color: #fff;
    background-color: #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#click-menu-label {
    padding-top: 5px;
}

/* Typography Framework */
/* ---------------------------------------------------------- */
body {
    font-family: 'Open Sans';
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #c8202f;
}

a.button {
    font-weight: 600;
    font-family: 'Open Sans';
}

.content a:hover, .content a:focus, .content a:active, .pagecontent a:hover {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .15s cubic-bezier(.33,.66,.66,1);
    transition: all .15s cubic-bezier(.33,.66,.66,1);
    border-bottom: 5px solid #c8202f;
}

.cyanlink a {
    color: cyan;
    font-weight: bolder
}

.cyanlink a:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .15s cubic-bezier(.33,.66,.66,1);
    transition: all .15s cubic-bezier(.33,.66,.66,1);
    border-bottom: 5px solid #c8202f;
}

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

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

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

p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 1.1rem;
    color: inherit;
}

.intropara p {
    font-size: 1.4rem;
}

.extra p {
    font-family: 'Cormorant';
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600
}

.extra p a {
    font-family: 'Open Sans'
}

small {
    font-size: .7rem;
}

strong, p strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
    margin: 10px 0;
    font-family: 'Cormorant';
    font-weight: 400;
    text-rendering: optimizelegibility;
    line-height: 1;
}

h1 {
    font-size: 4rem;
}

h1.pagetitle {
    padding: 27px 0 0;
    margin: 0 0 5px
}

h2 {
    font-size: 3.5rem;
}

h3.pagetitle {
    margin: 0 0 20px;
    line-height: 1.5;
}

h3 {
    font-size: 3rem;
    margin: 10px 0 0 0;
}

.extra h3 {
    margin-bottom: 15px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #888;
    margin: 5px 0 10px 0
}

h6 {
    font-size: 1.5rem;
}

ul,ol {
    font-size: 1rem;
    padding: 0;
    margin: 0 0 10px 25px;
}

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

li {
    line-height: 20px;
    color: #010101;
}

.entry li {
    margin: 5px 0 15px 0px;
    font-size: 1.3rem;
    list-style: none;
    padding: 0;
}

.entry ul {
    margin: 5px 0 14px 0px !important;
}

.wrc-column-grid {
    padding-top: 20px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

blockquote p {
    font-style: italic;
}

blockquote {
    margin: 0 0 20px 00px;
    padding: 20px 15px 5px 20px;
    background-color: #f1f1f1;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}

tr,td {
    border: 1px solid #ccc;
    padding: 5px;
}

th {
    padding: 5px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
}

form {
    margin: 0 0 20px;
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 15px;
    color: #999;
}

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

input,button,select,textarea {
    font-family: 'Lato';
}

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

select,textarea,input[type="text"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

input[type="text"] {
    display: inline-block;
    height: 20px;
    padding: 6px;
    margin-bottom: 10px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

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

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

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

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

textarea:focus,input[type="text"]:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

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

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

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

a.button {
    text-decoration: none;
}

.flex_20 input[type="submit"] {
    display: inline-block;
    width: 25px;
    text-indent: -199px;
    height: 25px;
    padding: 0;
    margin: 0;
    float: left;
    background: url(images/search.png) no-repeat;
    margin: 0;
    border: 0;
}

input[type="search"] {
    max-width: 70%;
    float: left;
    margin-right: 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 3px;
}

a.button {
    color: #fff;
    background-color: #c8202f;
    border: 0;
    padding: 5px 20px;
    clear: both;
    margin: 10px 0
}

a.button:hover,a.button:focus,a.button:active,a.button.active,.button.disabled,.button[disabled] {
    color: #fff
}

.home a.button {
    border: 1px solid;
    text-align: center;
    max-width: 100%;
}

.home a.button:hover {
    background: #fff;
    color: #c8202f
}

/* Home */
/* ---------------------------------------------------------- */
.copyright {
    color: #d0cfcf;
}

.copyright a {
    color: #ccc;
}

.copyright a:hover {
    color: #fff;
}

.copyright {
    padding: 50px 0 10px;
}

#homefeatures {
    clear: both;
    width: 100%;
    padding-top: 50px;
    max-width: 100%;
    overflow: hidden;
}

.bgshadow {
    height: 170px;
    background: rgba(0,0,0,0.6);
    margin-top: -170px;
    -webkit-transition: all .15s cubic-bezier(.33,.66,.66,1);
    transition: all .15s cubic-bezier(.33,.66,.66,1);
}

.feature {
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature_wrap {
    max-width: 1240px;
    margin: 0 auto;
    min-height: 600px;
    position: relative
}

.feature_deets {
    bottom: 20px;
    position: absolute;
}

.feature_deets h3 {
    line-height: 1.3;
    font-size: 3vw;
}

.feature_deets a, .feature_deets p {
    color: #fff;
}

.feature_deets p {
    text-transform: uppercase
}

.feature:hover .bgshadow {
    background: rgba(0,0,0,0.7);
}

.extra {
    margin-top: 40px;
}

.content {
    padding-top: 30px;
}

.featured {
    float: right;
    max-width: 50%;
    margin: 0 0 20px 20px;
}

.featured img {
    width: 100%;
}

.featured .meta {
    display: block;
    text-align: left;
    font-weight: 600
}

.pagetitle p {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 600
}

.pagetitle {
    padding-bottom: 20px;
}

.pagecontent, .pagecontent p, .pagecontent li, .blog .pagetitle p, .page-template-sidebar-template .pagetitle p {
    font-family: 'Cormorant';
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3
}

.pagecontent li {
    margin: 0 0 15px 0
}

.dropcaps {
    color: #c8202f;
    float: left;
    font-size: 4.25rem;
    line-height: 3.55rem;
    margin-top: 0;
    padding-top: 0;
    padding-right: 2px;
    padding-left: 0px;
    font-weight: 300
}

.home .dropcaps {
    font-size: 3.8rem;
    line-height: 3rem;
    padding-top: 0px;
}

.sidebar_content a.button {
    border: 1px solid;
    text-align: center;
    display: block;
    width: 300px;
    max-width: 100%;
}

.sidebar_content a.button:hover {
    background: #fff;
    color: #c8202f
}

/* masonry */
#masonrycontainer .item, .grid-item {
    font-family: 'Cormorant';
    font-size: 1.4rem;
    line-height: 1.3;
}

#masonrycontainer .item, .grid-item {
    width: 31%;
    padding-bottom: 20px;
    cursor: pointer;
}

.granteez {
    width: 100%
}

granteez h4 {
    color: #c8202f;
    font-family: 'Open Sans';
    margin: 10px 0;
}

#masonrycontainer .item h4, .grid-item h4 {
    color: #c8202f;
    font-family: 'Open Sans';
    margin: 10px 0;
}

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

#masonrycontainer img, .grid-item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

#masonrycontainer .item img, .grid-item img {
    width: 100%;
    max-width: 100%;
}

.item img, .grid-item img, .kb-advanced-image-link img {
    opacity: 0.9;
    will-change: opacity;
    transition: opacity 0.2s
}

.item:hover img, .grid-item:hover img, .kb-advanced-image-link:hover img {
    opacity: 1;
}

.grid {
    margin-right: -3%
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item {
    position: relative;
    cursor: pointer;
    float: left;
}

.gutter-sizer {
    width: 3%
}

/* Blog */
.item, .grid-item {
    font-size: 16px;
    line-height: 1.5;
}

.item a, .grid-item a {
    color: #000;
    display: block;
}

.item h3, .grid-item h3 {
    margin-bottom: 7px;
}

.item:hover a, .grid-item:hover a {
    color: #000;
}

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

ul.catz li {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    text-transform: lowercase;
    line-height: 1;
}

ul.catz li a {
    color: #000;
    padding: 0 5px;
}

ul.catz li:after {
    content: '|';
    font-weight: 300
}

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

.blog ul.catz li:nth-child(2), li.current-cat {
    font-weight: bold;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.outer_mc_wrap {
    background: #424242;
    display: block !important;
    padding: 40px 0 20px
}

#mc_embed_signup {
    max-width: 1240px;
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

.outer_mc_wrap h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #fff;
    padding: 0;
    margin: 0 0 20px;
    font-weight: 100
}

.fieldholder {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.fieldholder .mc-field-group {
    width: 31%;
}

.fieldholder input {
    transition: background-color 0.2s;
    background: #A8A8A8;
    border: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    color: #000;
    padding: 10px;
    font-family: 'Open Sans'
}

.fieldholder input:hover, .fieldholder input:focus {
    background: #fff;
    border: 0;
    outline: 0
}

.outer_mc_wrap input#mc-embedded-subscribe {
    background: #fff;
    border-radius: 0;
    padding: 10px 20px !important;
    border: 0;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    margin: 10px;
    cursor: pointer;
}

.boldcap figcaption {
    margin-top: 13px !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
}

@media screen and (max-width: 780px) {
    .fieldholder .mc-field-group {
        width:96%;
    }

    .fieldholder {
        flex-direction: column
    }
}
