/*!
Theme Name: clmcaa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clmcaa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

clmcaa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0863B1;
}


a:hover{
	color: #56B1F2;
}

a:focus {
	outline:none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* Common */
body{overflow-x: hidden;}
.d-flex{display: flex;flex-wrap: wrap;}
.justify-between{justify-content: space-between;}
.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.align-center{align-items: center;}
.align-start{align-items: flex-start}
.align-end{align-items: flex-end}
.text-white{color: #fff;}
.text-center{text-align: center;}
a,.transition{ -webkit-transition: all .6s ease;-moz-transition: all .6s ease;-ms-transition: all .6s ease;-o-transition: all .6s ease;transition: all .6s ease;}


/* Header */
.main-navigation ul.menu > li > a{position: relative;}
.main-navigation ul.menu > li > a:hover,.main-navigation ul.menu > li.current-menu-item > a{color:  #0863B1}
.main-navigation ul.menu > li > a:before{position: absolute;bottom: -3px;height: 2px;width: 0%;background-color: #0863B1;content: '';left: 0;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.current-menu-item > a:before{width: 100%;}
.drawer .drawer-navigation li.current-menu-item > a{color: #0863B1}


/* Footer */
.site-footer{padding-top:85px;}
.site-footer p{font-size: 17px;line-height: 21px;margin: 0px;}
.site-footer .footer-top{padding-bottom: 68px;border-bottom: 1px solid #0863B11A}
body .social a{height: 55px;width: 55px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: rgba(8, 99, 177,.1);position:relative;border: 2px solid transparent;overflow: hidden;}
body .social a:before{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background-color: #fff;transform: translateY(100%); -webkit-transition: all .6s ease;-moz-transition: all .6s ease;-ms-transition: all .6s ease;-o-transition: all .6s ease;transition: all .6s ease;opacity: 0;}
body .social a img{position: relative;z-index: 2;}
body .social a:hover:before{transform: translateY(0%);opacity:1;}
body .social a:not(:last-child){margin-right: 18px;}
.site-footer .footer-middle{padding-top:39px;padding-bottom: 38px;border-bottom: 1px solid #0863B11A}
.site-footer .footer-middle .m-col{width: 33.33%}
.site-footer .footer-middle .m-col:not(:last-child){border-right: 1px solid rgba(8, 99, 177,.1)}
.site-footer .footer-middle .m-col:first-child{padding-right: 100px;}
.site-footer .footer-middle .m-col:nth-child(2){padding: 0px 67px;}
.site-footer .footer-middle .m-col:last-child{padding-left: 123px;}
.site-footer .footer-middle .m-col:nth-child(2) .icon{margin-top: 3px;}
.site-footer .footer-middle .m-col .icon{width:45px;}
.site-footer .footer-middle .m-col .text{width: calc(100% - 45px);}
.site-footer .footer-middle .m-col h3{font-size:27px;color:#0863B1;line-height:27px;font-weight: 700;margin-bottom:10px;}
.site-footer .footer-middle .m-col p{color: #4C4C4C}
.site-footer .footer-middle .m-col a{font-size: 17px;}
.site-footer .footer-middle .m-col .text-short{padding-bottom: 10px;}
.site-footer .footer-middle .m-col a{font-weight: 700;color: #0863B1;text-decoration: none;word-wrap: break-word;}
.site-footer .footer-middle .m-col a:hover{opacity: .8}
.site-footer .footer-bottom{padding-top: 33px;padding-bottom: 27px;}
.site-footer .footer-bottom p{margin: 0px;color: rgba(0, 0, 0, 0.41);}



/* Home Menu */
.home-menu{position: relative; background-repeat: no-repeat;background-position:top center;background-size:cover;}
.home-menu .menu-wrap{position: relative;z-index: 2;padding-top: 186px;}
.home-menu:before{content: '';width: 100%;height:100%;position: absolute;left: 0;top: 0;background-color: rgba(8, 99, 177, .85);}
.home-menu:after{content: '';width: 100%;height:21%;position: absolute;left: 0;bottom:-2px;background-color:#fff;}
.home-menu .menu-wrap .top-shape{width: 100%;position: absolute;left: 0;top:-1px;display: flex;}
.home-menu .menu-wrap .top-shape img{width: 100%;}
.home-menu .menu-top{padding-bottom:40px;}
.home-menu h2{margin-bottom: 0px;}
.home-menu .menu-wrap .left-a{margin-right: 25px;}
.home-menu .menu-wrap .menu-top .title{width: 100%;}
.home-menu .menu-wrap .menu-arrow{padding-right: 26px;}
.home-menu .menu-wrap .menu-arrow a{display: flex;position: relative;}
.home-menu .menu-wrap .menu-arrow a:after{content: '';background-color: rgba(255, 255, 255,.1);height: 53px;width: 53px;border-radius: 50%;position: absolute;top: -17px;-webkit-transition: all .6s ease;-moz-transition: all .6s ease;-ms-transition: all .6s ease;-o-transition: all .6s ease;transition: all .6s ease;}
.home-menu .menu-wrap .menu-arrow a.left-a:after{left: -26px;}
.home-menu .menu-wrap .menu-arrow a.right-a:after{right: -26px;}
.home-menu .menu-wrap .menu-arrow a.left-a:hover:after{left: -16px;}
.home-menu .menu-wrap .menu-arrow a.right-a:hover:after{right: -16px;}
.home-menu .menu-wrap .m-col .m-col-inner{background-color: #fff;box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.07);border-radius: 15px;padding: 8px;height: 100%;}
.home-menu .menu-wrap .m-col{padding: 20px;}
.home-menu .menu-wrap .slick-list{margin: 0px -20px;}
.home-menu .menu-wrap .m-col .img-wrap{overflow: hidden;}
.home-menu .menu-wrap .m-col .img-wrap a{width: 100%;height: 100%; overflow: hidden;}
.home-menu .menu-wrap .m-col .img-wrap img{width: 100%;border-radius: 15px;height: 300px;object-fit: cover;}
.home-menu .menu-wrap .m-col .text{padding:43px 15px 37px 15px;}
.home-menu .menu-wrap .m-col .text h3{margin: 0px;}
.home-menu .menu-wrap .m-col .text h3 a{color:rgba(7, 53, 88, 1);}
.home-menu .menu-wrap .m-col .text h3 a:hover{color: #0863B1;}
.home-menu .menu-wrap .m-col .text .menu-link{display: flex;align-items: center;font-size: 20px;font-weight: 600;color: #0863B1; }
.home-menu .menu-wrap .m-col .text .menu-link svg{display: inline-block;margin-left: 21px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.home-menu .menu-wrap .m-col .text .menu-link:hover{opacity: .80;}
.home-menu .menu-wrap .m-col .text .menu-link:hover svg{-webkit-animation: arrow-horizontal-move 1s linear infinite;animation: arrow-horizontal-move 1s linear infinite;}
.home-menu .menu-wrap .m-col .img-wrap a:hover img{transform: scale(1.1)}


/* locations */
.locations{background-image: url(assets/images/location-bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: top center;padding-top: 114px;padding-bottom: 75px;}
.locations .locations-wrap .map-wrap,.locations .locations-wrap .text{width:50%;}
.locations .locations-wrap .map-wrap{background: linear-gradient(180deg, #EAEBBD 0%, rgba(255, 255, 255, 0) 100%);padding: 16px 14px 14px 14px;border-radius: 19px;}
.locations .locations-wrap .map-wrap iframe{width: 100%;height:100%;    border-radius: 19px;overflow: hidden}
.locations .locations-wrap .main-location{padding-bottom: 10px;}
.locations .locations-wrap .text{padding-left: 113px;}
.locations .locations-wrap .text h2{margin-bottom: 0px;padding-bottom:20px;}
.locations .locations-wrap .text h6{color: #0863B1;font-size: 21px;font-weight: 700;letter-spacing: -0.02em;margin: 0px;padding-bottom: 10px;}
.locations .locations-wrap .text p{color:#51728A;font-size: 21px;font-weight:400;letter-spacing: -0.02em;margin: 0px;line-height: 26px;padding-bottom: 10px;}
.locations .locations-wrap .text a{color:#51728A;font-size:19px;font-weight:700;letter-spacing:-0.02em;margin: 0px;line-height: 24px;}
.locations .locations-wrap .text .c-number:last-child{margin-top: 10px;}
.locations .locations-wrap .other-locations .c-number:last-child{margin-top:0px;}
.locations .locations-wrap .text a img, .locations .locations-wrap .text a svg{margin-right: 20px;}
.locations .locations-wrap .text .c-phone-n a img{margin-right: 24px;}
.locations .locations-wrap .l-col{padding-bottom: 21px;margin-bottom: 21px;position: relative}
.locations .locations-wrap .l-col:after{content: '';height: 1px;width: 100%;position: absolute;left: 0;bottom: 0;background: linear-gradient(90deg, rgba(8, 99, 177, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);}
.locations .locations-wrap .other-locations  .l-col:after{max-width: 280px;}
.locations-inner{max-height: 330px;overflow: hidden;}
.locations-inner .mCSB_scrollTools .mCSB_draggerContainer:after{content: '';height: 100%;width: 4px;background: #E9E9E9;position: absolute;right: 6.5px;top: 0px;}
.locations-inner .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger_bar{background-color: #0863B1 !important;border-radius: 0px;}
.locations-inner .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail{display: none;}
.locations .locations-wrap .main-location .l-col{padding-bottom: 52px;}


/* Contact Us */
.contact-us{background-color: #F8FAFD;padding-top:118px;padding-bottom: 112px;position: relative;}
.contact-us:after{content: '';background-image: url(assets/images/contact-shape.png);width: 100%;height: 100%;left: 0;position: absolute;top: -65px;z-index: -1;}
.contact-us .container{position: relative;z-index: 2;}
.contact-us h2{margin-bottom: 24px;}
.contact-us p{font-size: 21px;line-height: 37px;letter-spacing:-0.02em;color: #51728A;font-weight: 500;}
.contact-us .text{width:39.84%;padding-right: 139px;}
.contact-us .form-wrap{width: 60.16%;background: linear-gradient(180deg, #EAEBBD 0.08%, rgba(255, 255, 255, 0) 100%);padding: 12px 12px 12px 14px;border-radius: 7px;}
.contact-us .form-wrap .wpcf7{background-color: #fff;border-radius: 7px;padding: 49px 42px 70px 42px}
.contact-us .form-wrap .wpcf7 input:not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),.contact-us .form-wrap .wpcf7 select,.contact-us .form-wrap .wpcf7 textarea{border: 1px solid #0000001A;height: 69px;font-size: 18px;color: #4C4C4C;padding: 0px 21px;color: rgba(76, 76, 76, .5);max-width: 100%;width: 100%;border-radius: 5px;}
.contact-us .form-wrap .wpcf7 input:not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])::placeholder,.contact-us .form-wrap .wpcf7 textarea::placeholder{color: rgba(76, 76, 76, .5);}
.contact-us .form-wrap .wpcf7 textarea{height:149px;padding-top: 24px;}
.contact-us .form-wrap .wpcf7 .col > p{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact-us .form-wrap .wpcf7 .col > p span.wpcf7-form-control-wrap{display: inline-block;width:100%;margin-bottom: 20px;}
.contact-us .form-wrap .wpcf7 .two-col > p span.wpcf7-form-control-wrap{width:calc(50% - 10px);}
.contact-us .form-wrap .wpcf7 .col:nth-last-child(3) > p span.wpcf7-form-control-wrap {margin-bottom: 0;}
input:not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):focus,.contact-us .form-wrap .wpcf7 textarea:focus,.contact-us .form-wrap .wpcf7 select:focus{outline: none;box-shadow: none}
.contact-us .form-wrap .wpcf7 p{margin-bottom: 0px;}
.contact-us .form-wrap .wpcf7 button{margin-top: 38px;cursor: pointer;padding-top: 13px;transition: .5s ease all;-webkit-transition: .5s ease all;-moz-transition: .5s ease all;outline: none;border:none;box-shadow: none;}
.contact-us .form-wrap .wpcf7 button svg{transition: .5s ease all;-webkit-transition: .5s ease all;-moz-transition: .5s ease all;}
.contact-us .form-wrap .wpcf7 button:hover svg{-webkit-animation: arrow-horizontal-move 1s linear infinite;animation: arrow-horizontal-move 1s linear infinite;}
.contact-us .form-wrap .wpcf7  input:not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]).wpcf7-not-valid,.contact-us .form-wrap .wpcf7 select.wpcf7-not-valid,.contact-us .form-wrap .wpcf7 textarea.wpcf7-not-valid{border-color: #dc3232 !important}
.contact-us .form-wrap .wpcf7 select::-ms-expand{display: none;}
.contact-us .form-wrap  .wpcf7 select.wpcf7-not-valid{border-color: #dc3232 !important;}
.contact-us .form-wrap  .wpcf7 select{ -webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';background-image: url(assets/images/dropdown-a.png);background-repeat: no-repeat;background-position: right 18px center;padding-right: 33px;}


/* Community Action */
.community-action{background-repeat: no-repeat;background-position:left center;padding-top: 220px;padding-bottom: 138px;position: relative;}
.community-action .gradient-overlay{width: 100%;height: 100%;position: absolute;right: 0;top: 0;background: linear-gradient(270deg, #0863B1 0%, rgba(8, 99, 177, 0.95) 26.49%, rgba(8, 99, 177, 0.92) 44.72%, rgba(8, 99, 177, 0.85) 50.67%, rgba(8, 99, 177, 0.67) 57.57%, rgba(8, 99, 177, 0.28) 71.82%, rgba(8, 99, 177, 0) 83.5%, rgba(8, 99, 177, 0) 100%);}
.community-action .community-wrap{position: relative;z-index: 9;}
.community-action .community-wrap .community-inner{max-width: 757px;margin-left: auto;}
.community-action .community-wrap .community-inner h2{margin-bottom: 29px;}
.community-action .community-wrap .community-inner p{font-weight: 500;font-size:21px;line-height: 37px;letter-spacing:-0.02em;margin-bottom: 44px;}
.community-action .community-wrap .community-inner a{font-weight:600;font-size:24px;line-height: 37px;letter-spacing:-0.02em;margin-bottom:37px;display: inline-block}
.community-action .community-wrap .community-inner a span{text-decoration: underline}
.community-action .community-wrap .community-inner a svg{display: inline-block;margin-right: 20px;}
.community-action .community-wrap .c-col{width: 50%}
.community-action .community-wrap .c-col a:hover{color: #fff}
.community-action .community-wrap .c-col a:hover span{text-decoration: none;}
.community-action .community-wrap .c-col a:hover svg{margin-right: 10px;}
/*.community-action .community-wrap .c-col a:hover svg path{fill:#0863B1}*/


/* Icon CTA */
.icon-cta-col .cta-icon svg,.how-we-help-icon svg{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.icon-cta-col.animation-done .cta-icon svg{transform: rotate(360deg)}
.cta-link svg ,.how-we-help-link svg{transition: .5s ease all;-webkit-transition: .5s ease all;-moz-transition: .5s ease all;}
.cta-link:hover svg, .how-we-help-link:hover svg {-webkit-animation: arrow-horizontal-move 1s linear infinite;animation: arrow-horizontal-move 1s linear infinite;}


/* Services */
.service-foot{position: relative;z-index: 2;}
.service-img .img-wrap{border-radius: 15px;overflow: hidden;position: relative;height: 250px;}
.service-img .img-wrap img{position: relative;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.service-col a:hover .img-wrap img{transform: scale(1.2);}
.service-col a svg{position:relative;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.service-col a:hover svg{-webkit-animation: arrow-horizontal-move 1s linear infinite;animation: arrow-horizontal-move 1s linear infinite;}


/* Button Hover */
.btn svg,.btn-icon svg{transition: .5s ease all;-webkit-transition: .5s ease all;-moz-transition: .5s ease all;}
.btn:hover svg,.btn-icon:hover svg{-webkit-animation: arrow-horizontal-move 1s linear infinite;animation: arrow-horizontal-move 1s linear infinite;}

/* How we help */
.menu-arrow-mobile{display: none;}

.text-short strong {margin-bottom: 6px;display: inline-block;}
.view-map-text{margin-bottom: 3px;}
.f-phone-number {margin-bottom: 7px !important;}

.home-menu{background-color: rgba(8, 99, 177);mix-blend-mode: multiply;}
.home-menu:before{display: none;}

.logo-member{margin-top: 20px;}
.logo-member img{max-width: 300px;}
.wpcf7 form .wpcf7-response-output{margin-bottom: 0;}

@media only screen and (max-width:1300px){
    .site-footer .footer-middle .m-col:last-child{padding-left: 80px;}
    .home-menu .menu-wrap{padding-top: 125px;}
    .site-footer .footer-middle .m-col:first-child{padding-right: 70px;}
    .site-footer .footer-middle .m-col:nth-child(2){padding: 0px 40px;}
    .home-menu .menu-wrap .m-col .text h3{font-size: 20px;}
    .home-menu .menu-wrap .m-col{padding: 20px 10px;}
    .home-menu .menu-wrap .slick-list{margin: 0px -10px;}
    .home-menu .menu-wrap .m-col .text .menu-link svg{margin-left: 12px;}
    .home-menu .menu-wrap .m-col .text .menu-link{font-size: 16px;}
    .home-menu .menu-wrap .m-col .text {padding: 23px 5px 16px 5px;}
    .contact-us .text{padding-right: 65px;}
    .locations .locations-wrap .text{padding-left: 65px;}
    h2, .h2{font-size: 45px;}
   .logo-member img {max-width: 200px;}
}

@media only screen and (max-width:1100px){
    .site-footer .footer-middle .m-col:last-child{padding-left: 40px;}  
    .site-footer .footer-middle .m-col:first-child{padding-right: 40px;}
}
@media only screen and (max-width:1023px){
    .site-footer .footer-middle .m-col:first-child{padding-right: 20px;}
    .site-footer .footer-middle .m-col:nth-child(2){padding: 0px 20px;}
    .site-footer .footer-middle .m-col:last-child{padding-left: 20px;}
    .site-footer .footer-middle .m-col h3{font-size: 22px;line-height: 22px;}
    .site-footer p,.site-footer a{font-size: 14px;line-height: 18px;}
    .site-footer .footer-top .footer-log{max-width: 400px;}
    .contact-us{padding: 80px 0px;}
    .contact-us .text{padding-right: 0px;padding-bottom:40px;width: 100%;text-align: center;    max-width: 76%;
    margin: 0 auto;}
    .contact-us .form-wrap{width: 100%;}
    .contact-us p{font-size: 18px;line-height: 28px;}
    .contact-us .form-wrap .wpcf7 input:not([type=button]):not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .contact-us .form-wrap .wpcf7 select{height: 55px;}
    .locations .locations-wrap .text{padding-left: 34px;}
    h2, .h2 {font-size: 38px;}
    .locations .locations-wrap .text p{font-size: 18px;line-height: 24px;}
    .locations .locations-wrap .text h6{font-size: 20px;}
    .locations .locations-wrap .main-location .l-col{padding-bottom: 21px;}
    .locations .locations-wrap .text a{font-size: 16px;}
    .locations .locations-wrap .text a img, .locations .locations-wrap .text a svg{margin-right: 10px;}  
	.locations .locations-wrap .text .c-phone-n a img{margin-right: 14px;}
    .locations{padding: 80px 0px}
	.community-action .community-wrap .community-inner a{margin-bottom: 25px;}
	.contact-us:after{top: -37px;}
}
@media only screen and (max-width:767px){
    .site-footer .footer-top .footer-log{max-width: 100%;margin-bottom: 31px;}
    .site-footer .footer-top .footer-log img{max-width:380px;width: 100%;}
    body .social a{height: 52px;width: 52px;}
    .site-footer .footer-top{padding-bottom: 40px;border: none;position: relative;}
    .site-footer .footer-middle{border: none;position:relative;padding-top: 5px;}
    .site-footer .footer-top:after,.site-footer .footer-middle:after{content: '';height: 1px;width: calc(100% + 40px);left: -20px;background-color: #0863B11A;position:absolute;bottom: 0px;}
    .site-footer .footer-middle .m-col:first-child,.site-footer .footer-middle .m-col:nth-child(2),.site-footer .footer-middle .m-col:last-child{padding:26px 0px 32px 0px;border: none;width: 100%;}
    .site-footer .footer-middle .m-col:first-child,.site-footer .footer-middle .m-col:nth-child(2){border-bottom:1px solid #0863B11A;}
    .site-footer .footer-middle .m-col .text-short{max-width: 250px;font-size: 16px;line-height: 20px;}
    .site-footer .footer-middle .m-col .icon img{max-width: 28px;}
    .site-footer .footer-middle{padding-bottom: 0px;}
    .home-menu .menu-wrap .slick-list {margin: 0px -20px;}
    .home-menu .menu-wrap{padding-bottom: 73px;}
    .home-menu:after,.home-menu .menu-wrap .menu-top .title .menu-arrow{display: none;}
    .home-menu .menu-wrap .menu-arrow{justify-content: center;margin-top: 45px;padding-left: 26px;margin-left: -23px;}
    .home-menu .menu-wrap .menu-top .title{text-align: center;}
    h2, .h2{font-size: 46px;width: 100%;}
    .home-menu .menu-wrap .left-a{margin-left: 20px;}
    .home-menu .menu-wrap .menu-arrow a.left-a:after{left: -23px;}
    .home-menu .menu-wrap .menu-arrow a.right-a:after{right: -23px;}
    .home-menu .menu-wrap .m-col{padding-top: 0px;padding-bottom: 0px;}
    .contact-us,.locations{padding:60px 0px;}
    .contact-us .text{max-width: 100%;}
 
    .contact-us .form-wrap .wpcf7 .two-col > p span.wpcf7-form-control-wrap{width: 100%;}
    .contact-us p {font-size: 16px;line-height: 26px;}
    .contact-us .text{padding-bottom: 30px;}
    .locations .locations-wrap .map-wrap, .locations .locations-wrap .text{width: 100%;}
    .locations .locations-wrap .text{padding-left: 0px;}
    .locations .locations-wrap .map-wrap iframe{height: 350px;}
    .locations .locations-wrap .map-wrap{padding: 13px;}
    .home-menu .menu-wrap{padding-top: 100px;}
  
    .home-menu .menu-wrap .m-col .text .menu-link{justify-content: center;}
    .home-menu .menu-wrap .top-shape{top: 0px;}
    .home-menu .menu-wrap .m-col .m-col-inner{position: relative;}
    .home-menu .menu-wrap .m-col:not(.slick-center) .m-col-inner:after{content: '';position: absolute;left: 0;top: 0;height: 100%;width: 100%;background-color: rgb(8, 99, 177);opacity: .6;border-radius: 15px;}
    .site-footer{padding-top: 53px;}
    .locations{background-image: url(assets/images/bg-img-mobile.jpg);    background-position: bottom right;}

    .home-menu .menu-wrap{padding-top: 60px;}
    .community-action .gradient-overlay{    background: linear-gradient(360deg, #0863B1 82.26%, rgba(8, 99, 177, 0.95) 36.38%, rgba(8, 99, 177, 0.92) 51.6%, #0863B1 61.47%, #0863B1 69.04%, rgba(8, 99, 177, 0.61) 75.41%, rgba(8, 99, 177, 0.28) 81.47%, rgba(8, 99, 177, 0) 86.49%, rgba(8, 99, 177, 0) 97.75%);}
    .menu-arrow-mobile{display: flex;}
	.contact-us .form-wrap .wpcf7{padding: 48px 36px 65px 36px;}
	.locations .locations-wrap .text p {font-size: 16px;line-height: 20.16px;}
	.locations .locations-wrap .text a {font-size: 15px;line-height: 19px;}
	.home-menu .menu-wrap .m-col .text {padding: 30px 5px 16px 15px;}
	

}
@media (max-width:599px) {
.contact-us .form-wrap .wpcf7{padding: 40px 20px;}
.home-menu .menu-wrap .m-col .text{flex-direction: column;align-content: center;justify-content: center;}
.home-menu .menu-wrap .m-col .text .menu-link{margin-top: 5px;}
}
