/*
Theme Name: WRMPPF
Theme URI: http://extracreditprojects.com/
Author: Extra Credit Projects
Author URI: http://extracreditprojects.com/
Description: Will Rogers Motion Picture Pioneers Foundation
Version: 0.1
License: GNU General Public License
License URI: license.txt
Text Domain: wrmppf
Domain Path: /languages/
Tags: one-column, red, orange, blue, white
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
html, body {
    overflow-x: hidden;
    /*overflow-y: scroll;*/
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5d5d5d;
        color: hsl(0, 0%, 36%);
	font-family: 'Lato', sans-serif;
	font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    /*clear: both;*/
    font-family: 'Oswald', sans-serif;
    color: #f39a40; color: hsl(30,88%,60%);
    -ms-word-break: break-word;
    word-break: break-word;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.4em;
}
.color-wrapper.blue h1,
.color-wrapper.blue h2,
.color-wrapper.blue h3,
.color-wrapper.blue h4,
.color-wrapper.blue h5,
.color-wrapper.blue h6 {
    color: #3D5786;
}

.color-wrapper.cyan h1,
.color-wrapper.cyan h2,
.color-wrapper.cyan h3,
.color-wrapper.cyan h4,
.color-wrapper.cyan h5,
.color-wrapper.cyan h6 {
    color: #3FA9B7;
}

.color-wrapper.red h1,
.color-wrapper.red h2,
.color-wrapper.red h3,
.color-wrapper.red h4,
.color-wrapper.red h5,
.color-wrapper.red h6 {
    color: #e53e30;
    
}



h1 a, h2 a, h3 a, h4 a, h5 a:visited, h6 a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: inherit !important;
}

h1 {
    font-family: 'Arapey', serif;
    font-weight: normal;
    font-size: 45px;
    font-size: 4.5rem;
    letter-spacing: .03em;
    line-height: 1;
    margin-bottom: 12px; margin-bottom: 1.2rem;
}


h2 {
    font-size: 26px; font-size: 2.6rem;
    letter-spacing: .02em;
    line-height: 1.2;
    margin-bottom: 12px; margin-bottom: 1.2rem;
}


h3 {
    font-size: 20x;
    font-size: 2rem;
}
h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 17x;
    font-size: 1.7rem;
}
h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: .2rem;
}
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 2px;
    letter-spacing: .2rem;
    
}
p {
	margin-bottom: 1em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
cite {
    display: block;
    float: right;
    margin-right: 10em;
    margin-top: -1.5em;
}
blockquote {
    margin: 0 1.5em;
    font-size: 30px; font-size: 3rem;
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #f39a40;
    letter-spacing: 2px; letter-spacing: .2rem;
    line-height: 1.3em;
    min-height: 95px; /* So the quote marks don't get cropped */
    text-align: center;
    padding: .6em;
    background-image: url('images/right-quote-orange.png'), url('images/left-quote-orange.png');
    background-position: right bottom 30px, left top;
    background-repeat: no-repeat, no-repeat;
}

.color-wrapper.blue blockquote {
    color: #3D5786;
    background-image: url('images/right-quote-blue.png'), url('images/left-quote-blue.png');
    background-position: right bottom 30px, left top;
    background-repeat: no-repeat, no-repeat;
}


.color-wrapper.cyan blockquote {
    color: #3FA9B7;
    background-image: url('images/right-quote-cyan.png'), url('images/left-quote-cyan.png');
    background-position: right bottom 30px, left top;
    background-repeat: no-repeat, no-repeat;
}



.color-wrapper.red blockquote {
    color: #e53e30;
    background-image: url('images/right-quote-red.png'), url('images/left-quote-red.png');
    background-position: right bottom 30px, left top;
    background-repeat: no-repeat, no-repeat;
}


.color-wrapper blockquote cite,
.color-wrapper.blue  blockquote cite,
.color-wrapper.red  blockquote cite,
.color-wrapper.cyan  blockquote cite,
.color-wrapper.orange  blockquote cite,
.color-wrapper blockquote cite a,
.color-wrapper.blue  blockquote cite a,
.color-wrapper.red  blockquote cite a,
.color-wrapper.cyan  blockquote cite a,
.color-wrapper.orange  blockquote cite a {
    font-size: 10px;
    font-size: 1rem;
    color: #5d5d5d;
    color: hsl(0, 0%, 36%);
    
    margin-top: 0;
}





@media screen and (max-width: 1240px) {
    blockquote {
        
        font-size: 25px; font-size: 2.5rem;
    }
}

@media screen and (max-width: 860px) {
    blockquote {
        
        font-size: 20px; font-size: 2rem;
    }
    
    
    h2 {
        font-size: 24px; font-size: 2.43rem;
        line-height: 1.2;
    }

}


@media screen and (max-width: 640px) {
    blockquote {
        font-size: 18px;
        line-height: 1.3em;
    }
}


address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
    max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"], .button,
.wp-block-button__link {
	padding: 1em 2em;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Lato';
    text-transform: uppercase;
    line-height: 1;
    color: hsl(0, 0%, 100%);
    /*background: #3c3c3c;
    background: hsl(0, 0%, 24%);*/
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
     -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
    border: none;
    border-radius: 3px;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
    background-color: #e53e30;
    background-color: hsl(5,78%,54%);
    text-decoration: none;
}

.button {
    font-size: .9em;
    font-weight: normal;
}



.color-wrapper.blue button,
.color-wrapper.blue input[type="button"],
.color-wrapper.blue input[type="reset"],
.color-wrapper.blue input[type="submit"] {
	background-color: #3D5786;
     -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
}
.color-wrapper.blue button:hover,
.color-wrapper.blue input[type="button"]:hover,
.color-wrapper.blue input[type="reset"]:hover,
.color-wrapper.blue input[type="submit"]:hover,
.color-wrapper.blue button:focus,
.color-wrapper.blue input[type="button"]:focus,
.color-wrapper.blue input[type="reset"]:focus,
.color-wrapper.blue input[type="submit"]:focus,
.color-wrapper.blue button:active,
.color-wrapper.blue input[type="button"]:active,
.color-wrapper.blue input[type="reset"]:active,
.color-wrapper.blue input[type="submit"]:active {
    background-color: #3FA9B7;
}



.color-wrapper.cyan button,
.color-wrapper.cyan input[type="button"],
.color-wrapper.cyan input[type="reset"],
.color-wrapper.cyan input[type="submit"] {
	background-color: #3FA9B7;
     -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
}
.color-wrapper.cyan button:hover,
.color-wrapper.cyan input[type="button"]:hover,
.color-wrapper.cyan input[type="reset"]:hover,
.color-wrapper.cyan input[type="submit"]:hover,
.color-wrapper.cyan button:focus,
.color-wrapper.cyan input[type="button"]:focus,
.color-wrapper.cyan input[type="reset"]:focus,
.color-wrapper.cyan input[type="submit"]:focus,
.color-wrapper.cyan button:active,
.color-wrapper.cyan input[type="button"]:active,
.color-wrapper.cyan input[type="reset"]:active,
.color-wrapper.cyan input[type="submit"]:active {
    background-color: #3D5786;
}



.color-wrapper.red button,
.color-wrapper.red input[type="button"],
.color-wrapper.red input[type="reset"],
.color-wrapper.red input[type="submit"],
.color-wrapper.red .wp-block-button a.wp-block-button__link {
	background-color: #e53e30;
     -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
    color: white;
}
.color-wrapper.red button:hover,
.color-wrapper.red input[type="button"]:hover,
.color-wrapper.red input[type="reset"]:hover,
.color-wrapper.red input[type="submit"]:hover,
.color-wrapper.red .wp-block-button a.wp-block-button__link:hover,
.color-wrapper.red button:focus,
.color-wrapper.red input[type="button"]:focus,
.color-wrapper.red input[type="reset"]:focus,
.color-wrapper.red input[type="submit"]:focus,
.color-wrapper.red .wp-block-button a.wp-block-button__link:focus,
.color-wrapper.red button:active,
.color-wrapper.red input[type="button"]:active,
.color-wrapper.red input[type="reset"]:active,
.color-wrapper.red input[type="submit"]:active
.color-wrapper.red .wp-block-button a.wp-block-button__link:active {
    background-color: #f39a40;
    color: white;
}

.has-white-color {
    color: white !important;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 8px;
    font-family: 'Lato', sans-serif;
    color: #333;
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

#brochure-form {
    width: auto;
}
#brochure-form td {
    padding: .2em 1em .2em 0;   
}
#brochure-form td:last-child {
    padding-right: 0;   
}

