.container {
position: relative;
width: 100%;
max-width: 1050px;
margin: 0 auto;
padding: 0;
box-sizing: border-box; }
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box; }   @media (min-width: 550px) {
.container {
width: 100%; }
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns                    { width: 4.66666666667%; }
.two.columns                    { width: 13.3333333333%; }
.three.columns                  { width: 30.6666666667%; min-height:425px; }
.four.columns			          { width: 30.6666666667%; }
.five.columns                   { width: 39.3333333333%; }
.six.columns                    { width: 48%; margin-bottom: 5%; min-height: 475px;       }
.seven.columns                  { width: 56.6666666667%; }
.eight.columns                  { width: 65.3333333333%; }
.nine.columns                   { width: 74.0%;          }
.ten.columns                    { width: 82.6666666667%; }
.eleven.columns                 { width: 91.3333333333%; }
.twelve.columns                 { 
margin: 0 auto;
max-width: 1200px;
float: none;
clear: both;
margin-top: -15px; 
}
.twelve.columns.payments                 { } 
.one-third.column               { width: 30.6666666667%; }
.two-thirds.column              { width: 65.3333333333%; }
.one-half.column                { width: 48%; } .offset-by-half.column			{ margin-left:4.66666666667%;}
.offset-by-one.column,
.offset-by-one.columns          { margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns          { margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns        { margin-left: 26%;            }
.offset-by-four.column,
.offset-by-four.columns         { margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns         { margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns          { margin-left: 52%;            }
.offset-by-seven.column,
.offset-by-seven.columns        { margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns        { margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns         { margin-left: 78.0%;          }
.offset-by-ten.column,
.offset-by-ten.columns          { margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns       { margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns    { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns     { margin-left: 52%; }
}
.container.main.video {
width: 100%; }  html {
font-size: 62.5%; }
body {
font-size: 1.5em; line-height: 1.6;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222; } h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; } @media (min-width: 550px) {
h1 { font-size: 5.0rem; }
h2 { font-size: 4.2rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 3.0rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 1.5rem; }
}
p {
margin-top: 0; } a {
color: #1EAEDB; }
a:hover {
color: #0FA0CE; } .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; } input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; } input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; } ul {
list-style: circle inside; }
ol {
list-style: decimal inside; }
ol, ul {
padding-left: 0;
margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%; }
li {
margin-bottom: 1rem; } code {
padding: .2rem .5rem;
margin: 0 .2rem;
font-size: 90%;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px; }
pre > code {
display: block;
padding: 1rem 1.5rem;
white-space: pre; } th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; } button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; } .u-full-width {
width: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
float: left; } hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1; }  .container:after, nav:after
.row:after,
.section:after,
.icons:after,
footer:after,
.u-cf {
content: "";
display: table;
clear: both; }   @media (min-width: 400px) {} @media (min-width: 550px) {} @media (min-width: 750px) {} @media (min-width: 1000px) {} @media (min-width: 1200px) {}html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} h1 {
font-size: 2em;
margin: 0.67em 0;
} mark {
background: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 1em 40px;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}:root {
--primary-color: #479696;
--secondary-color: #1b206e;
} * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body  {
font-family:'Open Sans', sans-serif;
font-size:16px;
font-weight:300;
color:#555;
margin:0;
padding:0;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/bg.jpg) left top repeat;
background:#434046;
}
#wrapper {
width: 100%;
position: relative;
max-width: 1100px;
margin: 0 auto;
}
.nav_container, .nav_container.secondary    {  
background: #ffffff;
width:100%;
height: 170px;
box-shadow: 3px 5px 8px rgb(0 0 0 / 80%);
z-index: 1000;
position: relative;
}
.nav_container.secondary   {  
background: #667d8d;
}
.logo_container   {
max-width:1150px;
height: 100%;
position:relative;
margin: 0 auto; z-index: 150;
}
nav a.closebtn	{
display:none;
} h1	{
margin: 0 0 1em 0;
font-size:2.8em; 
font-weight: 700;
}
h2	{
margin: 0 0 .5em 0;
font-size:1.6em; 
font-weight: 700;
line-height:1.1em;
}
#page	{
background-color:#ffffff;
position: relative;
}
#page.payments {
padding-bottom: 80px;
}
#page h2
{
font-family: 'Kurale', cursive;
font-size: 3em;
color: #2c4d65;
text-transform: none;
text-shadow:2px 2px 5px #777;
font-weight: 400;
border-bottom: none;
padding: 0 3%;
margin: 2% 0;
}
h3	{
margin: 0 0 .5em 0;
font-size:1.3em; 
font-weight: 700;
color:#9C2B09;
}
.boxText h3.privacy {
color: #274694;
font-family: 'PT Serif', Georgia, 'Palatino Linotype', 'Times New Roman', Times, serif;
font-size: 1.5em;
padding: 2% 0 1.5% 0;
letter-spacing: .0001rem;
}
h4	{
margin: 0 0 .5em 0;
font-size: .9em; 
font-weight: 300;
}
h5.site_type {
text-transform: uppercase;
font-size: 1.2em;
margin: 0;
text-align: center;
font-weight: bold;
font-family: 'McLaren', cursive;
color: #5b7583;
}
p	{
margin: 0 0 1em 0;	
}
div#privacyPage .boxText ol {
padding-left: 8%;
padding-bottom: 0;
margin-bottom: 0;
list-style-position: outside;
}
div#privacyPage p, div#privacyPage ol li {
font-family: 'PT Serif', Georgia, 'Palatino Linotype', 'Times New Roman', Times, serif;
font-family: Delius, cursive;
width: 100%;
font-weight: 300;
font-size: 1.3em;
line-height: 1.8em;
margin-bottom: 1.1em;
color: #707d90;
color: #274694;
}
div#privacyPage .boxText ol li  {
font-family: 'Open Sans', Arial, Verdana, Corbel, sans-serif;
font-family: Delius, cursive;
width: 100%;
font-weight: 300;
font-size: 1.3em;
line-height: 1.6em;
margin-bottom: 1.1em;
color: #707d90;
color: #274694;
}
#page p	{
font-family: 'Delius', cursive;
font-size: 1.5em;
color: #47627f;
}
#page .container.main.full section.mainContent {
padding: 0 30px;
}
#page .container.main.full section.mainContent h2, #page .container.main.med section.mainContent h2   {
padding-left: 0;
}
#page #aboutUs .container.main  {
padding-top: 30px;
}
#page .container.main.full p, #page .container.main .boxText p, #page .container.main .boxText ol li {
font-family: 'Delius', cursive;
font-size: 1.5em;
color: #47627f;
padding-left: 2%;
}
#page .container.main .boxText ol li {
padding-left: 8px;
margin-bottom: .5em;
}
.container.about .eight.columns {
padding: 30px;
}
#page p.caption, #page .container.main p.caption {
text-align: center;
font-size: 1.1em;
}
.name, .name2 {
font-family: 'Trebuchet MS', sans-serif;
font-size: 1.3em;
font-weight: bold;
color: #000000; }
.name2 {
font-size: 1.2em;
font-weight: bold;
color: #2f7bbd;
}
article#online div.mainOnline span.name, article#online div.mainOnline span.name2 {
font-size: 1em;
}
a {
color: #8a5348;
}
a.btn	{
font-size:1.2em;
text-decoration:none;
color:#fff;
border:1px solid #fff;
padding: 4px 15px;
transition:background-color .5s;
}
a.btn:hover	{
background-color: rgba(255,255,255,.3);
}
a:visited	{
}
a:-webkit-any-link {
cursor: pointer;
text-decoration: none;
}
.pageContent.wide div.donate p span.emphasis	{
font-weight:bold;
font-style:italic;
} header	{
position:relative;
width: 100%;
height: 160px;
border-bottom: 2px solid #333;
}
header h1	{
display:block;
margin: -125px 0 0 175px;
font-family: 'Julius Sans One','Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
padding-bottom: 65px;
display:none;
}
header	div.description	{
display:none;
}
header h1 a	{
color: #98756e;
text-decoration:none;
}
header h1 a:hover	{
color: #6ea590;
}
header span.open	{
display:none;
}
.nav_container a.logo,  .nav_container a.logoHome, .nav_container div.logoHome, .nav_container header.small a.logo  {
z-index:128;
position:absolute;
display:block;
width: 450px;
height:200px;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/logo_white.png) no-repeat;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/logo_blue.png) no-repeat;
background-size:contain;
left: 10px;
top: 10px;
}
.nav_container.secondary a.logo,  .nav_container.secondary a.logoHome, .nav_container.secondary div.logoHome, .nav_container.secondary header.small a.logo  {
z-index:128;
position:absolute;
display:block;
width: 450px;
height:200px;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/logo_white.png) no-repeat;
background-size:contain;
left: 10px;
top: 10px;
}
header a.logo span, header div.logo span	{
display:none;
}
header div.tagline {
z-index:128;
position:absolute;
display:block;
width:350px;
height:36px;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/tagline350.png) no-repeat 0 0;
background-size:contain;
top:490px;
left:30px;
}
header div.hero	{
position:absolute;
width:42%;
top: 130px;
left: 55%;
}
header div.hero h1	{
line-height: 1em;
margin:0 0 30px 0;
color:#fff;
}
header::after	{
content:'';
display:block;
clear:both;
}
.nav_container, .nav_container.secondary {
background: #ffffff;
width: 100%;
background: #2f5061;
height: 170px;
box-shadow: 3px 5px 8px rgb(0 0 0 / 80%);
z-index: 1000;
position: relative;
}
.nav_container a.logo, .nav_container a.logoHome, .nav_container div.logoHome, .nav_container.secondary a.logo, .nav_container.secondary a.logoHome, .nav_container.secondary div.logoHome {
position: absolute;
display: block;
left: 2%;
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/logo_reverse.png);
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/CELogo_wide.png);
background-size: contain;
background-repeat: no-repeat;
z-index: 250;
width: 400px;
height: 150px;
top: 10px;
}
section.showcase 	{
max-width:1920px;
position: relative;
top:0;
padding: 0;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
background: #111;
transition: 0.5s;
z-index: 2;
max-height: 500px;
}
section.showcase video 	{
max-width:100%;
padding:0;
height: auto;
margin: 0 auto;
overflow: hidden;
z-index: 0;
}
section.showcase .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; background: #03aef4;
background:#08160fd4;
mix-blend-mode: multiply;
opacity: 0.8;
}
.text_container {
position: absolute;
top: 50px;
left: 100px;
max-width: 1200px;
margin: 20px auto;
}
.text, .text.med {
position: relative;
top: 10px;
z-index: 10;
}
.text {
display: inline-block;
font-family: Poppins, sans-serif;
border-bottom: none;
}
h1, h1.offer {
font-size: 2em;
font-weight: normal;
color: #a6430a;
margin: 0 0 .5em 0;
}
h1.offer, h1.offer2 {
font-family: 'Cagliostro', cursive;
margin-top: 3%;
font-size: 3.5em;
line-height: 1.5em;
color: cornflowerblue;
text-align: center;
}
h1.offer2 {
font-size: 3em;
line-height: 1.5em;
color: #41708d;
}
.pageContent.wide ul li.news-date, .pageContent.wide ul li.meeting-date, .pageContent.wide ul li.docLink, .pageContent.wide ul li.pageLink, .pageContent.wide ul li.pdfLink, .pageContent.wide ul li {
font-family: 'Julius Sans One', Arial, Corbel, Verdana, sans-serif;
font-family: 'McLaren', cursive;
font-family: 'Open Sans', Arial, Verdana, Corbel, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding-bottom: 1%;
font-weight: bold;
color: #7591a9;
border-bottom: 1px solid #7591a9;
}
article#online ul li, .pageContent.wide article#online p, .pageContent.wide article#online p a {
font-family: 'Cagliostro', 'Trebuchet MS', Arial, 'Helvetica Neue', Verdana, sans-serif;
font-weight: 500;
color: #41708d;
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/dollar-sign-bullet2.png) left center no-repeat;
background-position: 0 -3px;
list-style: none;
padding-left: 35px;
margin-left: 15px;
background-size: 25px;
line-height: 1.25em;
font-size: 2em;
padding-bottom: 30px;
border-bottom: none;
}
.pageContent.wide article#online p, .pageContent.wide article#online 
{
font-size: 1em;
font-family: 'Cagliostro', 'Trebuchet MS', Arial, 'Helvetica Neue', Verdana, sans-serif;
text-transform: none;
padding-bottom: 0;
color: #264a60;
margin-bottom: 0;
border-bottom: none;
background: none;
line-height: 1.35em;
}
.pageContent.wide article#online p 	{
margin-right: 2%;
}
article#online ul li.sub {
padding-bottom: 1%;
background: none;
padding-top: 3%;
color: #41708d;
border-bottom: 1px solid #7591a9;
}
.pageContent.wide article#online div.mainOnline p a, .pageContent.wide article#online div.mainOnline ul li a span.sample {
background: none;
margin-left: 0;
padding-left: 0;
font-variant: small-caps;
font-size: 1em;
color: #cf8728;
font-family: 'McLaren', cursive;
}
.pageContent.wide article#online div.mainOnline ul li a span.sample {
font-size: .75em;
}
.pageContent.wide article#online div.mainOnline ul li a span.sample.small {
font-size: 1.2em;
}
.pageContent.wide article#online div.mainOnline ul li a span.sample.small .fa-solid.fa-link, footer#contact .fa-solid.fa-lock {
font-size: .75em;
}
article#online ul ul li, article#online ul ul.sub-para li p {
background: none;
list-style: none;
padding: 0 0 0.75em 0;
margin: 0;
border-bottom: none;
}
div#disclosure div.pricing p.cta.start, article#online div.mainOnline p.cta.start {
text-align: center;
margin: 7% 0 3% 0;
font-size: 1.5em;
}
#page { min-height: 600px;
background: #fbfdf9;
height: auto;
margin: 0 auto;
position: relative;
box-shadow: 3px 5px 8px rgb(0 0 0 / 80%);
}
#page section.showcase .text h2, #page section.showcase .text h3 {
font-size: 5em;
font-weight: 800;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
font-family: Poppins, sans-serif;
border-bottom: none;
padding: 50px 0 0 0;
margin: 0;
text-shadow: 5px 5px 15px #313131;
}
#page section.showcase .text h3 {
font-size: 4em;
font-weight: 700;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
padding-top: 0;
}
#page section.showcase .text p {
font-size: 1.7em;
max-width: 800px;
color: #fff;
margin: 20px 0;
font-weight: 400;
}
#page section.showcase .text a {
display: inline-block;
font-size: 1em;
background: #fff;
padding: 10px 30px;
text-transform: uppercase;
text-decoration: none;
font-weight: 500;
margin-top: 10px;
color: #111;
letter-spacing: 2px;
transition: 0.2s;
border-radius: 10px;
font-family: 'McLaren', cursive;
}
#page section.showcase .text a:hover 	{
letter-spacing: 6px;
}
#servicesPage 	{
padding: 30px 30px 30px 50px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5% 0 0;
position: relative;
height: auto;
}
.main {
padding: 3% 0 0 0;
}
.container.main {
margin: 0;
}
.main.full {
display: block;
}
.main.full .eleven.columns {
width: 100%;
}
.main.full .offset-by-half.column {
margin: 0;
}
.main.med {
display: none;
}
h2, div.container.main section.mainContent h2 {
font-family: 'Kurale', serif;
font-size: 3em;
margin: 0.67em 0 0.5em 0;
color: #2c4d65;
padding-left: 5%;
text-transform: none;
text-shadow:2px 2px 5px #777;
}
section.main.landing {
padding: 3% 3% 0 3%;
min-height: 600px;
}
article#online {
max-width: 1080px;
margin: 0 auto;
}
div.featuredImage img {
width: 100%;
height: auto;
box-shadow: 3px 3px 8px #333;
} .row {
padding: 2% 0;
}
.blue {
background-color: rgba(68, 105, 125, 0.5);
}
div#aboutUs .row.blue.about {
background-color: #1f364e;
margin-top: 5%;
}
.container.about .four.columns {
margin: 4.5% 5% 0% 5%;
}
section.mainContent .text, section.mainContent div.info     {
padding-left:3%;
}
img {
max-width: 100%;
height: auto;
}
div#aboutUs div.photo {
float: right;
margin-left: 4%;
margin-bottom: 4%;
width: 40%;
height: auto;
}
img.avatar {
border-radius: 30px;
border: 4px solid #ededed;
max-width: 100%;
}
.coffee {
width: 40%;
float: right;
}
.coffee img {
max-width: 100%;
height: auto;
}
#page div#aboutUs h2.bio 	{
padding: 0;
font-size: 3.8em;
text-shadow: 2px 3px 5px rgb(0 0 0 / 77%);
}
#page div#aboutUs .container.main h2 	{
text-shadow: 2px 2px 5px #777;
padding: 0;
}
div#aboutUs .blue.about {
background-color: #1f364e;
margin-top: 5%;
padding: 3% 5%;
}
#page h2.bio {
font-family: Satisfy, cursive;
font-size: 3em;
color: #95b4c4;
}
div#aboutUs p.bio {
font-family: 'Delius', cursive;
color: #f4f4f5;
font-size: 1.3em;
line-height: 1.6em;
}
p.hand a, p.bio a, span.accent {
font-family: 'McLaren', cursive;
color: #a7583f;
font-variant: small-caps;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
div#aboutUs p.bio a {
font-size: 1.4em;
font-weight: bold;
color: #95b4c4;
font-variant: small-caps;
letter-spacing: 1px;
text-decoration: underline;
padding-right: 0.2em;
}
div#aboutUs p.bio a:hover {
color: #f4f4f5;
text-decoration: none;
}
#servicesPage .boxText p.hand, #aboutUs .boxText p.hand, #payments p.hand.med, div.container.main.video div.row.videoText .boxText p.hand {
max-width: 1050px;
margin: 0 auto 3% auto;
text-align: left;
}
div#aboutUs section.mainContent .text p.hand, div#aboutUs section.mainContent .info p, div#aboutUs section.mainContent .info p.email    {
font-family: 'Delius', cursive;
font-size: 1.5em;
color: #47627f;
line-height: 1.8em;
}
p.phone, p.email    {
margin: 0 0 1.5% 3%;
font-weight: bold;
font-variant: small-caps;
}
div#aboutUs section.mainContent .info p.phone {
font-weight: bold;
line-height: 1.3em;
font-variant: small-caps;
font-size: 1.8em;
}
.info p.phone {
margin-bottom: .5em;
}
div.info p.consult, div.boxText {
float:left;
width:50%;
margin-right: 30px;
}
section.mainContent div.info p.phone  {
float:none;
width:100%;
margin-right: 0;
}
#thanks p.message a, section.mainContent div.info p.email a, #not_found p.message a {
color: #b7825a;
font-weight: bold;
}
section.mainContent div.info p.email a  {
font-size:1.1em;
padding-left: .5rem;
}
#thanks p.message a:hover, #not_found p.message a:hover, div.info p.email a:hover {
color: #53708a;
text-decoration: none;
}
div.boxText, div#privacyPage div.boxText, div.services div.boxText      {
float:none;
clear:both;
width: 100%;
}
div.services div.boxText     {
clear:none;
}
section.mainContent p.hand a, p.bio a, span.accent {
font-family: 'McLaren', cursive;
color: #a7583f;
font-variant: small-caps;
font-size: 1.1em;
font-weight: 700;
text-decoration: none;
}
section.mainContent p.hand.secondary a {
font-variant: normal;
text-decoration: underline;
font-weight: normal;
}
section.mainContent p.hand.secondary a:hover    {
text-decoration: none;
}
.notBold	{
font-weight:normal;
}
section.mainContent div.donate ul 	{
margin-bottom: 3%;
}
ol.event	{
margin-left:5%;
}
section.mainContent div.donate p a, section.mainContent section.secondary div.pageContent.wide div.donate ul li a, div.donate ol.event li a	{ 
font-family: McLaren, cursive;
color: #718a64;
font-weight: 500;
text-decoration:underline;
}
section.mainContent ol.forms	{
margin-bottom:2%;
}
section.mainContent ol.forms li	{
margin-bottom:0;
}
section.mainContent section.secondary div.pageContent.wide div.donate ol.forms li a	{
text-decoration:underline;
font-variant:small-caps;
font-size:1.3em;
line-height: 1.7em;	
color: #718a64;
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
section.mainContent section.secondary div.pageContent.wide div.donate ol.forms p.note	{
font-size:.9em;
font-style:italic;
}
section.mainContent {
margin: 0 3%;
padding: 0 2%;
}
div#aboutUs section.mainContent {
margin: 0 5%;
}
section.secondary div.pageContent.wide div.donate ul li a:visited	{
color: #718a64;
}
section.mainContent div.donate ul li a	{
font-weight:bold;
}
section.secondary div.pageContent.wide div.donate ul.give li	{
background-image: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/hand_bullet_blue.png);
background-repeat: no-repeat;
padding-left: 42px;
margin-left: 0;
margin-bottom:.5em;
line-height:1.6em;
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
color: #374966;
}
h3.gallery	{
color: #4e5a69;
font-family: McLaren, cursive;
font-size: 1.5em;
}
section.mainContent div.donate p a:hover, section.mainContent section.secondary div.pageContent.wide div.donate ul li a:hover {
color: #bbcec7;
text-decoration:none;
border-bottom:none;
}
aside div.content .featuredImage  {
width: 95%;
margin: 0 auto;
border:2px solid rgba(65, 102, 130, 0.85);
}
div.donate .featuredImage	{
margin-right: 4%;
}
div.donate .featuredImage img	{
padding:0;
border:2px solid #555;
box-shadow:none;
width: 100%;
height: auto;
}
#donation-form h3	{
color: #171f51;
margin-top: 3%;
margin-bottom: 2%;
font-size: 2em;
font-family: 'Architects Daughter', cursive;
font-family: McLaren, cursive;
color: #718a64;
}
#donation-form .field.radio input	{
margin-right:15px;
}
#donation-form .field.radio label	{
display: block;
font-size: 1.1em;
}
#donation-form .section.captcha	{
margin-top:3%;
}
#donation-form div.section.recurring label	{
background:#FFEB3B;
}
span.underline	{
text-decoration:underline;
}
#donation-form div.section.donation input#other-amount.otherAmount	{
font-size:1.1em;
}
section.secondary div.text div.donation 	{
max-width:1140px;
}
.btn-group .btn-submit-donation	{
border-radius:5px;
padding:10px;
font-size:1em;
font-weight: bold;
margin-top:3%;
}
.btn-group .btn-submit-donation:hover	{
background:#171f51;
color:#f4f4f5;
} section	{
padding:0 30px;
}
section::after, .info::after, .row::after, .container.main::after, .coffee::after {
content:'';
display:block;
clear:both;
}
#center h3.widget-title, section.how-to .content.listen h3.widget-title	{
margin: -.3em 0 0 0;
font-size:1.3em; 
font-weight: 700;
color: #4c6a90;
border-bottom: 2px solid #d6dce3;
text-transform: uppercase;
} section.main {
padding: 0;
position: relative;
z-index: 999;
}
section.mainContent #ourMinistries .staff img	{
width:100%;
margin-bottom:0.5em;
}
section.mainContent article.staff div#gallery-1 img, section.mainContent article.staff div.gala1 div#gallery-1 img, section.mainContent article.staff div#gallery-2 img, section.mainContent article.staff div#gallery-3 img, section.mainContent article.staff div#gallery-4 img	{
width:98%;
border:none;
}
section.mainContent div#archives	{
width:100%;
margin-bottom:0.5em;
padding: 0;
height:auto;
}
section.main #intro	{
padding: 10px 50px;
border-bottom: 2px solid #7b95a1;
background: #ffffff;
}
section.main #intro h3	{
color: #393e3a;
font-family: 'Julius Sans One', 'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size:1.8em;
}
section.main #intro p	{
color: #393e3a;
font-size: 1.25em;
}
section.main aside.two:last-child {
border-right: none;
}
#mainContent.announce	{
padding: 35px;
}
#mainContent.sermons	{
padding: 20px 30px 30px 30px;
margin: 20px 0 0 0;
}
#mainContent.sermons::after	{
display:block;
content:'';
clear:both;
}
#mainContent.announce .featuredImage	{
float:left;
margin-right:50px;
width:450px;
}
#mainContent.announce .featuredImage img	{
border: 1px solid #416682;
padding: 2px;
}
section.secondary div.pageContent.wide div.banner .featuredImage	{
margin:0 auto;
width:900px;
border: 1px solid #416682;
padding: 2px;
}
#mainContent.announce .announcementText	{
margin-bottom: 30px;
}
#mainContent.announce .announcementText p	{
font-family: 'McLaren', cursive;
line-height:1.5em;
font-size: 1.3em;
text-align:left;
}
h2	{
font-family: 'Julius Sans One','Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
padding: 15px 0 3px 0;
font-size: 3.5em;
color: #416682;
border-bottom: 2px solid #416682;
margin-bottom: 20px;
text-transform:uppercase;
}
section.sidebarFooter, section.sidebarLinks	{
padding: 30px 50px;
margin: 0;
}
section.sidebarFooter   {
padding:15px;
}
section.sidebarFooter div.header h2.news, section.main #intro h3	{
color:#393e3a;
font-family: 'Julius Sans One', 'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 2.3em;
letter-spacing:0.04em;
text-shadow: 2px 1px 7px rgb(38, 44, 62);
margin: .7em 0 .9em 0;
}
section.mainContent article.staff div#headline, section.main #intro h3	{
font-family:'Rock Salt', cursive;
color: #597496;
font-size:2.5em;
text-shadow:none;
margin:.3em 0;
}
section.mainContent article.staff div#headline h2#director	{
font-family:'McLaren', cursive;
margin:.1em;
padding:0;
color:#555;
}
section.mainContent article.staff #gallery-2 dd.wp-caption-text.gallery-caption {
margin-left: 0;
padding: 0 5%;
text-align: left;
}
section.main aside.two ul, section.mainContent ul {
list-style: none;
margin: 0;
-webkit-padding-start: 10px;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
section.mainContent ul a	{
padding:0;
margin:0;
}
section.mainContent section.secondary .donate div.address ul	{
margin-bottom: 2%;
margin-left:2%;
}
section.mainContent section.secondary .donate div.address ul li	 {
font-family: 'McLaren', cursive;
font-size: 1.7em;
text-shadow: 2px 1px 5px rgb(132, 136, 146);
letter-spacing: 1px;
color: #676c71;
font-weight: 400;
margin-bottom: 0;
}
section.main aside.two ul li  {
line-height: 1.5em;
font-size: 1.2em;
margin: 0 20px 0 30px;
padding-bottom: 5px;
}
section.main aside.two ul li.head {
font-weight: 500;
color: rgba(40,73,159,.8);
padding-bottom: 7px;
font-size: 1.3em;
}
section.sidebarFooter div.header h2.news	{
font-size: 2em;
}
section.sermons h2.current	{
font-family: 'Julius Sans One', 'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 2em;
letter-spacing:2px;
color:#f4f4f5;
text-shadow: 2px 3px 5px rgba(58, 58, 78, 0.8);
}
section.main aside	{
width: 23.45%;
float:left;
text-align:center;
}
section.main aside:last-child	{
margin-right:0;
}
section.mainContent  {
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #454767;
line-height: 30px;
padding: 30px 0 0 0;
}
section.mainContent.golf	{
padding:0;
}
section.mainContent.golf .pageContent.wide	{
padding-bottom:50px;
}
section.mainContent.secondary	{
padding:0;
}
section.mainContent.secondary #ourMinistries	{
margin:0 30px;
}
section.mainContent .ministries	{
padding-top:20px;
}
section.mainContent .downloads	{
padding:20px 0;
margin-bottom: 30px;
}
section.mainContent article.sermons div.sermonList	{
margin: 20px 0 20px 20px;
}
section.mainContent article.sermons div.sermonList h2#post-title.single	{
color: #0f5861;
font-size:3.5em;
}
section.mainContent .ministries aside, section.mainContent .downloads aside, section.mainContent .ministries aside#aboutUs	{
width:23.5%;
float:left;
text-align: center;
margin:0.75%;
}
section.mainContent .ministries aside#aboutUs	{
width: 16.66667%;
margin:0;
}
section.mainContent .downloads aside a	{
text-decoration:none;
font-size:1.5em;
}
section.mainContent article.staffIndex {
margin: 0;
}
section.mainContent .staff aside {
width: 25%;
float: left;
text-align: center;
margin-bottom: 4%;
}
section.mainContent .staff aside.sermonIcon.blog	{
width:15%;
float:left;
margin-right:3%;
}
section.mainContent .staff aside.sermon-info.blog-list	{
width:80%;
float:left;
text-align:left;
margin-bottom: 4%;
}
section.mainContent .staff aside.newsIcon.blog	{
width:22%;
float:left;
margin-right:3%;
}
section.mainContent .staff aside.sermon-info.news-list	{
width:75%;
float:left;
text-align:left;
margin-bottom: 2%;
}
section.mainContent .staff aside:last-child.sermon-info.blog-list, section.mainContent .staff aside:last-child.sermon-info.news-list	{
margin-bottom:4%;
}
section.mainContent .staff aside.sermon-info.blog-list ul	{
margin-top:0;
padding-top:0;
}
section.mainContent .staff aside.blog	{
width:100%;
text-align:left;
}
section.mainContent .staff aside:last-child	{
margin-right:0;
margin-bottom: 0;
}
section.mainContent .staff aside:last-child.blog	{
margin-bottom:0;
}
section.mainContent .staff aside.blog h3	{
color: rgba(69, 76, 103, 0.75);
font-family: 'Julius Sans One', 'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
letter-spacing:2px;
font-size: 2.5em;
line-height: 1.3em;
font-weight: 300;
}
span.archives {
color: #4c6a90;
font-weight: 600;
}
section.how-to aside.left	{
display:none;
}
section.how-to aside .content #recent ul#sermonListings	{
padding-left:0;
margin-top: .3em;
margin-left: .8em;
}
section.how-to aside .content #recent ul#sermonListings li	{
list-style:none;
background-image: none;
font-size: 1em;
padding: 3px 0 3px 10px;
border-bottom: 1px solid #928f8f;
border-top: 3px solid #efe8e8;
padding: 8px 0 10px 10px;
}
section.how-to aside .content #recent ul#sermonListings li:first-child	{
border-top:none;
}
section.how-to aside .content #recent ul#sermonListings li h3	{
padding-bottom: 2%;
margin-bottom: .15em;
}
section.how-to aside .content #recent ul#sermonListings li a	{
font-size:1.1em;
color: #4c6a90;
font-weight:600;
}
section.how-to aside .content #recent ul#sermonListings li a:hover	{
color: #98aac1;
}
section.how-to div.radio	{
padding-top:4.5%;
}
section.how-to div.radio aside.icon	{
margin-bottom:4%;
}
.date	{
}
aside#staffIcon div.content .staff img	{
width:90%;
}
aside#sermonIcon .content.staff img	{
}
article.staff div.content.staff	{
float:right;
width: 55%;
padding-left: 5%;
margin: 0;
border-left: 1px solid rgba(69, 76, 103, 0.75);
}
section.mainContent article.staff p, 
section.mainContent article.about p, section.mainContent ul li	{
font-family: 'Raleway', sans-serif;
width:100%;
font-weight: 300;
font-size: 1.1em;
line-height: 1.6em;
margin-bottom:1.3em; 
color: #707d90;
}
section.mainContent p.caption.golf	{
float:none;
clear:both;
}
section.mainContent p.caption.large {
font-size: 1.5em;
font-weight: bold;
margin-bottom: 0.5em;
}
section.mainContent article.about div.form_container	{
width:90%;
}
.ninja-forms-form-wrap, div.nf-form-fields-required 	{
margin-left:3%;
}
div.nf-form-fields-required	{
margin-top:3%;
margin-bottom:3%;
}
section.mainContent article.about div.form_container p	{
margin: 0;
font-weight: bold;
}
section.mainContent article.about div.form_container .addressBlock	{
margin-left:5%;
margin-top:2%;
}
section.mainContent article.about div.form_container .addressBlock ul li	{
line-height: 1.5em;
font-size: 1.2em;
margin: 0;
padding-bottom: 5px;
color: #28499f;
}
section.mainContent article.about div.form_container .addressBlock ul li.phone	{
padding-top:2%;
font-weight:bold;
font-size: 1.4em;
}
section.mainContent.board p, section.mainContent, .policyLinks p, .mainContentWide {
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #374966;
line-height: 30px;
padding-top: 0;
}
section.mainContent article.eventText .dpil	{
margin-top:30px;
}
section.mainContent article.eventText .dpil p	{
font-family:Raleway, sans-serif;
font-size:1.3em;
}
.dpil p span.emphasis	{
font-weight:bold;
color:#007299;
}
section.mainContent article.eventText .dpil .signature	{
float: left;
width: 25%;
margin-right:15%;
}
section.mainContent article.eventText .dpil .signature p	{
margin-bottom:0;
}
section.mainContent article.eventText .dpil a.videoLink	{
width:auto;
float:left;
padding: 8px 12px;
border: 1px solid #777;
background: #007299;
margin-top: 10%;
width:auto;
margin-right:3%;
text-decoration:none;
}
section.mainContent article.eventText .dpil a.videoLink:hover	{
background: #b22029;
}
section.mainContent article.eventText .dpil  a.videoLink	{
color:#ffffff;
font-family:'Raleway';
font-size:1em;
font-weight:bold;
letter-spacing:1px;
}
section.mainContent article.eventText .dpil .funding	{
float:left;
width:200px;
border:1px solid #777;
padding: .5% .5% 0 .5%;
}
section.mainContent article.eventText .dpil .funding img	{
width:100%;
height:auto;
}
section.mainContent article.eventText .dpil .funding p	{
font-size: .95em;
line-height: 1.35em;
text-align: center;
margin-top: -10px;
}
section.mainContent article.eventText .dpil a.videoLink::after, section.mainContent article.eventText .dpil .funding::after	{
content:'';
display:block;
clear:both;
}
div.pageContent.wide article.info	{
width:70%;
margin:0 auto;
text-align:left;
}
div.pageContent.wide article.info ul li 	{
margin-bottom: 0;
line-height: 1.8em;
font-size: 1.8em;
}
div.pageContent.wide article.info ul	{
margin-bottom:20px;
}
section.mainContent article.board p	{
font-size:1.25em;
}
section.mainContent #ourMinistries .boardMembers {
padding-left: 30px;
margin-bottom:50px;
}
section.mainContent #ourMinistries .boardMembers::after	{
content:'';
display:block;
clear:both;
}
section.mainContent aside.member-info {
width: 25%;
float: left;
padding:0 0 0 5%;
margin-bottom: 25px;
min-height:110px;
}
section.mainContent aside.member-info ul {
list-style-type: none;
text-align:center;
}
section.mainContent article.board	{
margin-bottom:50px;
}
section.mainContent .member-info ul li	{
margin:0;
padding:0;
}
.member-info ul li.bdTitle, .member-info ul li.bdName, .member-info ul li.bdPosition, .member-info ul li.bdLink {
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
}
.member-info ul li.bdTitle {
font-size: 1.5em;
font-variant: small-caps;
text-align: center;
line-height: .9em;
}
.member-info ul li.bdName {
font-weight: bold;
color: #374966;
text-shadow: 2px 1px 5px rgba(58, 58, 78, 0.6);
}
.member-info ul li.bdLink, .member-info ul li.bdLink a {
font-size: 1em;
font-weight: bold;
color: #8294ad;
}
.member-info ul li.bdLink a:hover	{
color: #aebfd6;
text-decoration:none;
}
section.mainContent ul li.download-link, section.mainContent ul li.video-link	{
font-size: .8em;
line-height: 1.25em;
}
section.mainContent div.downloads div.download-info ul li	{
margin-bottom:0;
}
section.mainContent #ourMinistries div.download-info ul li img	{
margin-bottom:0;
box-shadow:none;
}
div.bio {
margin:5% 0;
}
section.mainContent ul li.excerpt, section.mainContent article.staff div.events p	{
margin-bottom:4%;
font-size:1.2em;
}
section.mainContent ul li.excerpt	{ }
section.mainContent #ourMinistries #gallery-1 dl.gallery-item, section.mainContent #ourMinistries .gala1 #gallery-1 dl.gallery-item, #gallery-2 dl.gallery-item, #gallery-3 dl.gallery-item, #gallery-4 dl.gallery-item	{
width: 23%;
margin: 0 1% 2.5% 1%;
line-height: 1.4em;
}
section.mainContent #ourMinistries aside.blog div.content #gallery-1 dl.gallery-item	{
width: 30%;
margin: 0 1% 2.5% 1%;
line-height: 1.4em;
}
section.mainContent #ourMinistries #gallery-1 dl.gallery-item	{
width: 18%;
}
section.mainContent #ourMinistries div.matches #gallery-1 dl.gallery-item {
width: 23.5%;
margin-right:.25%;
}
section.mainContent #ourMinistries dd#gallery-1 .gallery-caption	{
width:90%;
}
article.staff div.content #gallery-1 .gallery-caption	{
margin-left: 0;
width: 90%;
margin: 0 auto;
}
section.mainContent .ministries aside a img, section.mainContent .staff img, section.mainContent #ourMinistries img, section.mainContent article.staff.blog #gallery-3 img, #gallery-1 img, section.mainContent #ourMinistries article.staff div.staff-sidebar div.pic img	{
box-shadow: 2px 3px 12px rgba(0,0,0,.65);
height:auto;
width: 90%;
border: none;
}
section.mainContent #ourMinistries li.bdPic img	{
box-shadow: none;
}
section.mainContent #ourMinistries li.bdPic img:nth-child(4)	{
width:55%;
}
section.mainContent #ourMinistries section.secondary div.pageContent.wide img	{
width:100%;
}
section.mainContent #ourMinistries article #downloadIcon a img	{
box-shadow:none;
}
section.mainContent .downloads aside#downloadIcon	{
width: 13.666667%;
margin-right: 2%;
}
section.mainContent .downloads aside#downloadVideo	{
width: 16.8%;
padding-right: 3%;
margin:0;
min-height: 270px;
}
section.mainContent .downloads div.videoIndex	{
width:100%;
}
section.mainContent .downloads aside#downloadIcon:last-child, section.mainContent .downloads aside:last-child, section.mainContent .downloads aside#downloadVideo:last-child	{
margin-right:0;
}
section.mainContent .staff aside#sermonIcon a, aside#staffIcon a	{
text-decoration:none;
}
section.mainContent .ministries aside#sermonIcon a img	{
width:100%;
border: none;
box-shadow: none;
}
section.mainContent .ministries aside#sermonIcon a:hover img	{
background-color: #b8ccba57;
}
section.mainContent #ourMinistries article.staff div.sermonPic img	{
border: none;
box-shadow: none;
}
section.mainContent .ministries aside a {
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-family: 'McLaren', cursive;
font-size: 1.5em;
color: #8a8173;
line-height: 1.5em;
text-decoration: none;
}
section.mainContent .content .photo	{
float:left;
width:450px;
height:300px;
margin-bottom:5px;
border-radius:5px;
border:2px solid #454767;
margin-right: 30px;
margin-top: 10px;
}
section.mainContent .content.mission .banner_photo	{
width:1200px;
height:350px;
margin-bottom:5px;
border-radius:5px;
border:2px solid #454767;
margin-right: 30px;
margin-top: 10px;
}
section.secondary .pageContent.wide .specialServices .photo	{
float:left;
width:550px;
height:388px;
margin-bottom:5px;
border-radius:5px;
border:2px solid #454767;
margin-right: 30px;
}
section.secondary .pageContent.wide div.donate	{
margin-left:20px;
}
div.static	{
width:100%;
height:auto;
}
div.static img{
max-width:100%;
height:auto;
margin: 0 auto;
margin-bottom:5px; }
img {
max-width: 100%;
height: auto;
}
.photo2	img	{
height:auto;
margin: 0 auto; }
section.secondary .pageContent.wide .content.photo .static, section.mainContent .content.moms .static	{
width:100%;
height: 380px;
box-shadow: 2px 2px 12px;
margin-bottom:25px;
display:none;
}
section.mainContent .static	{
border:1px solid #555;
box-shadow:5px 5px 10px rgba(45,46,38,.6);
}
section.mainContent article div.content.nursery, section.mainContent article div.content.discovery {
float:left;
margin:0 20px;
}
section.mainContent #ourMinistries div.content.nursery	{
margin-bottom:60px;
}
section.mainContent article div.content.nursery::after, section.mainContent article div.content.discovery::after	{
content:'';
display:block;
clear:both;
}
section.mainContent	#ourMinistries	{ }
section.mainContent	#ourMinistries p.highlight	{
background:yellow;
}
section.mainContent article.text	{
margin:20px;
}
section.mainContent article.staff h2#post-title.single	{
margin-left:0;
}
div.kidsContent ul li, div.kidsContent.class ul li	{
background-image: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/handBullet.png);
background-repeat: no-repeat;
padding-left: 40px;
padding-bottom: 0.5em;
background-position: 0 2px;
list-style: none;
font-size: 1.1em;
}
div.kidsContent.class ul li	{
background-image: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/D-bullet.png);
height:30px;
padding-left: 50px;
padding-bottom: 1em;
background-position: 0 -3px;
}
.subheading	{
font-size:1.3em;
color: #454767;
margin: 1em 0 0.3em 0;
}
.subtitle	{
font-size:0.75em;
padding-bottom:18px;
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
color: #705071;
}
section.mainContent #ourMinistries article.staff h2#post-title.single, section.mainContent #ourMinistries article.staff h2#post-title.sermons	{ color: #416682;
text-shadow: 2px 2px 5px rgba(58, 58, 78, 0.6);
}
section.mainContent #ourMinistries article.staff h2#post-title.sermons	{
text-shadow:none;
font-size:2.5em;
}
section.mainContent .kidsContent blockquote	{ margin: 0.6em 0.7em 1.3em 0.7em;
padding:.5em 0;
margin-left:2em;
}
section.mainContent .kidsContent p, section.mainContent .studentContent p, section.mainContent article.specialContent p	{
color: #454767;
margin: 0;
padding: .25em;
}
section.mainContent .kidsContent p	{
font-size:1.1em;
}
section.mainContent .kidsContent h3.gallerySub, h3.subheading	{
color: #7f4a8a;
margin-bottom: 0;
margin-top: 0.5em;
}
section.mainContent #ourMinistries article.staff div.content #gallery-1 .wp-caption-text gallery-caption {
margin-left: 20px;
}
section.mainContent p.dates	{
font-style:italic;
text-align: left;
font-size: 1.2em;
padding: 0 0 .5em 0;
}
section.mainContent .kidsContent blockquote p	{
color: #2d9075;
font-family:'McLaren', cursive;
padding:0;
margin-left: 49.5%;
font-size: 1.3em;
}
section.mainContent .content.nursery .kidsContent blockquote::before	{
content: '\201c';
color: #ab8959;
position: absolute;
top: 41%;
left: 44.8%;
font-size: 7.5em;
font-family: serif;
}
section.mainContent .content.nursery .kidsContent blockquote::after	{
content: '\201d';
font-family: serif;
font-size: 4em;
position: absolute;
right: 23.8%;
top: 45.3%;
text-align: right;
color: #ab8959;
}
section.mainContent #ourMinistries div.kidsContent a img	{
border:1px solid #783a8e;
padding:2px;
box-shadow:none;
width:90%;
}
#ourMinistries article.page h2	{
margin: .5em 0 .5em 0;
font-size: 1.9em;
font-weight: 700;
color: #88694e;
}
#ourMinistries article.page h3	{
margin: .5em 0 .5em 0;
font-size: 1.5em;
font-weight: 700;
color: rgba(68,105,122,.85);
letter-spacing: .015em;	
}
#ourMinistries article.page h3.notice	{
margin: .5em 0 .5em 0;
font-family:Handlee, cursive;
font-size: 2em;
font-weight: 700;
color: rgba(68,105,122,.85);
letter-spacing: .015em;	
}
#ourMinistries article.page h4	{
margin: 0.5em 1em;
font-size: 1.36em;
font-weight: 700;
color: rgba(68,105,122,.55);
}
#ourMinistries article.page p	{
text-align:justify;
font-size:1.3em;
line-height:1.5em;
}
#ourMinistries article.page div.orderedList p	{
margin-left:4.5%;
font-size:1.2em;
}
#ourMinistries article.page div.staffList	{
padding-left:80px;
}
#ourMinistries article.page div.staffList p	{
padding-left:3.5%;
font-size:1em;
}
#ourMinistries article.page ul	{
font-size:1.2em;
}
#ourMinistries article.page li	{
margin-left:2.5%;
padding-bottom:.5em;
color:#454767;
}
#ourMinistries article.page li.list	{
margin-bottom:0.75em;
font-size: 1.1em;
padding-bottom:0;
background-image: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/check_bullet.png);
background-repeat: no-repeat;
padding-left: 42px;
}
#ourMinistries article.page img	{
width:100%;
margin: 1.5% 0 2.5% 0;
border: 1px solid #140f0b;
}
dd {
display: block;
-webkit-margin-start: 20px;
}
section.mainContent article.staff	{
max-width:80em;
margin: 0 auto 50px auto;
}
section.mainContent article.staff.blog	{
margin-bottom:0;
}
section.mainContent article.staff.blog div.events.index	{
margin-bottom:5%;
}
section.mainContent article.staff.blog div.events.index:last-child	{
margin-bottom:0;
}
article.staff div.staff-sidebar	{
float:left;
width:38%;
}
article.staff div.staff-sidebar div.pic	{
margin-bottom:1em;
}
section.mainContent article.staff #headline	{
font-family: 'Julius Sans One','Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
font-size: 4em;
color: #454767;
margin-bottom: 5%;
border-bottom: 1px solid #454767;
padding-bottom:15px;
text-align: left;
}
section.mainContent article.staff div.bio h3.subhead	{
color: #6d4343;
font-size: 2em;
font-weight: 300;
}
section.mainContent article h2#post-title, section.secondary div.pageContent.wide h2#post-title.single, section.mainContent article h2#post-title.series, section.secondary div.pageContent.wide h2#post-title.elvis, section.secondary h2#post-title.single	{
font-family: 'Julius Sans One','Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
font-size: 4em;
color: #454767;
border-bottom: 2px solid #454767;
padding-bottom:8px;
text-align: left;
}
section.mainContent article h2#post-title.single, section.mainContent article h2#post-title.seriessection.mainContent article h2#post-title.single.donations	{
font-size:3em;
margin-bottom: 15px;
}
section.mainContent article h2#post-title.single, section.main h2, section.secondary div.pageContent.wide h2#post-title.single, section.secondary div.pageContent.wide h2#post-title.elvis, section.secondary h2#post-title.single	{
font-size:3.5em;
font-family: 'Julius Sans One','Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
font-weight: 300;
color: #416682;
text-shadow: 2px 2px 5px rgba(58, 58, 78, 0.6);
}
section.secondary div.pageContent.wide h2#post-title.single, #mainContent.announce .announcementText h2,section.secondary div.pageContent.wide h2#post-title.elvis, section.secondary h2#post-title.single 	{
font-family: 'Architects Daughter', cursive;
text-shadow: 2px 4px 8px #5e7391;
font-size: 4em;
color: #4e5a69;
}
section.secondary h2#post-title.single	{
color:#171f51;
}	
section.secondary div.pageContent.wide h2#post-title.single.video	{
margin-top:3%;
}
section.mainContent article h2#post-title.series	{
float:left;
}
div.table-responsive	{
margin-bottom:4%;
}
section.mainContent article.about	{ }
section.mainContent article h3	{
font-family:'Rock Salt', cursive;
font-size:1.6em;
color: #205c68;
padding-top: 30px;
}
section.mainContent article h3.list	{
font-family:'Julius Sans One','Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
font-size:2em;
padding-top: 0;
}
.sermon-info.blog-list ul li.sermon-date, .sermon-info.news-list ul li.sermon-date	{
width:100%;
font-weight:700;
font-family: 'Julius Sans One', sans-serif;
color: #707d90;
text-align:left;
margin-bottom: 2%;
}
.sermon-info.blog-list ul a li	{
text-decoration:none;
color: #707d90;
}
section.mainContent .featuredImage.topics	{
float:left;
width:70px;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/sun_tn.jpg);
background-repeat:no-repeat;
}
section.mainContent .featuredImage.story	{
float:left;
width:70px;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/story_tn.jpg);
background-repeat:no-repeat;
}
h2#post-title.single	{
padding-bottom:5px;
border-bottom: 2px solid #416682;
color: #416682;
margin-bottom: 30px;
text-shadow: 2px 2px 5px rgba(58, 58, 78, 0.6);
}
section.mainContent article.staff.blog h2#post-title.single	{ }
section.mainContent h3#post-title.single	 {
font-family:'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 1.17em;
color: #824824;
}
.policyLink  {
font-size: 16px;
font-weight: bold;
color: #527e6e;
}
section.mainContent p a, div.video p.photoCredit a, section.mainContent article.staff.blog p a, div#mainContent.announce div.announcementText p a	{
font-weight:bold;
text-decoration:none;
color: #393b4a;
font-family: 'McLaren', cursive;
}
section.mainContent p.golf a	{
color: #3f7bb9;
}
div#golfGallery p a	{
color: #91ad77;
}
section.mainContent #golfGallery2 p a	{
color: #58588f;
}
section.mainContent div.helpAnnounce p a, section.mainContent div.helpAnnounce p a:visited	{
color: #5787c5;
}
section.mainContent div.helpAnnounce p a:hover	{
color: #a2bee2;
}
section.mainContent article.staff.blog p a	{
color: #5c86c3;
font-weight:normal;
} 
section.mainContent p a:hover, section.mainContent article.staff.blog p a {
text-decoration:underline;
}
section.mainContent article.staff.blog p a:hover	{
text-decoration:none;
}
div#mainContent.announce div.announcementText p a	{
font-weight:normal;
color: #527e6e;
font-variant:small-caps;
}
section.mainContent .content.latino p a	{
font-size:1em;
color: #527e6e;
}
section.mainContent .content.latino h3.subheading.latino	{
font-size: 1.8em;
font-family: 'Julius Sans One', sans-serif;
font-weight: bold;
color: #2e714d;
margin-top: 2.5%;
}
#ourMinistries div.content.latino article.specialContent p.subtitle	{
font-size:1.4em;
font-style:italic;
font-weight:normal;
margin-bottom: 0.7%;
}
section.mainContent article.adult	{
margin-left:20px;
}
section.mainContent article.adult div.inset	{
padding-left:40px;
margin-left:20px;
margin-bottom:20px;
}
section.mainContent article.adult div.inset p {
font-size: 1.2em;
line-height: 1.5em;
} section.mainContent article.page p a:hover	{
border-bottom:none;
text-decoration:none;
}
section.mainContent p.link a	{
font-weight:500;
}
section.mainContent .bodyText	{
margin:0 0 30px 20px;
}
section.mainContent .bodyText p	{
margin:0;
padding:0 0 0 25px;
}
section.mainContent article.text div.bodyText p	{
margin:0;
padding:0 0 20px 52px;
}
section.mainContent article.text div.bodyText p.subhead	{
margin:0;
padding:0;
}			
section.mainContent .bodyText p.link	{
padding:20px 0 0 0;
color: #ab8959;	
font-size: 1.25em;
margin-left:-20px;
}
section.mainContent .bodyText p a	{
font-variant:small-caps;
text-decoration:none;
color: #ab8959;
}
section.mainContent .bodyText p a:hover	{
text-decoration:underline;
color: #454767;
}
section.mainContent p.subtitle	{
font-size:1.2em;
font-weight:bold;
font-style:italic;
margin-bottom:6px;
}
section.mainContent article.text p.subtitle	{
font-weight:normal
}
section.mainContent li.subtitle, .indent	{
font-weight:normal;
font-size:1.2em;
}
section.mainContent p.subhead	{
padding:20px 0 10px 0;
font-size:1.3em;
font-weight:bold;
}
section.mainContent p.subhead.kids	{
font-size:1.35em;
padding:5px 0;
margin-left:10px;
}
section.mainContent ul.help	{
margin-bottom:3%;
}
section.mainContent p.subhead.help	{
font-weight:bold;
font-size:1.35em;
text-decoration:underline;
}
article.kids p	{
margin-left:10px;
}
.indent	{
margin-left:80px;
}
.days	{
margin-left:20px;
}
section.mainContent p a.post-edit-link	{
font-weight:normal;
font-family:'Open Sans', Arial, Verdana, sans-serif;
font-size:.9em;
}
section.mainContent .kidsContent p a:hover, div.video p.photoCredit a:hover	{
color: #636C82;
}
.mainContent #kidsPic a img	{
border-radius: 15px;
border: 2px solid #cfd9e6;
}
section.main .content {
border-radius: 5px; }
div.twoCol aside.two.right div.content	{
max-height: 350px;
max-width: 534px;
border: 2px solid rgba(40,73,159,.6);
overflow:hidden;
}
section.main .content.kids	{
border: none;
}
section.main aside h3 a, section.main aside a	{
color:#000;
text-decoration:none;
}
section.main aside h3 a:hover	{	
text-decoration:underline;
}
section.main aside .content .photo	{
display:block;
position: relative;
overflow: hidden;
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
section.main aside .content.download .photo	{ }
section.main aside .content.matches	.photo { }
section.main aside .content.events .photo	{ }
section.main aside .content.donate .photo	{ }
section.how-to aside .content #sermons .photo	{
height:355px;
border-radius:5px; }
section.how-to aside .content #sermons .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/sermons2_lg.jpg) top center no-repeat;
}
section.sidebarFooter aside.announce .photo img, section.sidebarLinks aside.announce .photo img {
max-width: 100%;
background-size:cover;
height: auto;
box-sizing: border-box;
vertical-align: bottom;
transition: all 
ease 0.6s;
-webkit-transition: all 
ease 0.6s;
-ms-transition: all ease 0.6s;
}
section.sidebarLinks aside.announce .photo img:hover   {
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
section.main aside .caption, section.sidebarFooter aside .caption, section.sidebarLinks aside.announce .caption	{
margin: 0;
padding: 8px;
}
section.main aside .caption p, section.main #intro p	{
color: #424744;
letter-spacing: 0.05rem;
text-align:left;
font-family: Delius, cursive;
font-size: 1.5em;
line-height: 1.6em;
margin-bottom: 0;
}
p.cta.start {
margin: 2.5% 0 5% 0;
text-align: center;
}
p.cta a span.select.services, section.mainContent p.cta span.visit.site a, section.mainContent p.cta a span.visit.site, p.cta.start a span.get.started, p.hand a span.get.started, p.cta-work span.link a, p.cta-work span.no-link, .nf-form-content input[type=submit], input#nf-field-24.ninja-forms-field.nf-element {
padding: 4px 10px;
color: #ffffff;
background-color: #1e4575;
margin-right: 5px;
border-radius: 5px;
font-family: Delius, cursive;
font-weight: 500;
}
p.cta a:hover span.select.services, p.cta.start a:hover span.get.started, p.hand a:hover span.get.started, p.cta-work span.link a:hover, p.cta-work span.no-link, .nf-form-content input[type=submit]:hover, input#nf-field-24.ninja-forms-field.nf-element:hover {
background-color: #8ebde3;
}
article#online div.mainOnline p.cta.start a span.get.started, p.hand a span.get.started {
padding: 5px 15px;
text-transform: uppercase;
font-size: 1.4em;
font-family: 'McLaren', cursive;
}
section.mainContent p.cta span.visit.site a:hover 	{
text-decoration: none;
background-color: #aabcd4;
color: #12275c;
}
p.cta a span.learn.more, p.cta a span.enter.site, p.hand a span.get.started {
color: #ffffff;
background-color: #cf8728;
background-color: #eb982b;	
background-color: #ea7123;
margin-right: 5px;
border-radius: 5px;
padding: 15px 20px;
font-size: 1.5em;
}
p.cta-work span.link a, p.cta-work span.no-link 	{
background-color: #8b5233;
font-size: 1.3em;
letter-spacing: 1px;
padding: 8px 12px;
}
p.cta a:hover span.select.services, p.cta.start a:hover span.get.started, p.hand a:hover span.get.started, p.cta-work span.link a:hover, p.cta-work span.no-link	{
background-color: #8ebde3;
}
p.hand, ol.hand li, p.phone, p.front, div.info p.email, #list li, section.mainContent p.cta, p.cta, p.consult, p#email, article.intro p {
font-family: 'Delius', cursive;
font-size: 1.5em;
color: #47627f;
}
p.cta a:hover span.learn.more, p.cta a:hover span.enter.site	{
background-color:rgba(68, 105, 125, 0.4);
}
section.main #intro div.right p.cta.start 	{
text-align: center;
}
p.cta.view {
margin-top: 5%;
text-align: center;
}
section.main aside .caption h3, section.sidebarFooter aside.announce .caption h3, section.sidebarLinks aside.announce .caption h3	{
margin-bottom: .2em;
color:#354d37;
text-align:left;
letter-spacing: 0.03em;
font-size: 1.2em;
font-weight:600;
}
section.main aside .caption h3:hover	{
color: rgba(68,105,122,.55);
}
#page section.sidebarFooter aside.announce .caption p, section.sidebarFooter aside.announce .caption p, section.sidebarLinks aside.announce .caption p	{
font-size: 1.15em;
margin-bottom: 0.3em;
} section.secondary { padding-bottom:80px;
border:none;
height: auto;
}
section.mainContent section.secondary	{
}
section.mainContent.golf section.secondary	{
}
#golfGallery	{
float:left;
width:60%;
font-size:1.3em;
}
#golfGallery::after	{
content:'';
display:block;
clear:both;
}
#golfGallery2	{
font-size:1.5em;
}
#golfGallery2 p		{
line-height:1.8em;
}
h2.single-title	{
margin: 0 0 .5em 0;
font-size:2.1em; 
font-weight: 700;
line-height:1.8em;
color: #454767;
}
section.secondary div.pageContent.list	{
float:left;
width:55%;
}
section.secondary div.pageContent.wide	{
float:none;
}
section.mainContent.wide	{
margin:30px 0;
padding:0;
}
.pageContent::after, section.mainContent #ourMinistries::after, article.staff::after, section.secondary::after, div.video blockquote::after, section.mainContent .ministries::after, section.mainContent .downloads::after, article.board::after 	{
content:'';
display:block;
clear:both;
}
section.secondary div.pageContent.list p, div.pageContent.wide p, #ourMinistries div.content.latino article.specialContent p, #ourMinistries div.worship .bannerText p, div.pageContent.wide li	{
font-size:1.3em;	
line-height:1.7em;
margin-right: 2%;
}
div.pageContent.wide p.firstLine	{
text-indent:3%;
}
section.secondary div.pageContent #elvisText p	{
margin-bottom:0;
}
section.secondary div.pageContent #elvisText p.wide	{
display:block;
}
section.secondary div.pageContent #elvisText p.narrow	{
display:none;
}
.indent.elvis	{
font-size:1em;
margin-left:70px;
}
section.secondary div.pageContent #elvisText p span.head	{
font-weight:bold;
color: #5787c5;
text-decoration:underline;
}
div.donate p span.red	{
color:#8c1919;
font-weight:bold;
}
#ourMinistries div.content.latino #gallery-1 img, #ourMinistries div.content.discovery #gallery-1 img, #ourMinistries div.content.nursery #gallery-1 img 	{
border: 1px solid #7b8c83;
padding:0;
width:93%;
box-shadow: 5px 5px 8px rgba(0,0,0,.5);
}
section.secondary div.pageContent.wide div.video, section.secondary div.pageContent.wide div.text	{
max-width:980px;
margin: 0 auto;
box-shadow: 5px 8px 12px rgba(0,0,0,.65);
}
section.secondary div.pageContent.wide div.video	{
margin-bottom: 80px;
}
section.secondary div.pageContent.wide div.text	{
box-shadow:none;
}
section.secondary div.pageContent.wide div.text	{
max-width:1050px;
}
section.secondary div.pageContent.wide div.video p	{
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #454767;
line-height: 30px;
}
section.secondary div.pageContent.wide div.video p.photoCredit	{
font-size:.9em;
font-style:italic;
}
div.video p.photoCredit a	{
color: #454767;
}
span.arve-embed-container	{
border: 1px solid #454767;
margin-bottom: 30px;
box-shadow: 6px 5px 15px rgba(0, 0, 0, 0.55);
padding-bottom:55.8% !important;
}
div.video iframe::after	{
content:'';
display:block;
clear:both;
}
section.secondary div.pageContent.list ul	{
margin-left:20px;
list-style:none;
margin:0 0  20px 0;
padding:0;
}	
section.secondary div.pageContent.list ul li	{
margin-left:5%;
padding: 0 0 2.5% 6%;
font-size:1.3em;
line-height:1.8em;
}
section.secondary div.pageContent ul li, section.secondary div.pageContent ul li a	{	
color:#666;
}
section.secondary a	{
text-decoration:underline;
}
section.secondary a:hover	{
text-decoration:none;
} section.sermons	{ padding: 2% 3.333333%;
color:#516150;
border-top: 2px solid #a3a1a1;
border-bottom: 2px solid #8aa193;
border-bottom: 2px solid #a3a1a1;
display:none;
}
section.sermons article	{ }
section.sermons article .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/follow.jpg) center center no-repeat;
float: left;
width: 64.9999%;
height:300px;
padding:0;
border: 1px solid #e8e1d8;
border-radius: 5px;
margin-bottom: 20px;
}
section.sermons article .series	{
float:right;
width:29.5%;
height: 240px; padding: 1.8%;
color: #2b3417;
border-radius: 5px; color: #040503;
}
section.sermons article .series h2	{
font-family: 'PT Serif', Georgia, serif;
font-size:1.9em;
font-weight:bold;
margin-bottom:0.2em;
color: #2a2a6b;
}
section.sermons article .series h4, section.sermons article .series p.name	{	
font-weight:normal;
font-size: 1.3em;
color: #ffffff;
line-height:1.8em;
margin:0;
padding-bottom:10px;
font-style: normal;
}
section.sermons article .series p.name	{
padding-left:8%;
}
section.sermons article .series p	{
font-family:'Open Sans', sans-serif;
font-size:1.35em;
line-height:1.5em;
font-weight:400;
margin: 0.5em 0;
color: #ffffff;
font-style: italic;
}
section.sermons article .series p.nameHead	{
font-size:1.4em;
margin-bottom:0;
margin-top: 0;
color: #f4f4f5;
font-style: normal;
}
section.sermons article .photo img	{
border-radius:30px;
}
section.sermons article .caption p	{
line-height: 1.8em;
}
section.sermons article .caption h2	{
font-family:'Julius Sans One', sans-serif;
line-height: 1.5em;
} section.how-to {
position:relative;
padding: 0 0 5% 2%;
}
section.how-to aside	{	
margin-right:0;
background: #fff;
padding: 1% 0 0 0;
}
section.how-to div#recent	{
width:26%;
float:left;
}
section.how-to div.middle	{
width:100%;
}
section.how-to div.middle aside.announce	{
width: 31.5%;
margin-right: 2%;
float:left;
}
section.how-to div.middle aside:last-child.announce	{
margin-right: 0;
}
section.how-to aside.text	{
width: 70%;
margin-right: 0;
float:left;
}
section#announcements .header h3.widget-title, #recent h3.widget-title	{
font-family: 'McLaren', cursive;
color: rgba(65, 102, 130, 0.85);
font-size: 1.4em;
border-bottom: 2px solid #a5a1a159;
text-transform:uppercase;
margin-top: 30px;
}
section#announcements #news_container	{
height:auto;
width:100%;
}
section#announcements #news_container::after	{
content:'';
display:block;
clear:both;
}
section#announcements aside.announce {
width: 31.5%;
float: left;
text-align: center;
margin: 0;
}
aside.announce div.caption h3	{
color: #416682;
font-weight: 500;
text-transform: uppercase;
}
section#announcements div.news.wide	{
display:block;
}
section#announcements div.news.med	{
display:none;
}
section#announcements .header h3.widget-title, #recent h3.widget-title {
font-family: Kurale, serif;
color: rgb(93, 37, 11);
letter-spacing: 1px;
font-size: 2.3em;
text-transform: uppercase;
text-align: left;
font-weight: bold;
margin: 1% 0 2%;
border-bottom: 4px solid rgb(193, 104, 76);
}
section.how-to aside:last-child.first	{
float:left;
}
section.how-to .middle .content	{
margin-left:1.5%;
}
section.how-to aside .content #center	{
width:100%;
margin: -5px 0 0 0;
padding:0;
}
section.how-to aside .content #center div.radio, section.how-to aside .content #center div.download	{	
border: 2px solid #a5cf98;
border-radius: 3px;
height: 48.5%;
margin-bottom: 5%;
background: #ffffff;
}
#recent ul#sermonListings {
padding-left: 4%;
padding-right:3%;
margin-left: 0;
margin-top: 8%;
margin-block-end: 10px;
}
#recent ul#sermonListings::after	{
content:'';
display:block;
clear:both;
}
#recent ul#sermonListings li {
list-style: none;
padding-bottom: 0.2em;
text-decoration:none;
font-size: 1.1em;
}
#recent ul#sermonListings li.left, #recent ul#sermonListings li.right	{
float:left;
}
#recent ul#sermonListings li.left	{
width:20%;
margin-right:8%;
}
#recent ul#sermonListings li.right	{
width:70%;
margin-bottom: 12%;
border-bottom: 2px solid #dcdcdc;
}
#recent ul#sermonListings li h3 {
margin-bottom: 0.4em;
border-bottom: 3px solid #dae5da;
}
#recent ul#sermonListings li.left img	{
box-shadow:1px 2px 3px #777;
margin-top: -5px;
}
#recent ul#sermonListings li.left img:hover	{
opacity:0.5;
}
#recent ul#sermonListings li:last-child h3	{
border-bottom:none;
}
#recent ul#sermonListings a li h3 {
font-size: 1.3em;
font-weight: 700;
color: rgb(83, 152, 202);
}
#recent ul#sermonListings a:hover li h3 {
color: rgb(175, 220, 164);
}
#recent ul#sermonListings li p	{
margin-bottom:0;
font-family:'Julius Sans One', sans-serif;
font-size:.8em;
font-weight: bold;
color: rgba(65, 102, 130, 0.85);
}
#recent ul#sermonListings li.right::after	{
content:'';
display:block;
clear:both;
}
section.how-to aside .content #center div.radio aside.icon,  section.how-to aside .content #center div.download aside.icon	{	
height: 100%;
margin: 0;
}
section.how-to aside .content #center div.radio aside.text, section.how-to aside .content #center div.download aside.text	{
height: 94%;
margin: 0;
padding: 3% 0;
}
section.how-to aside .content #center div.radio aside.icon, section.how-to aside .content #center div.download aside.icon, section.how-to aside .content #center div.download a	{
width:38%;
}
section.how-to aside .content #center div.radio aside.text, section.how-to aside .content #center div.download aside.text	{
width: 56%;
padding: 3%;
height: 87%;
font-size: 1.25em;
}
section.how-to aside.text p.caption, section.how-to p.caption.news a, section.how-to p.caption.blog a	{
margin:0;
font-weight:500;
color: #4c6a90;
font-family:'McLaren', cursive;
padding-left: 0;
}
section.how-to p.caption.news a	{
padding-left:3%;
}
section.how-to aside.text p.caption.listen	{ }
section.how-to div.newsArchive, section.how-to div.blogArchive	{
width:40%;
float:left;
}
section.how-to p.caption.news, section.how-to p.caption.blog	{
padding-top:10px;
}
section.how-to aside .content	{
}
section.how-to aside .content #center div.download a	{
margin-bottom:0;
height: 100%;
width: 100%;
padding: 0;
}
section.how-to aside .content #center div.download a img	{
width:136px;
height:146px;
}
section.how-to aside .content div.radio aside.icon	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/radio.png) left bottom no-repeat;
height:135px;
width:25%;
}
section.how-to aside div.content #map	{
width:327px;
}
section.how-to aside #map	{
display:block;
padding:3px;
border-radius:5px;
margin-bottom:10px;	
}
.map-responsive {
border-radius: 5px;
display: block;
overflow: hidden;
padding-bottom: 75%;
position: relative;
height: 0;
}
.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
div.contact_small, div.contentWide	{
display:none;
}
section.how-to aside #sermons	{
margin:0 10px 10px 10px;
}
section.how-to aside .content img	{
display:block;
}
section.how-to aside .content h4	{
margin-bottom:0;
}
section.how-to aside .content p	{
margin-bottom:.5em;
}
section.how-to aside .content a, section.how-to #services p.credit a	{
display:inline-block;
color: rgba(125, 88, 61, .65);
font-weight:700;
padding-left:10px;
}
section.how-to #services	{
margin:0;
color:#444;
background-color:#fff;
padding: 3% 0 2.5% 8%;
border-left: 2px solid #e9eff3;
border-right: 2px solid #e9eff3;
margin-top: -15px;
}
section.how-to #services p	{
font-family:'Open Sans', sans-serif;  font-weight:500;
padding-bottom: .1em;
font-size: .8em;
line-height: 1.8em;
}
section.how-to #services p span.number, #info ul li p span.number	{
font-family: Georgia,'Droid Serif', 'Palatino Linotype', serif;
font-size: 1.2em;
font-weight: normal;
}
section.how-to #services ul	{
padding:0;
margin:0 0 30px 0;
}
section.how-to #services p.last	{
margin-bottom:1.2em;
}
section.how-to div.middle div.announce	a	{
display:block;
padding: 0;
margin-top: 5%;
}
section.how-to aside .content .contact_small	{
width: 100%;
height: auto;
display: none;
}
section.mainContent #ourMinistries p.head, section.how-to #services p.head	{
font-family:'Julius Sans One', sans-serif;
font-weight: bold;
color: #50883e;
color: #a3ce95;
margin-top:0;
padding-top:20px;
line-height: 1.3em;
font-size:1.8em;
position:relative;
margin: .2em 1em;
}
section.how-to #services p.head	{
margin: -6px 0 0 0;
padding: 0 0 .3em 0;
font-size:1.5em;
}
section.mainContent #ourMinistries p.head	{
margin:0;
padding:20px 0 0 0;
}
section.mainContent #ourMinistries div.worship	{
width:100%;
height:auto;
clear:both;
}
section.mainContent #ourMinistries div.worship .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/worshipArts.jpg) no-repeat;
background-position: center center;
height:350px;
width:100%;
margin:0 0 30px 0;
}
section.mainContent #ourMinistries div.worship .bannerText .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/greg.jpg) center center no-repeat;
height:300px;
width:300px;
padding: 2px;
border: 1px solid #7e8281;
float: left;
margin-right: 5%;
}
section.mainContent #ourMinistries div.worship blockquote {
text-align:right;
position: relative;
float: right;
padding: 0 50px 0 0;
margin: 30px 75px 0 30px;
font-size: 1.5em;
line-height: 1.9em;
}	
section.mainContent #ourMinistries div.worship blockquote::before	{
content: '\201c';
color: #ab8959;
position: absolute;
top: 5%;
left: -12%;
font-size: 10em;
font-family: serif;
}
section.mainContent #ourMinistries div.worship blockquote p.last::after	{
content: '\201d';
font-family: serif;
font-size: 5em;
position: absolute;
right: -2%;
bottom: 4%;
text-align: right;
}
section.mainContent #ourMinistries div.worship blockquote::after	{
content:'';
display:block;
clear:both;
}
article.adult div.inset ul li {
background-image: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/handBullet.png);
background-repeat: no-repeat;
padding-left: 40px;
background-position: 0 5px;
font-size: 1.3em;
line-height:1.8em;
}
article.adult div.inset ul	{
margin-left:20px;
list-style:none;
}
section.how-to #services li	{
color: #707d71;
list-style:none;
margin-bottom:0;
font-size:1.5em;
}
.specialServices p span.serviceType	{
font-family:'Open Sans', sans-serif;
padding-left:20px;
font-size: 1.3em;
line-height: 1.8em;
color: rgba(125, 88, 61, .65);
}
section.secondary div.pageContent.wide blockquote	{
margin: 0 20px 0 40px;
width:90%;
padding: 1px 0px 20px 0px;
position:relative;
}
section.secondary div.pageContent.wide blockquote p {
margin: 30px 30px 20px 50px;
}
section.secondary div.pageContent.wide blockquote p.quote	{
font-size:1.3em;
line-height: 2em;
}
section.secondary div.pageContent.wide blockquote p.credit	{
color: #777;
font-size: .9em;
margin-top: 0;
padding-left: 20px;
line-height: 1.3em;
font-style:italic;
margin-bottom:0;
position: relative;
}
section.secondary div.pageContent.wide blockquote p.credit a {
font-family: 'McLaren', cursive;
display: inline-block;
color: #454767;
font-weight: 700;
font-size: 1.1em;
text-decoration:none;
}
section.secondary div.pageContent.wide blockquote p.credit a:hover	{
color: #ab8959;
}
section.secondary div.pageContent.wide blockquote::before	{
content:'\201c';
color: #ab8959;
position:absolute;
left: -30px;
top: -20px;
font-size:10em;
font-family: serif;
}
section.secondary blockquote p.quote::after	{
content: '\201d';
font-family: serif;
font-size: 5em;
position: absolute;
bottom: 10px;
text-align: right;
right: 15px;
}
section.secondary div.pageContent.wide div.video blockquote p.quote::after	{
content: '\201d';
color: #ab8959;
font-family: serif;
font-size: 3em;
position: absolute;
right: 50px;
bottom: 50px;
}
section.secondary div.pageContent.wide blockquote p.credit::before	{
content: '\2014';
position:absolute;
top:-1px;
left:0;
}
section.secondary div.pageContent.wide div.worship blockquote::after, section.secondary div.pageContent.wide div.bannerText::after	{
content:'';
display:block;
clear:both;
}
span.large_shadow	{
font-size:3em;
text-shadow: 5px 5px 6px rgba(58, 58, 78, 0.65);
}
span.med_shadow	{
font-size:2em;
text-shadow: 5px 5px 6px rgba(58, 58, 78, 0.65);
}
div.bannerText {
clear:both;
width: 75%;
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #454767;
line-height: 30px;
margin: 30px auto 0 auto;
border-top: 1px solid #515216;
padding-top: 30px;
}   .toggle {
position: absolute;
top: 0px;
right: 25px;
width: 60px;
height: 60px;
z-index: 1000;
cursor: pointer;
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/menu.png) center center / 30px no-repeat rgb(47, 80, 97);
background-position: center center;
}
.toggle.active {
background: var(--primary-color) url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/close.png);
background-size: 25px;
background-position: center;
background-repeat: no-repeat;
} .navigation {
position: fixed;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.navigation.active {
left: 0;
}
.navigation ul {
position: relative;
}
.navigation ul li {
position: relative;
list-style: none;
text-align: center;
}
.navigation ul {
position: relative;
}
.navigation ul li {
font-family: 'Poppins', sans-serif;
color: #111;
position: relative;
list-style: none;
text-align: center;
padding-bottom: 10px;
}
.navigation ul li a {
font-size: 2.2rem;
color: #111;
text-decoration: none;
font-weight: 300;
}
.navigation ul li a:hover {
color: var(--primary-color);
}
.navigation .social-bar {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.navigation .social-bar a {
display: inline-block;
transform: scale(0.75);
}
nav {
z-index:125;	
position:absolute;
top:108px;
left:0;
width:100%;
}
nav a.mobile_menu {
width: 38px;
height: 38px;
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/icon_menu.svg) no-repeat 0 0;
background-size: contain;
position: absolute;
top: 45px;
right: 10%;
margin-left: 0;
display: none;
}
nav::after, nav > ul::after	{
content:'';
display:block;
clear:both;
}
nav ul, div.sermon-info ul, div.staff-info ul, .content.staff ul, div.download-info ul {
list-style:none;
margin:0;
padding:0;	
}
nav ul li:hover > ul	{
display:block;
}
nav ul li a, nav ul ul li a	{
display:inline-block;
font-size:1.3em;
font-variant: small-caps;
color: #5787c5;
padding:15px 20px;
text-decoration:none;
width:125px;
position:relative;
}
nav ul li a:visited	{
}
nav ul li a:hover	{
color: #5787c5;
}
nav ul ul	{
position:absolute;
top:54px;
background-color:#5787c5;
display:none;
}
nav ul ul li	{
position:relative;
color:#ffffff;
background-color: #798fab;
}
nav ul ul li a	{
color:#ffffff;
font-variant: small-caps;
font-size: 1.4em;
border-bottom: 1px solid #3d577a;
border-top: 2px solid #b2bdcd;
}
nav ul ul li a:hover {
background-color: #7e8281;
color: #f4f4f5;
}
nav ul ul li:first-child a	{
border-top:none;
}
nav ul ul ul	{
left:100%;
top:0;
} nav > ul	{
padding-left:50%;
}
nav > ul > li	{
float:left;
} 
nav > ul > li a:hover	{
color: #282281;
}
nav > ul > ul > li	{
background-color: #5787c5;
color:#ffffff;
}
nav > ul > li > a	{
width:auto;
padding:15px 20px 20px 20px;
font-weight: 600;
color: #5787c5;
}
nav > ul > ul > li > a	{
color:#ffffff;
}	
nav > ul > li > a:visited, nav > ul > ul > li > a:visited	{
}
nav a[aria-haspopup="true"]::after	{
content:'';
display:block;
width:0px;
height:0px;
position:absolute;
top:16px;
right:15px;
border-top: 4px solid transparent;
border-bottom:4px solid transparent;
border-left: 4px solid #5787c5;
}
nav > ul > li > a[aria-haspopup="true"]::after	{
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top: 5px solid #5987c6;
left:20px;
right:auto;
bottom:10px; 
top:auto;
}
header.secondary nav > ul	{
position: relative;
float: left;
}
nav a.mobile_menu	{
width:32px;
height:32px;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/icon_menu.svg) no-repeat 0 0;
background-size: contain;
position:absolute; top:22px; left:50%; margin-left:-16px;
display:none;
}
#adobe	{
padding: 15px;
height: auto;
border-top: 1px solid #454767;
border-bottom: 1px solid #454767;
margin: 30px 0 50px 30px;
}
#adobe p {	
float:left;
width:80%;
color:#555;
font-family:'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-style:italic;
line-height:1.5em;
font-weight:normal;
text-align:left;
text-decoration:none;
margin:0px 15px 0px 0px;
}
section.mainContent #ourMinistries #adobe a img	{
float:left;
width:14.3%;
margin-right:3%;
margin-top: 0.5%;
box-shadow:none;
}
article.sermons::after, #adobe::after, section.mainContent .ministries aside::after, section.mainContent .downloads aside::after, div.footer_container::after 	{
content:'';
display:block;
clear:both;
} div.footer_container {
max-width: 1100px;
margin: 0 auto;
height: auto;
}
footer#contact, div.container.icons, div.icons {
font-family: Raleway, 'Trebuchet MS', Verdana, Arial, Sans-serif;
color: #B3B4BB;
font-variant: small-caps;
font-weight: 700;
letter-spacing: .05em;
}
div.container.icons, div.icons {
margin-top: 0;
}
footer#mobile {
max-height: 75px;
background: #481701;
background: #113c4b;
width: 100%;
min-height: 35px;
margin: 0;
border-top: 1px solid rgb(86 24 24 / 24%);
position: fixed;
padding-bottom: 35px;
z-index: 999;
bottom: 0;
}
footer#mobile ul li {
list-style-type: none;
margin-bottom: -5px;
}
footer#mobile {
display: none;
}
.copy350 {
display: none;
}
.main.med {
display: none;
}
.copy {
display: block;
float: right;
text-align: right;
line-height: 1.3em;
position: relative;
right: 0;
letter-spacing: .15rem;
padding-top: 10px;
}
footer#contact .copy p {
line-height: 1.8em;
letter-spacing: 1px;
padding-top: 8px;
font-size: 1em;
}
.symbol {
font-weight: 400;
font-size: .7em;
}
.number {
font-family: Georgia, "Times New Roman", serif;
font-weight: 400;
font-size: 1.15em;
letter-spacing: 0;
}
footer#contact.blue .copy p.policy a.privacy {
line-height: 1.8em;
margin: 0;
color: #B3B4BB;
font-family: 'Julius Sans One', 'Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
text-align: left;
letter-spacing: 1px;
font-size: 1.1em;
}
footer#contact .fa-solid.fa-lock {
font-size: .75em;
}
footer#contact.blue .copy p.policy a:hover.privacy {
color: #ffffff;
}
footer .content	{
display:inline;
}
footer a	{
margin-left:5px; 
color:#f4f4f5;	
}
footer a img	{
padding-bottom:5%;
}
#access ul li.fb #short_code_si_icon	{
float:right;
width:225px;
}
#access ul li.fb #short_code_si_icon img {
padding-right: 10%;
float:none;
clear:both;
height: auto;
width: 80px;
}
#short_code_si_icon a img	{
margin:0;
}
footer a:visited {
color:#777;	
}
footer a:hover	{
color:#333;	
}
footer#contact	{
padding-bottom:45px;
}
li span#siteseal	{
float:none;
clear:both;
padding-top: 5%;
display: block;
margin-left:-50px;
}
#access {
text-align: right;
font-size: 1.25em;
color: #bdbdbd; font-variant:small-caps;
padding-left:0;	
margin-bottom: 5%; }
#access ul {
margin:0;
padding:0;
}
#access ul li	 {
list-style-type: none;
}
#access::after	{
content:'';
display:block;
clear:both;
}
ul.seal	{
padding-top:2em;
list-style:none;
}
ul.seal	img:hover	{
opacity:.6;
}
span#siteseal img	{
margin:0 auto;
}
span.findUs {
font-family: 'Droid Sans', "Trebuchet MS", Verdana, Arial, sans-serif;
font-family: 'McLaren', cursive;
padding-left: 5px;
font-weight: 600;
letter-spacing: 1px;
}
i.fa, i.fab {
font-variant: small-caps;
font-size: 3em;
color: #afb5c1;
padding: 6px;
background: none;
}
i.fab.fa-instagram	{
font-size: 3.2em;
}
li.fb, li.inst	{
display:block;
float:right; }
li.inst	{
margin-right:0;
}
span.findUs:hover	{
color: #81858a;
}
#access li a:hover i.fab	{
color: #81858a;
}
section.secondary .featuredImage, section.secondary div.donate #featuredImage.elvis, div.image	{
float:left;
margin-right:5%;
width: 36%;
}
section.secondary div.donation .featuredImage	{
float:right;
margin-top:-125px;
margin-right: 3%;
}
section.mainContent article.staff .featuredImage, section.mainContent article.staff .featuredImage.services, section.mainContent article.staff section.slider, section.mainContent article.staff .featuredImage.code {
width: 40%;
height: auto;
margin-right: 4%;
float: left; margin-bottom: 2%;
}
div.featuredImage {
float: left;
width: 35%;
height: auto;
margin-right: 3%; 
margin-left: 0;
}
div.featuredImage {
float: left;
width: 35%;
height: auto;
margin-right: 3%; 
margin-left: 0;
}
div.featuredImage.short, 
div.mainOnline div.featuredImage, div.announce .featuredImage {
float: left;
width: 35%;
height: auto;
margin-right: 3%;
margin-left: 3%;
margin-bottom: 5%;
}
div.announce .featuredImage     {
margin-bottom: 0;
}
div#servicesPage div.featuredImage img, div.announce .featuredImage img {
width: 100%;
height: auto;
box-shadow: 3px 3px 8px #333;
border: none;
margin-top:30px;
}
div.announce .featuredImage img     {
margin-top: 0;
}
div.donate .featuredImage img {
padding: 0;
border: 2px solid #555;
box-shadow: none;
width: 100%;
height: auto;
}
section.secondary div.donate .featuredImage, div.image	{
margin-right:3%;
}
div.image.golf	{
width:58%;
}
#thanks, #not_found {
max-width: 1050px;
margin: 0 auto;
padding-bottom: 50px;
}
#thanks .photo, #not_found .photo, #landing .photo, #online .photo {
margin: 0 auto;
max-width: 980px;
height: auto;
box-shadow: 2px 3px 7px rgba(0, 0, 0, .6);
border-left: 1px solid #44697d;
border-bottom: 2px solid #44697d;
border-right: 1px solid #44697d;
max-height: 450px;
}
#thanks p.thankYou, #thanks p.message, #not_found p.thankYou, #not_found p.message {
font-family: 'Delius', cursive;
color: #53708a;
font-size: 1.9em;
margin: 3% auto 1% auto;
max-width: 1050px;
text-align: center;
}
#thanks p.message, #not_found p.message {
font-size: 1.3em;
margin: 0 auto;
} .hentry, .no-results	{
margin:0;
}   section.sidebarFooter aside, section.sidebarLinks aside	{
width: 23%;
margin-right: 2.66667%;
transition: 0.5s;
margin-bottom: 20px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #ffffff;
min-height: 325px;
}
section.sidebarFooter aside	{
width: 45%;
margin: 0 2.5% 3% 2.5%;
transition: 0.5s;
box-shadow: 1px 4px 20px -2px #777;
margin-bottom: 50px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #ffffff;
border: 1px solid;
padding: 1%;
min-height: 300px;
}
section.sidebarLinks aside 	{
min-height:0;
box-shadow: 2px 3px 12px rgb(0 0 0 / 58%);
border: 1px solid #000;
}
section.sidebarLinks aside:nth-child(4), section.sidebarLinks aside:nth-child(8), section.sidebarLinks aside:nth-child(12)	{
margin-right:0;
} section.sidebarLinks aside:hover	{
transform:translateY(-8px);
transition: all ease 0.6s;
-webkit-transition: all ease 0.6s;
-ms-transition: all ease 0.6s;
box-shadow: 1px 4px 20px -2px #4e4e4e;
}
aside div.content .featuredImage	{
height: 232px;
overflow:hidden;
margin-bottom: 15px;
border-radius: 5px;
}
div.middle div.content .featuredImage	{
border-radius:0;
margin:0;
height:100%;
box-shadow: 3px 2px 15px #555;
}
div.middle div.content div.announce	{
width:45%;
float:left;
margin-right: 5%;
}
div.middle div.content div.announce:last-child	{
margin-right:0;
}
.sermon-info li.featuredImage img	{
margin-bottom: -8px;
margin-right: 10px;
}
section.sidebarFooter aside h3 a:hover, section.sidebarLinks aside h3 a:hover	{	
text-decoration:underline;
}
section.sidebarFooter aside .content.find-it	{
background-image:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/icon_marker.svg);
}
section.sidebarFooter aside:last-child div.content, section.sidebarLinks aside:last-child div.content	{
margin-right:0;
}
section.sidebarFooter aside:first-child div.content, section.sidebarLinks aside:first-child div.content	{
margin-left:0;
}
section.sidebarFooter aside.announce .caption h3, section.sidebarLinks aside.announce .caption h3 {
letter-spacing: 0.03em;
font-weight: 600;
font-family: 'Open Sans',sans-serif;
font-variant: small-caps;
border-bottom: 4px solid #a3ce95;
padding:2px 0 5px 13px;
}
section.sidebarFooter aside.announce .caption h3, section.sidebarLinks aside.announce .caption h3	{
letter-spacing: 0.03em;
font-weight: 600;
font-family: McLaren, cursive;
font-variant: small-caps;
font-size: 1.3em;
border-bottom: 4px solid #a3ce95;
padding:2px 0 8px 13px;
}
aside.announce div.content {
background: no-repeat center top;
position: relative;
margin: 0;
}
section.how-to aside .content a	{
color: rgba(125, 88, 61, .65);
padding-left:10px;
font-size: 1.3em;
}
section.how-to aside .content a	{
text-decoration:none;
font-size: 1em;
}
section.how-to aside .content a:hover	{
color: rgba(125, 88, 61, .35);
}
section.secondary div.pageContent.wide div.donate #gallery-1 .gallery-item img	{
border:none;
}
section.sidebarFooter aside.announce .caption h3:hover, section.sidebarLinks aside.announce .caption h3:hover	{
color: rgba(68,105,122,.65);
}
#page section#announcements, section#archives	{
padding: 0 5%;
}
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea	{
width:50%;
}
#page, section.sidebarFooter::after, section#announcements::after,  section#archives::after, #wrapper::after, #mainContent.announce::after, div.staff::after, div#archives::after, section.mainContent .staff aside.sermon-info.blog-list::after, div.middle::after, section.sidebarLinks::after	{
content:'';
display:block;
clear:both;
}
footer#contact {
font-size:.9em;
width:100%;
color:#f4f4f5;
margin-top: -15px;
}
footer#contact, div.container.icons, div.icons {
font-family: Raleway, 'Trebuchet MS', Verdana, Arial, Sans-serif;
color: #B3B4BB;
font-variant: small-caps;
font-weight: 700;
letter-spacing: .05em;
}
div.container.icons, div.icons {
margin-top: 0;
}
div.container.icons {
float: right;
width: 65%;
}
footer#contact a	{
margin:0;
}
section.bottom {
max-width: 1200px;
margin: 0 auto;
}
section.bottom #fb a {
color: #d0a54b;
}
span.comeIn {
font-family: Raleway,'Open Sans', Verdana, Corbel, Trebuchet MS, Arial, sans-serif;
font-size: 1.1em;
padding-left: 5px;
font-weight: 500;
letter-spacing: 1px;
font-variant: small-caps;
}
footer#contact section.bottom aside	{
width:25%;
float:left;
}
footer#contact section.bottom aside.right	{
float:right;
}
footer#contact section.bottom aside.contactInfo	{
display:inline-block;
width: 75%;
}
footer#contact section.bottom aside.contactInfo_medium	{
display:none;
}
footer#contact #credit, footer#contact #copyright {
font-family: 'Julius Sans One', 'Open Sans', Verdana, Corbel, Trebuchet MS, Arial, sans-serif;
position: relative;
right: 2.5%;
display:block;
}
footer#contact #credit.small, footer#contact #credit.narrow	{
display:none;
}
footer#contact div.container 	{
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
ul.seal
div.container #credit p	{
padding-left:3.6%;
}
footer#contact #donation_form	{
padding:1% 0 2% 2%;
}
footer#contact #copyright p, #credit p, #credit p a {
color: #bdbdbd;
font-family: 'Julius Sans One','Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
line-height:1.8em;
margin:0;
}
footer#contact #credit p	{
line-height:1.5em;
}
footer#contact #copyright p span.number {
font-family: Georgia,'Droid Serif', 'Palatino Linotype', serif;
font-size: 1.2em;
}
footer#contact #credit p a span.name {
color: #87acd5;
margin-left: 3px;
letter-spacing: 0;
font-weight: bold;
}
footer#contact #credit p a {
font-size: 1.36em;
margin-left: 0;
text-transform: lowercase;
font-variant: none;
padding-left: 3px;
letter-spacing: 1px;
text-decoration: none;
color: #9c9898;
font-family: 'Trebuchet MS', sans-serif;
}
footer#contact #credit p a:hover {
color: #f4f4f5;
text-decoration: none;
}
footer#contact #credit p a:hover span.name	{
color: #f4f4f5;
text-decoration: none;
}
#info, #hours {
float: left;
width: 30%;
padding-top: 4px;
}
#info	{
margin-right:3%;
}
#hours	{
width: 62%;
text-align:center;
}
#info ul, #hours ul	{
margin:0;
padding: 0 0 0 3%;
}
#info ul li, #hours ul li {
display: block; 
list-style: none; }
#hours.above, #hours.below { 
width: 100%;
text-align: left;
margin: 3% 0 5% 2%;
}
#hours.above p.head, #hours.above ul li, #hours.below p.head, #hours.below ul li	{
font-weight:bold;
color: #28499f;
}
#hours.above	{
display:none;
}
#hours.below	{
display:block;
}	
div.sermon-info ul, div.sermon-info2 ul	{
padding: 0 0 15px 0;
margin-bottom: 1em;
border-bottom: 1px solid #c5c3c3;
margin-left: 20px;
}
.sermon-info ul li  {
display: inline-block;
font-weight:400;
}
.sermon-info ul li.sermon-date	{
font-weight: bold;
}
.sermon-info ul.archive li.sermon-date	{
font-weight: bold;
margin-right:15px;
}
li.sermon-date, li.title	{
width:75px;
font-size: 1.25em;
font-family: 'PT Serif', serif;
text-transform: uppercase;
letter-spacing: 0.018em;
text-align: center;
color: #8a8b96;
}
li.title	{
font-size:1em;
padding-right:0;
width: 100%;
margin: 0 auto;
text-align:left;
border-bottom: 1px solid;  
}
li.date	{
border-bottom: 1px solid;
margin-bottom:3%;
font-weight: 700;
font-family: 'Julius Sans One', sans-serif;
}
.content.staff aside.blog ul li.date	{
margin-top: 5%;
border-top: .05em solid #b3b1b1;
border-bottom: .08em solid #b3b1b1;
}
li.email-link, li.more	{
font-family: 'Open Sans', Arial, sans-serif;
text-decoration: none;
color: #44697d;
font-weight: normal;    
margin:0;
padding:0;
}
li.more	{
color: #ab8959;
}
li.more:hover	{
color: #44697d;
}
li.speaker-name	{
width:175px;
}
li.sermon-link	{
width:50%;
margin-right:4%;
}
li.download-link	{
width:100%;
}
ul.archive li.sermon-link {
position: absolute;
margin-top: 15px;
}
li.sermon-link a, li.staffName	{
font-family: 'PT Serif', serif;
text-decoration:none;
color: #0f5861;
font-size:1.35em;
font-weight:700;
letter-spacing: .025em;
}
ul.archive li.sermon-link a	{	
font-size:1.6em;
}
li.passage	{
width:15%;
text-align:right;
}
li.sermon-link a:hover	{
color:#aabcca;
}
.sermon-info2 ul li	{
list-style:none;
font-family: 'Julius Sans One', sans-serif;
font-weight:bold;
font-size: 18px;
color:#44697d;
width:100%;
text-align:left;
}
.sermon-info2 ul li.speaker-name	{
}
.entry-meta-custom	{
margin:0 0 8% 8%;
}
section.mainContent article.staff .staff-sidebar .entry-meta-custom div.meta p	{
-webkit-margin-before: 0;
-webkit-margin-after: 0;
margin-bottom:0;
font-size: 1em;
font-family: 'McLaren',cursive;
}
section.mainContent article.staff .staff-sidebar .entry-meta-custom div.meta p.seriesName	{
font-size: 1em;
font-family: 'McLaren',cursive;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
text-align: center;
margin-bottom:0;
}
article.staff div.content.staff div.player	{
}
section.mainContent article.staff div.player p	{
}
.entry-meta-custom div.meta p a	{
color: #267299;
font-size: 1.4em;
font-weight: bold;
text-decoration: none;
font-variant: small-caps;
text-transform: lowercase;
padding-bottom:0;
margin-bottom:0;
}
.entry-meta-custom div.meta p a:hover	{
color: #849299;
border-bottom: 2px solid #849299;
}
.entry-meta-custom div.meta p.seriesName	{
}
li.description	{
width:75%;
margin:0 auto;
font-size: .9em;
font-weight:400;
line-height: 1.6em;
color: #666773;
}
div.mjp-s-wrapper.s-graphic	{
padding:0 0 6px 0;
}
.sermon-info::after	{
content:'';
display:block;
clear:both;
}
section.bottom i.fab div#access fa-accessible-icon, #info p.head, #hours p.head {
font-family:McLaren, cursive;
font-size: 1.3em;
color: #afb5c1;
margin-bottom: 5px;
background: none;
}
#info ul li, #hours ul li, #info ul li p a	{
font-family:'Julius Sans One', Arial, Corbel, Verdana, sans-serif;
font-size:1.1em;
font-weight:400;
letter-spacing: .05em;
color: #e5e7ea;
line-height:1.7em;
list-style:none;
}
#info ul li.left, #hours ul li.left	{
padding-left:5%;
}
#info ul li	{
margin-bottom:15px;
}
#info ul li a {
float:left;
font-weight:700;
color:#adadaf;
text-decoration: none;
letter-spacing:1px; }
#info ul li a:hover, #info ul li p a:hover {
color:#ededed;
}
input#nf-field-24.ninja-forms-field.nf-element {
font-size: 1.2em;
padding: 12px 25px;
border-radius: 5px;
height: auto;
}
.backLink {
display: block;  
margin: 0 30px 30px 30px;
clear: both;
}
.backLink aside	{
margin-right: 15%;
display:block;
float:left;
font-size:14px;
background:none;
}
.backLink a, section.secondary .backLink a	{
font-family: 'McLaren', cursive;
font-weight: bold;
font-size: 1.3em;
font-variant: small-caps;
letter-spacing:.06em;
padding: 40px 0 0 0;
color: #4c6a90;
text-decoration:none;
}
.backLink.sermons aside div.library a	{
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/library.png) center top no-repeat;
}
.backLink.sermons aside div.library a:hover	{
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/library_over.png) center top no-repeat;
}
.backLink.sermons aside div.about a, .backLink.videos aside div.about a	{
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/about.png) center top no-repeat;
}
.backLink.sermons aside div.about a:hover, .backLink.videos aside div.about a:hover	{
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/about_over.png) center top no-repeat;
}
.backLink.sermons aside div.home a, .backLink.videos aside div.home a	{
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/home.png) center top no-repeat;
}
.backLink.sermons aside div.home a:hover, .backLink.videos aside div.home a:hover	{
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/home_over.png) center top no-repeat;	
}
.backLink.sermons aside div.video-icon a, .backLink.videos aside div.video-icon a	{
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/video-icon.png) center top no-repeat;	
}
.backLink.sermons aside div.video-icon a:hover, .backLink.videos aside div.video-icon a:hover	{
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/video-icon_over.png) center top no-repeat;	
}
.backLink.sermons::after, .events.index::after, div.clear {
content:'';
display:block;
clear:both;
} @media screen and (max-width: 1280px)  {
header a.logo {
left: 5px;
}
}
@media screen and (max-width: 1200px)	{
#wrapper	{
max-width:1200px;
}
section.mainContent	{
padding:30px;
}
nav > ul{
padding-left:50%;
}
}
@media screen and (max-width: 1030px)  {
#wrapper	{
max-width:1030px;
}
header a.logo	{
width:325px;
}
header	{
height:200px;
}
nav	{
margin-top:30px;
}
nav ul li a	{
font-size:1.75em;
}
nav ul ul 	{
position:absolute;
top:64px;
}
nav > ul	{
padding-left: 3%;
}
section.main aside .content.events .photo {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/events3.jpg) top center no-repeat;
border: 2px solid #777;
}
section.sidebarFooter	{
padding:0 3% 2% 3%;
}
section.sidebarLinks    {
padding: 3% 5%;
}
section.main #intro p	{
font-size:1.6em;
}
section.mainContent	{
}
.mainContentWide	{
padding:30px;
}
section.mainContent article.about  { }
section.mainContent #ourMinistries {
margin: 30px 0;
}
section.mainContent .ministries aside a img, section.mainContent .staff img	{
width:75%;
margin-right:2%;
}
section.mainContent .ministries aside#aboutUs {
width: 22.5%;
margin: 0 1.25% 3% 1.25%;
}
section.mainContent .ministries aside:last-child#aboutUs	{
margin-right:0;
}
section.how-to	{
padding:0 3% 5% 3%;
}
section.how-to .middle .content	{
margin:0;
width: auto;
overflow: hidden;
}
section.how-to aside .content a	{
padding-left:0;
}
section.how-to div.middle aside.announce	{
width:31.5%;
margin-right:2%;
padding:0;
}
section.mainContent .downloads aside#downloadIcon {
width: 17%;
min-height: 335px;
margin-right: 2%;
}
section.mainContent .downloads aside#downloadIcon:last-child	{
margin-right:0;
}
section.mainContent #ourMinistries #adobe a img	{
width:25%;
}
#adobe p	{
float:none;
font-size: 1.3em;
width:100%;
line-height:1.8em;
}
section.mainContent ul li.download-link {
font-size: 1.1em;
line-height: 1.25em;
}
section.mainContent section.secondary .donate div.address ul li	{
font-size:2em;
}
section.mainContent section.secondary div.pageContent.wide div.donate ol.forms li 	{
font-size:1.8em;
}
section.mainContent section.secondary div.pageContent.wide div.donate ol.forms p.note	{
font-size:1.7em;
}
section.secondary  {
padding: 0 15px;
}
section.secondary .featuredImage {
width:45%;
}
section.secondary div.donation .featuredImage	{
width:36%;
margin-right: 0;
}
section.secondary div.donation .featuredImage img	{
width: 90%;
height: auto;
}
div.pageContent.wide p, div.pageContent.wide ul li	{
font-size:1.8em;
}
.pageContent.wide ul li.trophy	{
font-size:2.75em;
}
section.mainContent .staff aside.sermonIcon.blog	{
}
section.mainContent .staff aside.sermon-info.news-list, section.mainContent .staff aside.sermon-info.blog-list	{
width:70%;
}
li.title h3.list	{
font-size:1.6em;
line-height: 1.3em;
}
section.mainContent .downloads aside#downloadVideo	{
width:30%;
margin-bottom:30px;
}
section.secondary div.pageContent.wide img {
width: 90%;
}
section.mainContent .staff aside.sermon-info.blog-list ul::after	{
content:'';
display:block;
clear:both;
}
}
@media screen and (max-width: 875px)	{
footer#contact section.bottom aside.contactInfo_medium	{
display:inline-block;
}
.contact_icon	{
height:30px;
width:90px;
margin-bottom: 25%;
padding-top:70px;
color: #c0c2d0;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/contact.png) top center no-repeat;
text-align:center;
}	
.map_icon	{
height:30px;
width:90px;
padding-top:70px;
color: #c0c2d0;
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/map.png) top center no-repeat;
text-align:center;
}
aside.contactInfo_medium ul	{
list-style-type:none;
padding:0;
margin:0;
}
aside.contactInfo_medium ul li a	{
margin-left:0;
float: right;
}
footer#contact section.bottom aside.contactInfo	{
display:none;
}
section.bottom aside.contactInfo_medium ul	{
float:right;
}
section.bottom aside.contactInfo_medium ul li	{
text-align:right;
float:left;
}
#hours p.head, #hours ul li	{
color: #28499f;
font-weight:bold;
}
footer#contact section.bottom aside	{
width:48%;
}
footer#contact section.bottom aside:last-child	{
padding-right:0;
}
footer#contact section.bottom aside.right	{
padding-right:0;
float:left;
}
#access	{
float:left;
text-align:left;
}
li.fb	{
float:left;
}
footer#contact #credit, footer#contact #credit.narrow {
display:none;
}
footer#contact #credit.small	{
display:block;
}
li.fb::after	{
content:'';
display:block;
clear:both;
}
}
@media screen and (max-width: 825px)	{
#wrapper	{
max-width:825px;
margin: 0 auto;
}
nav > ul > li {
float: left;
margin-right: 3%;
}
section.main #intro h3	{
font-size:2em;
}
section.mainContent .staff aside.newsIcon.blog	{
width:30%;
}
section.mainContent .staff aside.sermon-info.news-list	{
width:65%;
}
section.secondary div.donation .featuredImage {
width: 36%;
margin-right: 0;
margin-top: -25px;
margin-left: 3%;
}
section.mainContent .staff aside.sermonIcon.blog	{
width:20%;
}
section.mainContent #ourMinistries .staff  div.image.golf	{
width:98%;
float:none;
clear:both;
}
section.mainContent #ourMinistries div.matches #gallery-1 dl.gallery-item {
width: 48%;
}
section.mainContent #ourMinistries div.matches #gallery-1 dl.gallery-item:nth-child(even) {
clear:right;
float:left;
}
section.mainContent #ourMinistries div.matches #gallery-1 dl.gallery-item:nth-child(odd) {
float:left;
clear:left;
}
aside.contactInfo_medium ul::after, section.bottom aside.contactInfo_medium ul li::after, footer#contact section.bottom aside.right::after, #access ul::after	{
content:'';
display:block;
clear:both;
}
}
@media screen and (max-width: 790px)	{
#wrapper	{
max-width:790px;
}
section.mainContent #ourMinistries	{
margin:0;
}
section#announcements div.news.wide	{
display:none;
}
section#announcements div.news.med	{
display:block;
}
section#announcements aside.announce {
width: 47.5%;
}
section.mainContent aside.member-info	{
width: 45%;
margin: 0 3.4% 0 0;
padding-bottom: 3%;
}
section.mainContent aside.member-info:nth-child(even)	{
margin-right:0;
width:48%;
}
.member-info ul li.bdName	{
font-size:1.4em;
text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
#hours.above, #hours.above div.wide	{
display:block;
}
#hours.below, #hours.above div.narrow	{
display:none;
}
section.mainContent #ourMinistries #gallery-1 dl.gallery-item, section.mainContent #ourMinistries #gallery-2 dl.gallery-item, section.mainContent #ourMinistries #gallery-3 dl.gallery-item, section.mainContent #ourMinistries #gallery-4 dl.gallery-item {
width: 46%;
height: auto;
margin-bottom:5%;
}	
}
@media screen and (max-width: 768px)	{
#wrapper	{
max-width:768px;
margin: 0 auto; 
padding-top: 10px;
}
section.mainContent ul li.video-link {
font-size: 1.1em;
}
.pageContent.wide ul li.trophy	{
font-size:3em;
} nav > ul > li {
margin-right: 0;
}
nav > ul > li > a	{
padding:15px 20px 20px 20px;
}
header a.logo	{
width: 300px;
left: 10px;
}
section.main #intro h3	{
font-size:2em;
}
section.sidebarFooter  {
padding:0 5% 2% 5%;
}
section.sidebarFooter aside, section.sidebarLinks aside {
width: 45%;
margin-right: 8%;
}
section.main aside .content.events .photo {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/events2.jpg) top center no-repeat;
border: 2px solid #777;
}
section.mainContent article.staff	{
}
section.mainContent .staff aside.sermon-info.blog-list	{
width:70%;
}
article.staff div.staff-sidebar {
float: left;
}
article.staff div.content.staff	{
width:53%;
}
section.mainContent .staff img	{
width:100%;
}
section.main aside .caption, section.sidebarFooter aside .caption, section.sidebarLinks aside .caption {
margin:0 0 8% 0;
}
section.main aside.left .content {
margin-bottom: 35px;
}
section.sidebarFooter aside.announce:nth-child(2), section.sidebarFooter aside.announce:nth-child(4), section.sidebarLinks aside.announce:nth-child(2), section.sidebarLinks aside.announce:nth-child(4) {
margin-right:0;
}
section.sidebarFooter aside.announce .caption h3, section.sidebarLinks aside.announce .caption h3	{
border-bottom:none;
text-align: center;
font-size: 1.5em;
}
section.mainContent	 {
margin:2.5% 1% 1% 1%;
}
section.mainContent.med	 {  
margin: 0 1% 1% 1%;
padding: 10px 30px;
}
section.mainContent article.staff.blog	{
padding:0;
}
section.mainContent .staff aside.blog h3	{
font-family: 'Julius Sans One','Trebuchet MS', 'Droid Sans', Verdana, Arial, sans-serif;
line-height: 1.3em;
}
section.mainContent article.staff p	{
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size:1.3em;
}
section.mainContent .staff aside.newsIcon.blog	{
width:38%;
margin-right:3%;
float:left;
}
section.mainContent .staff aside.sermon-info.news-list	{
width:55%;
}
section.mainContent article h3.list	{
font-size:1.6em;
line-height:1.5em;
}
section.mainContent section.secondary div.pageContent.wide div.donate ol.forms li 	{
font-size:1.5em;
line-height:2em;
}
section.mainContent section.secondary div.pageContent.wide div.donate ol.forms p.note	{
font-size:1.1em;
}
section.mainContent article.about { }
section.mainContent .ministries aside#aboutUs {
width: 30.5%;
margin: 0 1.4%;
padding-bottom: 3%;
}
section.mainContent .ministries aside:last-child#aboutUs	{
}
section.mainContent .downloads aside#downloadIcon {
width: 23%;
margin-right: 1.25%;
margin-bottom: 7%;
}
section.mainContent #ourMinistries #adobe a img {
float: left;
width: 40%;
margin-right: 3%;
margin-top: 0.5%;
box-shadow: none;
}
section.mainContent ul li.download-link	{
font-size:1.3em;
}
#adobe p	{
font-size: 1.6em;
}
section.secondary .featuredImage	{
width:50%;
}
section.secondary div.donation .featuredImage {
margin-left: 3%;
margin-top: -10px;
}
section.mainContent .downloads aside#downloadVideo	{
width:45%;
padding-right:5%;
margin-bottom:8%;
}
section.mainContent .downloads aside#downloadIcon {
width: 30%;
margin-bottom: 7%;
margin-right: 2.5%;
}
section.mainContent .downloads aside:nth-child(2)#downloadVideo, section.mainContent .downloads aside:nth-child(4)#downloadVideo, section.mainContent .downloads aside:nth-child(6)#downloadVideo	{
padding-right:0;
}
}
@media screen and (max-width: 750px)	{
section.mainContent	{
padding:0 3%;
}
footer#contact #credit.small p a	{
font-size:1.5em;
}
}
@media screen and (max-width: 675px)	{
section.main #intro h3 {
font-size: 1.8em;
}
section.mainContent article h3	{
padding-top:0;
}
section.mainContent.secondary #ourMinistries {
margin: 0 15px;
}
section.mainContent .ministries aside a img	{
width:85%;
}
section.mainContent ul li.download-link {
font-size: 1em;
}
section.mainContent article.about p	{
font-size:1.4em;
}
section.mainContent article.staff p	{
font-size:1.3em;
}
section.secondary h2#post-title.single.donations	{
font-size:3.5em;
}
section.secondary div.donation p {
font-size: 1.3em;
line-height: 1.8em;
}
#donation-form h3	{
font-size:2.3em;
padding:3% 0;
}
#donation-form .field.radio label	{
font-size:1.3em;
padding-bottom: 1.5em;
}
.donation-form label {
font-size: 1.3em;
} nav {
margin-top: 30px;
}
footer#contact  {
padding-top: 5%;
}
}
@media screen and (max-width: 650px) {
footer#contact, div.row.twelve.columns.blue {
display: none;
}
footer#mobile {
display: block;
}
footer#mobile div.button_container aside:last-child {
border-right: none;
}
}
@media screen and (max-width: 625px)	{
#wrapper	{
max-width:625px;
}
header a.logo	{
width:200px;
height:90px;
z-index: 128;
left: 10px;
top: 18px;
background-size: contain;
}
section.mainContent {
padding: 0 1.5%;
}
section.secondary h2#post-title.single.donations	{
font-size:3em;
}
section.secondary div.donation .featuredImage {
}
section.mainContent #gallery-1 dl.gallery-item:nth-child(even), section.mainContent #gallery-2 dl.gallery-item:nth-child(even), section.mainContent #gallery-3 dl.gallery-item:nth-child(even), section.mainContent #gallery-4 dl.gallery-item:nth-child(even)	{
margin-right:0;
padding-right:0;
}
section.secondary div.donation .featuredImage img {
width:100%;
}
section.mainContent #ourMinistries .boardMembers	{
padding-left:6%;
}
section.mainContent aside.member-info, section.mainContent aside.member-info:nth-child(even)	{
width: 100%;
margin: 0 0 5% 0;
padding-bottom: 3%;
float:none;
clear:both;
min-height:75px;
}
.member-info ul li.bdLink, .member-info ul li.bdLink a	{
font-size:1.05em;
} nav	{
top: 122px;			
padding: 70px 0 0 0;
height:0;
margin-top:0;
overflow:hidden;
}
nav ul	{
background-color:#5987c6;
padding-bottom:25px;
}
nav a.mobile_menu	 {
display:block;
} 
nav ul, nav ul ul,
nav ul ul ul	{
display:block;
position:relative;
}
nav > ul	{
margin-block-start: 0;
margin-inline-start: 0;
padding-inline-start: 0;
}
nav > ul > li	{
float:none;
}
nav > ul > li > a	{
padding:15px 20px;
}
nav ul li:hover	{
background:none;
}
nav ul li {
border-bottom: 1px solid rgba(255,255,255,.25);
}
nav ul li:last-child {
border-bottom:none;
}
nav ul li a, nav ul li a:visited	{
width:auto;
color:#ededed;
display:block;
letter-spacing: 2px;
font-family: 'McLaren', cursive;
}
nav ul li a:hover	{
background-color:rgba(255,255,255,.2);
}
nav ul li a.last {
border-bottom:none;
}
nav ul ul	{
background:none;
}
nav ul ul li a	{
margin-left:30px;
}
nav ul ul ul li a	{
margin-left:60px;
}
nav a[aria-haspopup="true"]::after {
display:none;
}
#hours.above, #hours.above div.narrow	{ }
#hours.below, #hours.above div.wide	{ }	
}
@media screen and (max-width: 600px)	{
section.main #intro h3 {
font-size: 1.7em;
}
section.mainContent article {
padding: 0 1.8%;
margin-bottom:12%;
}
section.mainContent .ministries	{
}
article.staff div.content.staff {
width: 55%;
padding-left: 3%;
}
section.mainContent article h2#post-title.single	{
font-size:3em;
}
article.staff div.staff-sidebar {
width: 38%;
}
#hours.above {
margin-top: 12%;
}
#hours.above ul li	{
font-family: 'Open Sans', Arial, Verdana, Corbel, sans-serif;
font-weight:normal;
font-size:1.3em;
}
#hours.above p.head	{
font-family:'McLaren', cursive;
}
}
@media screen and (max-width: 525px)	{
section.main.two {
margin: 0 20px 20px 20px;
}
#hours.above, #hours.above div.narrow	{
display:block;
}
#hours.below, #hours.above div.wide	{
display:none;
}	
}
@media screen and (max-width: 450px)	{
#wrapper	{
max-width:450px;
}
section.main #intro h3 {
font-size: 2em;
line-height:2em;
}
section.mainContent article.staff.blog	{
padding:0;
}
section.mainContent .staff aside.blog h3, section.mainContent article h3.list	{
font-size:1.8em;
}
section.mainContent .staff aside.sermon-info.blog-list, section.mainContent .staff aside.sermon-info.news-list	{
width:90%;
margin-left:5%;
}
section.main aside.three ul li	{
margin:0;
}
section.main .content  {
min-height: 75px;
}
section.atmosphere	{
margin-top:15px;
}
section.mainContent section.secondary	{
}
.map-responsive	{
display:none;
}  
#hours.above	{
display:none;
}
div.twoCol aside.two.right div.content	{
border:none;
}
section.main.two aside.two.right .content .contact_small	{
display:block;
text-align:center;
}
section.main.two aside.two.right .content .contact_small::after	{
content:'';
display:block;
clear:both;
}
section.main aside.two .content	 {
width:100%;
}
article.staff div.staff-sidebar, section.mainContent .staff aside.sermonIcon.blog, section.mainContent .staff aside.newsIcon.blog {
width: 85%;
margin: 0 auto 5% auto;
float: none;
clear: both;
padding:0;
}
article.staff div.content.staff	{
float:none;
clear:both;
width:94%;
border:none;
padding:3%;
margin:0;
font-size:1.6em;
}
section.mainContent #ourMinistries #gallery-1 dl.gallery-item, section.mainContent #ourMinistries #gallery-2 dl.gallery-item, section.mainContent #ourMinistries #gallery-3 dl.gallery-item, section.mainContent #ourMinistries #gallery-4 dl.gallery-item, section.mainContent #ourMinistries div.matches #gallery-1 dl.gallery-item {
width: 100%;
float: none;
clear: both;
height: auto;
margin-bottom: 3%;
}
li.phone	{
display:none;
}
footer#contact  {
padding: 5% 0;
}
footer#contact section.bottom aside.contactInfo_medium, footer#contact section.bottom aside.right	{
display:none;
}
footer#contact #credit, footer#contact #credit.small {
display:none;
}
footer#contact #credit.narrow	{
display:block;
}
footer#contact p.copyright	{
margin:3% 0;
}
}
@media screen and (max-width: 425px)	{
#wrapper	{
max-width:425px;
}
header { height: 110px;
}
section.main aside .content .photo	{
height:213px;
margin-bottom: 5px;
}
section.main aside .content.download .photo {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/download.svg) top center no-repeat;
height:213px;
border:none;
background-size:cover;
}
section.main aside .content.donate .photo  {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/give.svg) top center no-repeat;
height:213px;
border:none;
background-size:cover;
}
section.main aside .content.matches .photo {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/match.svg) top center no-repeat;
height:213px;
border:none;
background-size:cover;
}
section.main aside .content.events .photo  {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/event.svg) top center no-repeat;
height:213px;
border:none;
background-size:cover;
}
section.sidebarFooter aside.announce .caption h3, section.sidebarLinks aside.announce .caption h3  {
font-size: 1.3em;
padding: 3px 0 8px 0;
margin:0 0 20% 0;
}
section#announcements div.news.wide	{
display:block;
}
section#announcements div.news.med	{
display:none;
}
section#announcements aside.announce	{
padding: 0 0 30px 0;
width:100%;
float:none;
clear:both;
}
aside.announce div.content	{
padding-right:0;
}
section.mainContent	{
margin-bottom: 50px;
padding: 2%;
}
section.mainContent .ministries aside#aboutUs, section.mainContent .downloads aside#downloadIcon {
width: 45%;
margin: 0 1.8%;
padding-bottom: 3%;
}
section.mainContent aside#aboutUs img	{
width:85%;
}
section.secondary {
padding:0 10px;
margin-bottom: 50px;
}
section.secondary h2#post-title.single.donations	{
width:50%;
}
section.secondary .pageContent.wide div.donate   {
margin-left: 0;
}
section.secondary div.pageContent.wide img {
width: 100%;
}
section.secondary div.donate .featuredImage	{
width:100%;
}
section.mainContent ol.forms {
margin: 2% 0 2% 3%;
padding: 3%;
}
section.secondary div.donation .featuredImage {
width: 60%;
margin-top: -170px;
}
aside div.content .featuredImage	{
width:87%;
margin: 0 auto 15px auto;
}
#donation-form-container	{
padding-bottom:5%;
}
#donation-form h3	{
font-size: 2.7em;
padding: 3% 0 5% 0;
line-height: 1.3em;
}
.donation-form .field input	{
padding: 15px;
margin: 3%;
}
section.mainContent .downloads aside#downloadVideo {
width: 90%;
float:none;
padding: 0;
margin:0 auto 50px auto;
}
section.mainContent article h2#post-title.single, section.main h2, section.secondary div.pageContent.wide h2#post-title.single, section.secondary div.pageContent.wide h2#post-title.elvis, section.secondary h2#post-title.single	{
font-size:2em;
margin-left:0;
margin-right:0;
}
section.secondary div.pageContent.wide h2#post-title.single.video	{
font-size: 3.25em;
line-height: 1.35em;
}
section.secondary div.pageContent.wide h2#post-title.single.donate	{
font-size: 3.5em;
line-height: 1.3em;
text-shadow: none;
text-align:center;
}
section.mainContent #ourMinistries {
margin: 0;
}
section.mainContent.secondary #ourMinistries	{
margin:0;
} nav	{
top: 50px;
padding-top:60px;
}
nav a.mobile_menu	{
left:auto;
right:40px;
top:8px;
margin-left:0px;
}
}
@media screen and (max-width:400px) {
section.mainContent .staff aside.blog h3 {
font-size: 2.5em;
text-align: center;
}
section.main aside.two ul li	{
font-size:1.1em;
}
.backLink	{
margin:0 0 0 5%;
}
}
@media screen and (max-width: 360px)	{
#wrapper	{
max-width:360px;
}
section.main aside .content.matches .photo {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/match_320.svg) top center no-repeat;
height:213px;
border:none;
background-size:contain;
}
div.pageContent.wide p {
font-size: 1.45em;
}
}
@media screen and (max-width: 320px) and (min-width:300px)	{
#wrapper	{
max-width:320px;
}
.backLink	{
margin:0 0 0 3%;
}
}:root {
--primary-color: #2f5061;
--secondary-color: #1b206e;
} * { margin: 0;
padding: 0;
}  .nav_container.secondary .toggle, .nav_container .toggle {
position: absolute;
top: 0;
right: 25px;
width: 60px;
height: 60px;
background: #ffffff url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/menu-blk.png);
background: #2f5061 url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/menu.png);
background-size: 30px;
background-position: center;
background-repeat: no-repeat;
z-index: 1000;
cursor: pointer;
}
.nav_container.secondary .toggle  {
background: #667D8C url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/menu.png);
background: #2f5061 url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/menu.png);
background-size: 30px;
background-position: center;
background-repeat: no-repeat;
}
.nav_container .toggle.active, .nav_container.secondary .toggle.active {
background: var(--primary-color) url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/close.png);
background-size: 25px;
background-position: center;
background-repeat: no-repeat;
} .navigation {
position: fixed;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.navigation.active {
left: 0;
}
.navigation ul {
position: relative;
}
.navigation ul li {
position: relative;
list-style: none;
text-align: center;
}
.navigation ul {
position: relative;
}
.navigation ul li {
position: relative;
list-style: none; 
text-align: center;
padding-bottom: 10px;
}
.navigation ul li a, .navigation ul li  {
font-size: 2.2rem;
font-family: 'McLaren', cursive;
color: #2f5061;
text-decoration: none;
font-weight: 300;
text-transform: uppercase;
}
.navigation ul li a:hover {
color: var(--primary-color);
}
.navigation ul li.contactLink, .navigation ul li.aboutLink, .navigation ul li.servicesLink, .navigation ul li.portfolioLink, .navigation ul li.paymentsLink, .navigation ul li.homeLink {
color: #c1684c;
font-style: normal;
font-weight: bold;
}
.navigation .social-bar {
position: absolute;
top: 0;
left: 3%;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.navigation .social-bar a {
display: inline-block;
transform: scale(0.75);
}
.navigation .email-icon {
transform: scale(0.5);
}@media screen and (max-width: 1200px) {
.copy {
display: block;
float: right;
text-align: right;
line-height: 1.3em;
position: relative;
right: 0;
letter-spacing: .2rem;
padding-top: 15px;
font-size: 1.2em;
}
}
@media screen and (max-width: 975px) {
.main.med {
display: block;
}
.main.full {
display: none;
}
.main.med .six.columns {
margin-bottom: 0;
min-height: 0;
padding-bottom: 30px
}
}
@media screen and (max-width: 950px) { .navigation {
padding-top: 20px;
}
.navigation ul li {
padding-bottom: 2px;
}
#page section.showcase .text h2, #page section.showcase .text h3 {
font-size: 8.5vw;
font-weight: 800;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
font-family: Poppins, sans-serif;
border-bottom: none;
padding: 0;
margin: 0;
text-shadow: 5px 5px 15px #313131;
}
#page section.showcase .text h3 {
font-size: 7vw;
font-weight: 700;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
padding-top: 0;
}
#page section.showcase .text p {
font-size: 2.85vw;
max-width: 800px;
color: #fff;
margin: 20px 0;
font-weight: 400;
}
}
@media screen and (max-width: 900px) {
div#aboutUs section.mainContent {
padding: 12px;
margin: 0 3%;
}
div#aboutUs .blue.about {
background-color: #1f364e;
margin-top: 5%;
padding: 5% 3% 3% 5%;
}
#page div#aboutUs h2.bio {
padding: 0;
font-size: 3.8em;
text-shadow: 2px 3px 5px rgb(0 0 0 / 77%);
line-height: 1.3em;
}
div#aboutUs p.bio {
font-family: 'Delius', cursive;
color: #f4f4f5;
font-size: 1.5em;
margin-top: 30px;
line-height: 1.8em;
}
div#aboutUs	div.photo {
float: right;
margin-left: 4%;
margin-bottom: 1%;
width: 50%;
height: auto;
}
div#aboutUs img.avatar {
border-radius: 10px;
border: 3px solid #ededed;
max-width: 100%;
}	
div.featuredImage, div.featuredImage.short {
float: left;
width: 45%;
height: auto;
margin-right: 5%;
margin-bottom: 3%;
}
div.featuredImage.short {
margin-bottom: 5%;
}
}
@media screen and (max-width: 850px) {
section.sidebarLinks aside, section#announcements aside.announce 	{
width: 45%;
float: left;
text-align: center;
margin: 2.5%;
min-height: 0;
}
section.sidebarFooter aside:nth-child(3), section.sidebarLinks aside:nth-child(2), section.sidebarFooter aside:nth-child(6), section.sidebarLinks aside:nth-child(4), section.sidebarFooter aside:nth-child(9), section.sidebarLinks aside:nth-child(6) {
margin-right: 0;
}
}
@media screen and (max-width: 825px) {
.text_container {
position: absolute;
top: 20px;
left: 10%;
max-width: 1200px;
margin: 20px auto;
}
#page section.showcase .text p {
font-size: 4vw;
max-width: 500px;
color: #fff;
margin: 20px 0;
font-weight: 400;
}
#page section.showcase .text a {
margin-top: 10px;
}
}
@media screen and (max-width: 768px) {
#wrapper {
max-width: 768px;
margin: 0 auto;
padding-top: 0;
}
}
@media screen and (max-width: 725px) {
#page section.showcase .text p {
font-size: 3.5vw;
max-width: 500px;
color: #fff;
font-weight: 400;
margin: 10px 0;
}
}
@media screen and (max-width: 650px) {
div.featuredImage, div.featuredImage.short 	{
float: none;
width: 90%;
margin: 0 auto 5% auto;
} .navigation {
position: fixed;
top: 0;
padding-top: 0;
left: 100%;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}	
.text_container {
position: absolute;
top: 20px;
left: 7%;
max-width: 600px;
margin: 0 auto;
}
#page 	{
padding-bottom: 50px;
}
#page section.showcase .text h2, #page section.showcase .text h3 {
font-weight: 800;
font-size: 9vw;
letter-spacing: 1px;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
font-family: Poppins, sans-serif;
border-bottom: none;
padding: 0;
margin: 0;
text-shadow: 5px 5px 15px #313131;
}
#page section.showcase .text h3 {
font-size: 6.5vw;
letter-spacing: 1px;
font-weight: 700;
color: #fff;
line-height: 1.3em;
text-transform: uppercase;
padding-top: 0;
}
#page section.showcase .text p {
font-size: 4vw;
}	
footer#mobile 	{
background: #481701;
background: #113c4b;
background: #2f5061;
width: 100%;
min-height: 35px;
max-height: 38px;
margin: 0;
border-top: 1px solid rgb(86 24 24 / 24%);
position: fixed;
padding-bottom: 35px;
z-index:999;
bottom: 0;
}
footer#mobile 	{	
max-height: 75px;
}
footer#mobile {
border-top: 2px solid #454444;
}
footer#mobile::after 	{
content:'';
display:block;
clear:both;
}
footer#mobile aside	{
float:left;
width:19%;
margin:0;
padding-top:3px;
border-right:1px solid rgba(175, 172, 172, 0.4); 
font-size: 1.5em;
text-align: center;
}
footer#mobile div.button_container {
max-width: 100%;
padding-top: 1%;
border-top: 1px solid rgba(175, 172, 172, 0.4);
}
footer#mobile div.button_container aside	{
font-family: 'Open Sans', 'Raleway', 'Helvetica Neue', Verdana, Helvetica, Arial, sans-serif;
float:left;
width:19%;
margin:0; border-right:1px solid rgba(175, 172, 172, 0.4); 
font-size: 1.5em;
text-align: center;
}
footer#mobile ul {
margin: 0;
padding: 0;
}
footer#mobile aside	{
padding-bottom:5%;
font-size: 1.65em;
}
footer#mobile aside.home a ul li .fa-sharp.fa-solid.fa-church 	{
padding-bottom:5%;
font-size: 1em;
position: relative;
left: 0;
margin-left: 0;
}
footer#mobile aside.services a ul	{
position:relative;
}
footer#mobile aside.services a ul li i.fa-solid.fa-hand-holding	{
font-size:1.6em;
padding-bottom:7px;
}
footer#mobile aside:last-child	{
border-right:none;
}
footer#mobile aside i.fab	{
font-size: 1em;
color: rgb(86 24 24 / 24%);
}
footer#mobile aside p	{
font-size:.55em;
color: rgb(86, 24, 24);
color: rgb(75 56 56);
color: #ffffff;
font-variant:small-caps;
text-align:center;
letter-spacing:1px; }
footer#mobile aside p	{
line-height:.9em;
}	
footer#mobile div.button_container aside a	{
text-decoration:none;
margin:0;
padding:0;
padding-bottom:5px;
color: rgb(86 24 24 / 24%);
color: #ffffff;
}
footer#mobile div.button_container aside.home {
width: 19%;
}
footer#mobile div.button_container aside.call {
width: 15.9%;
}
footer#mobile div.button_container aside.projects
{
width: 16.9%;
}
footer#mobile div.button_container aside.services 
{
width: 21.5%;
}
footer#mobile div.button_container aside.payments 	{
width: 23.5%;
}
footer#mobile aside.privacy	{
border-right:none;
}
i.fa-brands, .fab, .fa-church {
font-weight: 400;
font-variant: small-caps;
font-size: 3em;
color: #f4f4f5;
padding-bottom: 8px;
position: relative;
left: 40%;
margin-left: -48px;
}
footer#mobile div.button_container aside p {
font-size: .65em;
color: #ffffff;
font-variant: small-caps;
text-align: center;
letter-spacing: 2px;
line-height: 1.2em;
font-weight: 500;
}
footer#mobile aside a ul li .fa {
padding-bottom: 5%;
font-size: 1em;
position: relative;
left: 0;
margin-left: 0;
}
.fa-solid, .fa-regular, .fass {
font-weight: 600;
font-size: 1.1em;
}
}
@media screen and (max-width: 675px) {
section.mainContent .text, section.mainContent div.info {
padding: 0;
}
p.consult {
width: 70%;
}
.four.columns.coffee {
margin-left: 0;
position: absolute;
left: 63%;
bottom: 12%;
width: 37%;
}
}
@media screen and (max-width: 590px) {
.four.columns.coffee {
margin-left: 0;
position: absolute;
left: 65%;
}
}
@media screen and (max-width: 575px) {
#page section.showcase .text h2, #page section.showcase .text h3, #page section.showcase .text p {
text-align: center;
}
#page section.showcase .text p 	{
font-size: 4.5vw;
margin:5px auto;
}
#page section.showcase .text a	{
display: block;
width: 200px;
margin: 10px auto;
} 
.container.about .four.columns {
margin: 3% 6% 5% 0;
padding: 5% 5% 5% 3.5%;
}
.container.about .four.columns::after, #page div#aboutUs h2.bio::after {
content:'';
display: block;
clear:both;
}
}
@media screen and (max-width: 550px) {
#page div#aboutUs h2 {
padding: 0;
}
#page #aboutUs .container.main {
padding: 30px;
}
#page #aboutUs .container.about {
padding: 0;
}
.info, div.boxText {
margin: 0;
}
.container.about .four.columns {
float: none;
clear: both;
padding: 30px;
max-width: 100%;
}
}#page.home div.opening div.photo, #page.home section.mainContent aside div.photo , #page.home section.mainContent aside div.photo div.photo_home 	{
display:block;
}
#page.home div.opening div.photo_med, 
#page.home div.opening div.photo_small , 
#page.home div.opening div.photo_mobile  	{
display:none;
}
#page.home .photo img   {
max-width: 100%;
border-bottom: 2px solid #18306d;
height:auto;
}
section.intro {
margin: 0 auto 1.5% auto;
max-width: 1200px;
}
section.intro h1.headline, section.mainContent h2 {
font-family: 'Kurale', serif;
font-size: 2.5em;
color: #c1684c;
margin-bottom: .5em;
border-bottom: 3px solid #c1684c;
padding-bottom: 1%;
font-weight: 500;
}
section.mainContent h2    {
font-size: 1.8em;
border-bottom: none;
font-family: 'Delius', cursive;
color: #47627f;
padding-left: 0.5em;
text-transform: none;
}
section.intro.one {
display:block;
padding: 2% 0;
}
section.intro.small.one {
padding: 30px 0 0 0;
display:none;
}
.intro_container 	{
padding:0; 
}
section#announcements {
margin:0 auto;
max-width: 1100px;
}
#page section#announcements   {
padding-bottom: 40px;
}
article.intro .left, article.intro .mid, article.intro .right, div.banner .left, div.banner .right {
width: 47%;
padding: 0 3%;
float: left;
border-right: 1px solid #777;
}
article.intro .left {
margin-bottom: 0;
}
div.news 	{
display:block;
}
div.news_med 	{
display:none;
}
article.intro .right, div.banner .left, div.banner .right {
padding-right: 0;
border-right: none;
}
section#announcements aside.announce {
width: 30.33333%;
float: left;
text-align: left;
margin-right: 4.25%;
min-height: 320px;
}
section#announcements aside:last-child.announce {
margin-right: 0;
}
section.main aside .caption h3, section.intro .caption h3, section#announcements h3, section#announcements aside a, section#announcements caption h3.announceHead {
font-weight: 600;
font-family: 'McLaren', cursive;
font-variant: none;
text-transform: uppercase;
padding: 2px 0 5px 13px;
font-size: 1.1em;
letter-spacing: 1px;
}
section#announcements h3, section#announcements aside a {
padding: 0;
text-align: center;
}
div.announceImage img {
box-shadow: 5px 3px 8px rgb(0 0 0 / .6);
max-width: 100%;
height: auto;
border: 1px solid #555;
transition: all 
ease 0.6s;
-webkit-transition: all 
ease 0.6s;
-ms-transition: all ease 0.6s;
}
div.announceImage img:hover 	{
border:none;
box-shadow:5px 3px 8px rgb(0 0 0 / .3);
}
div.announceImage {
margin-bottom:.9em;
} section.mainContent	{
margin: 0 3%;
padding:0 2%;
}
section.mainContent aside	{ width: 45%;
float:left;
text-align:center;
margin: 2% 2.5%;
height: auto; }
section.mainContent aside.two, section.mainContent aside.four, section.mainContent aside.six	{
margin-right:0;
}
section.mainContent aside.three, section.mainContent aside.six	{ }
section.mainContent #intro	{
padding: 40px 20px 25px 20px;
margin-top: -20px;
margin-bottom: 40px;
border-bottom: 2px solid #7b95a1;
background:#ffffff;
}
section.mainContent #intro h3	{
color: #393e3a;
font-family: 'Julius Sans One', 'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size:1.8em;
}
section.mainContent #intro p	{
color: #393e3a;
font-size: 1.25em;
}
section.mainContent .content {
background: #ffffff; } section.mainContent .content.events	{ }
section.mainContent .content.trending	{ }
section.mainContent .content.kids	{
border: none;
}
section.mainContent aside .content:hover, aside.announce div.content .featuredImage img:hover     {
opacity: .7;
}
section.mainContent aside h3, section#announcements div.caption h3.announceHead.news	{
color: #18306d;
text-decoration:none;
font-size: 1.3em;
font-family:'McLaren', cursive;
text-transform: uppercase;
letter-spacing: 0.035em;
text-align:center;
}
section#announcements div.caption h3.announceHead.news 	{
font-size: 1.3em;
padding-top:3%;
text-transform: uppercase;
letter-spacing: 0.035em;
}
section.mainContent aside p	{
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size:1.2em;
line-height:1.5em;
color: #822408;
}
section.mainContent aside a:hover h3 	{	
text-decoration:underline;
}
section.mainContent aside .content .photo	{
height:auto;
margin-bottom:10px;
}
section.mainContent aside .content.jobs .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/hiring.jpg) top left no-repeat;
}
section.mainContent aside .content.meeting-docs	.photo {
}
section.mainContent aside .content .photo img, section.mainContent aside .content .photo_home img	{
max-width: 100%;
border-radius: 10px; 
box-shadow: 5px 8px 12px #333;
border: 2px solid #18306d;
}
section.mainContent aside .content.download .photo	{
}
section.mainContent aside .content.resources .photo	{
}
section.mainContent aside .caption	{
margin-top:10px;
padding: 10px;
}
div.header h3.widget-title {
font-family: 'Cagliostro', cursive;
font-family: 'Kurale', serif;
color: #5d250b;
letter-spacing: 1px;
margin: 1% 0 2% 0;
font-size: 2.3em;
border-bottom: 4px solid #c1684c;
text-transform: uppercase;
text-align: left;
font-weight: bold;
}
@media screen and (max-width: 1000px)	{
section.mainContent aside h3, section#announcements div.caption h3.announceHead.news	{
color: #18306d;
text-decoration:none;
font-size: 2.1vw;
font-family:'Cagliostro', sans-serif;
text-transform: uppercase;
letter-spacing: 0.035em;
text-align:center;
}
section#announcements div.caption h3.announceHead.news	{
font-size:2.5vw;
}
}
@media screen and (max-width: 925px)	{
section.mainContent .content 	{ }
}
@media screen and (max-width: 900px)	{ section.mainContent	{
margin: 3%;
padding: 1.5%;
}
section.mainContent aside	{
width: 45%;
float:left;
text-align:center;
margin: 0 6% 2% 0; min-height: 0;
}
section.mainContent aside.two, section.mainContent aside.four, section.mainContent aside.six	{
margin-right:0;
}
section.mainContent aside.three     {
margin: 0 6% 2% 0;
}
section.mainContent aside .content.trending .photo, section.mainContent aside .content.tools .photo, section.mainContent aside .content.find-it .photo, section.mainContent aside .content.events .photo, section.mainContent aside .content.trending .photo	{
background-position:top center;
background-repeat:no-repeat;
}
section.mainContent aside .content.events .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/payments_med.jpg) top center no-repeat;
}
section.mainContent aside .content.trending .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/delivery_med.jpg) top center no-repeat;
}
section.mainContent aside .content.tools .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/design_med.jpg) top center no-repeat;
}
section.mainContent aside .caption {
min-height: 10px;
}
section.mainContent aside h3{
font-size: 3vw;
}
}
@media screen and (max-width: 850px) {
#page.home div.opening div.photo_med, #page.home section.mainContent aside div.photo	{
display:block;
}
#page.home div.opening div.photo, #page.home div.opening div.photo_small , #page.home div.opening div.photo_mobile  	{
display:none;
}
section#announcements aside.announce 	{
width: 45%;
float: left;
text-align: center;
margin: 2.5%;
min-height: 0;
}
}
@media screen and (max-width: 790px)	{
section.intro.one {
display:none;
padding: 2% 3% 0 3%;
}
section.intro.small.one {
display:block;
padding: 2% 3% 0 3.5%;
}
section.mainContent aside div.content	{ height: auto; }
section.mainContent aside h3	{
margin-bottom:5%; }	
section.mainContent aside p	{
font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 1.5em;
text-align: center;
color: #822408;
}
section.mainContent aside .caption { padding-bottom:3%;
}
section#announcements div.caption h3.announceHead.news {
font-size: 1.5em;
}
}
@media screen and (max-width: 725px)	{
section.mainContent aside div.content	{
padding:0 0 10% 0;
height: auto;
}
}
@media screen and (max-width: 675px)	{
section.mainContent aside .content .photo	{
}
}
@media screen and (max-width: 650px)	{
#page.home div.opening div.photo_small, #page.home section.mainContent aside div.photo_home 	{
display:block;
}
#page.home div.opening div.photo_med, 
#page.home div.opening div.photo , 
#page.home div.opening div.photo_mobile  	{
display:none;
}
section.intro h1.headline, section.mainContent h2 {
font-size: 6.2vw;
}
}
@media screen and (max-width: 625px)	{  section.mainContent aside .caption h3 {
font-size: 3.4vw;
}
section.mainContent aside .caption p	{
font-size:1.4em;
}
div.news_med 	{
display:block;
padding: 3%;
}
div.news 	{
display:none;
}
section#announcements aside.announce.news_all  {
float: left;
text-align: left;
margin-right: 6%;
width: 46.5%;
min-height: 0;
padding-bottom: 3%;
}
section#announcements aside:last-child.announce.news_all, section#announcements aside:nth-child(even).announce.news_all {
margin-right: 0;
}
}
@media screen and (max-width: 590px)	{
section.intro h1.headline, section.mainContent h2 {
font-size: 8.2vw;
text-align: center;
}
}
@media screen and (max-width: 575px)	{
section.intro.small.one {
padding: 3% 6.5%;
}
section.mainContent {    
padding-left: 0;
}
section.mainContent aside	{
width:90%;
float:none;
clear: both;
margin: 0 5%;
}
section.mainContent aside.one, section.mainContent aside.three, section.mainContent aside.five, section.mainContent aside.two, section.mainContent aside.four, section.mainContent aside.six	{
margin: 0 5%;
}
section.mainContent aside div.content .photo { }
section.mainContent aside .content.jobs .photo {
background-position: top center;
}
section.mainContent aside .caption h3 {
font-size: 5vw;
}
}
@media screen and (max-width: 530px)	{
section.mainContent aside .caption p	{
font-size:1.3em;
}
}
@media screen and (max-width: 500px)	{
}
@media screen and (max-width: 480px)	{
section.mainContent aside div.content 	{
max-height: 375px;
}
section.mainContent aside div.content .photo {
float: none;
width: 100%;
}
section.mainContent aside .content.tools .photo	{
background:url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/design_wide.jpg) top center no-repeat;
}
section.mainContent aside .content.events .photo {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/payments_wide.jpg) top center no-repeat;
}
section.mainContent aside .content.find-it .photo {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/rentals_wide.jpg) top center no-repeat;
}
section.mainContent aside .content.trending .photo {
background: url(//creativelyewe.com/ME/wp-content/themes/marqueeTheme/images/delivery_wide.jpg) top left no-repeat;
}
section.mainContent aside .caption	{
float:none;
margin: 3% auto 0 auto; width: 95%;
}
section.mainContent aside .caption p	{
text-align:left;
}
}
@media screen and (max-width: 450px)	{
section#announcements aside.announce.news_all  {
width: 90%;
margin: 0 5%;
margin-top: 3%;
}
}
@media screen and (max-width: 425px)	{
#page.home div.opening div.photo_mobile, #page.home section.mainContent aside div.photo 	{
display:block;
}
#page.home div.opening div.photo_med, #page.home div.opening div.photo , #page.home div.opening div.photo_small  	{
display:none;
}
section.intro h1.headline, section.mainContent h2 {
font-size: 10vw;
text-align: center;
}
section.mainContent aside .caption h3 {
font-size: 5.5vw;
} section.mainContent aside h3	{
margin-bottom:5%;
}
section.mainContent aside div.content .photo {
margin-bottom: 0;
margin-right: 0px;
width: 100%;
float: none;
}
section.mainContent aside .content.tools .photo, section.mainContent aside .content.trending .photo	{ }
}
@media screen and (max-width: 350px)	{
section.mainContent aside .caption p	{
font-size:6vw;
}
}
@media print {
.do-not-print { display: none; }
#comments { page-break-before: always; }
body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
}