/*
 Theme Name:   DFI Child Theme
 Author:       MSonder
 Template:     twentynineteen
*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

@font-face {
  font-family: 'Oswald' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  src: local('?'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff') !important;
}




* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #494949;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;

	background: #fff;
}

body:not(.custom-background-image).admin-bar::before {top: 0px;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {height: 0px;}


*:focus, a, a:active, a:visited, a:focus {outline: none !important; outline: 0 !important;border: none !important; -moz-outline-style: none !important; box-shadow: none !important;}


ul {padding-top: 0px; margin-top: 0px;}

	ul#checkmark {
		list-style-type: none;
		padding: 0px; 
		margin: 0px;
	}
	
	ul#checkmark li {
		background-image: url('images/checkmark.png');
		background-repeat: no-repeat;
		background-position: 0px top; 
		padding-left: 35px;
	}		


:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
/*img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

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}*/

.desktop-hide {display: none;}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 130px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(images/icon_top.png) no-repeat;
}


.responsive {width: 95%;}



/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */


		#top-wrapper {
			width: 100%;
			height: auto;
			background: #333333;
		}
		#top {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0 auto;
			color: #fff;
		}		

			ul.menu-top {margin: 0; padding: 0px 0 0 0; float: right;}
			ul.menu-top li {list-style: none; position: relative; float: left;}
			ul.menu-top li:hover {cursor: default;}
			ul.menu-top li:last-child a {color: #64bcf6; font-weight: 700;}
			ul.menu-top li a {
				display: block;
				line-height: 35px;
				font-size: 16px;
				text-align: center;
				padding: 0 15px;
				width: 100%;
				color: #fff;
				text-decoration: none !important;
					-webkit-transition: all 0.25s ease-in-out;
					-moz-transition: all 0.25s ease-in-out;
					-o-transition: all 0.25s ease-in-out;
					transition: all 0.25s ease-in-out;
				}
			ul.menu-top li a:hover, ul.menu-top li.current_page_item a, ul.menu-top li a:focus {background: #515151;}





		#header-wrapper {
			width: 100%;
			height: auto;
			background: #ffffff;
			border-bottom: 5px solid #404041;
		}
		#header {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0 auto;
			padding: 0;
			position: relative;
		}	

		#header .g70 {position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

		#logo img {outline: none !important; outline: 0 !important;border: none !important; -moz-outline-style: none !important; box-shadow: none !important;}	
		
		#phone {font-size: 20px; color: #888; padding-top: 10px;padding-left: 20px; font-weight: 900;}	
		#phone a {color: #000; text-decoration: none;}
		
        


		.social-icon {
			background: #555;
			border: 1px solid #e9e9e9;
			padding: 3px 0;
			width: 35px;
			display: inline-block;
			color: #888;
			text-align: center;
			font-size: 20px;
			margin-top: 4px;
		}
		.social-icon:hover {background: #e9e9e9;}
				
				
		/* Options - Social */
		ul.social-icons-top a i {
			font-size: 30px;
			width: 50px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			background: #ec4b8b;
			color: #fff;
			border-radius: 150px;
		}

		ul.social-icons-top li a:hover {opacity: 0.8;}

		ul.social-icons-top {list-style: none; text-align: left !important;  margin-bottom: 15px; padding: 0;}

		ul.social-icons-top li {
			display: inline;
			padding: 2px 5px 0px 0px;
		}

		ul.social-icons-top .fa {background: #ec4b8b !important;}

				
				
				
				
				
				
		#slideshow-wrapper {
			width: auto;
			height: auto;
			background: #000 url(images/slideshow-bg.jpg) no-repeat scroll center center / cover;
		}	
		
		#slideshow-bg {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
			padding: 150px 0;
		}	
		
			.slogan {
				float: right;
				width: 40%;
				color: #000;
				font-size: 30px;
				line-height: 38px;
				text-transform: none;
				background: none;
				border-left: none;
				margin-bottom: 0px;
				padding: 0px;
			}
			.slogan b {font-weight: 900;}
	
			.slogan p {font-size: 16px; line-height: 20px; margin: 25px 0;}




		/*	--------------------------------------------------
			:: Landing Page styles
			-------------------------------------------------- */

		.slogan-landing {
			float: right;
			width: 48%;
			color: #000;
			text-transform: none;
			background: none;
			border-left: none;
			margin-bottom: 0px;
			padding: 0px;
		}
		.slogan-landing b {font-weight: 900; font-size: 35px; line-height: 40px;}

		.slogan-landing p {margin: 15px 0;}

		#slideshow-wrapper-landing {
			width: auto;
			height: auto;
			background: #000 url(images/slideshow-bg-landing.jpg) no-repeat left / cover;
		}	
		
		#slideshow-bg-landing {
			width: 100%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
			padding: 80px 0;
		}

		#blue-wrapper-landing {
			width: auto;
			height: auto;
			background: #47A2DF url(images/money-bg.jpg) repeat;
			color: #FFF;
		}	

		#blue-wrapper-landing h2 {
			color: #FFF;
			font-size: 38px;
		}
		
		#blue-bg-landing {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
			padding: 80px 0;
		}

		#gray-wrapper-landing {
			width: auto;
			height: auto;
			background: #f3f3f3;
			color: #000;
			border-top: 5px solid #404041;
			border-bottom: 5px solid #404041;
		}	

		#gray-wrapper-landing h2 {
			color: #000;
			font-size: 38px;
		}
		
		#gray-bg-landing {
			width: 95%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
			padding: 80px 0;
		}

		.slogan-landing ul {line-height: normal; font-size: 16px; margin-top: -20px;}

		.landing-phone {float: right; font-size: 30px;}

		#slideshow-bg .g60 {float: none; margin: 0 auto;}
		








		.CTA {text-align: center;}	
		.CTA i {font-size: 48px; color: #add723;}		
		.CTA p {font-size: 18px; color: #777777;}



		#blue-wrapper {
			width: 100%;
			height: auto;
			background: #47a2df;
		}
		#blue {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0 auto;
			color: #fff;
			padding: 40px 0px;
			position: relative;
		}	

		#blue .g30 {position: absolute; top: 50%; transform: translateY(-50%); right: 0;}


		


		#section-wrapper {
			width: auto;
			height: auto;
			/* background: #daeaf4; Old Outdated Color */
			background: #f4f4f4;
		}	
		
		#section-bg {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
			padding: 60px 0;
		}	
		#section-bg a {color: #000000; font-weight: bold; text-decoration: none;}
		#section-bg a:hover {color: #000000; text-decoration: underline;}





		
		#content-wrapper {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0px auto;
		}
		
		#content {
			width: 100%;
			margin: 0px auto;
			height: auto;
			padding: 50px 0px 30px 0px;
		}
		#content a {color: #2c81ba; text-decoration: underline; line-height: 20px;}
		#content a:hover {color: #47a2df; text-decoration: none;}
				
		