#brochure-form .dotted td {
    
    border-bottom: dotted 1px gray; 
    margin-bottom: .4em;
}

.form-recaptcha {
    margin-bottom: 1em;   
}
#PmtFormStep1 {
    margin-bottom: 1em;
}
#PmtFormStep1 input[type="radio"] {
    margin: 0 .25em 0 .8em;
    
}

.fsSubmit input.fsSubmitButton {
   font-size: 16px !important;
    padding: 1em 2em !important;
    margin: 0 auto !important;
    clear: both !important;
    -webkit-transition: background-color 0.3s ease !important;
       -moz-transition: background-color 0.3s ease !important;
         -o-transition: background-color 0.3s ease !important;
            transition: background-color 0.3s ease !important;
    border-radius: 3px !important;
}
.fsPagination button, .fsPagination input {
    font-size: 16px !important;
}

.recaptchatable #recaptcha_response_field {
    font-size: 10pt !important;
}

.stacklock {
 width: 190px !important;   
}



.ab-block-accordion .ab-accordion-title,
.ab-block-accordion details[open] .ab-accordion-title {
     font-family: 'Lato';
    text-transform: uppercase;
    
    color: hsl(0, 0%, 100%);
    
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
     -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
    border: none;
    border-radius: 3px;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    
    text-decoration: none;
    
}
.ab-block-accordion .ab-accordion-title:hover,
.ab-block-accordion .ab-accordion-title:focus,
.ab-block-accordion .ab-accordion-title:active,
.ab-block-accordion details[open] .ab-accordion-title {
     background-color: #e53e30;
    background-color: hsl(5,78%,54%);
    text-decoration: none;
}

.ab-block-accordion.imaged-accordion .ab-accordion-title{
    border-radius: 0;
    padding: 0;
    background-image:none;
-webkit-appearance:none;
}

/* only the first of these should work */
.ab-block-accordion.imaged-accordion details summary::-webkit-details-marker, 
.ab-block-accordion.imaged-accordion summary::-webkit-details-marker,
.ab-block-accordion.imaged-accordion details summary::-webkit-marker,
.ab-block-accordion.imaged-accordion summary::-webkit-marker,
.ab-block-accordion.imaged-accordion details summary::details-marker,
.ab-block-accordion.imaged-accordion summary::-webkitmarker,
.ab-block-accordion.imaged-accordion details summary::marker,
.ab-block-accordion.imaged-accordion summary::marker{
    display:none;
}

.ab-block-accordion.imaged-accordion details,
.ab-block-accordion.imaged-accordion summary {
    
    background-image:none;
-webkit-appearance:none;
}
.ab-block-accordion.imaged-accordion.orange details[open] .ab-accordion-text {
    background-color: hsl(30,88%,97%);
}
    
.ab-block-accordion.imaged-accordion img {
    display: block;
    padding: 0;
    margin: 0;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    text-decoration: none;	
    color: #f39a40;
    color: hsl(30,88%,60%);
}
a:visited {
    color: #e53e30;
    color: hsl(5,78%,54%);
}
a:hover,
a:focus,
a:active {
	text-decoration: underline; 
}

.color-wrapper.blue a {
     color: #3D5786;
}

.color-wrapper.blue a:visited {
    color: #144759;
    
}
.color-wrapper.cyan a {
    color: #3FA9B7;
}

.color-wrapper.cyan a:visited {
    color: #22676a;
}

.color-wrapper.red a {
    color: #e53e30;
}

.color-wrapper.red a:visited {
    color: #a0291f;
}




/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation #top-nav-container, 
.main-navigation #primary-nav-container {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation {
    background: white; 
}

.is-sticky .main-navigation {
    z-index: 3;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
    text-transform: uppercase;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    
}
.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	display: none;
	float: left;
	left: 0;
	position: absolute;
	/*top: 1.5em;*/
        z-index: 99999;
        -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
           -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
                box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
    letter-spacing: 0;
}
.main-navigation ul#menu-top-menu ul  a {
    width: 170px;
}
.main-navigation ul li:hover > ul {
	display: block;
}

#psa-container {
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
    color: white;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 100px; 
    -webkit-transition: max-height 0.3s ease-in;
       -moz-transition: max-height 0.3s ease-in;
         -o-transition: max-height 0.3s ease-in;
            transition: max-height 0.3s ease-in;
}


#psa-container.closed {
    display: none;   
}
#psa-container a:hover {
    text-decoration: underline;
}
#psa-container button#psa-close {
    font-weight: bold;
    padding: 6px 12px;
    margin:0;
    position:absolute;
    top: 0;
    right: 0;
    background: none;
    -webkit-transition: top 0.3s ease-in;
       -moz-transition: top 0.3s ease-in;
         -o-transition: top 0.3s ease-in;
            transition: top 0.3s ease-in;
    font-size: 1.1em;
}
#psa-container button#psa-close:hover {
    background: none;
    color: #e53e30;
}
.is-sticky #psa-container {
    max-height: 0;   
}

.is-sticky #psa-container button#psa-close {
        top: -36px;
    top: -3.6rem;
}

#top-nav-container {
    background-color: #e53e30;
    background-color: hsl(5,78%,54%);
}
#top-nav-container a,
#psa-container a {
    color: white;
    color: hsl(0,0%,100%);
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 .8rem;
    padding: 1rem;
    letter-spacing: .1rem;
}
#psa-container a {
    display: inline-block;   
}
#top-nav-container #menu-top-menu a {
     margin: 0;   
}
#top-nav-container #menu-top-menu li:hover a {
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
}
#top-nav-container #menu-top-menu li:hover li:hover a {
    background-color: #e53e30;
    background-color: hsl(5,78%,54%);
}
#top-nav-container ul ul {
    display: none;
}
#top-nav-container #menu-top-menu li:hover ul {
    display: block;
}

