/*
Theme Name: ECCP
Author: Ryan Cherry / Media X Creative
Author URI: http://mediaxcreative.com/
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap v 3.3.1 and Rachel Baker's Bootstrap Wordpress Theme.
Version: 1.0
=======
*/
.wpua-edit-container h3 {
    display: none;
}
input#wp-submit {
    font-size: 14px;
    padding: 5px 15px;
    background: #95042a !important;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 100;
}
form#loginform .input {
    width: 100%;
    height: 35px;
}
form#registerform .input {
    width: 100%;
    height: 35px;
}
form#lostpasswordform .input, form#resetpasswordform .input {
    width: 100%;
    height: 35px;
}
table.form-table {
    width: 100%;
    margin-bottom:10px;
}
table.form-table br{display:none;}
.form-table tr {
    display: grid;
margin-bottom: 10px;
}
p#wpua-remove-button-existing, p#wpua-undo-button-existing {
    display: none;
}
input#updateuser {
    background: #95042a !important;
    color: #fff;
    padding: 5px 25px 8px;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
}
input#wpua-file-existing {
    display: inline;
        border-radius: 0px !important;
    padding: 1px;
}
.spec h4 {
    margin: 0px;
}
.spec p {
    margin: 0px;
}
.row.spec {
    border: 1px solid #ddd;
    margin: 10px 0px;
    padding: 5px;
}
.spec .col-sm-9 {
    padding-left: 0px;
}
.spec .col-sm-2 {
    padding: 0px;
    margin-right: 15px;
}
/* Global Bootstrap Changes */
.cust-sidebar ol {
    list-style-type: none;
    font-size: 20px;
     padding-left:0px !important;
}
/*.page-id-1638 nav.navbar.navbar-inverse.navbar-top {
    display: none;
}*/ 
/*anthonyedit*/

h4.tribe-event-title {
    margin: 0px;
    font-size: 16px;
}
.tribe-event-duration {
    font-size: 14px;
    margin-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.pull-right {
    background: #95042a !important;
}
.col-md-4.img-div img {
    width: 100% !important;
    height: auto;
}
p.meta {
    margin: 2px 0px;
}
.category-digest h3 {
    margin: 0px;
    text-transform: capitalize;
}
a.myblogbtn {
    font-size: 15px;
    background: #06015c;
    padding: 2px 10px;
    margin-left: 11px;
    color: #fff;
}
.row.digest-div p {
    margin-top: 0px;
}
.well.sidebar-nav {
    /*border: 1px solid #130a5d;*/
    text-align: center;
	margin-top:30px;
}
.custom-header img {
    margin: 0 auto;
}
.paypal input[type="image"] {
    width: 174px;
    padding: 5px;
}
form.paypal {
    display: block;
    width: 50%;
    margin: 0 auto;
}


.widget-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid;
    background: #130a5d;
    padding: 5px;
    margin:0px;
}
.sidebar-nav ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
}
.sidebar-nav ul li a:hover {
    background: #95042a;
	color: #fff;
}
.sidebar-nav ul li a {
    background: #fff;
    display: block;
    padding: 8px;
    color: #000;
    font-family: ABEL;
    font-size: 22px;
    text-decoration: none;
    border-top: 1px solid #040045;
}
.sidebar-nav a.find-parish {
    text-decoration: none;
    background: #130a5d;
    display: block;
    padding: 20px 0px;
    font-size: 18px;
    color: #fff;
}
.sidebar-nav a.find-parish:hover {
    background: #95042a;
}
.red{
    color:red;
    }
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
	}
.navbar-nav {
	float: right;
}

a.brand {
	padding: 15px 15px 15px 0px;
	display: inline-block;
}

.navbar-inverse {
	background-image: none !important;
}

.well {
	background-image: none;
	background-color: transparent;
	background: none;
	box-shadow: none;
	border: none;
}

/* Comments Changes */
.media-body {
	display: inline-block;
	float: right;
	width: 90%;
}

#respond {
	display: inline-block;
}

#comment {
	width: 100%;
	display: inline-block;
}

.media-list {
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
}

.media-list li {
	list-style: none;
}

.media-body h4 {
	margin: 0px;
	padding: 0px;
}

.media-body p {
	margin-top: 0px;
}

time {
	font-size: .8em;
}

