/*
Theme name: Calton
Description: Custom Theme
*/

/******* Calton WordPress CSS *******/

/* Common elements styling */
.single-post-content h1 { padding-bottom: 15px; }
.single-post-content h2 { padding-bottom: 15px; }
.single-post-content h3 { padding-bottom: 15px; }
.single-post-content h4 { padding-bottom: 15px; }
.single-post-content h5 { padding-bottom: 15px; }
.single-post-content h6 { padding-bottom: 15px; }

.single-post-content ul { margin: 10px 0 10px 25px; }
.single-post-content ol { margin: 10px 0 10px 25px; }
.single-post-content p { padding-bottom: 25px;  }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; }

/******* /Calton WordPress CSS *******/

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

*:before,
*:after { box-sizing: border-box; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; }

body { font-smoothing: antialiased; }

img { border: 0; vertical-align: middle; max-width: 100%; height: auto; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; font-smoothing: antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 280px; background: #fff; font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 20px; line-height: 2; color: #666; }

p { padding-bottom: 25px; }
ul {
/*padding-bottom: 20px;*/
padding: 0 0 25px 40px;
}

a { color: #1aaae2; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }

h1 { font: 700 85px 'Roboto', sans-serif; color: #2a2f43; }
h2 { font: 700 60px 'Roboto', sans-serif; color: #2a2f43; }
h3 { font: 35px 'Roboto', sans-serif; color: #2a2f43; padding-top: 30px; }
h4 { font: 30px 'Roboto', sans-serif; }
h5 { font: 25px 'Roboto', sans-serif; }
h6 { font: 20px 'Roboto', sans-serif; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.shell:after,
.header-inner:after,
.row:after,
.cols:after,
.main:after,
.features:after,
.section-half:after,
.members:after,
.slider-testimonials .slide:after,
.article:after,
.article-align:after,
.section-contact:after,
.clear:after { content: ''; line-height: 0; display: table; clear: both; }

/*  Notext  */

.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

/*  Alignment  */

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.fullscreen-image { display: none !important; }
.fullscreen-image-container { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { position: relative; height: 100%; }

.wrapper-inner-secondary,
.wrapper-inner { min-height: 100%; position: relative; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container-secondary {  background: #f2efef; }
.container-secondary .shell { padding: 82px 82px 38px; max-width: 100%; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1200px; margin: auto; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 0; left: 0; width: 100%; padding: 13px 50px 0; z-index: 99; background: #fff;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	  	backface-visibility: hidden;
}
.header .logo { position: absolute; top: 50%; left: 50px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header .shell { max-width: 100%; }
.header .header-content { float: right; width: 76%; text-align: right; }
.header .header-inner { padding-bottom: 28px; }
.header .btn-access + .btn-access { margin-left: 35px; }

/* ------------------------------------------------------------ *\
	Header Secondary
\* ------------------------------------------------------------ */

.header-secondary { padding: 0; position: relative; }
.header-secondary .shell { display: table; width: 100%; }
.header-secondary .header-content { display: table-cell; width: 100%; background: url(images/header-bg.png) repeat 0 0; padding: 40px 80px; }
.header-secondary .header-aside { display: table-cell; width: 315px; background: #2a2f43; padding: 20px 25px; text-align: center; vertical-align: middle; }
.header-secondary .header-inner { padding-bottom: 0; position: relative; float: right; }
.header-secondary .header-inner a + a { margin-left: 40px; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { font-size: 23px; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.nav li { list-style-type: none; display: inline-block; position: relative; }
.nav li:last-child a { padding-right: 0; }
.nav li a { color: #666; display: inline-block; padding: 5px 42px 49px; }
.nav li a:hover { text-decoration: none; color: #ef8c4a; }

.nav .sub-menu { position: absolute; top: 100%; width: 260px; font-size: 17px; background: rgba(255,255,255,.9); text-align: center; padding: 15px 0; left: 50%; opacity: 0; visibility: hidden;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.nav .sub-menu li { display: block; }
.nav .sub-menu li a { color: #898989; padding: 20px 0;  }
.nav .sub-menu li a:hover { color: #003663; }

.nav li:hover .sub-menu { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

.nav-outer { background: #e5e4e4; position: absolute; top: 0; left: 0; width: 315px; bottom: 0; z-index: 51; min-height: 100%; }
.nav-outer h4 { text-transform: uppercase; color: #2a2f43; font-weight: 700; }
.nav-outer .nav-container { padding: 200px 0 50px 25px;  }
.nav-outer .mobile { display: none; }

.nav-secondary { font-size: 17px; text-transform: uppercase; font-weight: 500; position: relative; z-index: 20; }
.nav-secondary li { list-style-type: none; padding: 30px 0 0; position: relative; display: block; margin-bottom: 50px; }
.nav-secondary li a { color: #2a2f43; display: block; padding: 20px 0; position: relative; }
.nav-secondary li a:hover { text-decoration: none; color: #1aaae2; }

.nav-secondary ul > li.menu-item-has-children > a:after,
.nav-secondary ul > li.menu-item-has-children > a:before {content:''; height:4px; width:30px; display:block; background:#2a2f43; position:absolute; top:35px; right: 37px; }
.nav-secondary ul > li.menu-item-has-children > a:after{ height:30px; width:4px; top:22px; right:50px; }
.nav-secondary li.menu-item-has-children:hover a:before,
.nav-secondary li.menu-item-has-children:hover a:after { background: #1aaae2; }

.nav-secondary .sub-menu { background: #1aaae2; position: absolute; top: 0; left: 100%; width: 300px; text-align: center; opacity: 0; visibility: hidden; z-index: 10; }
.nav-secondary .sub-menu li:hover a { background: #2a2f43; }
.nav-secondary .sub-menu li a { color: #fff; }

.nav-secondary .sub-menu li .sub-menu { position: absolute; top: 0; left: 100%; background: #2a2f43; opacity: 0; visibility: hidden; }
.nav-secondary .sub-menu li .sub-menu li { margin: 0; padding: 0; }

.nav-secondary .sub-menu li:hover .sub-menu  { opacity: 1; visibility: visible; }

.nav-secondary li:hover .sub-menu { left: 100%; opacity: 1; visibility: visible; }
.nav-secondary li:hover .sub-menu .sub-menu { opacity: 0; visibility: hidden;  }
.nav-secondary li .sub-menu li:hover .sub-menu { opacity: 1; visibility: visible; }

.nav-secondary .close { position: absolute; top: 10px; right: 0; z-index: 10; display: none; }

.nav-secondary ul > li ul.sub-menu li.menu-item-has-children > a:after,
.nav-secondary ul > li ul.sub-menu li.menu-item-has-children > a:before { display: none; }

/* ------------------------------------mm------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.owl-carousel { display: block !important; }

.slider-intro { font-size: 30px; line-height: 1.6; }
.slider-intro h1 { font-size: 65px; font-weight: 700; color: #fff; padding-bottom: 10px; }
.slider-intro p { padding-bottom: 20px; }
.slider-intro .slide { list-style-type: none; background-size: cover; background-position: center; height: 100vh; min-height: 750px; position: relative; color: #fff; }
.slider-intro .slide .slide-content { position: absolute; top: 50%; left: 50%; text-align: center; width: 100%; max-width: 1000px; margin: 0 auto; padding: 100px 30px 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.slider-intro .slide .fullscreen-image { display: none !important; }

.slider-intro .owl-nav { display: none; }

.owl-carousel .owl-dots { position: absolute; bottom: 40px; left: 0; width: 100%; text-align: center; }
.owl-carousel .owl-dot { display: inline-block; padding: 0 5px; }
.owl-carousel .owl-dot span { display: inline-block; background: #d4d6d9; width: 25px; height: 25px; border-radius: 50%; border: 2px solid #d4d6d9; }
.owl-carousel .owl-dot.active span { background: none; }

/*  slider-testimonials  */
.slider-testimonials .slide { position: relative; color: #fff; padding: 130px 70px 80px; }
.slider-testimonials .slide:before { content:''; background: rgba(42,47,67,.7); position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.slider-testimonials .slide-content { float: right; max-width: 870px; position: relative; z-index: 10; padding-bottom: 30px; }

.slider-testimonials .owl-nav { display: none; }

/*  slider  */
.slider { position: relative; margin-bottom: 32px; }
.slider .slide { height: 475px; padding: 40px 48px; }
.slider .slide h3 { color: #fff; line-height: 1.2; font-weight: 700; }
.slider .slide .slide-content {/* background: rgba(42,47,67,.35); */padding: 5px 25px;width: 100%;max-width: 520px;color: #fff;}
.slider .slide .slide-content a { font-size: 23px; font-weight: 700; text-decoration: underline; }

.slider .owl-prev,
.slider .owl-next { display: inline-block; background: rgba(239,140,74, .7) url(images/arrow-right.png) no-repeat center; width: 48px; height: 48px; background-size: 23px 36px; position: absolute; top: 50%; right: 0; font-size: 0; line-height: 0; text-indent: -4004px;
	-webkit-transform: translateY(-50% );
	    -ms-transform: translateY(-50% );
	     -o-transform: translateY(-50% );
	        transform: translateY(-50%);
}

.slider .owl-prev { left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	     -o-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.slider .owl-prev:hover,
.slider .owl-next:hover { background: rgba(239,140,74, 1) url(images/arrow-right.png) no-repeat center; width: 48px; height: 48px; background-size: 23px 36px; }

.slider .owl-carousel .owl-dots { bottom: 30px; }
.slider .owl-carousel .owl-dot span { background: #ef8c4a; border: none; }
.slider .owl-carousel .owl-dot.active span { background: #fff; }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { height: 700px; padding-top: 150px; position: relative; }
.intro h2 { font-size: 55px; color: #fff; display: inline-block; }
.intro .intro-content {position: absolute;top: 255px;left: 0;z-index: 10;/* background: rgba(42,47,67,.35); */padding: 32px 45px 40px;}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main { position: relative;
	-webkit-backface-visibility: hidden;
	  	backface-visibility: hidden;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #2a2f43; text-align: center; color: #fff; font-weight: 300; font-size: 14px; padding: 40px; position: relative; z-index: 50;}
.footer a:hover,
.footer a:focus { color: #1AAAE2; text-decoration: underline; }
.footer .footer-logo { margin-top: 30px; }
.footer .shell { max-width: 100%; padding: 0 80px; }
.footer li { list-style-type: none; display: inline-block;  }
.footer li a { color: #fff; }

.footer-nav { float: right; }
.footer-nav li { list-style-type: none; padding-bottom: 4px; opacity: .75; display: block; }
.footer-nav li a { color: #fff; }
.footer-nav li a:hover { text-decoration: none; }

.footer .col-size1 { text-align: left; }
.footer .col-size1:last-child { text-align: left; }
.footer .col-size2 { padding: 0 50px; }

.footer .footer-entry { max-width: 500px; margin: 0 auto; }

.footer-secondary { position: relative; }

.footer-secondary .leverage-logo { margin-top: 45px; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content { width: 100%; padding: 0 45px 45px; }
.content ul { padding-bottom: 25px; }

.content .intro { margin: 0 -45px 45px; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar { position: fixed; top: 0; right: 0; width: 355px; background: #e9eef3; bottom: 0; padding: 230px 0 0;overflow: hidden;
	-webkit-backface-visibility: hidden;
	  	backface-visibility: hidden;
}
.sidebar:before { content:''; background: url(images/icon.png) no-repeat center 180px; -webkit-background-size: contain; background-size: contain; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: .2; }

.sidebar.absolute { position: absolute; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

.search-form { position: relative; overflow: hidden; float: left; width: 490px; font-size: 18px; color: #585858; font-weight: 700; }
.search-form .search-field { display: block; width: 100%; border: 2px solid transparent; -webkit-appearance: none; border-radius: 0; background: #fff; padding: 24px 80px 22px 15px; }
.search-form span.screen-reader-text { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0;  }
.search-form .search-submit { position: absolute; top: 0; right: 0; background: #ebebeb url(images/ico-search.png) no-repeat center; width: 72px; height: 73px; background-size: 45px 46px; z-index: 10; font-size: 0; line-height: 0; text-indent: -4004px; border: none; }

.search-form .search-field:focus { background-color: #fff; border-color: #1aaae2; }
.search-form .search-field::-webkit-input-placeholder { color: #777; font-weight: 700; }
.search-form .search-field::-moz-placeholder { color: #777; font-weight: 700; }
.search-form .search-field:-ms-input-placeholder { color: #777; font-weight: 700; }
.search-form .search-field::placeholder { color: #777; font-weight: 700; }

.widgets { list-style: none outside none; position: relative; z-index: 10; height: 100%; overflow: auto; }
.widget { padding: 28px; }

.widget_categories .screen-reader-text { display: none; }
.widget_categories .post-form { width: 100%; padding: 5px; }

.widget_calendar table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.widget_calendar td,
.widget_calendar th { padding: 5px; border: 1px solid #000; }
.widget_calendar caption { padding: 12px; font-weight: bold; }
.widget_calendar tfoot { font-weight: bold; }

.widget_rss .rsswidget { vertical-align: middle; }
.widget_rss .rsswidget img { float: left; margin: 5px 8px 0 0; }

.widget.widget_nav_menu { font-size: 24px; font-weight: 700; }
.widget.widget_nav_menu li { list-style-type: none; display: block; }
.widget.widget_nav_menu li a { color: #666; display: block; padding: 25px; }
.widget.widget_nav_menu li a:hover { text-decoration: none; color: #1aaae2; }

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */

.section-updates { font-size: 15px; }
.section-updates p { padding-bottom: 10px; }

.section-updates h2 { font-size: 28px; color: #363636; font-weight: 700; padding-bottom: 15px; }
.section-updates h3 { font-size: 22px; color: #363636; font-weight: 700; padding-bottom: 0; }
.section-updates h4 { font-size: 19px; color: #363636; font-weight: 700; padding-bottom: 0; }

.section-updates .row { margin-bottom: 38px; }
.section-updates .row:last-child { margin-bottom: 0; }

.update { background: #fff; padding: 25px;
	   -webkit-box-shadow: 5px 5px 0px 0px rgba(229,229,229,1);
	 -moz-box-shadow: 5px 5px 0px 0px rgba(229,229,229,1);
	box-shadow: 5px 5px 0px 0px rgba(229,229,229,1);
}

.update-calendar .update-content { text-align: center; padding-top: 12px; }
.update-calendar .update-content h3 { padding-bottom: 20px;  }
.update-calendar .update-content img { display: block; margin: 12px auto 55px; text-align: center; }

/*  section-half  */
.section-half { width: 50%; font-size: 15px; background: none; padding: 0; }
.section-half .shell { background: #fff; padding: 25px; max-width: 100%; }

.section-half.alignleft { float: left; padding-right: 25px; }
.section-half.alignright { float: right; padding-left: 25px; }

/*  section-contact  */
.section-contact { font-size: 24px; line-height: 1.75; color: #6d6e71; display: table; width: 100%; }
.section-contact a { color: #1aaae2; text-decoration: none; }
.section-contact p { padding-bottom: 30px; }
.section-contact h1 { font-size: 45px; padding-bottom: 10px; }

.section-contact .section-entry { padding-bottom: 28px; }
.section-contact .section-aside { display: table-cell; width: 33.33%; padding: 72px 45px; background: #e9eef3; }
.section-contact .section-content { display: table-cell; width: 66.66%; padding: 65px 45px; }

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { position: relative; color: #2a2f43; font-size: 16px; font-weight: 400; color: #6d6e71; line-height: 2; }
.article img { margin-bottom: 50px; }
.article a { color: #1aaae2; font-weight: 700; }
.article h1 { font-size: 45px; }
.article h2 { font-size: 35px; }
.article h3 { font-size: 30px; }
.article h4 { font-size: 26px; }
.article h5 { font-size: 26px; }

.article p { padding-bottom: 35px; }

.article-align { font-size: 24px; line-height: 2; font-weight: 300; position: relative; color: #666; }
.article-align h2 { padding-bottom: 40px; color: #1aaae2; }
.article-align p { padding-bottom: 55px; }
.article-alignleft .article-content { float: left; width: 50%; min-height: 700px; }
.article-alignleft .article-content .article-entry { position: relative; padding: 108px; top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.article-alignleft .article-image { position: absolute; top: 0; bottom: 0; right: 0; width: 50%; background-size: cover; background-position: center center; min-height: 700px; z-index: 10; }


.article-single { font-size: 15px; line-height: 1.72; letter-spacing: 0.005em; background: #fff; padding: 25px; margin-bottom: 38px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(229,229,229,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(229,229,229,1);
box-shadow: 5px 5px 0px 0px rgba(229,229,229,1);
}
.article-single *:last-child { padding-bottom: 0; }
.article-single .article-title { padding-bottom: 11px; }

.article-single .article-head { padding-bottom: 27px; }

.article-single h1 { font-size: 28px; color: #363636; font-weight: 700; padding-bottom: 0; }
.article-single h2 { font-size: 22px; color: #363636; font-weight: 700; padding-bottom: 0; }
.article-single h3 { font-size: 19px; color: #363636; font-weight: 700; padding-bottom: 0; }
.article-single p { padding-bottom: 30px; }
.article-single a { color: #ef8c4a; font-weight: 700; }
.article-single ul { color: #555; padding-top: 4px; }
.article-single ul li { list-style-type: none; position: relative; padding-left: 10px; }
.article-single ul li a { color: #555; }
.article-single ul li:before { content:''; display: inline-block; border-radius: 50%; width: 5px; height: 5px; background: #ef8c4a; position: absolute; top: 9px; left: 0; }

/*  articles articles-small  */

.articles-small .article { list-style-type: none; display: table; width: 100%; color: #363636; line-height: 1.33; letter-spacing: 0.005em; font-size: 15px; margin-bottom: 42px; }
.articles-small .article h2 { padding-bottom: 0; font-size: 22px; color: #2a2f43; }
.articles-small .article p { padding-bottom: 0; }
.articles-small .article a { color: #ef8c4a; font-weight: 700; }
.articles-small .article .article-meta { color: #ef8c4a; font-style: italic; font-weight: 400; }
.articles-small .article .article-image { display: table-cell; vertical-align: top; width: 18%; }
.articles-small .article .article-image img { margin-bottom: 0; }
.articles-small .article .article-content { display: table-cell; vertical-align: top; padding-left: 20px; padding-bottom: 0; }

/* ------------------------------------------------------------ *\
	Forms
\* ------------------------------------------------------------ */

.gform_wrapper { width: 100% !important; margin: 0 !important; max-width: 100% !important; }
.gform_wrapper form .gform_body ul.gform_fields li.gfield { margin-bottom: 40px; font-size: 18px; color: #7d7d7d; list-style-type: none; }
.gform_wrapper form .gform_body ul.gform_fields li.gfield textarea { height: 200px; }
.gform_wrapper form .gform_body ul.gform_fields li.gfield textarea,
.gform_wrapper form .gform_body ul.gform_fields li.gfield input { margin: 0; padding: 22px 13px 19px; display: block; width: 100%; background: #e9eef3; border: none; border-radius: 0; -webkit-appearance: none; border: 2px solid transparent; }
.gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:focus,
.gform_wrapper form .gform_body ul.gform_fields li.gfield input:focus { border-color: #1aaae2; }
.gform_wrapper form .gform_footer { margin: 0; padding: 0; text-align: right; }
.gform_wrapper form .gform_footer .gform_button { background: none; display: inline-block; padding: 15px; border: 3px solid #1aaae2;  border-radius: 0; -webkit-appearance: none; font-size: 18px; color: #2cb0e4; text-align: center; text-transform: uppercase; width: 195px; font-weight: 700; }
.gform_wrapper form .gform_footer .gform_button:hover { background: #2cb0e4; color: #fff; }
.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=submit] { font-size: 18px; }

body .gform_wrapper form label.gfield_label + div.ginput_container { margin: 0; }
.gform_wrapper form .ginput_complex span.name_first,
.gform_wrapper form .ginput_complex span.name_last,
.gform_wrapper form .ginput_complex span.name_middle { min-height: auto; }

.gform_wrapper form .ginput_complex.ginput_container.has_first_name.no_middle_name.no_last_name span,
.gform_wrapper form .ginput_complex.ginput_container.no_first_name.has_middle_name.no_last_name span,
.gform_wrapper form .ginput_complex.ginput_container.no_first_name.no_middle_name.has_last_name span { width: 100%; }

.gform_wrapper form ::-webkit-input-placeholder { color: #898989; font-weight: 700; text-transform: uppercase; }
.gform_wrapper form ::-moz-placeholder { color: #898989; font-weight: 700; text-transform: uppercase; }
.gform_wrapper form :-ms-input-placeholder { color: #898989; font-weight: 700; text-transform: uppercase; }
.gform_wrapper form ::placeholder { color: #898989; font-weight: 700; text-transform: uppercase; }

/*  errors  */
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form li.gfield_html { max-width: 100%; }

.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error textarea,
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input { border: 2px solid #790000; }

.gform_wrapper form div.validation_error { display: none; }
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required { width: 100%; margin: 0 !important; }
.gform_wrapper form li.gfield.gfield_error,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background: none; border: none; }

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description { max-width: 100%; margin-top: 0; margin-bottom: 0; }

.gform_wrapper form li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper form li.gfield_error ul.gfield_checkbox,
.gform_wrapper form li.gfield_error ul.gfield_radio { display: none; }

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin: 0; }

/*  form-contact  */
.page-template-templatescontact-php .gform_wrapper .top_label .gfield_label { display: none; }

.name_first label { display: none; }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */

.select2.select2-container { width: 100% !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { font-weight: 700; text-transform: uppercase; color: #898989; }
.select2-container .select2-selection--single { height: auto; border-right-style: none; border: none; padding: 17px 15px 16px; background: #e9eef3; }
.select2-container--default .select2-selection--single { border-radius: 0; border: 2px solid transparent; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-right: 50px; padding-left: 0; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 0; margin: 0; height: 100%; text-align: center; width: 50px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { width: 0; height: 0; border-style: solid; border-width: 25px 15px 0 15px; border-color: #1aaae2 transparent transparent transparent; margin: 0; top: 50%; left: 0; height: auto;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { width: 0; height: 0; border-style: solid; border-width: 25px 15px 0 15px; border-color: #1aaae2 transparent transparent transparent;

	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	     -o-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

#input_3_3_3 { margin-bottom: 40px; }

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery { position: relative; overflow: hidden; padding-bottom: 20px; }
.gallery .wp-caption-text { right: 10px; bottom: 10px; left: 10px; }
.gallery-item { float: left; position: relative; padding: 10px; }
.gallery-item img { width: 100%; }

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.67%; }
.gallery-columns-7 .gallery-item { width: 14.29%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption { display: none; }

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging { padding: 0 0 20px; text-align: center; }
.paging ul { list-style: none outside none; }
.paging ul,
.paging li { display: inline-block; vertical-align: top; }
.paging li { padding: 0 2px; }
.paging a { display: inline-block; padding: 4px 10px; border: 1px solid #000; border-radius: 4px; }
.paging .current a,
.paging a:hover { text-decoration: none; background: #000; color: #fff; }

.paging-label { padding-right: 10px; }

.paging-first:before { content: '\00ab'; }
.paging-prev:before { content: '\2039'; }

.paging-next:before { content: '\203A'; }
.paging-last:before { content: '\00bb'; }

.main-content .paging-first:before,
.main-content .paging-prev:before,
.main-content .paging-next:before,
.main-content .paging-last:before { content: none; border: none; }

.main-content .paging-prev { float: left; }
.main-content .paging-next { float: right; }

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments { padding-top: 15px; }
.section-comments p { padding-bottom: 18px; }
.section-comments ol,
.section-comments ul { padding: 0; margin: 0; list-style: none outside none; }
.section-comments h3 { position: relative; padding: 0 0 10px; }
.section-comments h3 small { position: absolute; top: 0; right: 0; }

.comments,
.comments .children { position: relative; }
.comments .children:before,
.comments .children:after { content: ''; position: absolute; display: block; }
.comments .children:before { top: 33px; left: 23px; width: 32px; height: 27px; border-left: 8px solid #c3c3c3; border-bottom: 8px solid #c3c3c3; border-radius: 0 0 0 8px; }
.comments .children:after { top: -5px; left: 8px; border: 20px solid transparent; border-width: 20px 19px; border-bottom-color: #c3c3c3;  }

.comments .comment { position: relative; border-top: 1px dashed #363636; }
.comments .children { padding-left: 70px; }
.comments .avatar { position: absolute; top: 28px; left: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ccc; }
.comments .says { padding-left: 5px; }
.comments .moderation-notice { display: inline-block; margin: 3px 0 8px; color: #999; }

.comments .comment-entry { position: relative; padding: 30px 0 30px 65px; }

.comments .comment-text p:last-child { padding-bottom: 0; margin-bottom: 0; }

.comments .comment-meta { padding-bottom: 12px; }
.comments .comment-meta a { color: #363636; }

.comments .comment-reply { padding-top: 10px; text-align: right; }
.comments .comment-reply a { display: inline-block; padding: 5px 10px; background: #363636; color: #fff; border-radius: 6px; }
.comments .comment-reply a:hover { text-decoration: none; opacity: .8; }

.comment-respond { width: 100%; padding-top: 30px; border-top: 1px solid #363636; }
.comment-respond h3 { position: relative; }
.comment-respond small { position: absolute; top: 0; right: 0; }
.comment-respond .required { color: #e40000; }
.comment-respond label { display: block; padding-bottom: 4px; }
.comment-respond input[type="text"],
.comment-respond textarea { display: block; width: 80%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7;  }
.comment-respond textarea { width: 100%; height: 100px; }
.comment-respond input[type="text"]:focus { background-color: #fff; }
.comment-respond input[type="text"]::-webkit-input-placeholder { color: #777; }
.comment-respond input[type="text"]::-moz-placeholder { color: #777; }
.comment-respond input[type="text"]:-ms-input-placeholder { color: #777; }
.comment-respond input[type="text"]::placeholder { color: #777; }

.comment-respond textarea { width: 100%; }
.comment-respond .comment-notes { padding-top: 15px; }
.comment-respond .form-submit input { display: block; width: 160px; height: 40px; border: 0; font-size: 14px; font-weight: bold; color: #fff; background: #363636; cursor: pointer; border-radius: 4px; }

.nocomments { padding-top: 12px; font-weight: bold; font-size: 18px; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/*  googlemap  */
#googlemap { height: 750px; width: 100%; }

/*  features  */
ul.features { padding: 0; }
.feature { list-style-type: none; background-size: cover; background-position: center; float: left; width: 33.33%; height: 640px; position: relative; color: #fff; font-size: 25px; line-height: 1.92; font-weight: 300; }
.feature h4,
.feature h3 { color: #fff; text-transform: uppercase; padding-bottom: 8px; }
.feature p { padding-bottom: 28px; }
.feature:after { content:''; background: #000; opacity: .3; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.feature .feature-content { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; z-index: 10;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.feature .feature-overlay { opacity: 0; visibility: hidden; max-height: 0; }
.feature .feature-overlay .entry { overflow: auto; max-height: 550px;  padding: 50px; }

.feature.hover .feature-overlay,
.feature:hover .feature-overlay { opacity: 1; visibility: visible; max-height: 100%; }
.feature.hover .feature-title,
.feature:hover .feature-title { opacity: 0; visibility: hidden; max-height: 0; }

/*  testimonials  */
.testimonial { font-weight: 500; font-style: italic; font-size: 24px; line-height: 2; }
.testimonial h2 { color: #fff; padding-bottom: 6px; }
.testimonial p { padding-bottom: 10px; }
.testimonial h5 { font-size: 28px; font-weight: 700; text-align: right; }

.testimonial .testimonial-content { position: relative; padding: 30px 145px; }
.testimonial .testimonial-content:after,
.testimonial .testimonial-content:before { content:''; background: url(images/ico-quote.png) no-repeat 0 0; width: 117px; height: 77px; display: inline-block; vertical-align: middle; position: absolute; top: 0; left: 0; opacity: .5; }
.testimonial .testimonial-content:after { top: auto; left: auto; bottom: 0; right: 0;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/*  cols  */
.col { float: left; }
.col-1of2 { width: 50%; }
.col-1of3 { width: 33.33%; padding-right: 40px; }
.col-1of4 { width: 25%; }

.col-1of2:first-child { padding-right: 25px; }
.col-1of2:last-child { padding-left: 25px; }

.col-size1 { width: 20%;}
.col-size2 { width: 60%; }

/*  callout  */
.callout { padding: 153px 0; font-size: 24px; line-height: 2; color: #fff; background: url(images/temp/purple-bg.jpg) no-repeat 0 0; background-size: cover; background-position: center; text-align: center; position: relative; font-weight: 300; }
.callout:after { content:''; background: rgba(7,14,27,.6); position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.callout .shell { max-width: 750px; position: relative; z-index: 10; }

.callout h2 { padding-bottom: 45px; color: #fff; }
.callout p { padding-bottom: 50px; }

.callout-content .callout-more-info { padding: 60px 0 0; font: 300 18px 'Roboto', sans-serif; }
.callout-content .callout-more-info a { display: inline; padding: 0; border: none; font: inherit; text-transform: none; }
.callout-content .callout-more-info a:hover,
.callout-content .callout-more-info a:focus { background: none; color: #1AAAE2; text-decoration: underline; }

/*  members  */
.member { float: left; width: 50%; height: 650px; color: #6d6e71; font-size: 24px; line-height: 1.58; position: relative; text-align: center; overflow: hidden; }
.member h3 { font-size: 45px; color: #2a2f43; font-weight: 500; padding-bottom: 11px; }
.member h5 { font-size: 26px; color: #1aaae2; }
.member p { padding-bottom: 20px; }
.member .member-content { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; z-index: 20; background: #e9eef3; opacity: 0; visibility: hidden; height: 0%; }
.member .member-entry { position: relative; top: 50%; max-height: 500px; overflow: auto; width: 100%; max-width: 480px; margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.member .member-head { padding-bottom: 37px; }
.member .member-body { padding-bottom: 55px; position: relative; }
.member .member-body:after { content:''; height: 5px; width: 280px; background: #b7b7b7; position: absolute; bottom: 0; left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.member .member-actions { padding-top: 17px; }

.member.hover .member-content,
.member:hover .member-content { opacity: 1; visibility: visible; height: 100%; }

/*  socials  */
.socials li { list-style-type: none; display: inline-block; padding: 0 4px; }
.socials li a { display: inline-block; width: 43px; height: 43px; background: #007bb6; line-height: 43px; text-align: center; color: #fff; }

/*  phone  */
.phone { color: #1aaae2; font-size: 30px; line-height: 1.23; font-weight: 500; padding-top: 48px; }
.phone p { padding-bottom: 0; }
.phone a { color: #1aaae2; }

/*  address  */
.address { color: #2a2f43; font-size: 30px; line-height: 1.23; font-weight: 500; padding: 48px 0 20px; border-bottom: 3px solid #bcbcbc; }
.address h3 { font-size: 36px; color: #2a2f43; text-transform: uppercase; padding-bottom: 10px; font-weight: 500; }

/*  logout-popup  */
.logout-popup { background: #fff; padding: 40px 20px; font-size: 15px; color: #464646; line-height: 1.49; width: 300px; text-align: center; position: absolute; top: 100%; right: 0; margin-top: -1px; opacity: 0; visibility: hidden; z-index: 90;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.35);
-webkit-box-shadow: 0 0 7px rgba(0,0,0,.35);
box-shadow: 0 0 7px rgba(0,0,0,.35);
}
.logout-popup a { color: #1cabe2; display: block; font-size: 20px; font-weight: 700; }
.logout-popup a:hover { text-decoration: none; color: #ef8c4a; }
.logout-popup:before { content:''; width: 0; height: 0; border-style: solid; border-width: 0 0 25px 25px; border-color: transparent transparent #fff transparent; position: absolute; bottom: 100%; right: 0;
}
.logout-popup .row { padding-bottom: 30px; }
.logout-popup .row:last-child { padding-bottom: 0; }

.logout-popup.visible { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */

.list-links,
.section-links ul { font-size: 15px; line-height: 1.55; font-weight: 700; padding-top: 5px; padding-left: 20px; }
.list-links li,
.section-links ul li { list-style-type: none; padding-bottom: 14px; }
.list-links li img,
.section-links ul li img { margin-right: 5px; }
.list-links li a,
.section-links ul li a { color: #ef8c4a; }
.list-links li a:hover,
.section-links ul li a:hover { color: #1aaae2; text-decoration: none; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { background: url(images/logo@2x.png) no-repeat 0 0; width: 347px; height: 76px; background-size: 347px 76px; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; text-indent: -4004px; }
.logo-blue { background: url(images/logo-blue.png) no-repeat 0 0; width: 256px; height: 56px; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; text-indent: -4004px; }
.leverage-logo { background: url(images/leverage-logo.png) no-repeat 0 0; width: 270px; height: 16px; background-size: 270px 16px; }
.footer-logo { background: url(images/footer-logo.png) no-repeat 0 0; width: 168px; height: 38px; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; text-indent: -4004px; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.close { background: url(images/close.png) no-repeat 0 0; width: 21px; height: 20px; background-size: 21px 20px; display: inline-block; vertical-align: middle; }

.btn { display: inline-block; text-transform: uppercase; font-size: 24px; font-weight: 700; line-height: 1.5; padding: 16px 30px; color: #1aaae2; border: 4px solid #1aaae2; }
.btn:hover { text-decoration: none; background: #1aaae2; color: #fff; }

.btn.btn-white { color: #fff; border: 4px solid #bbbec0; }
.btn.btn-white:hover { border-color: #1aaae2; }

.btn.btn-blue { border: 3px solid #1aaae2; color: #1aaae2; }
.btn.btn-blue:hover { background: #1aaae2; color: #fff; }

.btn.btn-blue-secondary { border: 3px solid #1aaae2; color: #fff; background: #1aaae2; padding: 15px 27px; }
.btn.btn-blue-secondary:hover { background: none; color: #1aaae2; }
.btn.btn-blue-secondary.btn-logout:hover { color: #fff; background: #1aaae2; }

.btn.btn-orange { border: 3px solid #ef8c4a; color: #ef8c4a; }
.btn.btn-orange:hover { background: #ef8c4a; color: #fff; }

.btn.btn-small { padding: 6px 16px 5px; font-size: 18px; background: #ef8c4a; color: #fff; }
.btn.btn-small:hover { background: none; color: #ef8c4a; }

.btn-access { width: 253px; display: inline-block; text-align: center; font-size: 18px; padding: 14px 15px 11px; }

.btn-menu { position: relative; display: none; width: 40px; height: 26px; }
.btn-menu span { position: absolute; display: block; height: 5px; width: 100%; background: #27afe4; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
.btn-menu span:nth-child(1) { top: 3px; }
.btn-menu span:nth-child(2) { top: 12px; }
.btn-menu span:nth-child(3) { top: 21px; }

.btn-menu.active span { transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }

.btn-menu.active span:nth-child(3),
.btn-menu.active span:nth-child(1) { top: 12px;  background: #27afe4; }

.btn-menu.active span:nth-child(2) { opacity: 0; }
.btn-menu.active span:nth-child(1) { transform: rotate(45deg); }
.btn-menu.active span:nth-child(3) { transform: rotate(-45deg); }

/* ------------------------------------------------------------ *\
	Animations
\* ------------------------------------------------------------ */

.nav .sub-menu,
.logout-popup,
.nav-secondary .sub-menu {
	-webkit-transition: all .4s ease-in-out;
	     -o-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
}

.member .member-content {
	-webkit-transition: height .3s ease-in-out, visibility .2s ease, opacity .3s ease;
    -o-transition: height .3s ease-in-out, visibility .2s ease, opacity .3s ease;
    transition: height .3s ease-in-out, visibility .2s ease, opacity .3s ease;
}

.list-links li a,
.gform_wrapper form .gform_footer .gform_button,
.feature:hover .feature-overlay,
.btn {
	-webkit-transition: all .4s ease-in-out;
	     -o-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}


/* ------------------------------------------------------------ *\
	Login
\* ------------------------------------------------------------ */

body.login { background: #e1e1e1; height: 100vh; text-align: center; position: relative; }
body.login .wrapper { position: relative; height: 100%; }
body.login .header { display: none; }
body.login .footer { display: none; }

body.login #login { position: absolute; top: 50%; left: 50%; width: 100%; background: #fff; max-width: 770px; margin: 0 auto; font-size: 32px; padding: 28px 112px 60px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

body.login #login #lostpasswordform #wp-submit,
body.login #login #wp-submit { background: #1aaae2; color: #fff; display: inline-block; padding: 26px; text-transform: uppercase; font-size: 35px; font-weight: 700; min-width: 268px; width: auto; border: none; border-radius: 0; -webkit-appearance: none; }

body.login #login { padding-bottom: 40px; }
body.login #login p { padding-bottom: 18px; }

body.login #login #lostpasswordform input,
body.login #login input { background: #e1e1e1; display: block; padding: 26px; border-radius: 0; border: none; margin: 0 auto; width: 100%; max-width: 545px; font-size: 32px; line-height: 1; text-indent: 0; }

body.login #login #lostpasswordform label,
body.login #login label { text-align: left; font-size: 0; line-height: 0; text-indent: -4004px;}

body.login #login #lostpasswordform .login-submit,
body.login #login .login-submit,
body.login #login .submit { padding-top: 45px; }


body.login #login #nav a { font-size: 25px; color: #005a9c; }

#login ::-webkit-input-placeholder { color: #585858; font-weight: 400; }
#login ::-moz-placeholder { color: #585858; font-weight: 400; }
#login :-ms-input-placeholder { color: #585858; font-weight: 400; }
#login ::placeholder { color: #585858; font-weight: 400; }

#login h1,
#backtoblog,
#login .forgetmenot { display: none; }


/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

@media(max-width: 1800px){
	.nav li a { padding: 5px 25px 49px; }
}

@media(max-width: 1600px){
	.header { padding: 13px 40px 0; }
	.header .header-inner { padding-bottom: 20px; }
	.header .logo { left: 40px; }

	.header.header-secondary { padding: 0 !important; }
	.header.header-secondary .header-inner { padding-bottom: 0; }
	.header.header-secondary .header-content { padding: 40px; }

	.logo { width: 290px; height: 64px; background-size: 290px 64px; }

	.nav { font-size: 20px; }

	.btn-access { width: 220px; padding: 11px 15px 10px; }

	.callout { padding: 120px 0; }

	.footer-secondary .leverage-logo { width: 216px; height: 13px; background-size: 216px 13px; }
	.footer-secondary .col-size2{ width: 55%; }
	.container-secondary .footer .shell { padding: 0; }
}

@media(max-width: 1400px){
	h1 { font-size: 60px; }
	h2 { font-size: 42px; }
	h3 { font-size: 25px; }
	h4 { font-size: 22px; }
	h5 { font-size: 18px; }
	h6 { font-size: 26px; }

	.logo { width: 255px; height: 57px; background-size: 255px 57px; }

	.search-form { max-width: 400px; }
	.search-form .search-field { padding: 22px 80px 18px 15px; }

	.feature { font-size: 19px; height: 480px; }
	.feature .feature-overlay .entry { padding: 40px; max-height: 400px; }

	.nav { font-size: 18px; }
	.nav li a { padding: 5px 15px 40px; }

	.nav-secondary li { margin-bottom: 20px; }

	.container-secondary .shell { padding: 40px 40px 35px; }

	.article-align { font-size: 18px; }
	.article-align p { padding-bottom: 35px; }
	.article-alignleft .article-content { min-height: 550px; }
	.article-alignleft .article-image { min-height: 550px; }
	.article-alignleft .article-content .article-entry { padding: 75px; }

	.slider-testimonials .slide { padding: 80px 40px; }

	.testimonial { font-size: 18px; }
	.testimonial .testimonial-content { padding: 30px 110px; }
	.testimonial .testimonial-content:after,
	.testimonial .testimonial-content:before { width: 93px; height: 61px; background-size: 93px 61px; }

	.btn { font-size: 20px; padding: 14px 20px; }
	.btn-access { font-size: 18px; width: 200px; padding: 12px 15px; }

	.address { font-size: 22px; }
	.address h3 { font-size: 28px; }

	.section-contact { font-size: 20px; }
	.section-contact .section-aside { padding: 70px 30px; }
	.section-contact .section-content { padding: 60px 30px; }

	.phone { font-size: 22px; }

	.member { height: 550px; font-size: 20px; }
	.member .member-head { padding-bottom: 25px; }
	.member .member-body { padding-bottom: 25px; }

	.callout { padding: 80px 0; font-size: 20px; }
	.callout h2 { padding-bottom: 30px; }

	#googlemap { height: 600px; }
}

@media(max-width: 1200px){
	.header { padding: 13px 30px 0; }
	.header .logo { left: 30px; margin-top: 10px; }
	.logo { width: 234px; height: 54px; background-size: 234px 54px; }
	.logo-blue { width: 179px; height: 39px; background-size: 179px 39px; }

	.header-secondary .header-inner a + a { margin-left: 20px; }
	.header-secondary .header-aside { width: 250px; }

	.nav-outer { width: 250px; }
	.nav-secondary li { margin-bottom: 0; }

	.nav { font-size: 16px; }
	.nav li a { padding: 5px 10px 30px; }

	.nav-secondary ul > li.menu-item-has-children > a:after { width: 2px; height: 20px; top: 20px; right: 109px; }
	.nav-secondary ul > li.menu-item-has-children > a:before { height: 2px; width: 20px; top: 29px; }

	.search-form { max-width: 400px; }
	.search-form .search-field { padding-right: 60px; padding: 19px 80px 18px 15px; }
	.search-form .search-submit { width: 55px; height: 66px; background-size: 27px 28px; }

	.btn.btn-blue-secondary { font-size: 18px; }

	.slider-intro { font-size: 24px; }
	.slider-intro h1 { font-size: 70px; }

	.feature { font-size: 16px; height: 400px; line-height: 1.6; }
	.feature .feature-title { padding: 0 20px; }
	.feature .feature-overlay .entry { padding: 30px 20px; max-height: 350px; }
	.feature a.btn { font-size: 18px; padding: 12px 16px; }

	.btn-access { font-size: 16px; width: 200px; padding: 12px 15px; }

	.update { padding: 20px; }
	.article-single { padding: 20px; }

	.content { padding: 0 25px 25px; }
	.content .intro { margin: 0 -25px 25px; }

	.col-1of2:first-child { padding-right: 15px; }
	.col-1of2:last-child { padding-left: 15px; }

	.col-1of3 { padding-right: 30px; }

	.sidebar { padding-top: 170px; width: 280px; }
	.sidebar:before { background-position-y: 138px; }

	.widget.widget_nav_menu { font-size: 18px; }
	.widget.widget_nav_menu li a { padding: 15px; }


	#googlemap { height: 500px; }
}

@media(max-width: 1100px){
	.search-form { max-width: 300px; }
}

@media(max-width: 1024px){
	body { font-size: 18px; }

	body.login #login { padding: 20px 20px 30px; }
	body.login #login #loginform p { padding-bottom: 0; }
	body.login #login #lostpasswordform input, body.login #login #loginform input { padding: 18px; font-size: 24px; }
	body.login #login #lostpasswordform #wp-submit,
	body.login #login #loginform #wp-submit { padding: 18px; font-size: 24px; width: 220px; }
	body.login #login #nav a { font-size: 20px; }

	.article h1 { font-size: 32px; }
	.article h2 { font-size: 28px; }
	.article h3 { font-size: 24px; }
	.article h4 { font-size: 20px; }
	.article h5 { font-size: 18px; }

	.header { padding: 13px 20px 0; }
	.header .logo { left: 20px; margin-top: 10px; }

	.intro { height: 500px; }
	.intro .intro-content { top: 200px; padding: 25px 20px; }

	.slider-testimonials .slide-content { float: none; width: 100%; max-width: 100%; }

	.nav { font-size: 15px; }

	/* ------------------------------------------------------------ *\
		Intranet
	\* ------------------------------------------------------------ */

	.header-secondary .header-aside { width: 170px; padding: 15px; }
	.header.header-secondary .header-content { padding: 20px; }

	.btn.btn-blue-secondary { font-size: 16px; padding: 12px 20px; }

	.search-form .search-field { padding: 15px 60px 13px 15px; }
	.search-form .search-submit { height: 54px; }

	.logo-blue { width: 125px; height: 27px; background-size: 125px 27px; }

	.nav-outer { left: -320px; width: 380px;
		-webkit-transition: left .3s ease-in-out;
		     -o-transition: left .3s ease-in-out;
		        transition: left .3s ease-in-out;
	}
	.nav-outer h4 { font-size: 18px; position: relative; display: inline-block; padding-left: 50px; }
	.nav-outer:before { content:''; background: #000; opacity: .9; position: absolute; top: 0; left: 0; width: 300%; height: 300%; z-index: 60; opacity: 0; visibility: hidden;
		-webkit-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;
	}
	.nav-outer .nav-title.mobile { display: block; position: absolute; left: 675px; padding:10px;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		     -o-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.nav-outer .nav-title { position: relative; }
	.nav-outer .nav-title:after { content:''; background: url(images/arrow.png) no-repeat 0 0; width: 12px; height: 18px; background-size: 12px 18px; position: absolute; top: 2px; left: 20px; }

	.nav-outer .nav-title.mobile:after { content:''; background: url(images/arrow.png) no-repeat 0 0; width: 12px; height: 18px; background-size: 12px 18px; position: absolute; top: 12px; right: -20px; left: auto;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		     -o-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	.nav-outer .nav-container { left: -100%; position: relative; padding: 170px 0 50px; background: #e5e4e4; }

	.nav-outer.active { left: 0; }
	.nav-outer.active:before { opacity: .9; visibility: visible; }
	.nav-outer.active .mobile { opacity: 0; }
	.nav-outer.active .nav-container { left: 0; z-index: 70; position: relative; }

	.nav-secondary .sub-menu { position: static; display: none; opacity: 1; visibility: visible;
		-webkit-transition: all 0s ease;
		     -o-transition: all 0s ease;
		        transition: all 0s ease;
	}

	.nav-secondary li a { padding: 20px; }
	.nav-secondary ul li:hover .sub-menu { opacity: 1; visibility: visible; }

	.nav-secondary ul > li.menu-item-has-children > a:after { width: 2px; height: 20px; top: 20px; right: 109px; }
	.nav-secondary ul > li.menu-item-has-children > a:before { height: 2px; width: 20px; top: 29px; }

	.nav-secondary ul.sub-menu { text-align: left; }
	.nav-secondary ul.sub-menu > li.menu-item-has-children > a:after,
	.nav-secondary ul.sub-menu > li.menu-item-has-children > a:before { content: ''; height: 4px; width: 30px; display: block; background: #2a2f43; position: absolute; top: 28px; right: 100px;}
	.nav-secondary ul.sub-menu > li.menu-item-has-children > a:after { width: 2px; height: 15px; top: 18px; right: 107px; }
	.nav-secondary ul.sub-menu > li.menu-item-has-children > a:before { height: 2px; width: 15px; top: 25px; }
	.nav-secondary ul.sub-menu > li.menu-item-has-children.active > a:after,
	.nav-secondary ul.sub-menu > li.menu-item-has-children.active > a:before { background: #fff; }

	.nav-secondary .sub-menu { max-width: 100%; width: 100%; }
	.nav-secondary .sub-menu li { padding: 0; }

	.nav-secondary .sub-menu li .sub-menu { position: static; width: 100%; max-width: 100%; display: none; opacity: 1; visibility: visible;
		-webkit-transition: all 0s ease;
		     -o-transition: all 0s ease;
		        transition: all 0s ease;
	}
	.nav-secondary li:hover .sub-menu .sub-menu { display: none; opacity: 1; visibility: visible; }

	.nav-secondary { padding-top: 20px; }
	.nav-secondary li { padding-top: 10px; }
	.nav-secondary .sub-menu { text-align: left; padding: 15px 0; font-size: 15px; }
	.nav-secondary .sub-menu li a { padding: 15px 40px; }
	.nav-secondary .sub-menu li .sub-menu { padding: 0 0 15px; font-size: 14px; }
	.nav-secondary .sub-menu li .sub-menu li a { padding: 8px 60px; }

	.container-secondary { padding-left: 60px !important; }

	.article-single { margin-bottom: 20px; }

	.section-updates .col.col-1of2 { float: none; width: 100%; margin-bottom: 20px; }
	.section-updates .col-1of2:first-child { padding-right: 0; }
	.section-updates .col-1of2:last-child { padding-left: 0; }

	/*  -----  */

	.feature { font-size: 16px; height: 350px; line-height: 1.6; }

	.article-alignleft .article-image,
	.article-alignleft .article-content { min-height: 450px; }
	.article-alignleft .article-content .article-entry { padding: 40px; }

	.update { height: auto !important; }

	.section-updates .row { margin-bottom: 20px; }
	.section-updates .row .col.col-1of2:last-child { margin-bottom: 0; }

	.article { font-size: 15px; line-height: 1.6; }
	.article img { margin-bottom: 20px; }

	.section-contact { font-size: 16px; }
	.section-contact p { padding-bottom: 20px; }
	.section-contact .section-entry { padding-bottom: 15px; }
	.section-contact .section-content { padding: 50px 20px; }
	.section-contact .section-aside { padding: 50px 20px; }

	.gform_wrapper form .gform_body ul.gform_fields li.gfield { font-size: 16px; margin-bottom: 20px; }
	.gform_wrapper form .gform_body ul.gform_fields li.gfield textarea,
	.gform_wrapper form .gform_body ul.gform_fields li.gfield input { padding: 18px 10px 16px; }

	.select2-container .select2-selection--single { padding: 13px 10px 12px; }
	.select2-container--default .select2-selection--single .select2-selection__arrow { width: 35px; }
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
	.select2-container--default .select2-selection--single .select2-selection__arrow b { border-width: 15px 10px 0 10px; }

	.address { font-size: 18px; padding: 30px 0 10px; }
	.address h3 { font-size: 24px; }

	.phone { font-size: 18px; padding-top: 30px; }
	.phone p { padding-bottom: 5px; }

	.member { height: 450px; font-size: 20px; }
	.member h3 { font-size: 32px; }
	.member h5 { font-size: 25px; }
	.member p { padding-bottom: 15px; }
	.member .member-content { padding: 0 30px; }
	.member .member-head { padding-bottom: 20px; }
	.member .member-body { padding-bottom: 20px; }

	.sidebar { width: 220px; padding-top: 140px; }
	.sidebar:before { background-position-y: 167px; }
	.widget { padding: 15px; }
	.widget.widget_nav_menu { font-size: 16px; line-height: 1; }
	.widget.widget_nav_menu li a { padding: 15px; }

	.callout { padding: 60px 0; font-size: 20px; }
	.callout p { padding-bottom: 30px; }
	.callout h2 { padding-bottom: 30px; }

	.footer { padding: 40px 0; }
	.footer-secondary { padding: 40px 30px; }

	.btn { font-size: 18px; padding: 12px 16px; border-width: 2px; }
	.btn.btn-white { border-width: 2px; }
}

@media(max-width: 950px){
	.header { padding: 0; }
	.header .header-inner { padding-bottom: 90px; }
	.header .header-content { float: none; width: 100%; }
	.header .logo { left: 20px; top: auto; bottom: -10px; position: absolute;  }

	.header .btn.btn-access { width: 50%; float: left; border: none; }
	.header .btn.btn-access.btn-blue { background: #1aaae2; color: #fff; }
	.header .btn-access + .btn-access { margin: 0; }

	.btn-menu { display: inline-block; }

	.header .btn-menu  { position: absolute; bottom: 20px; right: 30px;  }

	/* ------------------------------------------------------------ *\
		Intranet
	\* ------------------------------------------------------------ */

	.container-secondary .shell { padding: 20px; }
	.slider { margin-bottom: 20px; }

	.article-single p { padding-bottom: 20px; }

	/*  ----  */

	.intro h2 { font-size: 45px; }

	.nav { font-size: 20px; position: absolute; top: 100%; right: 0; width: 100%; }
	.nav ul.menu { float: right; width: 50%; background: #1aaae2; padding: 25px 0 25px 0; display: none; height: 100%; }
	.nav ul li { float: none; display: block; text-align: right; position: relative; }
	.nav ul li a { display: block; color: #fff; padding: 25px 70px 25px 30px; position: relative; }
	.nav ul > li.menu-item-has-children > a:after { content:''; background: url(images/arrow-down.png) no-repeat 0 0; width: 18px; height: 14px; background-size: 18px 16px; position: absolute; top: 28px; right: 40px; z-index: 130; }
	.nav ul > li.menu-item-has-children > a:before { content:''; width: 0; height: 0; border-style: solid; border-width: 9.5px 15px 9.5px 0; border-color: transparent #1aaae2 transparent transparent; position: absolute; right: 100%; top: 29px; z-index: 30; opacity: 0; }
	.nav > ul > li:last-child { padding-right: 0; }
	.nav > ul > li:last-child a { padding-right: 70px; }

	.nav ul > li.menu-item-has-children.active > a:after,
	.nav ul > li.menu-item-has-children.active > a:before { opacity: 1; }

	.nav .sub-menu { top: 0; left: auto; right: 100%; width: 100%; background: #6fc7e9; margin: 0; padding: 15px 0 15px 40px; text-align: right; opacity: 1; visibility: visible; display: none;
		-webkit-transition: all 0s ease;
		     -o-transition: all 0s ease;
		        transition: all 0s ease;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		     -o-transform: translateX(0);
		        transform: translateX(0);
	}
	.nav .sub-menu li a { color: #fff;  padding: 15px 30px; }

	.nav li:hover .sub-menu { display: none; }

	.slider-intro { font-size: 20px; }
	.slider-intro .slide { min-height: 600px; }
	.slider-intro h1 { font-size: 50px; }

	.member { height: 400px; font-size: 16px; }
	.member h3 { font-size: 28px; padding-bottom: 5px; }
	.member h5 { font-size: 20px; }

	.sidebar:before { background-position-y: 141px; }

	.content .col-1of2 { float: none; width: 100%; }
	.content .col-1of2:first-child { padding-right: 0; }
	.content .col-1of2:last-child { padding-left: 0; }
	.col-1of3 { float: none; width: 100%; padding-right: 0; }

	.footer { padding: 40px 20px 20px; text-align: center; font-size: 14px; }
	.footer h6 { font-size: 16px; padding-bottom: 10px; }
	.footer .shell { padding: 0; }
	.footer .footer-logo { margin: 0 0 15px; }
	.footer .col-size2 { float: none; width: 100%; padding: 0; text-align: center; padding-bottom: 15px; }
	.footer .col-size1 { float: none; width: 100%; padding: 0; text-align: center; }
	.footer .col-size1:last-child { text-align: center; }
	.footer-secondary .leverage-logo { display: block; margin: 0 auto; margin-top: 0; }

	.footer-nav { text-align: center; float: none; }

}

@media(max-width: 850px){
	.search-form { font-size: 16px; max-width: 280px; }
	.btn.btn-blue-secondary { font-size: 14px; }
	.header-secondary .header-inner a + a { margin-left: 15px; }
}

@media(max-width: 767px){
	h1 { font-size: 35px; }
	h2 { font-size: 25px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }

	.article h1 { font-size: 28px; }
	.article h2 { font-size: 24px; }
	.article h3 { font-size: 20px; }
	.article h4 { font-size: 18px; }
	.article h5 { font-size: 15px; }
	.article h6 { font-size: 12px; }

	.section-updates h2 { font-size: 24px; }

	.update,
	.article-single { padding: 20px 10px; }

	.header .logo { width: 163px; height: 37px; background-size: 163px 37px; bottom: -3px; }
	.header .btn-menu { right: 20px; }
	.header .header-inner { padding-bottom: 70px; }
	.header-secondary .header-inner { padding-bottom: 70px; background: #2a2f43; }

	.search-form .search-submit { top: 20px; right: 20px; height: 51px; }

	.search-form { float: none; width: 100%; max-width: 100%; padding: 20px; }

	.logout-popup { font-size: 14px; }
	.logout-popup a { font-size: 16px; }

	.header-secondary { display: block; }
	.header-secondary .header-aside { float: none; display: inline-block; width: auto; position: absolute; z-index: 10; padding: 0; top: 27px; left: 20px; }
	.header-secondary .header-content { display: block; width: 100%; }
	.header.header-secondary .header-inner { padding: 20px; }
	.header.header-secondary .header-content { padding: 0; }

	.header .btn.btn-blue-secondary { padding: 7px 10px; }

	.header-secondary .header-inner { float: none; }

	.nav-outer .nav-container { padding-top: 200px; }

	.slider .slide { height: 300px; padding: 20px 24px; }
	.slider .slide .slide-content a { font-size: 16px; }

	.slider .owl-prev:hover,
	.slider .owl-next:hover,
	.slider .owl-prev,
	.slider .owl-next { width: 24px; height: 24px; background-size: 11.5px 18px; }
	.slider .owl-carousel .owl-dots { bottom: 10px; }

	.intro { height: 400px;  }
	.content .intro { margin: 0 -20px 20px; }
	.intro h2 { font-size: 26px; }
	.intro .intro-content { padding: 10px 20px; }

	.logout-popup { margin-top: -20px; right: 20px; }
	.logout-popup:before { border-width: 0 0 12.5px 12.5px; }

	#googlemap { height: 350px; }

	.feature { float: none; width: 100%; }

	.nav { font-size: 18px; height: 0; }
	.nav.active { height: calc(100vh - 115px); }
	.nav ul.menu {  position: absolute; top: 0; height: 100%; overflow: auto; right: 0; }
	.nav > ul > li:last-child { padding-right: 0; }
	.nav > ul > li:last-child a { padding-right: 60px; }
	.nav ul.menu { width: 100%; }
	.nav .sub-menu { right: 0; position: static; }

	.nav ul li a { padding: 15px 60px 15px 30px; }
	.nav ul > li.menu-item-has-children > a:after { right: 25px; top: 18px; }
	.nav ul > li.menu-item-has-children > a:before { right: 26px; top: 100%; margin-top: -2px;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		     -o-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}

	.nav .sub-menu { padding: 20px 0; }
	.nav .sub-menu li a { padding: 13px 30px; }

	.slider-testimonials .slide { padding: 50px 20px; }

	.slider-intro .slide .slide-content { padding: 100px 20px 0; }

	.owl-carousel .owl-dots { bottom: 15px; }
	.owl-carousel .owl-dot { padding: 0 3px; }
	.owl-carousel .owl-dot span { width: 15px; height: 15px; }

	.testimonial { font-size: 16px; line-height: 1.6; }
	.testimonial h5 { font-size: 20px; }
	.testimonial .testimonial-content { padding: 30px 80px; }
	.testimonial .testimonial-content:after,
	.testimonial .testimonial-content:before { width: 65px; height: 42px; background-size: 65px 42px; }

	.article p { padding-bottom: 20px; }

	.update-calendar .update-content img { margin-bottom: 30px; }

	.article-align { font-size: 16px; line-height: 1.6; }
	.article-align p { padding-bottom: 20px; }
	.article-align h2 { padding-bottom: 20px; }
	.article-alignleft .article-image { float: none; min-height: 350px; width: 100%; position: static; }
	.article-alignleft .article-content { float: none; width: 100%; min-height: 1px; }
	.article-alignleft .article-content .article-entry { top: 0; padding: 30px 20px;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	}

	.section-contact .section-aside { float: none; width: 100%; display: block; padding: 30px 20px 20px; }
	.section-contact .section-aside img { max-width: 60%; }
	.section-contact .section-content { float: none; width: 100%; display: block; padding: 30px 20px 20px; }

	.callout { padding: 40px 20px; font-size: 18px; line-height: 1.6; }
	.callout h2 { padding-bottom: 20px; }
	.callout p { padding-bottom: 20px; }

	.main { padding-right: 0 !important; }
	.content { float: none; width: 100%; padding: 0 20px 10px; }
	.sidebar { float: none; position: static; width: 100%; padding-top: 0; }
	.sidebar:before { display: none; }

	.member { float: none; width: 100%; display: block; }

	.address { padding: 20px 0 0; font-size: 14px; }
	.address h3 { font-size: 18px; }
	.phone { padding: 20px 0 0; }

	.btn { font-size: 16px; padding: 10px 15px; }

	ul#menu-footer-menu { padding: 0 0 25px 0 }
}

@media(max-width: 600px){
	.slider-testimonials .slide { padding: 40px 20px; }

	.testimonial .testimonial-content:after,
	.testimonial .testimonial-content:before { width: 48px; height: 32px; background-size: 48px 32px;}

	.testimonial .testimonial-content { padding: 0; }
	.testimonial .testimonial-content h2 { padding-left: 60px; font-size: 30px; padding-bottom: 20px; }
	.testimonial h5 { padding-right: 65px; }

	.article-alignleft .article-image { min-height: 300px; }

	.slider-intro { font-size: 16px; }
	.slider-intro h1 { font-size: 35px; }

	.slider-intro .slide { min-height: 400px; }
}

@media(max-width: 500px){
	.article h1 { font-size: 24px; }
	.article h2 { font-size: 24px; }

	.gform_wrapper form .gform_body ul.gform_fields li.gfield { font-size: 14px; }
	.gform_wrapper form .gform_body ul.gform_fields li.gfield textarea,
	.gform_wrapper form .gform_body ul.gform_fields li.gfield input { padding: 14px 10px 12px; }

	.select2-container .select2-selection--single { padding: 10px 10px 9px; }
	.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 0; padding-right: 30px; }
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
	.select2-container--default .select2-selection--single .select2-selection__arrow b { border-width: 10px 8.5px 0 8.5px; }

	.gform_wrapper form .gform_footer input.button,
	.gform_wrapper form .gform_footer input[type=submit] { font-size: 16px; padding: 12px; width: 150px; }

	#googlemap { height: 400px; }

	.articles-small .article { display: block; width: 100%; }
	.articles-small .article .article-image { float: none; display: block; width: 100%; padding-bottom: 20px; }
	.articles-small .article .article-content { display: block; width: 100%; padding-left: 0; }

	.member { font-size: 14px; height: 300px; }
	.member h3 { font-size: 22px; padding-bottom: 0; }
	.member h5 { font-size: 16px; }
	.member p { padding-bottom: 15px; }
	.member .member-content { padding: 0 20px; }
	.member .member-head { padding-bottom: 10px; }
	.member .member-body { padding-bottom: 0; }
	.member .member-body:after { width: 140px; height: 2px; }
}

@media(max-width: 400px){
	.logo-blue { width: 88px; height: 19px; background-size: 88px 19px; }
	.btn-access { font-size: 14px; padding: 12px 5px; }

	.btn.btn-blue-secondary { font-size: 13px; padding: 5px 8px; border-width: 2px; }

	.header-secondary .header-inner a + a { margin-left: 3px; }

	.testimonial .testimonial-content h2 { font-size: 26px; }

	.search-form .search-field { padding: 12px 50px 10px 10px; }
	.search-form .search-submit { width: 45px; height: 45px; background-size: 19px 20px; }

	.logout-popup { width: 240px; }

	.nav-outer { width: 280px; left: -240px; }
	.nav-outer h4 { font-size: 16px; }
	.nav-outer .mobile.nav-title { left: 490px; }

	.nav-outer .nav-container { padding-top: 180px; }

	.container-secondary { padding-left: 40px !important; }

	.slider h3 { font-size: 16px; }

	.list-links { font-size: 14px; }
	.list-links img { max-width: 20px; height: auto;  }

}

@media(max-width: 350px){
	.header-secondary .header-aside { left: 10px; top: 17px; }
	.header.header-secondary .header-inner { padding: 10px; }

	.nav-outer .nav-container { padding-top: 160px; }

	.logout-popup { margin-top: -10px; right: 10px; }
}

.login-remember { display: none; }
.main-content ol.articles { list-style-type: none; }
.main-content { padding-top: 200px;  min-height: 850px; }

.error404 .main-content { text-align: center; }
.error404 .main-content .search-form { display: block; float: none; margin: auto; }
.error404 .main-content .search-form .search-field,
.error404 .main-content .search-form .search-submit { border: 1px solid #ef8c4a; }
.error404 .main-content .search-form .search-submit { height: 69px; }

.main-content .hentry { padding-bottom: 25px; }

.main-title { text-align: center; padding-bottom: 40px; }