#top-nav-search {
    float: right;
    color: white; 
    font-size: 19px;
    font-size: 1.9rem;
    margin: 0 0 0 .6rem;
    padding: .8rem;
    line-height: 1;
}
#top-nav-search:hover,
#top-nav-search.active {
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
    cursor: pointer;
}

#primary-nav-container ul {
     margin-top: 39px;
    margin-top: 3.9rem;
}

#primary-nav-container ul ul {
    margin: inherit;
    padding-top: 1.7em;
}
ul#menu-primary-menu > li:last-child > ul {
    
    padding-top: 1.1em;
    margin-left: -60px;
}
#primary-nav-container ul ul li {
     -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
    background-color: rgba(255,255,255,.9);
}
#primary-nav-container ul ul ul {
    padding-top: 0;
}
#primary-nav-container li a {
    color: #f39a40;
    color: hsl(30,88%,60%);
    letter-spacing: .1rem;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 1.8rem;
    padding: 1rem 0 .5rem;
    border-bottom: solid hsla(30,88%,60%, 0) 4px;
}
#primary-nav-container li:hover a, #primary-nav-container #menu-primary-menu > li.current-menu-ancestor > a  {
    border-bottom: solid hsla(30,88%,60%, 1) 4px;
}

#primary-nav-container #menu-primary-menu > li.current-menu-ancestor:last-child  > a {
     border-bottom: none;
}
ul#menu-primary-menu > li:last-child {
    
    z-index: 200;
}
ul#menu-primary-menu > li:last-child > a {
    background-color: #e53e30;
    background-color: hsl(5,78%,54%);
    border-radius: 10px;
    border-radius: .6rem;
    padding: 2rem 4rem;
    margin-top: -10px; margin-top: -1rem;
    margin-right: 0;
    color: white;
    border-bottom: none;
    
}
ul#menu-primary-menu > li:last-child:hover > a {
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
    border-bottom: none;
   /* -webkit-animation: waving .5s infinite ; /* Chrome, Safari, Opera */ 
    /*animation: waving .5s infinite ;*/
}
#primary-nav-container li li a,
#primary-nav-container li:hover li a {
    border: none;
    padding: 1rem 0;
}
#primary-nav-container li li a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: none;
    
    letter-spacing: 0;
}
#primary-nav-container li li:hover {
    background-color: #f39a40;
    background-color: hsl(30,88%,90%);
}
#primary-nav-logo {
    float: left;
}
#primary-nav-logo img {
    /*height: 80px;*/
    height: 60px;
    width: auto;
    margin: 28px 0;
    
    display: block;
}
#primary-nav-logo img,
#primary-nav-container li a,
.main-navigation a,
#top-nav-search {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
/* Small menu */
.menu-toggle {
    cursor: pointer;
    display: none;
    margin: 14px .5em 0 0;

   color: #f39a40;
   color: hsl(30,88%,60%);
   font-size: 28px;
   font-size: 2.8rem;
   
   
}

#menu-toggle-container,
#primary-nav-search {
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}

#menu-toggle-container:hover,
#menu-toggle-container.active {
    
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(90deg); /* IE 9 */
            transform: rotate(90deg);
}
#primary-nav-search:hover, 
#primary-nav-search.active, 
#menu-toggle-container:hover,
#menu-toggle-container.active {
    color: #e53e30;
    color: hsl(5,78%,54%);
}


input[type="search"] {
    box-sizing: border-box;
    width: 100%;
}
.search-box {
    padding: .5em;
    background: #f39a40;
    background: hsl(30,88%,60%);
}

.search-box .search-field {
    max-width: 600px;
    
    outline: none;
    float: right;
    padding: 1rem 2rem 1rem 2rem;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #fff;
    border: 0;
    webkit-transition: max-width .3s ease;
      -moz-transition: max-width .3s ease;
        -o-transition: max-width .3s ease;
           transition: max-width .3s ease;
}

.error404 .search-submit,
.search .search-submit,
.search-box .search-submit { 
    display: none; 
}


.search-box-wrapper {
    z-index: 2;
    width: 100%;
    display: none ;
    clear: both;
    float: left;
}





  

@media screen and (max-width: 1240px) {
    /* Adds padding to outside margins */
    #primary-nav-logo img {
        margin-left: 1.5rem;
    }
    ul#menu-primary-menu > li:last-child > a {
        margin-right: 1.5rem;
    }
    #top-nav-search {
        margin-right: 1.5rem;
    }
    ul#menu-primary-menu > li:last-child > ul {
    
   
        margin-left: -50px;
    }
}

@media screen and (min-width: 860px) {
    /* scales down some elements when sticky  */
    
    /*
    .is-sticky #primary-nav-container ul a {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 1.5rem;
    }
    .is-sticky #primary-nav-container ul {
        margin-top: 30px;
        margin-top: 3rem;
    }
    .is-sticky ul#menu-primary-menu > li:last-child  > a {
        padding: 15px 25px;
        padding: 1.5rem 2.5rem;
        margin-top: -5px;
        margin-top: -.5rem;
    }
    .is-sticky #primary-nav-logo img {
        height: 60px;
        width: auto;
    }
    .is-sticky #primary-nav-container ul ul {
        padding-top: 1.4em;
        margin: inherit;
    }
    
    .is-sticky ul#menu-primary-menu > li:last-child > ul {
         padding-top: 1em;
         margin-left: -100px;
    }
    .is-sticky #primary-nav-container ul ul ul {
        padding-top: 0;
        top: 0;
    }
    .is-sticky #primary-nav-container li li a,
    .is-sticky #primary-nav-container li:hover li a {
        padding: 1rem 0;
    }
    
    */
    
}

@media screen and (max-width: 860px) {
    /* scales down some elements */
    #primary-nav-container ul a {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 1rem;
    }
    #primary-nav-container ul {
        margin-top: 30px;
        margin-top: 3rem;
    }
    ul#menu-primary-menu > li:last-child  > a {
        padding: 15px 25px;
        padding: 1.5rem 2.5rem;
        margin-top: -5px;
        margin-right: -15px;
        margin-top: -.5rem;
        margin-right: 1.5rem;
    }
    #primary-nav-logo img {
         height: 40px;
        width: auto;
        margin-top: 28px;
        margin-bottom: 28px;
    }
    #primary-nav-container ul ul {
        padding-top: 1.4em;
        margin: inherit;
    }
    
    ul#menu-primary-menu > li:last-child > ul {
         padding-top: 1em;
         margin-left: -90px;
    }
    
    #primary-nav-container ul ul ul {
        padding-top: 0;
        top: 0;
    }
    
     
    #primary-nav-container li li a,
    #primary-nav-container li:hover li a {
        padding: 1rem 0;
    }
    #top-nav-container a {
       text-align: center;
       font-size: 10px;
       font-size: 1rem;
     }
     #top-nav-search {
    
        font-size: 17px;
        font-size: 1.7rem;
        margin: 0 1.5rem 0 .6rem;
        padding: .9rem;
        line-height: 1;
    }
    
    
}