textarea, input, input[type="password" i], input[type="search" i] {
	border: solid 1px #ccc !important;
	border-radius: 4px !important;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
	box-shadow: none !important;
	background-image: none !important;
	background: none !important;
}





/* ECCP */
body {
	font-family: "Abel", sans-serif !important;
}
body .wpb_wrapper {
	font-family: "Abel", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 22px !important;
    color: #000;
}
.row.content {
    font-size: 22px !important;
}
.header {
	background-color: #95042a;
	min-height: 140px;
}

.text-right {
	text-align: right;
}

.header a.button {
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

a.find-a-church {
	color: #fff;
	font-weight: 700;
    display: inline-block;
    padding: 10px;
    margin: 10px 0px;
}

a.find-a-church img {
	margin-top: -5px;
}

.header input[type="search" i] {
	background-color: #590219 !important;
	color: #fff;
	border-radius: 0px;
	padding: 11px;
	border: 0px transparent !important;
	border-radius: 0px !important;
	margin-left: 15px;
}

.header ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}

.header ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}

.header :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}

.header :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

.search-form {
	display: inline-block;
}

.header .search-form input[type="submit"] {
	display: none;
}

.navbar-inverse {
    border-radius: 0px;
    background-color: #130a5d;
    border: 0px transparent;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
    text-transform: uppercase;
    font-size: .8em;
}

.navbar-inverse .navbar-nav>li {
	padding: 15px 0px 15px 10px !important;
}

.navbar-inverse .navbar-nav>li>a {
	padding: 0 8px 0 0 !important;
	border-right: solid 2px #fa9422;
	margin: 0;
}

.navbar-inverse .navbar-nav>li:last-child a {
	border-right: 0px transparent;
	margin: 0;
	padding: 0;
}

.navbar-inverse .navbar-nav>li>a span {
	padding: 0px 0px 0px 10px;
	color: #dd8928;
}

.navbar-inverse .navbar-nav>li:last-child>a span {
	display: none;
}

.navbar {
	margin: 0px;
}

/*fathomedit-0326*/
/*padding: 20px 0 0;*/
a.brand {
	padding: 5px 0 0;
}

a.brand img {
	/*max-width: 355px;*/

}