/*
ul.loan-parameter li:first-child {font-size: 20px; color: #0e6baa;}
ul.loan-parameter li:first-child strong {text-decoration: underline;}
*/



		
	/* --------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
		

	ul.menu {margin: 0; padding: 0px 0 0 0; float: right;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:last-child a {		
		background: #47a2df;
		color:#fff !important;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 35px;
		padding: 5px 20px;
		text-decoration: none !important;
		border-radius: 150px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		border-bottom: 0px solid #47a2df;
	}
	ul.menu li:last-child a:hover {background: #77c4f7; border-bottom: 0px solid #47a2df;}

	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 40px;
		font-size: 16px;
	  	text-align: center;
		padding: 0 15px;
		width: 100%;
		color: #000;
		border-bottom: 0px solid #47a2df;
		text-decoration: none;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus {border-bottom: 4px solid #47a2df;}

	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

	ul.menu li:hover ul {left: 0;}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: relative;
		z-index: 9999;
	}
	ul.menu li:hover ul li a {
		display: block;
		line-height: 40px;
		text-transform: none;
		text-shadow: none;
		text-align: left !important;
		padding-left: 10px;
		background: #888;
		width: 100%;
		color: #FFF;
		text-decoration: none;
	}
	ul.menu li:hover ul li a:hover {background: #666; border-bottom: none;}

	.slicknav_menu {display: none; background: #47a2df;}
    .slicknav_btn {
        background: #000;   
    }
    
    






/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */


		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #fff;
			border-top: 15px solid #47a2df;
		}		
		#footer {
			height: auto; 
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			margin: 0 auto;
			padding: 30px 0;
			background: #fff;
			font-family: 'Lato', Arial, Helvetica, sans-serif;  
			font-size: 14px; 
			line-height: 22px; 
			color: #000;
		}
		#footer a {color: #47a2df; text-decoration: none;}
		#footer a:hover {color: #47a2df; text-decoration: underline;}
	
	
	
		.copyright {
			font-family: 'Lato', Arial, Helvetica, sans-serif;  
			font-size: 12px; 
			line-height: 22px; 
			color: #7c7b7b;
		}
		.copyright a {color: #7c7b7b; text-decoration: none;}
		.copyright a:hover {color: #7c7b7b; text-decoration: underline;}
				








/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */

.inline {display: inline-block;}


/* ----------  Featured Image Styles  ---------------*/
.image img {
	width:100%;
	height:auto;
}





h1:not(.site-title)::before, h2::before{
	background: none !important;
	content: none !important;
	height: 0px !important;
	margin: 0 !important;
	width: 0 !important;
}
	
	
h1 {
	color: #000000;
	font-size: 40px;
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	text-transform: uppercase;	
}

h1.home {
	color: #000000;
	font-size: 28px;
	text-transform: none;	
}


h2 {
	color: #000;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	margin-bottom: 30px;
}
	h2 span {
		display: block;
		font-size: 18px; 
		color: #5a5a5a; 
		font-weight: 300; 
		text-transform: uppercase; 
		margin-bottom: 30px;
	}




h3 {
	color: #000;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 15px 0 20px 0;
	padding: 0px;
	line-height: 26px;
}


p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}


hr,
hr.is-style-wide {
	border: 0; 
	height: 4px; 
	background: #D3D3D3;
	text-align: center;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

hr.wp-block-separator:not(.is-style-wide) { 
	border: 0; 
	height: 4px; 
	background: #D3D3D3;
	text-align: left;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

	.pquote {	
		border-left: 12px solid #47a2df;
		background: #ececec;
		color: #000;
		font-size: 14px; 
		line-height: 20px;
		padding: 20px 10px 20px 40px;
	}
	.pquote a {color: #47a2df !important; font-weight: bold;}		
	.pquote a:hover {color: #73bff1 !important;}		
	

	blockquote {	
		border-left: 12px solid #47a2df !important;
		background: #ececec;
		color: #000; 
		padding: 20px 10px 20px 40px !important;
		hyphens: none;
		word-break: normal;
	}
	blockquote p {padding: 0;}
	blockquote a {color: #47a2df !important; font-weight: bold;}		
	blockquote a:hover {color: #73bff1 !important;}		
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}


        .cta {
            background: #ffffff;
            -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            padding: 20px;
            border-radius: 10px;
       }


	.callout {	
		float: right;
		border: 1px solid #c8c8c8;
		background: #f2f2f2;
		color: #000;
		padding: 20px 10px 20px 15px;
	}
	.callout h2 {color: #000;}		
	.callout a {color: #3a507b !important;}		
	.callout a:hover {color: #47659e !important;}		
	
	
	a.link {
		background: #000;
		color:#fff !important;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 22px;
		padding: 15px 45px;
		text-decoration: none !important;
		border-radius: 150px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	a.link:hover {background: #404041; color: #bcbcbc !important;}

a.landing-link {
		background: #000;
		color:#fff !important;
		font-size: 18px;
		text-transform: none;
		line-height: 22px;
		padding: 15px 45px;
		text-decoration: none !important;
		border-radius: 150px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	a.landing-link:hover {background: #404041; color: #bcbcbc !important;}


	a.link-blue {
		background: #47A2DF;
		color:#fff !important;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 22px;
		padding: 15px 45px;
		text-decoration: none !important;
		border-radius: 150px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	a.link-blue:hover {background: #404041; color: #bcbcbc !important;}

	
	a.link-green {
		background: #add723;
		color:#000 !important;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 22px;
		padding: 15px 45px;
		text-decoration: none !important;
		border-radius: 150px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	a.link-green:hover {background: #c9eb5b; color: #000 !important;}


	a.wp-block-button__link {
		background: #000;
		color: #fff !important;
		font-size: 18px;
		text-transform: uppercase;
		padding: 15px 45px;
		margin-top: 15px;
		text-decoration: none !important;
		border-radius: 150px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	a.wp-block-button__link:hover {background: #404041; color: #bcbcbc !important;}


	.green a.wp-block-button__link {
		background: #add723;
		color:#000 !important;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 22px;
		padding: 15px 45px;
		text-decoration: none !important;
		border-radius: 150px;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.green a.wp-block-button__link:hover {background: #c9eb5b; color: #000 !important;}



	


.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {max-width: 100% !important;}











/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */

.hentry {padding: 0px !important;}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 0px 0 0px !important;
}

.widget {
    background-color: #f0eded;
    margin: 0 0 24px;
    padding: 10px;
	border-bottom: 5px solid #1d527b;
}

.widget li {
    padding: 10px 15px;
	background: #c2ccd4;
	margin: 0 0 10px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.widget li:hover {background: #a4b7c7;}


.widget li a {
	color: #0b304c !important;
    line-height: 20px;
    text-decoration: underline;
	font-size: 16px;
	/*text-transform: uppercase !important;*/
}

.widget .widget-title {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
    margin: 0 0 10px !important;
    padding: 5px 10px !important;
	background: #2e74a9 !important;
	color: #fff !important;
	font-style: normal !important;
	text-transform: uppercase !important;
}


.entry-footer {display: none;}

.nav-links {max-width: 100% !important; margin: 0 !important;}

.singlePost {margin-bottom: 30px;}

.blog-title a {text-decoration: none !important;}

h2.blog-title  {margin-bottom: 10px !important;}

/*	--------------------------------------------------
	:: WooCommerce Styles
	-------------------------------------------------- */


.wc_payment_methods img {width: auto !important; height: auto;}











/*	--------------------------------------------------
	:: Responsive Tables 
	-------------------------------------------------- */

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #21599a; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  word-break: normal !important;
}













/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div#content > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}
.padding-lg {padding: 10px 25px;}










/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */


input, textarea, select {
    border: 0px !important;
	background: #ecf0f3 !important;
	border-bottom: 2px solid #2e74a9;
    font-family: inherit;
    padding: 15px;
	width: 100%;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus, select:focus {
    border: 0px;
	background: #ccd6dd!important;
	border-bottom: 2px solid #1a5079;
    font-family: inherit;
    padding: 15px;
}


            
	.ginput_complex.ginput_container_address .address_city {
		width: 31% !important;
		margin-right: 2% !important;
		margin-left: 0 !important;
		padding: 0 !important;
		display: block;
		float: left;
	}
	.ginput_complex.ginput_container_address .address_state {
		width: 32% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0 !important;
		display: block;
		float: left;
	}
	.ginput_complex.ginput_container_address span.ginput_right+.ginput_left.address_zip {
		width: 33% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		display: block;
		float: right;
	}


::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}



button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #47a2df 0%, #1268a2 100%) repeat scroll 0 0 !important;
    border-bottom: 2px solid #47a2df !important;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
	text-transform: uppercase;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1268a2 0%, #47a2df 100%) repeat scroll 0 0 !important;
}











/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1200px) {
	
	.responsive {width: 1100px !important;}

}

@media screen and (max-width: 1200px) {

	.scrollup {
		width: 20px;
		height: 20px;
		background-size: cover;
		bottom: 115px;
		right: 1%;
	}
}



@media screen and (max-width: 800px) {
    
    #content img.alignright {
        display: block;
        margin: 0px auto;   
        float: none;
        width: auto;
        max-width: 100%;
    }
	.menu, 
	#top-wrapper {display: none !important;}
	.slicknav_menu {display: block !important;}
	
	
	#logo img {width: auto; text-align: center;}
	#logo {text-align: center;}
	
	#slideshow-bg {padding: 100px 0;}
	.slogan {
		float: none;
		margin: 0 auto;
		width: 90%;
		padding: 30px;
		background: rgba(255, 255, 255, .7);
	}

	#blue {position: static; text-align: center;}
	#blue .g30 {
		position: static;
		top: 0;
		transform: none;
		margin-top: 25px;
		text-align: center;
	}
	#blue .g30 a.right {text-align: center; margin: 0px auto; float: none !important;}
	
	#footer {text-align: center;}
	
	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
}


@media screen and (max-width: 600px) {
	
	.responsive {width: 90% !important;}
    
	
    #slideshow-bg-landing {
		width: 90%;  /* Change to exact pixels for static (non-responsive)*/
		margin: 0 auto;
		padding: 30px 0;
	}
	.slogan-landing {
		width: 95% !important; 
		padding: 10px 20px 45px 20px !important;
		background: rgba(255, 255, 255, .6);
	}
	
	
	
    #blue-bg-landing {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
			padding: 30px;
		}
     #gray-bg-landing {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
			padding: 30px;
		}
    
    .landing-phone {float: none !important; font-size: 20px; margin: 0 auto !important; background: #47A2DF; color:#fff !important; padding: 6px 20px; border-radius: 15px;}
    
    a.landing-link {
		font-size: 16px;
		line-height: 22px;
		padding: 15px 15px;
        border-radius: 10px;
        letter-spacing: -1px;
	}
    
    #header .g70 {position: inherit; margin: 0 auto !important; text-align: center !important; padding: 0 !important;}
}


@media screen and (max-width: 480px) {

	.responsive {width: 95% !important;}
	
	#section-wrapper .responsive {width: 85% !important;}

	.wp-block-image .alignright {float: none; margin: 0 auto; text-align: center;}
	
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

    .desktop-hide {display: block;}
    

    
}	
	
	