@media screen and (max-width: 640px) {
    /* toggle mobile menu */
    .is-sticky .main-navigation {
        position: relative !important; /* force sticky navigation to not work */   
    }
    .is-sticky #psa-container {
        max-height: 100px;   
    }

    #psa-container button#psa-close {
        display: none;
    }

    
    .search-box .search-field {
        width: 100%;
        max-width: 100%;
    }
    .menu-toggle {
        display: block;
        float: right;
    }
    
    .menu-toggle div {
        display: block; 
        float: left;
        padding: 1rem;
    }
    
    #top-nav-container ul {
        float: none;
        display: table;
        width: 100%;
        position: relative;
    }
    #top-nav-container li {
        display: table-cell;
        float: none;
    }
     
     #top-nav-search {
         display: none;
     }
    

    /* mobile menu */
    #primary-nav-container {
        display: none;
    }
    #primary-nav-container.toggled {
        display: block;
    }
    #primary-nav-container .nav-menu {
        float: none;
        clear: both;
        
        max-height: 0;
        overflow: hidden;
        
        -webkit-transition: max-height .3s ease;
           -moz-transition: max-height .3s ease;
             -o-transition: max-height .3s ease;
                transition: max-height .3s ease;
        margin-top: 0;
    }
    
    #primary-nav-container.toggled .nav-menu {
        max-height: 200em;
    }
    #primary-nav-container ul ul {
        display: block;
    }
    #primary-nav-container li,
    #primary-nav-container ul ul li {
        background: #f39a40;
        background: hsl(30,88%,60%);
        width: 100%;
    }
    
    
    #primary-nav-container ul ul {

        padding-top: 0;
        z-index: 1;
        float: none;
        position: relative;
        top: 0;
        /*max-height: 0;
        overflow:hidden;*/
    }
    
    #primary-nav-container #menu-primary-menu > li.current-menu-ancestor > a 
    {
        border-bottom: none;
        
    }
    
    /* Reset of most styles on the primary nav...*/
    #primary-nav-container ul li a,
    #primary-nav-container li:hover a,
    ul#menu-primary-menu > li:last-child:hover > a, 
    ul#menu-primary-menu > li:last-child > a,
    #primary-nav-container li:hover li a,
    #primary-nav-container li li:hover,
    #primary-nav-container ul ul li,
    .main-navigation ul ul ul,
    .main-navigation ul ul,
    ul#menu-primary-menu > li:last-child > ul {
        border: none;
        background: none;
        border-radius: 0;
        color: white;
        left: 0;  
        float: none;
        padding: 0;
        margin: 0;
        -webkit-animation: none ; /* Chrome, Safari, Opera */ 
        animation: none ;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    
    
     #primary-nav-container ul ul li {
         background: #f07f0f;
        background: hsl(30,88%,50%);
         
     }
    
    #primary-nav-container ul li a,
    #primary-nav-container ul li:hover a,
    ul#menu-primary-menu > li:last-child:hover > a, 
    ul#menu-primary-menu > li:last-child > a{
        padding: 20px 22px; padding: 2rem 2.2rem;
        text-align: center;
        letter-spacing: .04em;
    }
    #primary-nav-container li li:hover a,
    #primary-nav-container li li a,
    #primary-nav-container ul li:hover li a {
        padding: 15px 22px; padding: 1.5rem 2.2rem;
        text-transform:capitalize;
        letter-spacing: .08em;
        
    } 
   
    
    
    #primary-nav-container li li a:hover,
    #primary-nav-container li a:hover,
    ul#menu-primary-menu > li:last-child > a:hover 
    {
        background: #f39a40;
        background: hsl(30,88%,80%);
    }
    
    #primary-nav-container li li a:active,
    #primary-nav-container li a:active,
    ul#menu-primary-menu > li:last-child > a:active {
        background: #f39a40;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    #primary-nav-container ul ul ul{
        display: none;
    }
    #primary-nav-container ul ul {
        max-height: 0;   
        -webkit-transition: max-height .3s ease;
           -moz-transition: max-height .3s ease;
             -o-transition: max-height .3s ease;
                transition: max-height .3s ease;
        overflow: hidden;
        
    }
    #primary-nav-container ul ul.active {
        max-height: 999px;   
    }
    
    #primary-nav-container ul ul a {
        font-size: .8em;
    }
    #primary-nav-container ul a {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 1.5rem;
    }
}
@media screen and (max-width: 340px) {
    #top-nav-container a {
        font-size: 10px;
        font-size: 1rem;
        margin: 0 .5rem;
        padding: 1rem;
        letter-spacing: .1rem;
    }
    #primary-nav-logo {
        display: inline-block;
        float: none;
        margin: 25px auto 0;
        text-align: center;
        width: auto;
        width: 100%;
        text-align: center;
    }
    #primary-nav-logo img{
        margin: 0 auto;
        float: none;
    }
    .menu-toggle {
        display: block;
        float: none;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .menu-toggle div {
        float: none;
        display: inline-block;
    }
}
/*
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}*/
.paging-navigation ul, 
.post-navigation {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}


.paging-navigation li { display: inline; }

a.page-numbers,
span.page-numbers,
.nav-links a {
     padding: .3em .7em;
     color: #5d5d5d;
     color: hsl(0, 0%, 36%);
    display: inline-block;
}
.nav-links > div {
    display: inline-block;
}



a:hover.page-numbers,
.nav-links a:hover  {
    color: #f39a40;
    color: hsl(30,88%,60%);
    text-decoration: none;
}

.paging-navigation .current {
    font-weight: bold;
    color: #f39a40;
    color: hsl(30,88%,60%);
}
        


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        right: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
    
    margin-bottom: .8em;
    
       max-width: 40%;
        height: auto;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
        margin-bottom: .8em;
    
       max-width: 40%;
        height: auto;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.mb-0,
.wp-block-image.mb-0 {
    margin-bottom: 0;
}
@media screen and (max-width: 640px) {
    .alignright,
    .alignleft {
     /*  max-width: 40%;
        height: auto;*/
        float: none;
        display: block;
        max-width: 100%;
    }
    .alignright {
        margin-left: 10%;
    }
    .alignleft {
        margin-right: 10%;
    }
    
}
/*@media screen and (min-width: 1320px) {
    .alignleft {
        margin-left: -60px;   
    }
}
@media screen and (min-width: 1820px) {
    .alignright {
        margin-right: -30px;   
    }
}*/

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
        
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
article.post h1, h1.page-title {
    line-height: .9;
  }

.post-thumb-container {
    max-height: 550px;
    overflow: hidden;
}

a.white-link {
    color: white !important;

}
a.white-link:hover,
a.white-link:focus
 {
    color: white !important;
    
}
 
ul.no-bullets {
    list-style-type: none;
}

article.post h2 {
  
  /*margin-top: -.2em;*/
}  
/*
.entry-content h2 {
    font-size: 33px;
    font-size: 3.3rem;
    margin-top: 0;
}
.entry-content h1 {
    line-height: 1;
}*/

article h1 a:hover,
article h2 a:hover {
    text-decoration: none;
}
.archive .page-header,
.comments-area > h2,
.search .page-header h1 { 
    margin-bottom: 20px; margin-bottom: 2rem; 
}

article h1,
article h2 {
    margin-bottom: 15px; margin-bottom: 1.5rem; 
} 