/*fathomedit-0326*/
.headershare {margin: 60px 0px; position:relative;}
.findachurchbutton {
    padding: 7px 10px;
    background-color: #dca92c;
    color: white;
    margin-left: 5px;
}
.navbar {min-height: 45px;}
.navbar-inverse{background-color: #95042a;}

.welcomecontainer {margin-top: -5.5px;}
.eventsblock {height: auto; background-color: #dca92c; padding-bottom:20px;}

.newsband{
background-color: rgba(256,256,256,1);
height: 100%;
padding-left:33px;
padding-right:33px;
}
.eventsblock {padding-left:33px; padding-right:33px;}

/*fathomedit-0327*/
.slider {
	width:100%;
	margin-bottom: 0px; /*30px*/
	display: inline-block;
	position: relative;
    border-bottom: none;
    /*border-bottom: 40px solid #95042a;*/
}

/*fathomedit-0328*/

/*body.home {background-color:#13035f;}*/

.newsband em, .eventsblock em, .welcomemessage em{
    padding-top: 15px;
    display: inline-block;
    font-size: 15pt;
    font-style: normal;
    font-weight: 600;

}

.newsband em {color: #13035f; padding-bottom:8px;}
.eventsblock em {color: #970027; padding-bottom:8px;}
.welcomemessage em {color: #dcb557;}

.welcomemessage {
padding-left:13px;
padding-right:13px;
}

.welcomemessage p {color:#fff; font-size:13pt}
p.namesign {color:#dca92c; margin-top: 5px;}

.newsband ul, .eventsblock ul {
padding-left:0px;
list-style:none;
}

.latestnewsdate, .ecs-event .duration {
font-weight: 600; 
display:inline-block; 
padding: 5px 8px;
margin-left: -8px;
margin-right:5px;}

.newsband .latestnewsdate {color:#13035f; background-color:#dca92c;}
.eventsblock .latestnewsdate, .ecs-event .duration {color:#ffffff; background-color:#970027;}
.ecs-event .duration {width:inherit !important; margin-top:10px;}
.bloggroup {color: #970027;}
.blogposttitle, .ecs-event h4.entry-title a{
color: #13035f;
}
.blogposttitle, .ecs-event h4.entry-title{
padding-top: 5px !important;
display: block;
margin:0px !important;
font-weight:300 !important;
max-height: 25px;
overflow: hidden;
}

.newsbandrow {
	/*position: absolute;
	bottom: 10px;*/
	padding: 0px;
	border-radius: 5px;
	width:auto;
	top: 231px;
	position:static;
	height:inherit;
}
.newsband {padding-bottom:20px;}
.newsbandrow {pointer-events:none;}
.newsband {pointer-events:auto;}

a.moreeventslink {color: #970027 !important; font-weight: 600 !important;}

/*fathomedit-0419*/
.newsfeedinstruction {font-style:italic; font-size:9pt; display:block;}
.resourceslinks {font-size: 11pt; color: white;}
.resourceslinks a {color:#dca92c;} 
.soliloquy-container .soliloquy-caption {font-size:.8em;}
.hideontiny {display:none !important;}

.footerthirdcontainer {display:block; float:none;}
.footershieldchurch {display: block; padding-top: 43px; float:none;}
.welcomemessage img {width:100% !important;}
a.brand img {width:100%;}
.soliloquy-caption-inside a {z-index:999999 !important;}

/*fathomedit-0717*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


@media (min-width:768px) {
a.brand img {max-width: 355px; width:auto;}
.resourceslinks {font-size: 16pt;}
.newsfeedinstruction {display:none;}
.eventsblock {height: 410px; padding-bottom:0px;}
.welcomemessage img {width:auto !important;}
.footershieldchurch {float:right;}
.footerthirdcontainer {display:block; float:right; padding-bottom: 50px;}
.hideontiny {display:block !important;}
.newsbandrow {width: 750px;}
.newsbandrow {top: 231px; position: absolute;}
.newsband {padding-bottom:0px; background-color: rgba(256,256,256,.85);}
.admin-bar .newsbandrow {top: 263px;}
	.latestnewsdate, .ecs-event .duration {font-size:10pt;}
.bloggroup {font-size:10pt;}
.blogposttitle, .ecs-event h4.entry-title a {font-size:12pt;}
.blogposttitle, .ecs-event h4.entry-title {padding-bottom:2px !important;}
.eventsblock {height: 508px;}
.prayer-request {margin-top: 0px !important;}
.newsbandrow {height: 807px;}
}

@media (min-width:880px){
.newsfeedinstruction {display:block;}

}

@media (min-width:992px) {
.newsbandrow, .ecs-event .duration {width: 970px;}
.soliloquy-container .soliloquy-caption {font-size:1em;}
.eventsblock {height: 480px;}
}

@media (min-width:1200px) {
.newsbandrow {width: 1170px;}
.newsbandrow {top: 186px;}
.admin-bar .newsbandrow {top: 218px;}
.bloggroup {font-size: 12pt;}



.newsband em, .eventsblock em, .welcomemessage em{
    padding-top: 20px;
    display: inline-block;
    font-size: 20pt;
    font-style: normal;
    font-weight: 600;
    }
.newsband em {padding-bottom:15px;}
.eventsblock em {padding-bottom:15px;}
.newsfeedinstruction {font-style:italic; font-size:10pt;}
.ecs-event .duration {margin-top:0px;}
.eventsblock {height: 410px;}
	.blogposttitle {max-height:35px;}
	/*.blogposttitle,*/ .ecs-event h4.entry-title{max-height: 35px;}
	.ecs-event h4.entry-title {margin-bottom:15px !important;}

}

@media (min-width:1345px) {
.blogposttitle, .ecs-event h4.entry-title a {font-size: 16pt;}
.latestnewsdate, .ecs-event .duration {font-size: 11pt;}
/*.blogposttitle, .ecs-event h4.entry-title {padding-bottom: 15px !important; max-height: none; overflow: visible;}*/
}

@media (min-width:1600px) {
.blogposttitle {max-height:none;}
}


.slider-shortcuts {
	position: absolute;
	bottom: 10px;
	right: 10px;
	max-width: 340px;
	background-color: rgba(0,0,0,.6);
	padding: 15px;
	border-radius: 5px;
}

.slider-shortcuts img {
	height: 80px;
	width: auto !important;
	display: inline-block;
}

.slider-shortcuts img:first-child {
	margin: 2px 10px 0 0;
}
.soliloquy-container{margin: 0 auto !important;}

/*fathomedit-0328*/
.soliloquy-container .soliloquy-caption {
    width: 30% !important; 
    bottom: 20% !important; /*50%*/
    transform: translateY(50%) !important;
    padding-bottom: 0px !important;
    left: 60% !important; /*20px*/

}

.soliloquy-container .soliloquy-caption-inside {
	text-align: left !important;
	font-size: 2em !important;
	font-weight: 800;
	padding: 20px !important;
}

/*.content img {
	width: 100%;
}*/

.news-item {
	border-radius: 10px;
	background-color: #95042a;
	padding: 15px;
	color: #fff;
	min-height: 250px;
}

.badge {
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

.badge img {
    margin-bottom: 10px;
    display: block;
    margin: 0 auto 10px;
}

.news-item a {
	color: #fff;
}

.news-item ul {
	padding: 0 0 0 15px;
}

.news-item h2 {
    font-size: 1em;
    line-height: 1.25em;
    text-align: center;
    margin: 0 0 15px;
}

/*fathomedit-0419*/
/* Sub Page */
/*.content img {
	width: auto !important;
}*/

.alignleft {
	float: left;
	padding: 0px 10px 10px 0px;
}


.alignright {
	float: right;
	padding: 0px 0px 10px 10px;
}

.textwidget ul {
	padding: 0 0 0 20px;
}

/* Footer */

/*fathomedit-0327*/
.prayer-request {
	background-color: #95042a;
	text-align: center;
	padding: 15px 0;
	margin-top: 0px;/*30*/
    clear:both;
}
header.page-title {
    display: none;
}
.page-title h1 {
    padding-left: 0;
}

footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03002b+0,06015d+50,03002b+100 */
	background: #03002b; /* Old browsers */
	background: -moz-linear-gradient(left,  #03002b 0%, #06015d 50%, #03002b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #03002b 0%,#06015d 50%,#03002b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #03002b 0%,#06015d 50%,#03002b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03002b', endColorstr='#03002b',GradientType=1 ); /* IE6-9 */
	color: #fff;
	padding: 20px 0 0 0;
}

.social-wrapper {
	text-align: center;
}

.footer-logo {
	margin: 35px 0 30px -30px;
	max-width: 275px;
}

.footer-logossfm {
	margin: 30px 0 0px 0px;
}

.address p {
    margin: 35px 0 20px 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	opacity: .8;
}

.footer-cta-row a {
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}

footer .sub-footer {
	background-color: rgba(0,0,0,.2);
	padding: 10px;
	margin-top: 20px;
}

.menu-footer-left-container ul,
.menu-footer-right-container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*fathomedit-0327*/
/*.menu-footer-left-container li:before,
.menu-footer-right-container li:before  {
    content: "\f0da";
    padding-right: 8px;
    font-family: "fontawesome"
}*/

.footershield {float:right; padding-bottom: 55px;}
/*footershieldchurch up above*/
.contactfooter, .footernavmenu {display:block; padding-top:62px;}
.footernavmenu, .footernavmenu a, .contactfooter {font-size: 13pt; font-weight:600;}
.footernavmenu {padding-left: 18px; padding-bottom: 20px;}
/*footerthirdcontainer up above*/
.donatebutton {
    background-color: #dca92c;
    padding: 8px 18px;
    font-size: 14pt;
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
}


/* Mega Menu */
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
	margin: 0 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
	text-align: left;
}

#mega-menu-wrap-ssfm-menu #mega-menu-ssfm-menu > li.mega-menu-item {
    margin: 0 0px 0 0px !important;}

/*fathomedit-0327*/
.navbar a {
font-family: "Abel", sans-serif !important; 
font-size: 18px !important;
letter-spacing: .3px !important;
margin: 0px 9.5px !important;
font-weight: 300 !important;
}
    
/*.page-template-page-ssfm .navbar {display:none;}
.page-template-page-ssfm .navbar a {color:white; font-size:1.2em;}
.page-template-page-ssfm .navbar li {list-style:none;}*/

.page-template-page-ssfm a.brand {padding: 24px 0 0 !important;}


/*fathomedit-0327*/
footer.mainfooter {
background-color: #fff;
background: #fff;
/*background: -moz-linear-gradient(left, #03002b 0%, #06015d 50%, #03002b 100%);
background: -webkit-linear-gradient(left, #03002b 0%,#06015d 50%,#03002b 100%);
background: linear-gradient(to right, #03002b 0%,#06015d 50%,#03002b 100%);*/
filter: none;
color: #13035f;
padding:42px 0 0 0;}

footer.mainfooter a {color: #13035f;}
footer.mainfooter ul {list-style: url(../yellow-bullet.html);}

/*fathomedit-0423*/
/*.archive div.post-2616:not(:first-child):not(:last-child) {display:none !important;}*/
   
.tribe-events-calendar thead th {
	background-color:#95042a; font-size:1.4em; border-left: 1px solid #95042a; border-right: 1px solid #95042a;
}

.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a, .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {opacity:.8 !important; color: black !important; font-weight: 600;}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {background-color: #201d5b;}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-2616-"] h3.tribe-events-month-event-title a {color: gray !important; opacity:.6 !important;}
/*fathomedit-0614*/
#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {word-wrap:break-word;}
.tribe-events-tooltip .tribe-events-event-body {word-wrap: break-word;}

/*fathomedit-0619*/
.page-id-2037 label {margin-right:20px;}
.ctct-disclosure {margin-bottom:100px;}
#ctct-opt-in {margin-right:10px;}
.subscribefornewslink a {color: #95042a !important;}

/*fathomedit-0628*/
#menu-general-convention-menu li a {border-top: none !important; margin-top:20px !important; letter-spacing: 1px !important; text-transform: uppercase !important;}
.conventionblogfollowlink a, .gccontactuslink a {background-color: #130a5d !important; color:white !important;}
.dailywrapuplink a {background-color: #95042a !important; color:white !important;}
.dailydownloadlink a {background-color: #dca92c !important; color:white !important;}
#menu-general-convention-menu li a:hover {background-color: #23282d !important;}
.mediahublink a {background-image: url("../png/media-hub-twitter.png") !important;
  width: 100% !important;
  height: 180px !important;
  background-size: cover !important;
  display: block !important;
  color: transparent !important;
  margin-bottom:20px;}

/*Weird sidebar breakpoint*/
@media (max-width: 990px) { 
/*.page-template-page-ssfm .well.sidebar-nav {display:none !important;}
.page-template-page-ssfm .navbar {display:block;}*/
}

/* XS - Extra-Small Screens */
@media (max-width: 767px) { 

.paypal-area{margin-top:100px;}

.well.sidebar-nav{margin-top:0px;}
	.navbar-nav {
		float: left;
	}
	
	a.brand {
		padding: 15px;
		width: 100%;
		text-align: center;
	}
	
	.find-a-church {
		width: 100%;
		text-align: center;
	}
	
	.eccp-wordmark a {
		width: 100%;
		margin: 45px 0 0 0;
		text-align: center;
	}
	
	.eccp-wordmark img {
		width: 85%;
		margin: 27px 0 0 0;
		float: right;
	}
	
	a.brand {
		padding: 0;
	}
	
	/*fathomedit-0419*/
	
	/*a.brand img {
	    max-width: 200px;
	}*/
	
	/*.prayer-request {
		margin-top: 20px;
	}*/
	
	.news-item {
		margin-bottom: 20px;
		min-height: 0px;
	}
	
	.navbar-inverse .navbar-nav>li>a span {
		display: none;
	}
	
	footer {
		text-align: center;
	}
	
	.footer-logo {
		max-width: 275px;
	    display: block;
	    margin: 30px auto;
	}
	
	.footer-logossfm {margin:30px 0 0 0;}
	
	.address {
		text-align: center;
	}
	
	.switcher.notranslate {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}

/* SM - Small Screens */
@media (min-width: 768px) and (max-width: 991px) {
	/*.prayer-request {
		margin-top: 20px;
	}*/
	
	.eccp-wordmark {
		margin: 45px 0 0 0;
	}
	
	.eccp-wordmark a, .eccp-wordmark img {
		width: 100%;
	}
	
	a.brand img {
	    max-width: 290px;
	}
}

/* MD - Medium Screens */
@media (min-width: 992px) and (max-width: 1199px) {
	.footer-logo {
		margin: 35px 0 30px 0;
		max-width: 100%;
	}
	
	.footer-logossfm {margin: 30px 0 0px 0;}
	
	.eccp-wordmark {
	    margin: 45px 0 0 0;
	}
	
}

/* LG - Large Screens */
@media (min-width: 1200px) {
	.slider {
		min-height: 450px;
		min-width: 1140px;
	}
}

