/* CSS Document */

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/proxima_nova/ProximaNova-Regular.eot');
  src: url('fonts/proxima_nova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
       url('fonts/proxima_nova/ProximaNova-Regular.ttf') format('truetype'),
       url('fonts/proxima_nova/ProximaNova-Regular.woff') format('woff'),
       url('fonts/proxima_nova/ProximaNova-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro';
  src: url('fonts/myriad_pro/MyriadPro-Regular.eot');
  src: url('fonts/myriad_pro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/myriad_pro/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
       url('fonts/myriad_pro/MyriadPro-Regular.ttf') format('truetype'),
       url('fonts/myriad_pro/MyriadPro-Regular.woff') format('woff'),
       url('fonts/myriad_pro/MyriadPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/*########################################
## Body
########################################*/
html {scroll-behavior: smooth;}
body {padding: 0; margin: 0; width: 100%; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #333; min-width: 320px; font-size: 18px;}

/*########################################
## Typography
########################################*/
h1,h2,h3,h4,h5,h6{font-weight: 400; font-family: 'ProximaNova', sans-serif; line-height: 120%;}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt { padding:0; margin:0;}
ul,ol {list-style: none;}
a {text-decoration:none; transition: all .3s linear;}
a:hover {color: #8CC63F !important;}
a:focus, button:focus, input:focus, textarea:focus {outline: none;}
h1, h2 {font-size: 65px; color: #00ADEE;}
h3 {font-size: 40px;}
p, ul, ol {font-size: 18px; color: #1F1F1F; line-height: 200%; font-weight: 400;}
li {line-height: 150%; margin-bottom: 15px;}
p:not(:last-of-type) {margin-bottom: 35px;}
.inner #content h2 {font-size: 45px;}
.inner #content a {color: #00AEEF;}

.nm {margin-bottom: 10px !important;}

/*########################################
## Layouts
########################################*/
.screen-reader-text {display: block; width: .1px; height: .1px; overflow: hidden; padding: 0 !important; margin: 0 !important;}
img {border:0; transition: all .3s linear; max-width: 100%;}
hr.hide-line {padding:0; margin:0; display:none;}
figure {margin: 0; padding: 0; box-sizing: border-box; overflow: hidden; display: inline-block;}
figure img {display: block;}
figure img:hover {transform: scale(1.03); filter: brightness(1.05);}
.container {width: 100%; max-width: 1386px; padding: 0 10px; box-sizing: border-box; margin: 0 auto;}
.mobile {display: none;}
.aligncenter {text-align: center;}
.iconList li {position: relative; display: flex; display: -webkit-flex; padding-left: 35px;}
.iconList li::before {content: ""; background: url(../images/common/check.png) no-repeat; background-size: 100% 100%; width: 20px; height: 17px; position: absolute; top: 7px; left: 0;}
.inner .iconList li::before {top: 5px;}

/*########################################
## Flexbox
########################################*/
.dflex {display: flex; display: -webkit-flex;}
.sb-flex {justify-content: space-between; -webkit-justify-content: space-between;}
.cn-flex {justify-content: center; -webkit-justify-content: center;}
.end-flex {justify-content: flex-end; -webkit-justify-content: flex-end;}
.start-flex {justify-content: flex-start; -webkit-justify-content: flex-start;}
.align-center {align-items: center; -webkit-align-items: center;}
.align-end {align-items: flex-end; -webkit-align-items: flex-end;}
.align-start {align-items: flex-start; -webkit-align-items: flex-start;}
.wrap-flex {flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.col-flex {flex-direction: column; -webkit-flex-direction: column;}
.row-flex {flex-direction: row; -webkit-flex-direction: row;}
.rowrev-flex {flex-direction: row-reverse; -webkit-flex-direction: row-reverse;}
.col33 {flex-basis: 33.33%; -webkit-flex-basis: 33.33%;}
.col37 {flex-basis: 37%; -webkit-flex-basis: 37%;}
.col50 {flex-basis: 50%; -webkit-flex-basis: 50%;}
.col63 {flex-basis: 63%; -webkit-flex-basis: 63%;}
.col100 {flex-basis: 100%; -webkit-flex-basis: 63%;}

/*########################################
## Floats
########################################*/

img.fl {float: left; margin: 0 30px 20px 0; padding: 3px; box-sizing: border-box; border: 1px solid #D6D6D6;}
img.fr {float: right; margin: 0 0 20px 30px; padding: 3px; box-sizing: border-box; border: 1px solid #D6D6D6;}

/*########################################
## Forms
########################################*/
/*contact form messages*/
form .messages p {display: none; font-family: 'Open Sans', sans-serif; font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px !important;margin-bottom: 20px;border: 1px solid transparent !important;border-radius: 4px !important;}
form .alert-success {color: #3c763d !important;background-color: #dff0d8 !important;border-color: #d6e9c6 !important;}
form .alert-danger {color: #a94442 !important;background-color: #f2dede !important;border-color: #ebccd1 !important;}
form input:focus, form select:focus, form textarea:focus {outline: none;}
/*contact form*/
.ctc-form {text-align: center;}
.ctc-form label {font-size: 18px; font-family: 'Open Sans', sans-serif;}
.ctc-form input[type="text"],.ctc-form textarea {width: 100%; height: 45px; margin: 0 0 20px; border: 1px solid #D6D6D6; border-radius: 0; background: none; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 600; line-height: 120%; padding: 0 20px; box-sizing: border-box; display: block; color: #111;}
.ctc-form textarea {height: 111px; padding-top:10px; width: 100%;}
.ctc-form button {margin-top: 10px;}
.ctc-form .recap {display: inline-block;}
.ctc-hide, .hdMob {display: none;}
.g-recaptcha > div {margin: 20px auto 0;} 
.contact-page .ctc-form .col {padding: 0 10px; box-sizing: border-box;}
#contact-section .ctc-form {width: 100%; max-width: 100%; margin: 0 auto; padding: 0; background: none; border: none; color: #333; text-align: left;}
#contact-section .ctc-form h3 {margin: 0 0 30px;}
#contact-section .ctc-form ::placeholder {color: #333;}
#contact-section .ctc-form .form-wrapper:first-of-type {margin-bottom: 30px;}
#contact-section .ctc-form .form-wrapper input, #contact-section .ctc-form .form-wrapper select, #contact-section .ctc-form textarea {width: 100%; max-width: 48%; height: 55px; margin: 0 18px 18px 0; border: 1px solid #D6D6D6; border-radius: 0; background: none; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; line-height: 120%; padding: 0 20px; box-sizing: border-box; display: block;}
#contact-section .ctc-form textarea {max-width: 98%; height: 165px; padding-top: 20px;}
#contact-section .g-recaptcha > div {margin: 20px 0 0;}

/*########################################
## Button
########################################*/
.btn, .contactForm input[type=submit] {min-width: 160px; padding: 15.5px 10px; box-sizing: border-box; background: #8CC63F; text-align: center; font-weight: 400; font-size: 16px; color: #FFF !important; line-height: 120%; font-family: 'Open Sans', sans-serif; position: relative; z-index: 1; transition: all .3s linear; display: inline-block; border: none; border-radius: 5px;}
.btn:hover {text-shadow: 0 2px 5px #000; box-shadow: 0 2px 7px #000; color: #FFF !important;}
.btn::after {content: ""; width: 100%; height: 100%; left: 0; top: 0; transform: scaleY(0); transform-origin: top; transition: all .25s linear; background: linear-gradient(to bottom, rgb(255, 255, 255, .3), transparent); position: absolute; z-index: -1; border-radius: 5px;}
.btn:hover::after {transform: scaleY(1);}

/*########################################
## Header
########################################*/
header {position: relative;}
header * {transition: all .3s linear;}
#header {position: fixed; width: 100%; top: 0; left: 0; z-index: 999; background: rgba(255, 255, 255, .9); box-shadow: 0 2px 3px rgba(0, 0, 0, .3);}
#header .container {max-width: 1660px;}
#header .hdLogo {margin-right: auto;}
#header .hdPhone {margin-left: 55px;}
#header .hdPhone a {color: #00AEEF; font-weight: 700;}
#header .hdPhone i {color: #8CC63F; transition: all .3s linear; position: relative; top: 2px; margin-right: 15px;}
#header .hdPhone a:hover + i {transform: rotateZ(360deg); color: #00AEEF;}

#header nav #pull {display: none; cursor: pointer;}
#header nav {width: 100%; margin: 0 auto; padding: 0;}
#header nav ul {padding: 0; margin: 0;}
#header nav ul li {padding: 0; margin: 0;}
#header nav ul li:not(:first-of-type) {margin-left: 36px;}
#header nav ul li a {display: inline-block; line-height: 120%; padding: 40px 0; color: #777; transition: all .3s linear; position: relative;}
#header nav ul li a::before {content: ""; background: #8CC63F; height: 4px; width: 100%; position: absolute; top: 0; left: 0; transform: scaleX(0); transform-origin: center; transition: all .3s linear;}
#header nav ul li a.active-menu, #header nav ul li a:hover {color: #8CC63F;}
#header nav ul li a.active-menu::before, #header nav ul li a:hover::before {transform: scaleX(1);}

/*########################################
## Banner
########################################*/
#banner {position: relative;}
#banner img {display: block; width: 100%; object-fit: cover; min-height: 150px;}
#banner .bnCaption {position: absolute; bottom: 27.5%; left: 0; width: 100%; transition: all .3s linear;}
#banner .bnCaption * {transition: all .3s linear;}
#banner .container {max-width: 1660px;}
#banner .bnText {max-width: 50%;}
#banner .bnText p {font-size: 30px; line-height: 120%; color: #FFF; margin-bottom: 20px;}
#banner .bnText .btn {max-width: 206px; padding: 20px 25px; margin-top: 10px;}

/*########################################
## Home Page Content
########################################*/
.cnTop {text-align: center; padding: 65px 0 70px;}
.cnTop .container {max-width: 1660px;}
.cnTop h3 {margin: 20px 0 0; letter-spacing: .15em;}
.cnTop .topWrap {margin: 70px 0 50px; text-align: left;}
.cnTop .topColL {padding-right: 30px; width: 45.5%;}
.cnTop .topColR {width: 54.5%;}
.cnTop .topText {padding: 0 20px; box-sizing: border-box; margin: -10px 0 0; max-width: 830px;}
.cnTop .topText ul {margin-top: 40px;}
.cnTop .topText ul li {font-weight: 700; font-size: 20px; margin-bottom: 5px;}
.cnTop .topRow {text-align: left; max-width: 1580px;}
.cnTop .topRow p {font-family: 'MyriadPro', sans-serif;}
.cnTop .topRow .btn {margin-top: 35px;}

.cnMid {background: url(../images/common/midBg.jpg) no-repeat top center / cover fixed; padding: 70px 0 60px;}
.cnMid .container {max-width: 1744px;}
.cnMid h2 {text-align: center;}
.cnMid .midWrap {margin-top: 12px;}
.cnMid .midItem {padding: 22px; box-sizing: border-box; width: 20%;}
.cnMid .midInner h4 {font-weight: 700; font-size: 22px; color: #1F50A9; margin-top: 10px; font-family: 'Open Sans', sans-serif;}

.cnBot {padding: 80px 0 65px; text-align: center;}
.cnBot .container {max-width: 1725px;}
.cnBot .botWrap {margin-top: 20px;}
.cnBot .botCol {padding: 20px 34px; box-sizing: border-box;}
.cnBot .botInner p {max-width: 450px; margin: 20px auto 0; font-size: 20px; font-weight: 700; color: #000; line-height: 36px;}
.cnBot .botInner:hover img {transform: rotateY(180deg) scale(1.1); filter: drop-shadow(0 2px 5px #BBB);}

/*########################################
## Footer
########################################*/
footer {position: relative;}
#footer {background: url(../images/common/ftBg.jpg) no-repeat center top / cover fixed; text-align: center; padding: 90px 0 0;}
#footer * {color: #FFF;}
#footer .container {max-width: 1660px;}
#footer .ftWrap {max-width: 1400px; margin: 85px auto 0;}
#footer .ftCol {padding: 0 10px; box-sizing: border-box; text-align: left;}
#footer .ftCol h4 {font-size: 16px; color: #00ACED; letter-spacing: .2em; margin-bottom: 35px;}
#footer .ftCol ul li {margin-bottom: 20px; line-height: 140%;}
#footer .ftCol ul li p {line-height: 140%;}
#footer .ftCtc ul {max-width: 280px;}
#footer .ftCtc ul li {display: flex; display: -webkit-flex;}
#footer .ftCtc ul li i {color: #8CC63F; margin-right: 18px; position: relative; top: 5px;}
#footer .ftCtc ul li span {display: block;}
#footer .ftForm form {max-width: 334px; text-align: left;}
#footer .ftForm form input, #footer .ftForm form textarea {height: 36px; width: 100%; border-radius: 5px; background: #FFF; color: #1f1f1f; margin: 0 0 5px;}
#footer .ftForm form button {margin-top: 15px;}
#footer .copyright {padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, .4); margin-top: 60px;}
#footer .copyright p {margin-bottom: 0;}

/*########################################
## Inner Pages
########################################*/

.innerBanner { position: relative; }
.innerBanner .bnCaption { position: absolute; bottom: 50px; left: 0; right: 0; text-align: center; }
.innerBanner .bnCaption .btn { margin: 5px; }

.inner #content {padding: 30px 0 50px; min-height: 400px;}
.inner #content h1 {text-align: center; margin-bottom: 30px;}
.inner #content h2, .inner #content h3, .inner #content h4 {margin: 25px 0 20px;}
.inner #content h4 {font-weight: 700; font-size: 20px; color: #00AEEF;}
.inner #content .innerPRow {margin-bottom: 20px;}
.inner #content .rowCol {width: 50%; box-sizing: border-box;}
.inner #content .rowText {padding: 20px 10px;}
.inner #content .rowImg {text-align: center;}
.inner #content .rowImg figure {padding: 5px; box-sizing: border-box; display: block;}
.inner #content .rowImg img {width: 100%; max-width: 450px; margin: 0 auto; border: 1px solid #D6D6D6; padding: 3px; box-sizing: border-box;}
.inner #content .innerLogo {margin-top: 40px;}
.inner #content .innerLogo li {width: 25%; padding: 10px; box-sizing: border-box; text-align: center;}
.inner #content ul, .inner #content ol {margin: 30px 0;}

/*########################################
## Services Page
########################################*/
.services-page #content .cnMid {background: none; padding: 0;}
.services-page #content .servicesContent {margin-top: 20px;}
.services-page #content .servicesContent h2 {text-align: center;}
.services-page #content .servicesContent .innerPRow {margin-top: 30px;}
.services-page #content .servicesContent ol {list-style: decimal; padding-left: 25px;}
.services-page #content .servicesContent ul {list-style: disc; padding-left: 25px;}
.services-page #content .servicesInfo {padding: 15px; box-sizing: border-box; box-shadow: 2px 2px 5px #AAA;}
.svcAnchor {top: -160px; position: relative;}

#release-of-information .rowItem {width: 50%; padding: 20px; box-sizing: border-box;}
#release-of-information .rowImg {height: 100%;}
#release-of-information .rowItem iframe {width: 100%; border: none;}

/*########################################
## Testimonials Page
########################################*/
.rvwItem {padding: 20px; box-sizing: border-box; box-shadow: 2px 2px 5px #AAA; margin-bottom: 30px;}
.rvwItem img {display: block; margin: 0 auto 15px; width: auto; max-height: 60px;}
.rvwItem i {color: #00AEEF;}
.rvwItem p:not(:last-of-type) {margin-bottom: 10px;}
.rvwItem .btnCon {text-align: right;}
.rvwItem .btn {padding: 10px; max-width: 120px;}

/*########################################
## Accordion Inner Pages
########################################*/
.accordion .title {padding: 10px 20px; box-sizing: border-box; background: #FFF; margin-top: 15px; position: relative; box-shadow: 1px 1px 3px #333; transition: all .3s linear;}
.accordion .title:hover {background: #8EC449;}
.accordion .title:hover h3 {color: #FFF;}
.accordion .title h3::after {content: "+"; position: absolute; right: 15px; transition: all .3s linear;}
.accordion .title h3.open::after {content: "-";}
.accordion .title h3 {cursor: pointer; font-size: 20px; color: #8EC449; text-shadow: 1px 1px 1px #333;}
.accordion .acc-content {background: #FFF; padding: 15px 20px; box-sizing: border-box; box-shadow: 0 0 1px #333;}

/*########################################
## Gallery Page
########################################*/
.galBox {margin-top: 20px; padding: 20px; box-sizing: border-box; box-shadow: 2px 2px 8px #DDD;}
.galBox h3 {font-size: 20px; margin-bottom: 15px; text-align: center;}

.gallery {display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.gallery li {width: 19.3%; padding: 3px; box-sizing: border-box; border: 1px solid #AAA; margin: 3px; border-radius: 3px; transition: all .3s linear;}
.gallery li a {overflow: hidden; display: block;}
.gallery li img {transition: all .3s linear; display: block; width: 100%; height: 200px; object-fit: cover;}
.gallery li:hover {background: #FF9124;}
.gallery li:hover img {transform: scale(1.1);}
.page_navigation {display: flex; display: -webkit-flex; justify-content: center; align-items: center;}
.page_navigation a {font-size: 12px; font-weight: 600; color: #1f1f1f; background: #FF9124; padding: 3px 5px; margin: 0 2px;}
.page_navigation a:hover {color: #FFF !important; text-shadow: 1px 1px 1px #1f1f1f;}

/*########################################
## Resources page
########################################*/

.blog-container { padding-top: 50px; }
.blog-container h2 { text-align: center; line-height: 1.2; margin: 0; }
.article-item { border-top: 1px solid #ddd; padding: 20px; }
.article-item h3 { font-size: 28px; color: #000; margin: 0 !important; }
.article-item p { margin: 20px 0; color: #545454; }


/*########################################
## Thank You Page
########################################*/
.thank-you-page #content {text-align: center;}
.thank-you-page .inThankLogo {margin-bottom: 40px;}

/*########################################
## Contact Page
########################################*/
.contact-page #content .req {color: #00AEEF;}
.contact-page #content .ctcPForm {text-align: center; margin-top: 55px;}
.contact-page #content .ctcPForm p {margin-bottom: 30px;}
.contact-page #content .ctcPForm label {text-align: left;}
.contact-page #content .ctcPForm label span {display: block; margin-bottom: 3px;}
.contact-page #content .ctcPForm textarea {height: 134px;}
.contact-page #map {padding-top: 30px;}
.contact-page #map iframe { display: block; border: none; width: 100%; max-width: 100%; height: 450px; }

/*########################################
## Responsive
########################################*/

@media screen and (max-width: 1600px) {
	#header nav ul li a {padding: 45px 0;}
	#banner .bnCaption {bottom: 15%;}
  .svcAnchor {top: -130px;}
}

@media screen and (max-width: 1400px) {
	h1, h2 {font-size: 60px;}
	#header .hdLogo img {max-width: 350px;}
	#header nav ul li a {padding: 35px 0;}
	.cnMid .midItem {padding: 15px;}
  .svcAnchor {top: -110px;}
}

@media screen and (max-width: 1300px) {
	#header .hdLogo img {max-width: 250px;}
	#header nav ul li a {padding: 27px 0;}
	#header nav ul li:not(:first-of-type) {margin-left: 25px;}
	#header .hdPhone {margin-left: 30px;}
	.cnMid .midItem {padding: 10px;}
  .svcAnchor {top: -90px;}
}

@media screen and (max-width: 1200px) {
	h1, h2 {font-size: 55px;}
	p:not(:last-of-type) {margin-bottom: 30px;}
	#banner .bnText p {font-size: 25px;}
	.cnMid .midItem {width: 25%;}
}

@media screen and (max-width: 1100px) {
	#header nav ul li a, #header .hdPhone a {font-size: 15px;}
	#banner .bnCaption {bottom: 10%;}
}

@media screen and (max-width: 1000px) {
	#header .hdLogo img {max-width: 220px;}
	#header nav ul li:not(:first-of-type) {margin-left: 20px;}
	#header nav ul li a, #header .hdPhone a {font-size: 15px;}
}

@media screen and (max-width: 960px) {
	h1, h2 {font-size: 50px;}
	h3 {font-size: 35px;}
	#header {position: absolute; margin-top: 20px; padding: 10px 0; background: none; box-shadow: none;}
	#header .hdWrap {justify-content: flex-start;}
	#header .hdLogo {display: none;}
	#header .hdPhone a, #header .hdPhone i {color: #FFF;}
	#header .hdPhone a:hover {text-shadow: -1px -1px 1px #000;}

	#header nav {position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 0 5px rgba(0, 0, 0, .8);}
	#header nav ul {max-width: 100%; display: none; height: auto; background: rgba(255, 255, 255, .9);}
	#header nav ul li {max-width: 100%; position: relative; text-align: left; padding: 0; display: block; border-bottom: 1px solid #EEE; margin-left: 0 !important;}
	#header nav ul li:first-of-type {border-top: 1px solid #EEE;}
	#header nav ul li a {padding: 15px 0; line-height: 120%; margin: 0; color: #333; text-align: left; width: 100%; text-indent: 20px;}
	#header nav ul li a::before {display: none;}
	#header nav ul li a.active-menu, #header nav ul li a:hover {color: #FFF !important; background: #8CC63F;}
	#header nav #pull {display: block; background: #FFF; width: 100%; position: relative; height: 45px; color: #fff; z-index: 999;}
	#header nav #pull img {max-height: 38px; display: block; position: relative; top: 2px; padding-left: 10px;}
	#header nav #pull:after {content:"\f0c9"; font-family: 'Font Awesome 5 Free'; font-size: 30px; display: inline-block; position: absolute; right: 15px; top: 7px; font-weight: 700; color: #9EC148;}
	#header nav #pull strong{line-height: 45px;}

	#banner {margin-top: 45px;}
	#banner .bnCaption {bottom: 5%;}
	#banner .bnText p {font-size: 20px; margin-bottom: 10px;}

	.cnTop, .cnMid {padding: 30px 0;}
	.cnTop .topWrap {margin: 20px auto; flex-direction: column; text-align: center;}
	.cnTop .topCol {width: 100% !important;}
	.cnTop .topColL {padding-right: 0;}
	.cnTop .topImg {margin-bottom: 30px;}
	.cnTop .topText {padding: 0;}
	.cnTop .topText ul {display: inline-block; text-align: left;}
	.cnTop .topRow {text-align: center;}
	.cnMid .midItem {width: 33.33%;}
	.cnMid .midInner h4 {font-size: 18px;}

  .svcAnchor {top: -55px;}

	.inner #content .innerPWrap {flex-direction: column-reverse;}
	.inner #content .rowCol {width: 100%;}
}

@media screen and (max-width: 800px) {
	h1, h2, .inner #content h2 {font-size: 45px;} 
	h3 {font-size: 30px;}
	p:not(:last-of-type) {margin-bottom: 20px;}
	#banner .bnCaption {position: static; padding: 30px 0; background: #87B0DE; margin-top: 20px;}
	#banner .bnText {max-width: 100%; text-align: center;}
	#header .hdPhone {margin-left: 0;}
	.gallery li img {height: 150px;}
	.cnMid .midItem {width: 50%; text-align: center; padding: 5px 5px 10px;}
	.cnMid .midItem figure {display: block;}
	.cnMid .midItem img {width: 100%;}
	.cnBot {padding: 30px 0;}
	.cnBot .botWrap {flex-direction: column;}
	.cnBot .botCol {width: 100%; margin-bottom: 20px; padding: 20px 10px;}
	#footer {padding: 30px 0 0;}
	#footer .ftWrap {margin: 50px 0 0; flex-direction: column;}
	#footer .ftCol {text-align: center; width: 100%; margin-bottom: 30px;}
	#footer .ftCol h4 {margin-bottom: 20px;}
	#footer .ftCtc ul {margin: 0 auto;}
	#footer .ftCtc ul li {flex-direction: column; justify-content: center;}
	#footer .ftCtc ul li i {top: 0; margin-bottom: 10px; margin-right: 0;}
	#footer .ftForm form {margin: 0 auto; text-align: center;}
	#footer .ftNav {display: none;}
	#footer .copyright {margin-top: 20px;}
	.release-page #content .rowItem {width: 100%; padding: 10px 0 20px;}

	/*inner form*/
	.contact-page .ctc-form .dflex {flex-direction: column;}
	.contact-page .ctc-form .dflex .col {width: 100%; padding: 0;}

  .inner #content .innerLogo li {width: 33.33%;}

}

@media screen and (max-width: 768px) {
  .innerBanner img { min-height: 180px; object-fit: cover; }
  .innerBanner .bnCaption { bottom: 15px; }

  .article-item { padding: 10px; }
  .article-item h3 { font-size: 22px; }
  .article-item p { font-size: 16px; }
}

@media screen and (max-width: 600px) {
	h1, h2 {font-size: 40px;}
  .inner #content h2 {font-size: 35px;}
	h3 {font-size: 25px;}
	.gallery li {width: 31.5%;}
	img.fr, img.fl {float: none; margin: 0 auto 20px; display: block;}
  .inner #content .innerLogo li {width: 50%;}
  .contact-page #map {padding-top: 0;}
  .contact-page #map iframe {height: 350px;}
}

@media screen and (max-width: 480px) {
	h1, h2 {font-size: 35px;}
  .inner #content h2 {font-size: 30px;}
	.cnMid .midItem {width: 100%;}
	.gallery li {width: 47%;}
	.gallery li img {height: 110px;}
	#footer .g-recaptcha > div {transform: scale(.93); transform-origin: 0 0;}
	.release-page #content .rowItem iframe {height: 215px;}
}