.dropcap {
    float: left;     
    color: #f39a40;
    
    font-family: 'Arapey', serif;
    font-weight: bold;
    font-size: 50px;
    font-size: 5rem; 
    
    letter-spacing: .03em;
    line-height: 1;
    padding-top: 2px; padding-right: 8px; padding-left: 3px; 
}

.color-wrapper.blue .dropcap {
    color: #3D5786;
}
.color-wrapper.cyan .dropcap {
    color: #3FA9B7;
}

.color-wrapper.red .dropcap {
    color: #e53e30;
}

@media screen and (max-width: 1240px) {
    article h1, h1.page-title, h1 {
        font-size: 40px;
        font-size: 4rem;
    }
    
}
@media screen and (max-width: 640px) {
     article h1, h1.page-title, h1 {
        font-size: 35px;
        font-size: 3.5rem;
    }
    h3 {
      font-size: 22px; font-size: 2.2rem  
    }
    
}
article hr {
    height: 10px;
    background: url('images/hr-back-orange.png') repeat-x center;
    margin: 14px 0 14px; margin: 1.4rem 0 1.4rem;
}
article hr.first-hr {
    margin-top: 0;
}
.color-wrapper.blue article hr {
    background: url('images/hr-back-blue.png') repeat-x center;
}

.color-wrapper.cyan article hr {
    background: url('images/hr-back-teal.png') repeat-x center;
}
.color-wrapper.red article hr {
    background: url('images/hr-back-red.png') repeat-x center;
}

.page-template-page-poty article hr {
    background: url('images/hr-back-gray.png') repeat-x center;
}


a.continue-reading {
    display: inline-block;
    background-color: #f39a40; background-color: hsl(30,88%,60%);
    color: white;
    weight: bold;
    padding: 1em 3em;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: .5em;
    letter-spacing: .05em;
    font-size: .7em;
      -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;  
}

a.continue-reading:hover{
    background-color: #e53e30;
    background-color: hsl(5,78%,54%);
}




.color-wrapper.cyan a.continue-reading {
    background-color: #3FA9B7;
    color: white;
}
.color-wrapper.cyan a.continue-reading:hover {
    background-color: #22676a;
}


.color-wrapper.red a.continue-reading {
    background-color: #e53e30;
    color: white;
}
.color-wrapper.red a.continue-reading:hover {
    background-color: #a0291f;
}

.color-wrapper.blue a.continue-reading {
    background-color: #3D5786;
    color: white;
}
.color-wrapper.blue a.continue-reading:hover {
    background-color: #144759;
}


.shareaholic-share-buttons:before {
    content: "Sharing is caring:";   
    display: block;
}


.shareaholic-service-icon {
     background-color: #f39a40 !important;  
}
.color-wrapper.cyan .shareaholic-service-icon {
     background-color: #3FA9B7 !important;  
}
.color-wrapper.red .shareaholic-service-icon {
     background-color: #e53e30 !important;  
}
.color-wrapper.blue .shareaholic-service-icon {
     background-color: #3D5786 !important;  
}
.shareaholic-canvas .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    margin: 0 0 0 0 !important;   
}


table.board  {
    width: 100%;
}
table.board td {
    width: 45% !important;
}
table.board td:first-child {
    padding-right: 2em !important;
}
article table td {
    padding: 0 .5em 0 0;
}

@media screen and (max-width: 640px) {
    
    a.continue-reading {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        text-align: center;
        
        padding: 1.2em 3em;
    }
}

.item-container .fixed-height img {
    max-height: 130px;
    width: auto;
}

.item-container p.assets-downloads {
    font-size: .8em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	/*border: 1px solid #ccc;*/
	margin-bottom: 1.5em;
	max-width: 100%;
    font-size: .8em;
    /*cursor: pointer;*/
    position: relative;
}


.wp-caption.alignleft,
.wp-caption.alignright {
    max-width: 40%;
}
    

@media screen and (max-width: 640px) {
    .wp-caption.alignleft,
    .wp-caption.alignright {
     
        float: none;
        display: block;
        max-width: 100%;
    }
}
    
    
.wp-caption img[class*="wp-image-"] {
	display: block;
	/*margin: 1.2% auto 0;
	max-width: 98%;*/
    margin: 0;
}
.wp-caption-text {
	/*text-align: center;*/
}
.wp-caption .wp-caption-text {
	/*margin: 0.8075em 0;*/
}
.site-main .gallery {
	margin-bottom: 1.5em;
}




.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 100%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}


.gallery a img {
	border: none;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.gallery-item {
    float: left;
    width: auto!important;
    margin-right: 3.333333333%!important;
    margin-bottom: 30px!important;
    padding: 0!important;
    background: #333;
    overflow: hidden;
    position: relative;
}

.gallery-caption,
.wp-caption-text {
	background-color: hsla(0, 0%, 0%, .8);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0!important;
        border: none;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-item:hover .gallery-caption,
.wp-caption:hover .wp-caption-text {
	opacity: 1;
}



.site-main .gallery-columns-4 .gallery-item {
    
}
.site-main .gallery-columns-4 .gallery-item img { display: block; }
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}



ul.quote-gallery {
    list-style-type: none;   
    margin: 1em 0;
    padding: 0;
    height: 300px;
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
}
ul.quote-gallery li {
    margin: 0;
    padding: 0;
    display: table-row;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
       -moz-transition: opacity 0.3s ease;
         -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
    vertical-align: middle;
    left: 0;
    opacity: 0;
}
ul.quote-gallery li div  {
    display: table-cell;  
    height: 300px;
    vertical-align: middle;
}

ul.quote-gallery li.on {
    opacity: 1;   
}
@media screen and (max-width: 860px) {
    ul.quote-gallery,
    ul.quote-gallery li div  {
        height: 250px;
    }
}


@media screen and (max-width: 640px) {
    ul.quote-gallery,
    ul.quote-gallery li div  {
        height: 220px;
    }
}




/*--------------------------------------------------------------
x.x Slides & Grid
--------------------------------------------------------------*/
.slide {
    width: 100%;
}
.slide-cropped {
    overflow: hidden;
}
.slide-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}


.grid-half {
    width: 48%;
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
    
}
 .grid-third {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.grid-fourth {
    width: 21%;
    margin-right: 5%;
    float: left;
}

.grid-two-thirds {
    width: 65%;
    margin-right: 5%;
    float: left;
}

.grid-half.last,
.grid-third.last,
.grid-two-thirds.last,
.grid-fourth.last {
    margin-right: 0;
    margin: 0;
}



@media screen and (max-width: 860px) {
    .grid-fourth {
        width: 49%;
        margin: 0 2% 0 0;
        padding: 0;
     }
    .grid-fourth.last,
    .grid-fourth:nth-child(even) {
        margin-right: 0;
        margin: 0;
    }
}


@media screen and (max-width: 640px) {
     /* toggle mobile layout*/
     .grid-half,
     .grid-third,
     .grid-two-thirds,
    .grid-fourth {
        width: 100%;
        float: none;
        margin: 0;
     }
}
.alignfull, .alignwide {
     @include force-full-width();
  
     margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    width: 100vw !important;
    margin-top:0;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;;
    padding-right: 15px;
    padding-left: 15px;
   
}



/*--------------------------------------------------------------
x.x Global animations
--------------------------------------------------------------*/

.wavingBtn {
    position: relative;
    display: block;
}
.wavingBtn:hover {
    -webkit-animation: waving .5s infinite ; /* Chrome, Safari, Opera */ 
    animation: waving .5s infinite ;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes waving {
    0% {-webkit-transform: rotate(0); }
    25% { -webkit-transform: rotate(-1deg); }
    75% {-webkit-transform: rotate(1deg); }
    100% {-webkit-transform: rotate(0); }
}
/* Standard syntax */
@keyframes waving {
    0%   { transform: rotate(0);   }
    25%   {transform: rotate(-1deg);   }
    75% {transform: rotate(1deg);   }
    100%   {transform: rotate(0);   }
}



/*--------------------------------------------------------------
x.x Mastheads
--------------------------------------------------------------*/

#masthead-href {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#masthead-banner {
    height: 200px;
    width: 100%;
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
    background-color: #fbad41;
    color: white;
    overflow: hidden;
    -webkit-transition:background-color 400ms    
       -moz-transition:background-color 400ms;
        -ms-transition:background-color 400ms;
         -o-transition:background-color 400ms;
            transition:background-color 400ms;
}

.masthead-img { 
    width: 100%;
    height: 200px;
}
#masthead-banner.large,
.scaling-banner.large { 
   padding: 0; 
   height: 480px;
}
#masthead-banner.medium,
.scaling-banner.medium { 
   padding: 0; 
   height: 300px;
}

#masthead-banner.full-width .masthead-img {
    background-size: cover !important;
}

#masthead-banner.large .masthead-img,
.scaling-banner.large .masthead-img { 
    width: 100%;
    height: 480px;
}
#masthead-banner.medium .masthead-img,
.scaling-banner.medium .masthead-img { 
    width: 100%;
    height: 300px;
}
.page-id-3183 #masthead-banner.large,
.page-id-3183 .scaling-banner.large,
.page-template-page-poty #masthead-banner.poty,
.page-template-page-poty .scaling-banner.poty  { 
   padding: 0; 
   height: 350px;
}
.page-id-3183 #masthead-banner.large .masthead-img,
.page-id-3183 .scaling-banner.large .masthead-img,
.page-template-page-poty #masthead-banner.poty .masthead-img,
.page-template-page-poty .scaling-banner.poty .masthead-img { 
    height: 350px;
}
/*
.masthead-img.large.scaling {
    background-size: auto;
} */

/*.scaling-banner {
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
    width: 100%;
}

.scaling-banner img {
    width: 2000px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}*/




.color-wrapper.blue #masthead-banner,
.color-wrapper.blue .scaling-banner,
#masthead-banner .color-wrapper.blue {
    background-color: #3D5786;
}
.color-wrapper.red #masthead-banner,
.color-wrapper.red .scaling-banner,
#masthead-banner .color-wrapper.red {
    background-color: #e53e30;
}
.color-wrapper.cyan #masthead-banner,
.color-wrapper.cyan .scaling-banner,
#masthead-banner .color-wrapper.cyan {
    background-color: #3FA9B7;
}
#masthead-banner .masthead-text {
    padding-top: 70px;
}
.color-wrapper.black #masthead-banner,
.color-wrapper.black .scaling-banner,
#masthead-banner .color-wrapper.black {
    background-color: black;
}


#masthead-banner h1,
#masthead-banner h2,
#masthead-banner h3,
#masthead-banner h4,
#masthead-banner h5,
#masthead-banner h6,
#masthead-banner p {
    color: white !important;
    max-width: 80%;
}
#masthead-banner h1,
h1.in-masthead
{
    font-family: 'Arapey', serif;
    font-weight: normal;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1;
    letter-spacing: .02em;
    margin: 0 0 .05em 0 !important;
    padding: 0 !important;    
}
  
h1.in-masthead {
    margin-top: -160px !important;
    margin-bottom: 120px !important;
    color: white !important;
  }  

#masthead-banner p {
    padding: 0;
    margin: -.5em 0 0 0;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: .8em;
}

@media screen and (max-width: 1800px) {
    /*.scaling-banner img {
        max-width: 120%;
        width: 2000px;
        margin: 0 0 0 -10%;
    }*/

    
}

@media screen and (max-width: 1240px) {
    
    #masthead-banner .slide-container {
        padding-left: 15px;
        padding-left: 1.5rem;
    }
    #masthead-banner.large .slide-container {
        padding: 0;
    }
    
    
    /*
    .scaling-banner img {
        max-width: 180%;
        width: 2000px;
        margin: 0 0 0 -40%;
        
       
    }*/
    
    #masthead-banner h1,
    h1.in-masthead {
         font-size: 45px;
        font-size: 4.5rem;
    }
    h1.in-masthead {
              
        margin-top: -150px !important;
        margin-bottom: 110px !important;
    }
    #masthead-banner p {
        font-size: .7em;
    }
    #masthead-banner .masthead-text {
        padding-top: 70px;
    }
   /*.masthead-img.large { 
        height: 300px;
    }

    .masthead-img.large.scaling {
        background-size: 160% !important;
    }*/ 
   
   

}
.slick-slide {
    height: 500px;
}
.slick-slide-link {
    display: block;
    height: 100%;
}
.slick-background-image {
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    
}
.slick-arrow {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    left: 0;
    padding: 2em 1em;
    cursor: pointer;
    
}
.slick-arrow.fa-chevron-right {
    left: auto;
    right: 0;
    
}
/*.slick-prev:before {
  content: "<";
  color: red;
  font-size: 30px;
}

.slick-next:before {
  content: ">";
  color: red;
  font-size: 30px;
}*/

@media screen and (max-width: 1000px) {
    .slick-background-image {
       
    }
    .slick-slide {
        height: 400px;
    }
    #masthead-banner.large,
    .scaling-banner.large {
       height: 400px;
    }
    #masthead-banner.medium,
    .scaling-banner.medium {
       height: 200px;
    }


    #masthead-banner.large .masthead-img,
    .scaling-banner.large .masthead-img { 
        height: 400px;
        background-size: auto 100% !important;
    }
    #masthead-banner.medium .masthead-img,
    .scaling-banner.medium .masthead-img { 
        height: 200px;
        background-size: auto 100% !important;
    }
    .page-id-3183 #masthead-banner.large,
    .page-id-3183 .scaling-banner.large,
    .page-template-page-poty #masthead-banner.poty,
    .page-template-page-poty .scaling-banner.poty { 
       height: 290px;
    }
    .page-id-3183 #masthead-banner.large .masthead-img,
    .page-id-3183 .scaling-banner.large .masthead-img,
    .page-template-page-poty #masthead-banner.poty .masthead-img,
    .ppage-template-page-poty .scaling-banner.poty .masthead-img { 
        height: 290px;
    }

}
@media screen and (max-width: 860px) {
    /* toggle mobile menu  */
     .slick-background-image {
         
        
    }
    .slick-slide {
          height: 300px;
    }

    #masthead-banner p {
        font-size: .6em;
    }
    
    #masthead-banner.large, 
    #masthead-banner.large .masthead-img { 
        height: 300px;
    }
     
   .page-id-3183 #masthead-banner.large,
    .page-id-3183 .scaling-banner.large,
    .page-template-page-poty #masthead-banner.poty,
    .page-template-page-poty .scaling-banner.poty { 
      
       height: 210px;
    }
     .page-id-3183 #masthead-banner.large .masthead-img,
    .page-id-3183 .scaling-banner.large .masthead-img,
    .page-template-page-poty #masthead-banner.poty .masthead-img,
    .page-template-page-poty .scaling-banner.poty .masthead-img { 
        height: 210px;
    }
    
}

@media screen and (max-width: 640px) {
     /* toggle mobile layout (no sidebar)  */
     #masthead-banner h1,
    h1.in-masthead {
          font-size: 40px;
        font-size: 4rem;
     }
    h1.in-masthead {
       
        
        margin-top: -150px !important;
        margin-bottom: 110px !important;
    }
    #masthead-banner .masthead-text {
        padding-top: 75px;
    }
    #masthead-banner.news .masthead-text {
        padding-top: 45px;
    }
    
     #masthead-banner.large, 
     .scaling-banner.large {
        padding: 0;
    }
    #masthead-banner.large, 
     #masthead-banner.large .masthead-img,
     .scaling-banner.large,
     .scaling-banner.large .masthead-img { 
         height: 250px;
     }
    .slick-slide {
          height: 250px;
    }
    #masthead-banner.medium, 
     .scaling-banner.medium {
        padding: 0;
    }
    
    .slick-slide {
          height: 250px;
    }
    #masthead-banner.medium, 
     #masthead-banner.medium .masthead-img,
     .scaling-banner.medium,
     .scaling-banner.medium .masthead-img { 
         height: 200px;
     }
   .page-id-3183 #masthead-banner.large,
    .page-id-3183 .scaling-banner.large,
    .page-template-page-poty #masthead-banner.poty,
    .page-template-page-poty .scaling-banner.poty {
        
       height: 135px;
    }
    .page-id-3183 #masthead-banner.large .masthead-img,
    .page-id-3183 .scaling-banner.large .masthead-img,
    .page-template-page-poty #masthead-banner.poty .masthead-img,
    .page-template-page-poty .scaling-banner.poty .masthead-img { 
        height: 135px;
    }
}

@media screen and (max-width: 530px) {
    #masthead-banner.large, 
     #masthead-banner.large .masthead-img,
     .scaling-banner.large,
     .scaling-banner.large .masthead-img,
     #masthead-banner.medium, 
     .scaling-banner.medium { 
         height: 180px;
     }
    .slick-slide {
          height: 180px;
    }
     #masthead-banner.medium, 
     #masthead-banner.medium .masthead-img,
     .scaling-banner.medium,
     .scaling-banner.medium .masthead-img { 
         height: 180px;
     }
    
    #masthead-banner.medium, 
     #masthead-banner.medium .masthead-img
     #masthead-banner h1,
    h1.in-masthead {
          font-size: 35px;
        font-size: 3.5rem;
     }
    
    
     h1.in-masthead {
     
        margin-top: -150px;
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 400px) {
    #masthead-banner.large, 
     #masthead-banner.large .masthead-img,
     .scaling-banner.large,
     .scaling-banner.large .masthead-img { 
         height: 150px;
     }
    .slick-slide {
          height:  150px;
    }
    
    #masthead-banner.medium, 
     #masthead-banner.medium .masthead-img,
     .scaling-banner.medium,
     .scaling-banner.medium .masthead-img { 
         height: 150px;
     }
    .page-id-3183 #masthead-banner.large,
    .page-id-3183 .scaling-banner.large,
    .page-template-page-poty #masthead-banner.poty,
    .page-template-page-poty .scaling-banner.poty { 
       height: 115px;
    }
    .page-id-3183 #masthead-banner.large .masthead-img,
    .page-id-3183 .scaling-banner.large .masthead-img,
    .page-template-page-poty #masthead-banner.poty .masthead-img,
    .page-template-page-poty .scaling-banner.poty .masthead-img { 
        height: 115px;
    }
}

/*--------------------------------------------------------------
x.x Footer
--------------------------------------------------------------*/


.site-footer {
    clear: both;
    width: 100%;
    color: white;
    background: url('images/background-texture.png') repeat #e53e30; 
    background: url('images/background-texture.png') repeat hsl(5,78%,54%); 
    
    padding-top: 20px; padding-top: 2rem;
    padding-bottom: 0;
}


.color-wrapper.blue .site-footer {
    background-color: #3D5786;
}

.color-wrapper.cyan  .site-footer  {
    background-color: #3FA9B7;
}

.color-wrapper.orange .site-footer  {
    background-color: #f39a40;
    background-color: hsl(30,88%,60%);
    
}


#footer-navigation a,
#footer-navigation a:visited {
    color: white !important;
}

.site-footer hr {
    height: 10px;
    background: url('images/hr-back.png') repeat-x;
    margin: 1em 0;
}


.site-footer h1 {
    font-family: 'Arapey', serif;
    font-weight: normal;
    font-size: 55px;
    font-size: 5.5rem;
    letter-spacing: .03em;
    line-height: .9;
    color: white !important;
  }  
@media screen and (max-width: 1240px) {
    .site-footer  h1 {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media screen and (max-width: 640px) {
     .site-footer  h1 {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
#menu-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 3em;
    text-align: center;
}

#menu-footer-menu > li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
#menu-footer-menu > li > a {
    display: inline-block;
    padding: .25em .5em;
    margin: 0;
}
#menu-footer-menu > li > a:hover {
    text-decoration: underline;
}
#footer-navigation {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}
.footer-text-spacer {
    width: 1em;
    display:inline-block;
}
.footer-left {
    float: left;
    width: 40%;
}

.footer-right {
    float: right;
    width: 40%;
    text-align: right;
    display: flex;
    align-items: center;
    margin-top: -1em;
    justify-content: flex-end;
}
.footer-right .cal-logo img {
    width: 75px;
    height: auto;
    max-width: 100%;
}
.footer-right .cal-logo img,
.footer-right .bbb-logo img {
    margin-left: 0;
    margin-right: 10px;
}

.footer-right .cal-logo.gstar img {
    margin-right: 0;

}

.footer-left,
.footer-right {
    font-size: .8em;
    
}
#footer-logo {
    
    width:200px;
    height: 120px;
     background: url('images/footer-logo.png') no-repeat top center; 
     margin: -40px auto 0;
}


.color-wrapper.orange #footer-logo {
    background: url('images/footer-logo-orange.png') no-repeat top center; 
}


.color-wrapper.cyan #footer-logo {
    background: url('images/footer-logo-cyan.png') no-repeat top center; 
}
.color-wrapper.blue #footer-logo {
    background: url('images/footer-logo-blue.png') no-repeat top center; 
}
#footer-connect {
    text-align: center;
    max-width: 50%;
    margin: 0 auto 40px; 
    padding-top: 10px; padding-top: 1rem;
    /*padding-bottom: 10px; padding-bottom: 1rem;*/
}
.footer-form {
    background: white;
    width: auto;
    display: inline-block;
    max-width: 60%;
    color: black;
    margin: 10px auto 0;
    padding: 4px;
    text-align: left;
    border-radius: 4px;
    
    vertical-align: middle;
}
.footer-form i:first-child {
    margin-right: 8px;
     color: #e53e30;
    color: hsl(5,78%,54%);
    float: left;
    font-size: 30px;
    font-size: 3rem;
     -webkit-transition: color 0.3s ease;
       -moz-transition: color 0.3s ease;
         -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
}
.mc-field-group {
    display:inline;   
}



.footer-form input {
    width: 300px;
    max-width: 80%;
    border: none  !important;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
    outline: none;
    padding: .3em 0 .3em .3em;
    float: left;
}
.footer-form input:focus, .footer-form input:active {
    border: none !important;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
    outline: none;
}
.footer-form input[type=submit] {
    
      color: #e53e30;
    color: hsl(5,78%,54%);
    
    background: none !important;
    width: auto;
    display: block;
    padding: 0;
    margin: 6px 4px 0 0;
    
    font-family: FontAwesome;
    float: right;
    
    font-size: 24px;
    font-size: 2.4rem;
    
     -webkit-transition: color 0.3s ease;
       -moz-transition: color 0.3s ease;
         -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
}
.footer-form input[type=submit]:hover {
    
    color: #f39a40;
    color: hsl(30,88%,60%);
}

#mc_embed_signup div.mce_inline_error {
    margin: 48px 0 0 0 !important;
    padding: 0 !important;
    background: none !important;
    color: #fff !important;
    float: left !important;
    position: absolute;
    display: block;
    font-size: .7em !important;
    font-weight: normal !important;
    /*opacity: 0;*/
    /*-webkit-animation: mce_inline_error_keyframe 1.5s; /* Chrome, Safari, Opera */ 
    /*animation: mce_inline_error_keyframe 1.5s;*/
}

/*
@-webkit-keyframes mce_inline_error_keyframe {
    0%   {opacity: 1;}
    70%   {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes mce_inline_error_keyframe {
    0%   {opacity: 1;}
    70%   {opacity: 1;}
    100% {opacity: 0;}
}*/

#mce-responses .response {
    margin-top:30px;   
}

#mc_embed_signup input.mce_inline_error {
    border: none !important;
}



#footer-subscribe-btn {
    
  background-color: white;
    color:  #e53e30  ;
    padding: .6em 3em;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: .5em;
    letter-spacing: .05em;
    font-size: .9em;
      -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
         -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;  
      display: inline-block;
    width: 60%;
}
#footer-subscribe-btn:hover { 
        background-color: #f39a40; 
    color: white;

}
#NlSubmitForm div {
    margin-bottom: 1em;
}
#NlSubmitForm div input[type="text"] {
    border-radius: .2em;
    width: 60%;
     margin-left: .5em;
    
    
}
#NlSubmitForm input[type="submit"] {
       background-color: #f39a40;
    color: white ;
    
    
    
  
    display: block;
       
    
}
#NlSubmitForm input[type="submit"]:hover {
    background-color: #e53e30;
    color: white ;
    margin-top: 0em;
    
}
#NlSubmitForm div {
        width: 100%;
    text-align: left;
    margin: 0 auto .5;
}

/*@media screen and (max-width: 1000px) { */
    #NlSubmitForm div {
        text-align: left;
        margin-left: 0;
    }
    #NlSubmitForm div input[type="text"] {
    }
    
/*}*/



#footer-social {
   margin-left: .3em;
}
#footer-social i {
    font-size: 23px;
    font-size: 2.3rem;
    margin: 0 .2em .5em;
    padding: 8px;
    
    background-color: white;
    color: #e53e30 !important;
    border-radius: 35px;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: bottom;
     -webkit-transition: background-color 0.3s ease, color 0.3s ease;
       -moz-transition: background-color 0.3s ease, color 0.3s ease;
         -o-transition: background-color 0.3s ease, color 0.3s ease;
            transition: background-color 0.3s ease, color 0.3s ease;
}
#footer-social i:hover {
    background-color: #f39a40;
    color: white !important;
}
.color-wrapper.orange #footer-social i {
    color: #f39a40 !important;
}


.color-wrapper.orange #footer-social i:hover {
    background-color: #e53e30;
    color: white !important;
}


.color-wrapper.orange .footer-form i:first-child,
.color-wrapper.orange .footer-form input[type=submit] {
    color: #f39a40;
    color: hsl(30,88%,60%);
}

.color-wrapper.orange .footer-form input[type=submit]:hover {
    color: #e53e30;
    color: hsl(5,78%,54%);
}

.color-wrapper.cyan #footer-social i {
    color: #3FA9B7 !important;
}

.color-wrapper.cyan #footer-social i:hover {
    background-color: #3D5786;
    color: white !important;
}



.color-wrapper.cyan .footer-form i:first-child,
.color-wrapper.cyan .footer-form input[type=submit] {
    color: #3FA9B7;
}

.color-wrapper.cyan .footer-form input[type=submit]:hover {
    color: #3D5786;
}



.color-wrapper.blue #footer-social i {
    color: #3D5786 !important;
}

.color-wrapper.blue #footer-social i:hover {
    background-color: #3FA9B7;
    color: white !important;
}



.color-wrapper.blue .footer-form i:first-child,
.color-wrapper.blue .footer-form input[type=submit] {
    color: #3D5786;
}

.color-wrapper.blue .footer-form input[type=submit]:hover {
    color: #3FA9B7;
}




@media screen and (max-width: 1240px) {
    footer .slide-container {
        padding-left: 15px;
        padding-left: 1.5rem;
        
        padding-right: 15px;
        padding-right: 1.5rem;
    }
    #footer-connect {
        max-width: 60%;
    }
    .footer-left,
    .footer-right {
        font-size: .7em;
    }
}
@media screen and (max-width: 1000px) {
    .footer-left,
    .footer-right {
        font-size: .6em;
    }
    
    .footer-form input {
   
        max-width: 78%;
    }
}
@media screen and (max-width: 860px) {
    .footer-left,
    .footer-right {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 0.5em;
    }
    #footer-logo {
        margin-top:  20px;
    }
    #footer-connect {
        max-width: 80%;
    }
    .footer-left,
    .footer-right {
        font-size: .8em;
    }    
    .footer-form input {
   
        max-width: 76%;
    }   
    .footer-right {
        margin-top: 1em;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
      .footer-form input {
   
        max-width: 72%;
    }   
    .footer-form {
         max-width: 100%;
    }
    #footer-social {
        display: block;   
        margin: 1em 0 0;
    }
}






/*--------------------------------------------------------------
x.x Print Media Queries
--------------------------------------------------------------*/

@media print {
    #top-nav-container,
    .menu-toggle,
    .menu-primary-menu-container,
    .widget-area,
    #footer-navigation,
    .site-footer hr,
    #footer-connect,
    .post-navigation,
    .paging-navigation,
    #masthead-banner,
    .menu-top-menu-container,
    #top-nav-search,
    .search-toggle,
    #comments #respond {
        display: none;
    }
    .is-sticky .main-navigation {
        position: relative !important;   
    }
    .footer-left, .footer-right {
        float: none;
        width: 100%;
        text-align: left;
    }
     blockquote {
        font-size: 18px;
        line-height: 1.3em;
    }
    h1.in-masthead {
        margin-top: 0 !important;
        margin-bottom: 1em !important;
            color: gray !important;
      }  
    html {
        font-size: 9px;   
    }
    
}
