/*
	Theme Name: Altitude Pro
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.1.3
	Tags: one-column, two-columns, custom-header, custom-menu, e-commerce, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.1
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	Text Domain: altitude-pro
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/*defult css*/

.fl{float:left;}
.fr{float:right;}
.align_left{float:left;text-align:left;}
.align_right{float:right;text-align:right;}
.center-section{float:none;margin:auto;}
.txt-left{text-align:left;}
.txt-right{text-align:right;}
.txt-center{text-align:center;}
.full-row{float:left;width:100%;}
.col-white, .col-white  a, .col-white p , .col-white ul li, .col-white h1, .col-white h2, .col-white h3, .col-white h4, .col-white h5, .col-white h6, .col-white .h1, .col-white .h2, .col-white .h3, .col-white .h4, .col-white .h5, .col-white .h6 {color:#fff ;}
.mrg-out{margin:auto!important;}
.mrg-left-out{margin-left:0!important;}
.mrg-right-out{margin-right:0!important;}
.padding-left-out{padding-left:0!important;}
.padding-right-out{padding-right:0!important;}
.mrg-auto{margin:auto!important;}
.padding-out{padding:0!important;}
div.wpcf7-response-output{  clear: both; float: left;  width: 100%;}
.bold-font{font-weight:700;}
.light-font{font-weight:300;}
img.alignnone, .alignnone{display:block;}


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

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* Box Sizing
--------------------------------------------- */
html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
a, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .site-header.sticky-header {-webkit-transition: all 0.2s ease-in-out; -moz-transition:    all 0.2s ease-in-out; -ms-transition:     all 0.2s ease-in-out; -o-transition:      all 0.2s ease-in-out; transition:         all 0.2s ease-in-out; }
::-moz-selection {background-color: #000; color: #fff; }
::selection {background-color: #000; color: #fff; }
a {color: #22a1c4; text-decoration: none; }
a:focus, a:hover {color: #000; }
p {margin: 0 0 1.250em; }
p, li{font-size:1em}
ol, ul {margin: 0; padding: 0; }
li {list-style-type: none; }
b, strong {font-weight: 800; }
cite, em, i {font-style: italic; }
.image-section .widget:first-of-type cite {font-size: 1.6rem; font-style: normal; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; }
mark {background: #ddd; color: #000; }
blockquote {color: #999; margin: 1.875em; }
blockquote::before {content: "\201C"; display: block; font-size: 30px; height: 0; left: -20px; position: relative; top: -10px; }
.image-section .widget:first-of-type blockquote {color: #fff; font-weight: 200; line-height: 1; margin: 0 0 20px; }
.image-section blockquote::before {display: none; }
hr {border: 0; border-collapse: collapse; border-top: 2px solid #f5f5f5; clear: both; margin: 1.250em 0;} 
body{font-size:100%;line-height: 1.5; color: #656565;}

/*font-size responsive*/

@media screen and (max-width:1400px)
{
  body{font-size:90%;}
}
@media screen and (max-width:480px)
{
  body{font-size:85%;}
}
@media screen and (max-width:376px)
{
  body{font-size:82%;}
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {font-family: "Ek Mukta", sans-serif;line-height: 1.2; margin-top: 0; }
h1,.h1 {font-size: 1.750em;margin-bottom:0.714em; }
h2,.h2 {font-size: 1.625em;margin-bottom:0.769em; }
h3 ,.h3{font-size: 1.500em; margin-bottom:0.833em; }
h4 ,.h4{font-size: 1.375em; margin-bottom:0.909em;}
h5 ,.h5{font-size: 1.375em; margin-bottom:0.909em;}
h6,.h6 {font-size: 1.375em; margin-bottom:0.909em;}
.h2-mrg-btm{margin-bottom:0.769em!important;} 
.h-sml{font-size:1.125em;}
.h1-big{ font-size: 2.375em;}

 /* Theme defult color
--------------------------------------------- */ 

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {max-width: 100%; }
img {height: auto;display:block;  }

.full-width-content img.pull-left {float: left; margin: 0 40px 40px -200px; }
.full-width-content img.pull-right {float: right; margin: 0 -200px 40px 40px; }


/* Gallery
--------------------------------------------- */
.gallery {margin-bottom: 28px; overflow: hidden; }
.gallery-item {float: left; margin: 0; padding: 0 4px; text-align: center; }
.gallery-columns-1 .gallery-item {width: 100%;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16.6666%;}
.gallery-columns-7 .gallery-item {width: 14.2857%;}
.gallery-columns-8 .gallery-item {width: 12.5%;}
.gallery-columns-9 .gallery-item {width: 11.1111%;}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery .gallery-item img {border: none; height: auto; margin: 0;}






/* Forms
--------------------------------------------- */

input,select, textarea {background-color: #fff; border: 1px solid #ddd; border-radius: 0; box-shadow: none;font-family: "Gibson-Light";color: #54575b !important; font-size: 1em; font-weight: 200; padding:0.938em 1.250em; width: 100%; }
select{color: rgb(0 38 91 / 55%);}
input:focus, textarea:focus {border: 1px solid #999; outline: none; }
.front-page input:focus, .front-page textarea:focus {border: 1px solid #22a1c4; outline: none; }
input[type="checkbox"], input[type="image"], input[type="radio"] {width: auto; }
::-moz-placeholder { color: #666666; opacity: 1; }
::-webkit-input-placeholder { color: #666666;}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {background-color: #22a1c4; border: 2px solid #22a1c4; color: #fff; cursor: pointer; font-size:1em;padding: 12px 25px; text-transform: capitalize; -webkit-font-smoothing: antialiased; white-space: normal; width: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}




/* Buttons
--------------------------------------------- */
button:focus, button:hover, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button.clear:focus, .button.clear:hover, .button:focus, .button:hover, .footer-widgets .widget .button, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .widget .button.clear:focus, .widget .button.clear:hover, .widget .button:focus, .widget .button:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
} 
.button { display: inline-block;}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}
.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}
.image-section  .widget .button.clear {
	background-color: transparent;   
	border-color: #fff;
	color: #fff;
}
.footer-widgets button:focus, .footer-widgets button:hover, .footer-widgets input:focus[type="button"], .footer-widgets input:focus[type="reset"], .footer-widgets input:focus[type="submit"], .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"], .footer-widgets .widget .button:focus, .footer-widgets .widget .button:hover, .image-section button:focus, .image-section button:hover, .image-section input:focus[type="button"], .image-section input:focus[type="reset"], .image-section input:focus[type="submit"], .image-section input:hover[type="button"], .image-section input:hover[type="reset"], .image-section input:hover[type="submit"], .image-section .widget .button:focus, .image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover, .site-container .footer-widgets .widget input[type="submit"]:disabled, .site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}
/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {background: #fff; box-shadow: 0 0 2px 2px rgba(0,0,0,.6); clip: auto !important; color: #000; display: block; font-size: 1em; font-weight: bold; height: auto; padding: 15px 23px 14px; text-decoration: none; width: auto; z-index: 100000; /* Above WP toolbar. */ }
.more-link {position: relative;}
/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 100%;
	width: 1180px;
}
.site-inner {
    clear: both;
    position: relative;
    word-wrap: break-word;
    z-index: 9;
}
.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}
.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}
.secondary-nav .site-inner {
	margin-top: 250px;
}


/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	float: left; margin-left: 2.564102564102564%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48.717948717948715%;
}
.one-third, .two-sixths {
	width: 31.623931623931625%;
}
.four-sixths, .two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {clear: both; margin-left: 0;}
/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar {
	height: 88px;
	width: 88px;
}
.entry-comments .avatar {
	height: 60px;
	width: 60px;
}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 20px 24px 0;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;

	margin-bottom: 60px;
	padding-bottom: 10px;
}
.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;

	margin-bottom: 100px;
	padding: 40px 0;
}
.author-box-title {
	font-size: 22px;

	margin-bottom: 8px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {overflow: hidden; position: relative;}
.search-form input[type="submit"] {padding: 25px;}
.widget_search input[type="submit"] {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; padding: 0; position: absolute; width: 1px; }
.widget_search input[type="submit"]:focus {background: #000; border-radius: 0; box-shadow: none; color: #fff; padding: 20px 23px; right: 0; top: 0; }
.error404 .content .search-form {margin-bottom: 40px;}
.error404 .content input[type="search"] {margin-right: 10px; width: auto;}


/* Titles
--------------------------------------------- */
.archive-title {font-size: 1.500em;  line-height: 1; margin-bottom: 20px; }
.entry-title {font-size: 3.000em; }
.sidebar .entry-title {font-size: 1.500em; text-align: left; }
.entry-title a {color: #000; }
.entry-title a:focus, .entry-title a:hover {color: #22a1c4; }


/* WordPress
--------------------------------------------- */
.alignleft {float: left; text-align: left; }
.alignright {float: right; text-align: right; }
a.alignleft, a.alignnone, a.alignright {max-width: 100%; }
a.alignnone {display: inline-block; }
a.aligncenter img {display: block; margin: 0 auto; }
img.centered, .aligncenter {display: block; margin: 0 auto 24px; }
/*img.alignnone, .alignnone {margin: 0 0 12px; }*/
a.alignleft, img.alignleft, .wp-caption.alignleft {margin: 0 24px 24px 0; }
a.alignright, img.alignright, .wp-caption.alignright {margin: 0 0 24px 24px; }
.wp-caption-text {font-size: 18px;  line-height: 1.2; text-align: center; }
.entry-content p.wp-caption-text {margin-bottom: 0; }
.gallery-caption, .entry-content .gallery-caption {margin: 0 0 10px; }
.post-password-form input {width: auto; }
.post-password-form input[type="submit"] {padding: 25px; }
.wp-audio-shortcode, .wp-playlist, .wp-video {margin: 0 0 28px; }

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {word-wrap: break-word;}
.widget ol > li {list-style-position: inside; list-style-type: decimal; padding-left: 20px; text-indent: -20px; }
.widget ul li {margin-bottom: 10px; padding-bottom: 10px;}
.widget li li {border: none; margin: 0 0 0 30px; padding: 0;}
.widget_calendar table {width: 100%;}
.widget_calendar td, .widget_calendar th {text-align: center;}

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {font-size: 24px;}

/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {margin-top: 40px;}
.altitude-home .content .simple-social-icons ul li {margin: 0 20px !important;}
.altitude-home .content .simple-social-icons ul li a, .altitude-home .content .simple-social-icons ul li a:focus, .altitude-home .content .simple-social-icons ul li a:hover {padding: 30px;}
/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {font-size: 18px;  margin-bottom: 20px; }
.enews-widget input[type="submit"] {margin: 0; width: 100%; }
.enews form + p {margin-top: 24px; }
/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {padding: 0; }
/* Jetpack
--------------------------------------------- */
#wpstats {display: none; }
/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {margin: 0; }
.genesis-skip-link li {height: 0; width: 0; list-style: none; }
/* Display outline on focus */
:focus {color: #333; outline: #ccc solid 1px; }
/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #000;
	left: 0;
	width: 100%;
	z-index: 999;
}
.featured-section .site-header {background-color: transparent; }
.featured-section .site-header > .wrap {border-bottom: 1px solid #fff; }
.site-header.sticky-header {background-color: #000; }
.site-header.sticky-header > .wrap {border-bottom: none; }
.site-header.sticky-header .nav-secondary {display: none; }
/* Title Area
--------------------------------------------- */
.title-area {float: left; padding: 25px 0; width: 360px; }
.site-header.sticky-header .title-area {padding: 15px 0; }
.site-title {font-size: 24px; font-weight: 800; letter-spacing: 2px; line-height: 1; margin-bottom: 0; text-transform: uppercase; }
.site-title a, .site-title a:focus, .site-title a:hover {color: #fff !important; }
.header-image .title-area, .header-image .site-header.sticky-header .title-area {padding: 0; }
.header-image .site-title > a {background-size: contain !important; display: block; height: 76px; text-indent: -9999px; }
.header-image .sticky-header .site-title > a {height: 56px; }
.site-description {display: block; height: 0; margin-bottom: 0; text-indent: -9999px; }
/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {line-height: 1; }
.genesis-nav-menu .menu-item {display: inline-block; text-align: left; }
.genesis-nav-menu li li {margin-left: 0; }
.genesis-nav-menu a {color: #fff; display: block; font-size: 1em; font-weight: 200; letter-spacing: 1px; padding: 30px 15px; text-transform: uppercase; }
.site-header.sticky-header .genesis-nav-menu a {padding: 20px 15px; }
.genesis-nav-menu li.highlight a:focus::before, .genesis-nav-menu li.highlight a:hover::before {color: #fff; }
.genesis-nav-menu li.highlight > a {font-weight: 800; }
.front-page .genesis-nav-menu li.current-menu-item > a, .genesis-nav-menu > li > a {border-bottom: 2px solid transparent; }
.front-page .genesis-nav-menu li.current-menu-item > a:focus, .front-page .genesis-nav-menu li.current-menu-item > a:hover, .genesis-nav-menu li.current-menu-item > a, .genesis-nav-menu > li > a:focus, .genesis-nav-menu > li > a:hover {border-color: #fff; }
.genesis-nav-menu > .menu-item > a {text-transform: uppercase; }
.genesis-nav-menu .sub-menu {left: -9999px; letter-spacing: 0; opacity: 0; position: absolute; -webkit-transition: opacity .4s ease-in-out; -moz-transition:    opacity .4s ease-in-out; -ms-transition:     opacity .4s ease-in-out; -o-transition:      opacity .4s ease-in-out; transition:         opacity .4s ease-in-out; width: 200px; z-index: 99; }
.genesis-nav-menu .sub-menu a {background-color: #111; outline: none; padding: 20px; position: relative; width: 200px; }
.genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu li.current-menu-item > a {background-color: #222; }
.genesis-nav-menu .sub-menu .sub-menu {margin: -54px 0 0 199px; }
.genesis-nav-menu .menu-item:hover {position: static; }
.genesis-nav-menu .menu-item:hover > .sub-menu {left: auto; opacity: 1; }
.genesis-nav-menu > .first > a {padding-left: 0; }
.genesis-nav-menu > .last > a {padding-right: 0; }
.genesis-nav-menu > .right {color: #fff; display: inline-block; list-style-type: none; padding: 27px 20px; text-transform: uppercase; }
.genesis-nav-menu > .right > a {display: inline; padding: 0; }
.genesis-nav-menu > .rss > a {margin-left: 48px; }
.genesis-nav-menu > .search {display: block; margin: 0 auto; padding: 0 20px 20px; width: 50%; }
/* Primary Navigation
--------------------------------------------- */
.nav-primary {text-align: center; }
.nav-primary .genesis-nav-menu {float: right; }
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {border-bottom: 1px solid #fff; }
/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {padding: 20px 0; }
.nav-footer .genesis-nav-menu a {border: none; font-weight: 800; letter-spacing: 3px; margin: 0 20px; padding: 0; }
/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {position: static; }
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {left: auto; opacity: 1; }
.sub-menu-toggle, .menu-toggle {display: none; visibility: hidden;}
/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */
.image-section, .solid-section {clear: both; text-align: center; width: 100%; }
.image-section {background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 ); display: table; overflow: hidden; table-layout: fixed; width: 100%; }
.image-section .widget-area {display: table-cell; text-align: center; vertical-align: middle; }
.image-section, .image-section a {color: #fff; }
.image-section a:focus, .image-section a:hover, .image-section .featured-content .entry-title a:focus, .image-section .featured-content .entry-title a:hover {color: #22a1c4; }
.solid-section {background-color: #fff; }
.front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6, .front-page-7 {border-top: 54px solid transparent; margin-top: -54px; -webkit-background-clip: padding-box; -moz-background-clip:    padding; background-clip:         padding-box; position: relative; z-index: 9; }
.front-page-1, .front-page-3, .front-page-5, .front-page-7 {background-attachment: fixed; background-color: #fff; background-position: 50% 0; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size:    cover; background-size:         cover; }
.front-page-1 {
	position: relative;
}
.front-page-1 .image-section {
	padding-top: 75px;
}
.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}
.front-page-4 .solid-section {
	background-color: #f3f3f3;
}
.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}
.bottom-image img {
	margin-bottom: -10px;
}
.front-page .field-wrap:last-child {
	margin-bottom: 0;
}
.small-disclaimer {
	font-size: 14px;
	
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;

	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}
/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}
.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}
.flexible-widgets.widget-full .widget, .flexible-widgets.widget-area .widget:nth-of-type(1), .flexible-widgets.widget-halves.uneven .widget:last-of-type {background: none; margin-left: 0; padding: 0; width: 100%; }
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}
.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}
.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}
.flexible-widgets.widget-halves .widget:nth-child(even), .flexible-widgets.widget-thirds .widget:nth-child(3n+2), .flexible-widgets.widget-fourths .widget:nth-child(4n+2) {clear: left; margin-left: 0; }
.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}
.solid-section  .widget:not(:first-child) .widget-title {border-bottom: 1px solid #ddd; margin-bottom: 30px; padding-bottom: 30px; }
.flexible-widgets p.large {font-size: 36px; line-height: 1; }
.flexible-widgets p.price {font-size: 32px;  font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
/* Content
--------------------------------------------- */
.content {
	float: left;
	width: 68%;
}
.page .content {
	padding-bottom: 50px;
}
.sidebar-content .content {
	float: left;
}
.full-width-content .content {
	padding: 0;
	width: 100%;
}
.full-width-content.front-page .content {
	padding: 0;
}
/* Entries
--------------------------------------------- */
.entry {
}
.widget .entry {
	margin-bottom: 40px;
}
.entry-content ol, .entry-content ul {
    margin-bottom: 30px;
    margin-left: 1px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
    padding:0px 0 4px 0px;
	margin-left:15px;
}
.jcarousel li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #000;
	color: #ddd;
}
/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}
.entry-header,
.entry-footer {
	text-align: center;
}
.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}
.image-section .entry-header::after {
	border-color: #fff;
}
.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}
.sidebar .entry-header::after {
	display: none;
}
.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}
.after-entry .widget {
	margin-bottom: 40px;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}
.after-entry li {
	list-style-type: none;
} 


/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;

	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}
.comment-header {
	font-size: 20px;

}
.entry-comments .comment {
	border-bottom: 1px solid #000;
}
.comment-content,
.entry-comments .comment {
	clear: both;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}
.entry-comments .children .comment {
	border: none;
}
.comment-respond label {
	display: block;
	font-weight: 800;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {width: 100%; }
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.entry-comments ul.children {
	margin-left: 40px;
}
.ping-list .reply {
	display: none;
}
/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 32%;
}
.sidebar-content .sidebar {
	float:right;
	padding-left:2.5em;
}
.sidebar p:last-child {
	margin-bottom: 0;
}
.sidebar li {list-style-type: none; margin-bottom: 6px; word-wrap: break-word; }
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets{background-color: #22a1c4; clear: both; text-align: center; position: relative; z-index: 9; }
.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}
.footer-widgets, .footer-widgets .wrap a, .footer-widgets .wrap a.button {color: #fff; }
.footer-widgets a:focus, .footer-widgets a:hover {color: #000; }
.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footer-widgets .widget {
	margin-bottom: 40px;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {background-color: #000; padding: 20px; text-align: center;}
.site-footer, .site-footer a, .site-footer p {color: #fff; }
.site-footer a:focus, .site-footer a:hover {color: #22a1c4; }
.site-footer p {font-size: 14px; letter-spacing: 1px; margin-bottom: 0; text-transform: uppercase;}


/*12-10-2020 searching listing page and searching listing details page style */

.inn_user_div {width: 100%;float: left;border-bottom: 1px solid #C4C4C4;padding: 33px 0 36px 0px;position: relative;}
.first_user_div {width: 150px;}
.scnd_user_div {width: auto;float: left;padding: 0 0 0 30px;}
.top_div h5 {color: #00265B;font-weight: 400;font-size: 24px;font-family: 'gibsonregular';margin: 0 0 15px;text-transform: capitalize;}


/*.middle_div a:first-child p,.middle_div p:first-child {font-weight: 600;margin: 0 0 3px;font-size: 15px;letter-spacing: 0.8px;text-transform: capitalize;}*/
.middle_div a:first-child p,.middle_div a:first-child{font-weight: 600;    margin: 0 0 3px;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-transform: capitalize;}
.forth_user_div a {width: auto;float: right;background: #9875A2;color: #fff;font-size: 12px;padding: 0 25px;line-height: 31px;text-transform: uppercase;letter-spacing: 2px;}
.forth_user_div {position: absolute;bottom: 36px;right: 0;}
.middle_div p {margin: 0;color: #5083B8;font-family: 'gibsonregular';font-size: 15px;}

.third_user_div {float: left;width: auto;margin: 50px 0 0 80px;}
.third_user_div a {color: #5083B8;font-size: 15px;font-weight: 400;}
.third_user_div a:hover{font-weight: 700;}
.forth_user_div a:hover{background: #5083B8;}

.bsui .list-group-item{padding:0px;margin:0px;border: none;}
.bsui .list-group-item h2{color:#00265B;font-size: 50px;margin: 30px 0 0px;border: none;text-transform: capitalize;font-weight: 700;}
.after_title_content {font-size:20px;font-weight: 600;color: #5083B8;font-family: 'gibsonregular';padding: 20px 0;letter-spacing: 0.3px;}
.main_language {color: #333;font-size: 15px;position: relative;margin: 0 0 30px;padding: 0 0 30px;}
.main_language:after{position: absolute;content: "";bottom: 0px;width: 75%;border-bottom: 1px solid #C4C4C4;left: 0px;}
.main_language b{font-size: 12px;text-transform: uppercase;letter-spacing: 1px;color: #5083B8;font-weight: 800;padding: 0 25px 0 0px;}
.inn_left_cntn img {border-radius:0px;}
.inn_left_cntn{width: 150px;}
.inn_middle_cntn {width: 60%;float:left;padding:0 0 0 28px;margin: 0px 0 15px;color: #54575B;font-size: 16px;font-weight: 600;line-height: 26px;}
.inn_last_cntn {width: 20%;float:right;}
.in_fisrst_div {width: 100%;border-bottom: 1px solid #C4C4C4;padding: 0px 0 30px;margin: 0 0 30px 0;}
.in_top_div h6, .in_middle_div h6,.in_bottom_div h6 {font-size: 12px;text-transform: uppercase;font-weight: 700;letter-spacing: 2px;color: #5083B8;font-family: 'gibsonregular';}
/*.inn_middle_cntn p{margin: 0px 0 15px;color: #54575B;font-size: 16px;font-weight: 600;line-height: 26px;}*/
.bottom_div {font-size: 15px;color:#5083B8;}
.bottom_div b{color: #54575B;}
.third_div, .forth_div {
    width: 65.8%;
    margin: 30px 0 0px;
    float: right;
    padding: 0;
}
/*.forth_div {
    margin:30px 0 80px;
}*/
.inn_middle_cntn br{display: none;}
.page-id-1476 .inn_last_cntn {
    min-height: 580px;
}

.in_fisrst_div .in_top_div p, .in_fisrst_div .in_middle_div p{font-weight: 400;margin:0px;width: auto;/*display: inline-block;*/font-family:'gibsonregular';font-size:15px;float: left;}
.in_fisrst_div .in_top_div p span,.in_fisrst_div .in_middle_div p span{background: url(images/blue-location-pin.png) no-repeat;background-position: center right 5px;padding: 0 25px 0 0;}
.inn_left_cntn img,.first_user_div img {width:100%;}
.inn_user_div:last-child {border-bottom: none;}
.middle_div p:last-child {margin: 0px;}
.bottom_div {
    margin: 8px 0px 0px;
    display: inline-block;
    width: 100%;
}

.middle_div a {line-height: 17px;float: left;width: 100%;margin:0px;}
.third_div p {margin: 0px;font-family: 'gibsonregular';font-size: 15px;color:#00265B;line-height: 28px;}
.third_div h6,.forth_div h6 {color: #00265B;font-size: 12px;font-weight: 600;letter-spacing:1px;font-family:'gibsonregular';text-transform: uppercase;margin:0 0 25px;}
.forth_div p {margin: 0;color:#00265B;font-size: 15px;font-family: 'gibsonregular';}

.forth_div p a{font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #00265B;}
.forth_div p a:hover{text-decoration:none;}
.in_middle_div {margin:0 0 30px;display: inline-block;}
.in_top_div {
    margin: 0 0 30px;
        float: left;
    /*display: inline-block;*/
}
.in_bottom_div {
    float: left;
    width: 100%;
}
.in_scnd_div .in_top_div p,.in_scnd_div .in_middle_div p, .in_fisrst_div .in_bottom_div p{margin: 0px;font-family: 'gibsonregular';font-size:12px;}
.bsui .card-body.mt-xl-0.pt-0{padding:0px;}
.in_bottom_div_social {
    margin: 15px 0 0;
        display: inline-block;
        width: 100%;
}
.in_bottom_div_social a {
    background: #5083B8;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
}
.in_bottom_div_social a svg {
    fill: #fff;
    width: 14px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.forth_div p{margin: 0 0 6px 0px;}
.research-main-row .research-inner-text .grid-row .inner-col h3{margin: 20px 0 0;}
.popup .elementor-text-editor.elementor-clearfix h2{color: #fff;}
.wisdom-souls-content {margin: 146px 0 60px;display: inline-block;}
.popup-content-list h3.pop_main_ttl {margin:0 0 13px;color: #fff;font-size: 20px;}
.popup-content-list h6.post {color: #00265B;font-weight: 400;font-size: 19px;}
.popup-content-list .elementor-text-editor.elementor-clearfix {padding: 0 0 0 25px;color: #fff;}
.popup-content-list .elementor-text-editor.elementor-clearfix p{color: #fff;margin: 0;}
.elementor-popup-modal .dialog-widget-content .dialog-lightbox-message .elementor-location-popup{padding: 40px !important;}
.research-main-row .research-text{border-bottom: none;}
.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a:hover{color: #00265b !important;text-decoration: underline;}
.single-publication .main_content_area .cntnt_cs .containt_post .right_col .content .books_ul li{width: 100%;display: inline-block;}

.page-id-270 .featured_image_area{height: 200px !important;}

/*19-10-2020 member portal login page*/
.page-id-1471{
	background: url(images/member-portal-login.png) no-repeat;
    background-size: cover;
}
.page-id-1471 header.site-header,.page-id-1471 .header_search,.page-id-1471 .featured_image_area,.page-id-1471 .footer_section{display: none;}
.member-login-bg {
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}
.member-login-bg .card-body{width: 586px;margin:0px auto 66px;}
.member-login-bg .bsui .card{background-color: transparent;}
.member-login-bg .bsui .form-control {
    background: #fff;
    border: none;
    border-radius: 0px;
    color: rgba(0, 38, 91, 0.9);
    font-size: 20px;
    height: 58px;
    padding: 0 0 0 27px;
    line-height: 58px;
}
.member-login-bg h3.card-title {
    font-size: 20px;
    text-transform: uppercase;
	color: #5083B8;
	letter-spacing: 0.24em;
    line-height: 33px;
	margin-bottom: 37px !important;
	font-family: sans-serif;
    padding: 0;
    font-weight: 600;
}
.custom-checkbox.mb-3 {
    float: left;
    width: auto;
    margin: 0 !important;
}

.member-login-bg button.btn.btn-primary.btn-block.text-uppercase.uwp_login_submit {
    width: 142px;
    background: #5083B8;
    font-size: 13px;
    border-radius:0px;
    font-weight: 600;
	line-height: 50px;
	padding: 0px;
	letter-spacing: 0.15em;
	float: right;
	border: none;
}
.member-login-bg button.btn.btn-primary.btn-block.text-uppercase.uwp_login_submit:hover,.member-login-bg button.btn.btn-primary.btn-block.text-uppercase.uwp_login_submit:focus{background: #3c6086;border:none;}
.bsui .custom-checkbox .custom-control-label::before{border: none;border-radius: 0;}
.member-login-bg label.custom-control-label {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 28px;
    text-transform: uppercase;
}
.uwp-footer-links {
    width: 100%;
    float: left;
}
.uwp-footer-links a {
    color: #fff;
    font-size: 15px !important;
    float: left;
    line-height: 16px;
    width: auto;
    border-bottom: 1px solid #fff;
}
.uwp-footer-links a:hover{color: #5083B8;text-decoration: none;border-color:#5083B8;}
.member-login-bg .bsui .input-group-append{display: none;}

.member-logo .elementor-image img {
    width: 365px;
	float: left;
	margin-left:0px;
}
.elementor-element.elementor-element-b3a5d5a.backtohome.elementor-widget.elementor-widget-text-editor {
    text-align: right;
    margin: 0;
    position: absolute;
    width: auto;
    right: 0;
    top: 60px;
    z-index: 1;
}
.elementor-element.elementor-element-b3a5d5a.backtohome.elementor-widget.elementor-widget-text-editor a {
    font-size: 16px;
    line-height: 16px;
    color: #C4C4C4;
    background: url(images/backtohome-arrow.png) no-repeat;
    padding: 4px 0 4px 46px;
    background-position: center left;
	font-weight: 400;
	transition: all 0.5s;
}
.elementor-element.elementor-element-b3a5d5a.backtohome.elementor-widget.elementor-widget-text-editor a:hover{color: #C4C4C4;}
.page-id-1471 main#genesis-content {
    margin-top: 0px;
}
.member-login-bg .bsui .float-right{float: left !important;}
.elementor-element.elementor-element-b3a5d5a.backtohome.elementor-widget.elementor-widget-text-editor a:hover{padding: 4px 5px 4px 51px;transition: all 0.5s;}

/* Member Portal */
.page-id-1472 .header_search,.page-id-1472 .footer_section,.page-id-1472 .site-header,.page-id-1472 .featured_image_area{display: none;}
.page-id-1472,.page-id-1558 {
    background: url(images/member-portal.png) no-repeat;
    background-size: cover;
}
.page-id-1472 .uwp-profile-name h2 a{
	display: none;
}
.page-id-1472 .user_head_search {
    width: 260px;
	float: right;
	position: relative;
	margin:61px -160px 0 0px;

}
.user_head_search input#searchform-1 {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
	height: 50px;
	font-weight: 400;
    margin: 0;
    padding:0 0 0 45px;
}

.user_head_search input#searchform-1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#C4C4C4;
	opacity: 1;
  }
.user_head_search input#searchform-1::-moz-placeholder { /* Firefox 19+ */
	color: #C4C4C4;
	opacity: 1;
  }
.user_head_search input#searchform-1:-ms-input-placeholder { /* IE 10+ */
	color: #C4C4C4;
	opacity: 1;
  }
.user_head_search input#searchform-1:-moz-placeholder { /* Firefox 18- */
	color: #C4C4C4;
	opacity: 1;
  }

.user_head_search input.search-form-submit {
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    background: url(images/blue-search-icon.png) no-repeat;
    border: none;
    font-size: 0px;
    width: 30px;
    background-position: center;
	background-size: 30px;
	position: absolute;
    top: 0;
    left: 10px;
}
.page-id-1472 .user_head_logo {
	float: left;
	margin:0 0 136px -170px;
}

.page-id-1472 .second-section {
    float: left;
    width: 100%;
}
.page-id-1472 .first-section {
    width: 100%;
    float: left;
}
.top-section span.sub-wel {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 33px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #5083B8;
}
.page-id-1472 .uwp-profile-name h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
}

.page-id-1472 .second-section .left-side {
    float: left;
    width: auto;
}
.page-id-1472 .second-section .right-side {
    float: right;
}
.page-id-1472 .second-section .right-side a {
    background: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #00265B;
    display: inline-block;
    padding: 0 41px;
}

.page-id-1472 .second-section .left-side a {
    background: #20776A url(images/edit-profile-icon.png) no-repeat;
    height: 42px;
    display: inline-block;
    padding: 0 20px 0 40px;
    line-height: 42px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-position: center left 10px;
}
.page-id-1472 .second-section .left-side a:nth-child(2){
	background: #9875A2 url(images/renewals-icon.png) no-repeat;
	margin: 0 0 0 6px;
	background-position: center left 10px;
}
.page-id-1472 .second-section .left-side a:hover,.page-id-1472 .second-section .right-side a:hover{text-decoration: none;}
.mni-new-lft .elementor-image img {
	width: 100%;
	height: 250px;
    object-fit: cover;
    float: left;
}
.mni-new-lft .elementor-image a {
    display: inherit !important;
}
.mni-new-lft .elementor-image a {
    width: 100%;
}
.mni-new-text h2,.mni-new-text h2 a {
    margin: 0 0 -10px 0px;
    font-weight: 600;
    font-size: 13px;
    line-height: 33px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #5083B8;
}
.mni-new-text h2 span,.mni-new-text h2 a span,.mni-new-text h2 strong {
	font-size: 20px;
	text-transform: capitalize;
    line-height: 60px;
	display: block;
	font-weight: 400;
	letter-spacing: 0.3px;
    color: #00265B;
}
.mni-new-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    float: left;
    color: #C4C4C4;
    line-height: 24px;
    margin: 0;
}
.mni-new-text {
    background: #fff;
    margin: 0;
    width: 96% !important;
    min-height: 145px;
}
.mni-new-lft{margin-bottom:0px !important;}
.mni-new-content-bg{margin: 0 0 40px 0px;width: 100%;display: inline-block;}
.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text,.volunteer-groups-content-box .elementor-widget-wrap:hover .mni-new-text{background: #5083B8;}
.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text h2,.volunteer-groups-content-box .elementor-widget-wrap:hover .mni-new-text h2{color: #fff;}
.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text h2 span{color: #fff;}
.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text p{color: #fff;}
.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text,.volunteer-groups-content-box .elementor-widget-wrap:hover .mni-new-text{background: #5083B8;}
.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text h2 a,.volunteer-groups-content-box .elementor-widget-wrap:hover .mni-new-text h2 a{color: #fff;}
.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text h2 a span,.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text h2 strong{color: #fff;}
.mni-new-content-bg .elementor-widget-wrap:hover .mni-new-text p{color: #fff;}

.event-res-info-content .elementor-row {
    width: 100%;
}
.event-res-info-content .elementor-row .elementor-column.elementor-col-33 {
    width: 50%;
    margin: 0 17px 0 0;
}
.event-res-info-content .elementor-row .elementor-column.elementor-col-33:nth-child(3) {
    margin: 0;
}
.mni-library-content{margin:0 0 40px !important;}
.mni-library-content .elementor-image img{width: 100%;max-width: 98.9%;}
.mni-library-content-bg {
    position: relative;
}
.mni-library-content-text {
	position: absolute !important;
    bottom: 40px;
    left: 0;
    background: rgba(0,0,0,0.4);
    width: 99% !important;
    padding:0px;
    box-sizing: border-box;
}
.mni-library-content-text:hover{
    background: #5083B8;
}
.mni-library-content-text h2 {
    font-size: 13px;
    line-height: 33px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.mni-library-content-text h2 span {
	display: block;
	font-weight: 300;
    font-size: 20px;
}
.event-res-info-two .elementor-row {
    width: 100%;
}
.mni-library-content-text .elementor-text-editor {
    color: #cecece;
    font-size: 13px;
}
.admin-content-top {
    margin: 0 0 98px 0;
}
.admin-content-top .container{padding-left: 0px;}
.interested-box {padding-bottom: 130px !important;margin-bottom: 90px !important;}
.page-id-1532 .elementor-row{margin-bottom: 90px !important;}

/*lbl volunteer groups page*/
.page-id-1640,.page-id-2317{
	background: url(images/member-portal.png) no-repeat;
    background-size: cover;
}
.page-id-1640 .header_search,.page-id-1640 .site-header,.page-id-1640 .featured_image_area,.page-id-1640 .footer_section{display: none;}
.page-id-2317 .header_search,.page-id-2317 .site-header,.page-id-2317 .featured_image_area,.page-id-2317 .footer_section{display: none;}
.page-id-1640 .scnd_sec.third_sec{display: none;}
.page-id-1640 .user_head_search input#searchform-1{width: 100%;}

.volunteer-groups-content-bg {
    background: #ffffff;
    padding: 25px 63px 13px 77px;
    margin: 73px 0px 0px;
}
.volunteer-groups-content-box{margin: 0px;}
.volunteer-groups-head {
    margin: 0 0 30px !important;
}
.volunteer-groups-head .elementor-widget-container h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: #00265B;
}
.volunteer-groups-text .elementor-text-editor p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    color: #54575B;
}
.volunteer-groups-img-full .elementor-image img {
    width: 100%;
    max-width: 100%;
}
.volunteer-groups-text .elementor-text-editor h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
	color: #00265B;
	margin: 2px 0 0;
}

.volunteer-groups-text .elementor-text-editor p b {
    color: #5083B8;
}
.volunteer-groups-text .elementor-text-editor h3 span {
	display: block;
	color: #5083B8;
	font-style: italic;
    margin: 20px 0 20px 0;
}
.volunteer-groups-border{border-top: 1px solid #54575B;border-bottom: 1px solid #54575B;padding: 47px 0 10px 0;}
.interested-head .elementor-widget-container h3 {
    background: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #00265B;
    padding:37px 63px 25px 77px;
}
.back-to-home-volunteer-group .elementor-text-editor {
    background: #fff;
    padding: 50px 30px 27px;
}
.back-to-home-volunteer-group .elementor-text-editor a{
font-weight: 600;
font-size: 13px;
line-height: 33px;
letter-spacing: 0.24em;
border-bottom: 1px solid #5083B8;
text-transform: uppercase;
color: #5083B8;
}
.back-to-home-volunteer-group .elementor-text-editor a:hover{
	color:#00265B;
	border-color:#00265B;
}
.page-id-1640 #genesis-content,.page-id-2317 #genesis-content{margin-bottom: 50px;}

/*Edit Profile page*/
.page-id-1532 .header_search
{display: none;
}
.page-id-1532 header.site-header {
    display: none;
}
.page-id-1532 .featured_image_area{
	display: none;
}
.page-id-1532 {
	background: url(images/member-portal.png) no-repeat;
    background-size: cover;
}
body.page-id-1532 .gform_wrapper .top_label div.ginput_container{
	margin-top: 14px;
}
.page-id-1640 .user_head_search {
	float: right;
	display: block;
	margin: 50px -136px 0 0px;
}
.page-id-1640  .sub_login{
    display: block;
    width: 1020px;
	margin: 0 auto;
	
	max-width: 96%;
}


.page-id-1640  .user_head_logo{width: 100%;}

.page-id-1472 .bsui .container{
	max-width: 100%;
}

.page-id-1532 .gform_body h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #00265B;
	padding: 31px 0px;
    margin: 0;
}
.page-id-1532 label.gfield_label {
    width: 160px;
    float: left;
    line-height: 22px !important;
    padding: 28px 0 0 0;
}
.page-id-1532 .ginput_container.ginput_container_text {
    width: 75%;
    float: left;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(4) label.gfield_label {
    display: none;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(4) .ginput_container.ginput_container_checkbox {
    float: left;
    width: auto;
    margin: -54px 0 0 488px;
    padding: 0 394px 0 0;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(3) .ginput_container.ginput_container_text{
	width: 308px;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(4) .ginput_container.ginput_container_checkbox input {
    display: none;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(4) .ginput_container.ginput_container_checkbox label#label_11_6_1 {
    color: #54575B;
    border-bottom: 1px solid #54575B;
    line-height: 15px;
}
.page-id-1532 .footer_section{display: none;}
div#gform_wrapper_11 .gform_body ul li:nth-child(6),div#gform_wrapper_11 .gform_body ul li:nth-child(12),div#gform_wrapper_11 .gform_body ul li:nth-child(18){
	border-top:  0.5px solid #54575B;
	margin: 33px 0 0 0 !important;
    width: 100%;
    display: inline-block;
}
.faq-button-bg {
    text-align: center;
    margin: -19px 0 0;
}
#elementor-tab-content-1931 .img-sec,#elementor-tab-content-1932 .img-sec,#elementor-tab-content-1933 .img-sec {
    width: 68% !important;
}
/******** PUBLIC PROFILE TAB START*******/
div#gform_wrapper_12 .gform_body ul li:nth-child(40){
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 40px 0 0;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(35) h4, div#gform_wrapper_12 .gform_body ul li:nth-child(39) h4{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #5083B8;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(12){margin: 0px !important;}
div#gform_wrapper_12 .gform_body ul li:nth-child(10),div#gform_wrapper_12 .gform_body ul li:nth-child(25){
	border-top:  0.5px solid #54575B;
	margin: 33px 0 0 0 !important;
    width: 100%;
    display: inline-block;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(32) h4, div#gform_wrapper_12 .gform_body ul li:nth-child(36) h4, div#gform_wrapper_12 .gform_body ul li:nth-child(40) h4{
	font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #5083B8;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_checkbox{width:30%;float: left;}
div#gform_wrapper_12 .gform_body ul li:nth-child(34) h4,div#gform_wrapper_12 .gform_body ul li:nth-child(37) h4{
	margin: 37px 0 26px;
    display: inline-block;
}
div#gform_wrapper_12  textarea#input_12_11{background: rgba(214, 204, 189, 0.14);    border: none;
    font-size: 14px;
    padding: 16px 0 0 27px;}
div#elementor-tab-content-4261,div#elementor-tab-content-4262 {
    font-size: 15px;
    line-height: 33px;
    color: #FFFFFF;
}
.edit-pro-tabination-main .ginput_container input,.edit-pro-tabination-main .ginput_container select{font-size: 14px !important;}

.edit-pro-tabination-main .ginput_container .gfield_select {
    background: #f9f8f6 url(images/search-icon-arrow.png) no-repeat !important;
    appearance: none;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;
    background-position: center right 20px !important;
    background-size: 11px !important;
}

div#gform_wrapper_12 .gform_body ul li:nth-child(27) .ginput_container_select,div#gform_wrapper_12 .gform_body ul li:nth-child(29) .ginput_container.ginput_container_select,
div#gform_wrapper_12 .gform_body ul li:nth-child(10) .ginput_container_select,div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_select,
div#gform_wrapper_12 .gform_body ul li:nth-child(28) .ginput_container_select,div#gform_wrapper_12 .gform_body ul li:nth-child(31) .ginput_container_select,
div#gform_wrapper_12 .gform_body ul li:nth-child(32) .ginput_container_select,div#gform_wrapper_12 .gform_body ul li:nth-child(35) .ginput_container_select,
div#gform_wrapper_12 .gform_body ul li:nth-child(36) .ginput_container_select{
	width: 300px;
    max-width: 96%;
}

div#gform_wrapper_12 .gform_body ul li:nth-child(11), 
 div#gform_wrapper_12 .gform_body ul li:nth-child(13), div#gform_wrapper_12 .gform_body ul li:nth-child(14), 
 div#gform_wrapper_12 .gform_body ul li:nth-child(15), div#gform_wrapper_12 .gform_body ul li:nth-child(16), 
 div#gform_wrapper_12 .gform_body ul li:nth-child(17), div#gform_wrapper_12 .gform_body ul li:nth-child(18), 
 div#gform_wrapper_12 .gform_body ul li:nth-child(19), div#gform_wrapper_12 .gform_body ul li:nth-child(20),
 div#gform_wrapper_12 .gform_body ul li:nth-child(21), div#gform_wrapper_12 .gform_body ul li:nth-child(22){
	width: auto;
    display: inline-block;
    vertical-align: top;
	margin: 0 10px 0 0 !important

}
/*31-03-2021*/

#gform_wrapper_7 li#field_7_5 {
    display: none;
}
#gform_4 .gform_footer.top_label {
    display: none;
}
.donate-btn-coed {
    padding: 0 10px;
}
/*#gform_13 li#field_13_21,#gform_13 li#field_13_22,#gform_13 li#field_13_20{
 display: none;
}*/
div#gform_wrapper_12 .gform_body ul li:nth-child(19) label.gfield_label{display: none;}
div#gform_wrapper_12 .gform_body ul li:nth-child(20) label.gfield_label {
    display: block;
}
.page-id-1532 .gform_body h4 {
    color: #5083B8;
    font-size: 20px;
    font-weight: 700;
    margin: 70px 0 30px;
    display: inline-block;
    width: 100%;
}
/*31-03-2021*/
div#gform_wrapper_12 .gform_body ul li:nth-child(9) {
    padding: 14px 0 0;
    display: inline-block;
    width: 100%;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(25),div#gform_wrapper_12 .gform_body ul li:nth-child(29),div#gform_wrapper_12 .gform_body ul li:nth-child(10),div#gform_wrapper_12 .gform_body ul li:nth-child(11),
div#gform_wrapper_12 .gform_body ul li:nth-child(13){
	width: 100%;
    display: inline-block;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(20) {
    margin-left: 160px !important;
}
,div#gform_wrapper_12 .gform_body ul li:nth-child(16),div#gform_wrapper_12 .gform_body ul li:nth-child(17), div#gform_wrapper_12 .gform_body ul li:nth-child(18), div#gform_wrapper_12 .gform_body ul li:nth-child(19),
div#gform_wrapper_12 .gform_body ul li:nth-child(19), div#gform_wrapper_12 .gform_body ul li:nth-child(20), div#gform_wrapper_12 .gform_body ul li:nth-child(21){
    margin-top: -8px !important;
}

div#gform_wrapper_12 .gform_body ul li:nth-child(15) label.gfield_label, 
div#gform_wrapper_12 .gform_body ul li:nth-child(16) label.gfield_label, 
div#gform_wrapper_12 .gform_body ul li:nth-child(18) label.gfield_label,
div#gform_wrapper_12 .gform_body ul li:nth-child(19) label.gfield_label, 
div#gform_wrapper_12 .gform_body ul li:nth-child(20) label.gfield_label,
 div#gform_wrapper_12 .gform_body ul li:nth-child(21) label.gfield_label,
 div#gform_wrapper_12 .gform_body ul li:nth-child(22) label.gfield_label{
	display: none;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, 
div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text,
div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text,
div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text,div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select,
div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text,div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text,
div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text,div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text,
div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text,div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text,
div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text,div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select,
div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select,div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text{
	width: 273px;
    max-width:100%;
}

/*check box style*/
div#gform_wrapper_12 ul.gfield_checkbox li input[type=checkbox]{opacity: 0;position: absolute;}
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked),div#gform_wrapper_12 .gform_body ul li input
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label,
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label {
	position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 90.7%;
    color: rgba(0, 38, 91, 0.5);
}

/* checkbox aspect */
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label:before,
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 black;
    background: rgba(214, 204, 189, 0.2);
}
/* checked mark aspect */
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label:after,
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label:after {
	content: '\2713\0020';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 12px;
	color: #54575B;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    line-height: 15px;
}
/* checked mark aspect changes */
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:disabled:not(:checked) + label:before,
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked:focus + label:before,
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #54575B;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #54575B!important;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(23) .ginput_container_checkbox {
    width: 60%;
}


div#gform_wrapper_12 .gform_body ul li:nth-child(24),
div#gform_wrapper_12 .gform_body ul li:nth-child(27),div#gform_wrapper_12 .gform_body ul li:nth-child(28) {
	width: 55%;
	margin: 0 110px 0 0;
	float: left;
	clear: inherit;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(25) label.gfield_label,
div#gform_wrapper_12 .gform_body ul li:nth-child(26) label.gfield_label,
{
    display: none;
}

div#gform_wrapper_12 .gform_body ul li:nth-child(23) {
    width: 56%;
    float: left;
    margin: -35px 0 20px 160px !important;
}

div#gform_wrapper_12 .gform_body ul li:nth-child(23) .ginput_container.ginput_container_text,
div#gform_wrapper_12 .gform_body ul li:nth-child(24) .ginput_container.ginput_container_text,div#gform_wrapper_12 .gform_body ul li:nth-child(25) .ginput_container.ginput_container_text,
div#gform_wrapper_12 .gform_body ul li:nth-child(26) .ginput_container.ginput_container_text,div#gform_wrapper_12 .gform_body ul li:nth-child(27) .ginput_container.ginput_container_text,
{
    width: 100%;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(23) .ginput_container.ginput_container_text input,
div#gform_wrapper_12 .gform_body ul li:nth-child(24) .ginput_container.ginput_container_text input,div#gform_wrapper_12 .gform_body ul li:nth-child(25) .ginput_container.ginput_container_text input,
div#gform_wrapper_12 .gform_body ul li:nth-child(26) .ginput_container.ginput_container_text input,div#gform_wrapper_12 .gform_body ul li:nth-child(27) .ginput_container.ginput_container_text input,
div#gform_wrapper_12 .gform_body ul li:nth-child(28) .ginput_container.ginput_container_text input,div#gform_wrapper_12 .gform_body ul li:nth-child(29) .ginput_container.ginput_container_text input {
    height: 55px;
    line-height: 55px;
}

div#gform_wrapper_12 ul#input_12_25.gfield_checkbox {
    margin: 10px 0 0;
}
.page-id-1532 div#gform_wrapper_12 ul#input_12_25 li.gchoice_12_25_6 {
    margin: 0 0 30px 0px !important;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{margin: 0 0 30px 0;}
/******** PUBLIC PROFILE TAB END *******/

.page-id-1532 .ginput_container {
	width: 75%;
    float: left;
}

/*02-04-2021*/
div#gform_wrapper_11 .gform_body ul li:nth-child(16) .ginput_container,div#gform_wrapper_11 .gform_body ul li:nth-child(22) .ginput_container{width: 60%;}


#gform_wrapper_11 .gform_wrapper .gform_body ul li:nth-child(16) {
    width: 49%;
    display: inline-block;
}

div#gform_wrapper_11 .gform_body ul li:nth-child(17) {
    width: 50%;
    display: inline-block;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(16) {
    width: 41%;
    float: left;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(16) .ginput_container.ginput_container_text {
    width: 60%;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(17) .ginput_container.ginput_container_text {
    width: 68%;
}

/**/
div#gform_wrapper_11 .gform_body ul li:nth-child(23) {
    width: 50%;
	display: inline-block;
	
}
div#gform_wrapper_11 .gform_body ul li:nth-child(22) {
    width: 41%;
    float: left;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(22) .ginput_container.ginput_container_text {
    width: 60%;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(23) .ginput_container.ginput_container_text {
    width: 68%;
}
/*board-volunteers page popup slider btn 22-10-2020*/
.previous_btn {
    display: inline-block;
    background: url(images/previous_btn.svg) no-repeat;
    width: 20px;
    height: 25px;
    position: absolute;
    left: -90px;
	top: -142px;
	cursor: pointer;
}
.next_btn {
    display: inline-block;
    background: url(images/next_btn.svg) no-repeat;
    width: 20px;
    height: 25px;
    position: absolute;
    right: -90px;
	top: -142px;
	cursor: pointer;
}
.elementor-popup-modal .dialog-message{
	overflow: inherit !important;
}
.page-id-1472 .user_head_search {
    display: block !important;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(5) label.gfield_label.gfield_label_before_complex {
    display: none;
}

div#gform_wrapper_11 .gform_body ul li:nth-child(2),div#gform_wrapper_11 .gform_body ul li:nth-child(3){
	pointer-events: none;
}
/*find a facilitator page 24-10-2020*/

.facilitator-form-sec .head-section .heading {
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
}
.facilitator-form-sec .head-section p {
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    margin:0px 0 30px 0px !important;
}
.facilitator-form-sec .langdrop-down{width: 100%;}
.facilitator-form-sec input[type=text], .facilitator-form-sec select, .facilitator-form-sec .button {
    height: 55px;
    margin: 0 0 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #54575b !important;
    line-height: 55px;
    padding: 0 30px;
    border: none;
    width: 100%;
    font-family: "Gibson-Light";
}
.facilitator-form-sec select, .facilitator-form-sec .button:focu{outline: #ccc solid 1px;}

.facilitator-form-sec .button {
    padding-left: 0;
}
.facilitator-form-sec .langdrop-down .select-list li span,.page-id-1424 .user_search ul.select-list li span {
    display: inline-block;
    min-height: 40px;
    min-width: 280px;
    width: 100%;
    padding: 5px 15px 5px 35px;
    background-color: #fff;
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-size: 16px;
    text-align: left;
    color: #54575b;
    opacity: 0.7;
    box-sizing: border-box;
}
.facilitator-form-sec .langdrop-down .select-list li,.page-id-1424 .user_search ul.select-list li{
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.facilitator-form-sec .langdrop-down .select-list,.page-id-1424 .user_search ul.select-list {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
    margin-top: 54px;
    padding: 0;
    background-color: #fff;
    width: 100%;
    right: 0;
    display: none;
    height: 300px;
    overflow: auto;
}
.facilitator-form-sec .langdrop-down ul.select-list.langdropdownopen {
    display: block;
    outline: #ccc solid 1px;
}
.page-id-1424 .user_search .button:focus{outline: #ccc solid 1px;}
.facilitator-form-sec input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0, 38, 91, 0.7);
	opacity: 1;
  }
.facilitator-form-sec input[type=text]::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0, 38, 91, 0.7);
	opacity: 1;
  }
.facilitator-form-sec input[type=text]:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0, 38, 91, 0.7);
	opacity: 1;
  }
.facilitator-form-sec input[type=text]:-moz-placeholder { /* Firefox 18- */
	color: rgba(0, 38, 91, 0.7);
	opacity: 1;
  }
.page-id-143 img#__lpform_user_name_icon,.page-id-143 div#__lpform_user_name_numspan{
    display: none !important;
}
.facilitator-form-sec input[type=text] {
    background-image: none !important;
}
.facilitator-form-sec select,.facilitator-form-sec .button {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: #fff url(images/search-icon-arrow.png) no-repeat;
    background-position: top 18px right 13px;
    
}

.page-id-143 .find-a-fac-result{display: none;}
input#submit.find-a-fac {
	background: #00265B;
    border: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
	color: #FFFFFF;
	margin: 22px 0 15px 0px;
    padding: 6px 36px;
}
input#submit.find-a-fac:hover{background: #00315B;}
.facilitator-form-sec .link-sec .form-link a {
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.3px;
}
.page-id-143 .elementor-143 .elementor-element.elementor-element-c3cf32b{
	padding: 60px 0px 70px 0px;
}
.page-id-143 .user_search {
    padding: 0 10px 0 0;
}

/*search results Page*/
.page-id-1424 .featured_image_area .wrap .h1.inner-heading{
	color: #00265B;
}
.page-id-1424 .inner-sub-heading {
    font-size: 23px;
    line-height: 23px;
    color: #00265B;
    font-weight: 500;
    margin: 10px 0 0;
}
.page-id-1424 .header-right-btn a {
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    background: #00265B;
    padding: 0 20px;
}
.page-id-1424 .header-right-btn a:hover{background: #00315B;}
.page-id-1424 .header-right-btn {
    float: right;
    margin: -22px -60px 0 0;
}
.page-id-1424 img#__lpform_user_name_icon,.page-id-1424 div#__lpform_user_name_numspan{
    display: none !important;
}
.page-id-1424 .user_search input[type=text] {
    background-image: none !important;
}

.page-id-1424 .user_search input[type=text], .page-id-1424 .user_search select {
    height: 55px;
    margin: 0 0 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(0, 38, 91, 0.8);
    line-height: 55px;
    padding: 0 30px;
}
.page-id-1424 .user_search .button{background: #fff url(images/search-icon-arrow.png) no-repeat;
    background-position: top 18px right 13px;border: none;width: 100%;    height: 55px;
    margin: 0 0 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #54575b;
    font-family: "Gibson-Light";
    line-height: 55px;
    padding: 0 30px}
.page-id-1424 .user_search ul.select-list {
    display: none;
}
.page-id-1424 .user_search ul.select-list.langdropdownopen {
    display: block;
}
.page-id-1424 .user_search input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0, 38, 91, 0.8);
	opacity: 1;
  }
.page-id-1424 .user_search input[type=text]::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0, 38, 91, 0.8);
	opacity: 1;
  }
.page-id-1424 .user_search input[type=text]:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0, 38, 91, 0.8);
	opacity: 1;
  }
.page-id-1424 .user_search input[type=text]:-moz-placeholder { /* Firefox 18- */
	color: rgba(0, 38, 91, 0.8);
	opacity: 1;
  }
.page-id-1424 .user_search select {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: #fff url(images/search-icon-arrow.png) no-repeat;
	background-position: top 18px right 13px;
	width: 33.1%;
}
.page-id-1424 .user_search .langdrop-down {
    width: 33%;
}
input#submit.find-a-fac-result {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 39px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
	padding: 0 30px;
	background: rgba(0, 38, 91, 0.2);
    border: none;
}
input#submit.find-a-fac-result:hover{background: rgba(0, 38, 91, 0.4);color: #fff !important;}
.page-id-1424 input#submit.find-a-fac {
    display: none;
}
.page-id-1424 .user_search select:nth-child(3) {
    margin: 0 15px;
    width: 30.8%;
}
.page-id-1424 .wrap{
	width: 1250px;
	margin: 0 auto;
	
}
.page-id-1424 .site-inner,.page-id-1424 .elementor-container{
	width: 100%;
}
.page-id-1424 .user_search form {
    width: 1250px;
    margin: 0 auto;
}

.page-id-1424 .elementor-text-editor.elementor-clearfix{width: 1250px;margin: 0 auto;}
.page-id-1424 .user_search {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
	background: rgba(80, 131, 184, 0.9);
	margin: 0 0 83px 0;
}

.main_language span{
	font-size: 0px;
	width: 22px;
    height: 13px;
	display: inline-block;
	margin: 0 4px 0 0px;
}

.main_language span.flag-English {
	background-size: contain;
    background: url(images/english-flag.png) no-repeat;
}
.main_language span.flag-Spanish{
    background: url(images/spanish-flag.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-France{
    background: url(images/france-flag.svg) no-repeat;
    background-size: contain;
}
.main_language span.flag-Germany{
    background: url(images/germany-flag.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Dutch{
    background: url(images/flags/Dutch.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Afrikaans{
    background: url(images/flags/Afrikaans.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Bengali{
    background: url(images/flags/Bengali.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Cantonese{
    background: url(images/flags/Cantonese.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Catalan{
    background: url(images/flags/Catalan.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Cantonese{
    background: url(images/flags/Cantonese.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Croatian{
    background: url(images/flags/Croatian.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Danish{
    background: url(images/flags/Danish.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-French{
    background: url(images/flags/French.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-German{
    background: url(images/flags/German.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Greek{
    background: url(images/flags/Greek.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Hebrew{
    background: url(images/flags/Hebrew.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Hindi{
    background: url(images/flags/Hindi.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Hungarian{
    background: url(images/flags/Hungarian.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Icelandic{
    background: url(images/flags/Icelandic.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Italian{
    background: url(images/flags/Italian.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Japanese{
    background: url(images/flags/Japanese.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Mandarin{
    background: url(images/flags/Mandarin.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Norwegian{
    background: url(images/flags/Norwegian.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Polish{
    background: url(images/flags/Polish.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Portugese{
    background: url(images/flags/Portugese.png) no-repeat;
    background-size: contain;
}
.main_language span.flag-Romanian{
    background: url(images/flags/Romanian.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Russian{
    background: url(images/flags/Russian.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Serbian{
    background: url(images/flags/Serbian.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Spanish{
    background: url(images/flags/Spanish.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Swedish{
    background: url(images/flags/Swedish.png) no-repeat;
    background-size: contain;
}

.main_language span.flag-Turkish{
    background: url(images/flags/Turkish.png) no-repeat;
    background-size: contain;
}



.page-id-1476 .featured_image_area {
    background:#5083B8 !important;
}
.page-id-1476 .elementor-text-editor.elementor-clearfix > a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.15em;
	color: #00265B;
	background: url(images/back-to-home-search-icon.png) no-repeat;
	text-transform: uppercase;
	padding: 0 0 0 28px;
	background-position: center left;
	margin: 60px 0 0;
    display: inline-block;
}
.page-id-1476 .elementor-text-editor.elementor-clearfix > a:hover{
	color: #5083B8;
}

.page-id-1476 .user_head_logo {
    display: none;
}
.page-id-1472 .sub_login {
    display:none !important;
}
/******Mebmer protais page*****/
.page-id-1558 header.site-header,.page-id-1558  .featured_image_area,.page-id-1558 .footer_section,.page-id-1558 .header_search{
    display: none;
}
#gform_13 .gform_body ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    color: #54575B;
}
#gform_13 .gform_body ul li a {
    color: #5083b8;
}
#gform_13 .gform_body ul li a:hover{
    color: #3c6086;
}
.membership-head h2 {
	font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    width: auto;
    float: left;
    background: url(images/member-icon.png) no-repeat;
    margin:80px 0 24px;
    padding: 0 80px 0 0;
    background-position: center right;
    position: relative;
}
.membership-head h2:after {
    position: absolute;
    content: "";
    left: 0;
    width: 113px;
    height: 1px;
    background: #5083B8;
    bottom: -20px;
}
#gform_13 .gform_body ul li h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #00265B;
    margin: 60px 0 20px 0px;
}
#gform_13 #field_13_3 label.gfield_label {
    display: none;
}
#gform_13 li#field_13_5 label.gfield_label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    color: #54575B;
    float: left;
    width: 118px;
}


#gform_13 li#field_13_5 .ginput_container.ginput_container_text input{
	background: rgba(214, 204, 189, 0.14);
    height: 50px;
    padding: 0 27px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
	color: rgba(0, 38, 91, 0.3);
	border: none;
	width: 80%;

}
.member-table-bg {
    width: 91%;
}
.gform_footer.top_label{
	margin: 31px 0 0 0px;
}
#gform_13 .ginput_container.ginput_container_checkbox {
    border-bottom: 0.5px solid #54575B;
    padding: 0 0 50px 0;
}

div#gform_wrapper_12 ul.gfield_checkbox li input[type=checkbox]{opacity: 0;position: absolute;}
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked),div#gform_wrapper_12 .gform_body ul li input
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label,
div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label {
	position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 90.7%;
    color: rgba(0, 38, 91, 0.5);
}

/* checkbox aspect */
#gform_13 .gform_body ul li input[type="checkbox"]:not(:checked) + label:before,
#gform_13 .gform_body ul li input[type="checkbox"]:checked + label:before {
	content: '';
    position: absolute;
    left: 0;
    top:11px;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 black;
    background: rgba(214, 204, 189, 0.2);
}
/* checked mark aspect */
#gform_13 .gform_body ul li input[type="checkbox"]:not(:checked) + label:after,
#gform_13 .gform_body ul li input[type="checkbox"]:checked + label:after {
	content: '\2713\0020';
    position: absolute;
    top: 12px;
    left: 3px;
    font-size: 12px;
	color: #54575B;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    line-height: 15px;
}
/* checked mark aspect changes */
#gform_13 label#label_13_3_1 {
    padding: 0 0 0 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
#gform_13 .gform_body ul li input[type="checkbox"] {
    position: absolute;
    top: 0;
    opacity: 0;
}
#gform_13 .gform_body ul li input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#gform_13 .gform_body ul li input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
#gform_13 .gform_body ul li input[type="checkbox"]:disabled:not(:checked) + label:before,
#gform_13 .gform_body ul li input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#gform_13 .gform_body ul li input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
#gform_13 .gform_body ul li input[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
#gform_13 .gform_body ul li input[type="checkbox"]:checked:focus + label:before,
#gform_13 .gform_body ul li input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #54575B;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #54575B!important;
}

#gform_13 .gform_body ul li#field_13_4 h3 {
    margin: 15px 0 30px;
    display: inline-block;
    width: 100%;
}

.member-table-bg table {
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
  }
  
  .member-table-bg td {
    border:6px solid #fff;
    text-align: left;
    padding: 10px 15px;
    background: rgba(80, 131, 184, 0.1);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #54575B;
}
#gform_13 .gform_body ul li:nth-child(5) {
    margin: 9px 0 36px 0;
}
.member-table-bg h4 {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
	line-height: 33px;
    color: #5083B8;
}
#gform_13 .gform_body ul li::marker{
	color: #5083B8;
}
  .member-table-bg th {
    background: #5083B8;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
	color: #FFFFFF;
	border: 6px solid #fff;
	padding: 0 15px;
	border-left: none;
}
  
  div#gform_wrapper_11 .gform_body ul li:nth-child(9) .ginput_container.ginput_container_date {
    width: 308px;
}
div#gform_wrapper_11 .gform_body ul li:nth-child(9) .ginput_container.ginput_container_date input
{background: #f9f8f6 url(images/search-icon-arrow.png) no-repeat !important;
	background-position: center right 20px !important;
    background-size: 11px !important;
    color: rgb(0 38 91 / 55%) !important;
}
.membership-see-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    text-decoration-line: underline;
    color: rgba(0, 38, 91, 0.3);
    display: inline-block;
    margin: 20px 0 0px;
}

#gform_13 .gform_body ul li:nth-child(8) label.gfield_label ,#gform_13 .gform_body ul li:nth-child(9) label.gfield_label ,#gform_13 .gform_body ul li:nth-child(10) label.gfield_label,
#gform_13 .gform_body ul li:nth-child(11) label.gfield_label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    color: #54575B;
}
#gform_13 .gform_body ul li:nth-child(10) {
    width: 23%;
	display: inline-block;
	padding: 0 7px 0 0;
}
#gform_13 .gform_body ul li:nth-child(10) select{
	width: 100%;
}
#gform_13 .gform_body ul li:nth-child(8) select, #gform_13 .gform_body ul li:nth-child(9) select{
	width: 75%;
}
#gform_13 .gform_body ul li:nth-child(9) input,#gform_13 .gform_body ul li:nth-child(11) input,#gform_13 .gform_body .ginput_container_total{
	height: 50px;
	line-height: 50px;
	padding: 0px 27px;
	font-style: normal;
font-weight: normal;
font-size: 12px;
color: rgba(0, 38, 91, 0.3);
appearance: none;
-webkit-appearance: none;
width: 100%;
-moz-appearance: none;
background: #f9f8f6; border: none;
    border: none;
-o-appearance: none;
}
#gform_13 .gform_body ul li:nth-child(8) select,
 #gform_13 .gform_body ul li:nth-child(9) select ,
   #gform_13 .gform_body ul li #input_13_21{
	height: 50px;
	line-height: 50px;
	padding: 0px 27px;
	font-style: normal;
font-weight: normal;
font-size: 12px;
color: rgba(0, 38, 91, 0.3);
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
background: #f9f8f6 url(images/search-icon-arrow.png) no-repeat !important;
	background-position: center right 20px !important;
	background-size: 11px !important;
	border: none;
	
}

   #gform_13 .gform_body ul li #input_13_21{
   	width: 75%;
   }
#gform_13 .gform_body ul li:nth-child(11) {
	width: 100%;
	/*padding: 0 7px 0 0;*/
}

#gform_13 .gform_body .ginput_container_total{
		width: 75%;
}
#gform_13 .gform_footer.top_label input {
    font-weight: 600;
    font-size: 13px !important;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF !important;  
    background: #5083B8;
	border: none;
	margin: 0 0 40px 0px !important;
    padding: 0 15px;
    height: 45px;
 /*   display: none !important;*/
    line-height: 45px;
	display: inline-block;
	width: 22.5%;
}
.page-id-1558 a.proceed-square-btn.renewal-btn-bottom{margin: -10px 0 20px 0px;}
#gform_13 .gform_footer.top_label input:hover{
    background: #3c6086;
}
.membership-groups-content-bg {
    margin-bottom: 100px;
}
/*member protal END*/

/*******09-11-2020***********/
.home .featured_image_area{
	display: none;
}
.home-slider-main .home-slider-inner .Feature-txt h1.feature-head{margin-bottom: 50px}
/* .facilitor-tab-section .about-toggle1 .text-sec .link-sec .inner-link a{color: #54575B !important;font-weight: 400;} */
.home-slider-main .home-slider-inner .Feature-txt {
    width: 38%;
    position: relative;
    top: 150px;
    font-style: normal;
    font-weight: 200;
    font-size: 25px;
    line-height: 39px;
    color: #00265B;
}
.header_search .search-form{margin-top: 62px !important;}
.site-header .wrap .header_left{width: 23% !important;}
.facilitator-last-sec .donate-sec p{line-height: initial !important;}
.facilitator-last-sec .donate-sec p a{margin: 0px;}
.page-id-353 .elementor-353 .elementor-element.elementor-element-18ffa195{padding:51px 0px 51px 0px;}
.home-third-section p{    font-style: normal;
    font-size: 20px;
	line-height: 33px;}
.home-third-section .heading::before{right: 0 !important;}
.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col ul.books-ul{width: 73% !important;}
.home-publication-sec .elementor-container .elementor-row .elementor-column-wrap .text-col .publication-btn{width: 73%;}
.home-about-sec .elementor-widget-wrap {
    width: 77%;
    margin: 0 auto;
}
.home-about-sec .elementor-widget-wrap .about-toggle1 {
    align-items: normal !important;column-gap: 0 !important;
}
.home-about-sec .elementor-widget-wrap .img-sec{width: 85%;}
.home-facilitor-sec .inner-sec .text-col p{
	font-style: normal;
    font-weight: 300;
    line-height: 33px;
    color: #000000;
}
.home-facilitor-sec .elementor-image {
    width: 80%;
}
/****board-volunteers page*****/
.page-id-483 h2.heading sup{top: -0.5em !important;font-size: 18px !important;}
.board-toggle-sec .board-toggle-row .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .bottom-sec{    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;width: 819px !important;max-width: 96%;
	color: #54575B;}
.in-section{width: 180px;}
.board-award-sec .inner-sec .img-row .in-section img{width: 100%;}
.footer_section .wrap{display: list-item !important;}
.left-footer {
    float: left;
    width: 363px;
}
.right-footer {
    float: right;
    width: 62%;
}
.footer_section{display: inline-block;
	width: 100%;}
	.map-world-img {
		width: 650px;
		margin: 30px 0 0;
	}
/*****Life Between Lives(LBL) ********/
/* a.gray-link{text-decoration: none !important;} */
.research-main-row .research-inner-text span.blue-text{font-size: 19px;font-style: normal !important;}
/* .lbl-training-section .elementor-image {
    margin: 80px 0 0;
} */
.training-second-sec h3.sub-head {
    margin-top: 30px;
}
/**10-11-2020* LBL® Training & Facilitator Community page**/
.lbl-training-sec .form-row .gform_wrapper form .gform_footer{padding:0px 25px 0 0px !important;}
.stories-main-sec .first-row .purple-italic {
    width: 520px !important;
    font-size: 20px;
    line-height: 33px;
    font-family: 'gibsonregular';
    max-width: 96%;
    text-align: center;
}
.lbl-training-sec {
    background: rgba(152, 117, 162, 0.2);
    padding: 60px 0;
    margin: 60px 0;
}
/*stories-of-the-afterlife page*/
.page-id-901 .elementor-image img{width: auto;}
.home-last-sec .inner-sec .heading{font-size: 45px;}
.home-third-section .heading{padding: 0 60px 0 0;}
.home-third-section p{width: 41% !important;}

img.mni-img-lft {
    width: 250px;
    margin: 0 0 8px;
    float: right;
    max-width: 96%;
}

/*popup donet page*/
#gform-notification{position: relative !important;padding: 25px 60px !important;border: 1px solid #f3f3f3 !important;max-height: inherit !important;}
#gform-notification .button {
    padding: 0 10px !important;
    color: #fff !important;
    text-decoration: none;
    position: absolute;
    top: -39px;
    right: -16px;
    border-radius: 50%;
}
.donate-form-row .elementor-widget-container p {
    text-align: center;
    margin: 14px 0 0;
}
.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select::before{display: none;}
.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
    background: #fff url(images/select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 20px !important;
}
.donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error .validation_message,.contact-main-row .form-row .gform_validation_error .gform_body .gfield_error .validation_message,
.stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message{
    position: absolute;
    z-index: 11;
    top: 76%;
}

.donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error .validation_message::before,
.contact-main-row .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before,
.stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before{
    bottom: 29px !important;
}
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width: 100% !important;}
.contact-main-row .form-row .gform_wrapper form .gform_footer input:hover{color: #fff;}
.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield{padding: 0 10px !important;}
.donate-form-row .form-inner-row .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input{width: 100% !important;}
.in_middle_div a:nth-child(2) {
    margin: 0;
}
.in_middle_div a {
    width: 100%;
    float: left;
    margin:0px;
}
.world-map-rgt {
    width: 35%;
    float: right;
}
.world-map-lft {
    width: 62%;
    float: left;
}


/*profile page 12-11-2020*/
div#gform_wrapper_12 .gform_body ul li:nth-child(22) ul li{margin: 0 0 33px 0px;}











/* 		28-01-2021 		Anil Gohil 			*/
.research-main-row .reserche-no-padding-text{
	padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.research-main-row .reserche-no-padding-btn{
	padding: 0 0 20px 0 !important;
}
/*span.solid-text-span {
    display: block;
}*/
.single-post .date_post,.single-post .containt_post{
	display: none;
}
.forth_div p{
	margin: 0 0 10px 0;
}
input#submit.find-a-fac{
	color: #FFFFFF !important;
}
input#submit.find-a-fac:hover{
	font-weight: bold;
}
input#submit.find-a-fac-result{
	color: #FFFFFF !important;
	font-weight: 500;
}
input#submit.find-a-fac-result:hover{
	font-weight: bold;
}
.mni-new-text a {
    width: 100%;
    display: inline-block;
    padding: 15px 22px 20px 22px;
}

.lib-text a{
	    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    float: left;
    color: #C4C4C4;
    line-height: 24px;
    margin: 0;
    padding: 15px;
    width: 100%;
}
.lib-text a strong{
	display: block;
	font-weight: 600;
	font-size: 13px;
}
.lib-text a h2{
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 6px;
}
.lib-text a p{
	    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
}
.institute-img-mni {
    vertical-align: top;
    display: block;
    margin: 0 30px !important;
}
a.watch-btn{
	line-height: 20px;
}

/* 			22-02-2021 			*/

.inner-blog-news>div {
    padding: 20px;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.blog-news-event-inner:hover .inner-blog-news>div{
	background: #5083b8;
    transition: all 0.4s ease-in-out;
}
.blog-news-event-inner:hover span.inn-span-link-blog,.blog-news-event-inner:hover .link-inner-blog h6,.blog-news-event-inner:hover .inner-blog-news div a h6{
	color: #FFFFFF;
}
span.inn-span-link-blog{
	font-size: 13px;
    line-height: 33px;
    font-family: 'gibsonregular' !important;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #5083b8;
    font-weight: 600;
    margin-bottom: 0px;
}
.link-inner-blog h6,.inner-blog-news div a h6{
	font-weight: 500;
    font-size: 18px;
    line-height: 165%;
    color: #54575b;
    word-break: break-word;
    margin: 0;
    text-transform: capitalize;
}
.inner-blog-news div.image-section-news-blog {
    padding: 0;
}
.blog-news-event-inner {
    padding: 30px;
}
.interactive-logo-ctn {
    margin: 0 auto;
}
.blog-news-griding-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
}
.inner-blog-news a.link-inner-blog {
    padding: 20px;
    display: inline-block;
    width: 100%;
    background: #fff;
	transition: all 0.4s ease-in-out;
}
.heading-container-blog-news:hover .inner-blog-news a.link-inner-blog{
	background-color: #5083b8;
	transition: all 0.4s ease-in-out;
}
.heading-container-blog-news:hover .inner-blog-news a.link-inner-blog span.inn-span-link-blog,.heading-container-blog-news:hover .inner-blog-news a.link-inner-blog h6{
	color: #fff;
	transition: all 0.4s ease-in-out;
}












/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1550px) {
	/* div#gform_wrapper_12 .gform_body ul li:nth-child(23), div#gform_wrapper_12 .gform_body ul li:nth-child(24), div#gform_wrapper_12 .gform_body ul li:nth-child(25),
	 div#gform_wrapper_12 .gform_body ul li:nth-child(26), div#gform_wrapper_12 .gform_body ul li:nth-child(27), div#gform_wrapper_12 .gform_body ul li:nth-child(28){
        margin:0 100px 0 0;
        width: 42%;
	 } */
	 div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label, div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label{
		font-size: 13px;
		line-height: 33px;
	 }
	 div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label:before, div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label:before{
		top: 9px;
	 }
	 div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label:after, div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label:after{
		top: 10px;
	 }
    
     .donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error .validation_message::before{bottom: 25px !important;}
     
     
     /*profile page*/
     div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select,
     div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text{width: 253px;}
     div#gform_wrapper_12 .gform_body ul li:nth-child(23){width: 45%;}
     div#gform_wrapper_12 .gform_body ul li:nth-child(24), div#gform_wrapper_12 .gform_body ul li:nth-child(25), div#gform_wrapper_12 .gform_body ul li:nth-child(26), div#gform_wrapper_12 .gform_body ul li:nth-child(26),
     div#gform_wrapper_12 .gform_body ul li:nth-child(27), div#gform_wrapper_12 .gform_body ul li:nth-child(28), div#gform_wrapper_12 .gform_body ul li:nth-child(29){margin: 0 100px 0 0px;}

     .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{margin: 0 0 20px 0px !important;}
}

@media screen and (max-width: 1400px) {
    div#gform_wrapper_11 .gform_body ul li:nth-child(16),div#gform_wrapper_11 .gform_body ul li:nth-child(22){width: 44.5%;}
     div#gform_wrapper_11 .gform_body ul li:nth-child(16) .ginput_container.ginput_container_text,div#gform_wrapper_11 .gform_body ul li:nth-child(22) .ginput_container.ginput_container_text{width: 52%;}
     div#gform_wrapper_11 .gform_body ul li:nth-child(23) .ginput_container.ginput_container_text,div#gform_wrapper_11 .gform_body ul li:nth-child(17) .ginput_container.ginput_container_text{width: 61%;}
    #gform_13 .gform_body ul li:nth-child(9), #gform_13 .gform_body ul li:nth-child(10){    width: 32%;}
    #gform_13 .gform_body ul li:nth-child(11){/*width: 32%;*/}
    #gform_13 .gform_footer.top_label input{width: 31%;}
div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text,
 div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text,
 div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text,
 div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text,
 div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text,
 div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text,
 div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select,div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select,
 div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text{width: 233px;}
 div#gform_wrapper_12 .gform_body ul li:nth-child(24), div#gform_wrapper_12 .gform_body ul li:nth-child(25), div#gform_wrapper_12 .gform_body ul li:nth-child(26), div#gform_wrapper_12 .gform_body ul li:nth-child(26), div#gform_wrapper_12 .gform_body ul li:nth-child(27),
 div#gform_wrapper_12 .gform_body ul li:nth-child(28), div#gform_wrapper_12 .gform_body ul li:nth-child(29){margin: 0 80px 0 0px;}
 div#gform_wrapper_12 .gform_body ul li:nth-child(27) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(29) .ginput_container.ginput_container_select, 
 div#gform_wrapper_12 .gform_body ul li:nth-child(10) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_select{width: 270px;}
}
@media screen and (max-width: 1349px) {
	/* div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, 
	div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text,
	 div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text, 
	 div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text, 
	 div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text{
		width: 236px;
	 }
	 div#gform_wrapper_12 .gform_body ul li:nth-child(23), div#gform_wrapper_12 .gform_body ul li:nth-child(24), div#gform_wrapper_12 .gform_body ul li:nth-child(25),
	 div#gform_wrapper_12 .gform_body ul li:nth-child(26), div#gform_wrapper_12 .gform_body ul li:nth-child(27), div#gform_wrapper_12 .gform_body ul li:nth-child(28){
		margin:0 70px 0 0;
	 } */
	 .user_head_logo{max-width: 93%;}
	 /* div#gform_wrapper_11 .gform_body ul li:nth-child(16) .ginput_container.ginput_container_text,div#gform_wrapper_11 .gform_body ul li:nth-child(22) .ginput_container.ginput_container_text{width: 52%;}
	 div#gform_wrapper_11 .gform_body ul li:nth-child(17) .ginput_container.ginput_container_text,div#gform_wrapper_11 .gform_body ul li:nth-child(23) .ginput_container.ginput_container_text{width: 52%;}
	 div#gform_wrapper_12 .gform_body ul li:nth-child(22){width: 45%;} */

	 
     /* div#gform_wrapper_12 .gform_body ul li:nth-child(29) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_select{width: 270px;}
     div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label, div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label{    line-height: 26px;}
     div#gform_wrapper_11 .gform_body ul li:nth-child(23),div#gform_wrapper_11 .gform_body ul li:nth-child(17){width: 51%;}
     div#gform_wrapper_11 .gform_body ul li:nth-child(17) .ginput_container.ginput_container_text, div#gform_wrapper_11 .gform_body ul li:nth-child(23) .ginput_container.ginput_container_text{width: 66.6%;}
     div#gform_wrapper_12 .gform_body ul li:nth-child(22) ul li{margin: 0 0 28px 0px;} */

     /*profile page*/
     div#gform_wrapper_12 .gform_body ul li:nth-child(11) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(12) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(14) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(17) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(21) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(19) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(20) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(18) .ginput_container_text, div#gform_wrapper_12 .gform_body ul li:nth-child(15) .ginput_container_select,
     div#gform_wrapper_12 .gform_body ul li:nth-child(16) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(22) .ginput_container_text{width: 218px;}
     div#gform_wrapper_12 .gform_body ul li:nth-child(24), div#gform_wrapper_12 .gform_body ul li:nth-child(25), div#gform_wrapper_12 .gform_body ul li:nth-child(26), div#gform_wrapper_12 .gform_body ul li:nth-child(26),
     div#gform_wrapper_12 .gform_body ul li:nth-child(27), div#gform_wrapper_12 .gform_body ul li:nth-child(28), div#gform_wrapper_12 .gform_body ul li:nth-child(29){margin:0 66px 0 0px;}

     div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:not(:checked) + label, div#gform_wrapper_12 .gform_body ul li input[type="checkbox"]:checked + label{font-size: 12px;line-height: 26px;}
     .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{margin: 0 0 28px 0px !important;}
     div#gform_wrapper_12 .gform_body ul li:nth-child(27) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(29) .ginput_container.ginput_container_select,
     div#gform_wrapper_12 .gform_body ul li:nth-child(10) .ginput_container_select, div#gform_wrapper_12 .gform_body ul li:nth-child(13) .ginput_container_select{width: 300px;}
}


@media screen and(max-width: 1025px) {
	.list-box, *{box-sizing: border-box;}
}

@media screen and (max-width:1400px) {
	/*search result page*/
	.page-id-1424 .header-right-btn{margin: -22px 0px 0 0px;}
}


@media only screen and (max-width: 1280px) {
	.site-inner, .wrap {max-width: 1140px;}
}
@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.site-header .widget-area {
		width: 580px;
	}
	.content {
		width: 520px;
	}
	.full-width-content .content {
		padding: 0 110px;
	}
	.genesis-nav-menu a {
		padding: 30px 10px;
	}
	.site-header.sticky-header .genesis-nav-menu a {
		padding: 20px 10px;
	}
	.front-page-1, .front-page-3, .front-page-5, .front-page-7 {background-attachment: scroll; }
}

@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 768px;
	}
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: static;
	}
	.front-page .site-header {
		background-color: #000;
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content, .sidebar, .site-header .widget-area, .title-area {width: 100%; }
	.site-header .title-area, .site-header.sticky-header .title-area {padding: 15px 0; }
	.header-image .sticky-header .site-title > a {
		height: 76px;
	}
	.genesis-nav-menu, .site-header .widget-area, .site-title {text-align: center; }
	.header-image .site-title > a {
		background-position: center !important;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	.nav-secondary,
	.site-header.sticky-header .nav-secondary {
		border-bottom: none;
	}
	.genesis-nav-menu a,
	.site-header.sticky-header .genesis-nav-menu a {
		padding: 10px;
	}
	.front-page .site-inner {
		margin-top: 0;
	}
	
	.full-width-content .content {
		padding: 0;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {margin: 0; width: 100%; }
	.flexible-widgets.widget-full .widget, .flexible-widgets.widget-halves .widget, .flexible-widgets.widget-thirds .widget, .flexible-widgets.widget-fourths .widget {margin: 0 auto 20px; width: 100%; }
	.front-page-1 .widget:first-of-type h4, .front-page-2 .widget:first-of-type h4 {font-size: 60px;  }
	.front-page-1 .image-section, .secondary-nav .front-page-1 .image-section {padding-top: 0; }
}

@media only screen and (max-width: 800px) {
 .site-inner, .wrap {max-width: none; width: 100%; }
 .site-inner, .wrap {padding: 0 5%; }
 .front-page .site-inner {padding: 0; }
	/* Genesis Responsive Menus */
 nav.nav-primary {top: 0; }
 .site-header nav .wrap {padding: 0;}
 nav.genesis-responsive-menu {display: none; position: relative; }

	.genesis-skip-link .skip-link-hidden {display: none; visibility: hidden; }
	.menu-toggle, .sub-menu-toggle {border-width: 0; background: #000; color: #fff; display: block; margin: 0 auto; overflow: hidden; text-align: center; visibility: visible; }
	.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {background-color: transparent; color: #22a1c4; border-width: 0; }
	.menu-toggle:focus, .sub-menu-toggle:focus {outline: 1px solid #ccc; outline-offset: -1px; }
	.menu-toggle {line-height: 20px; margin-bottom: 1px; position: relative; z-index: 1000; width: 100%; }
	.menu-toggle::before, .menu-toggle.activated::before {margin-right: 10px; text-rendering: auto; }
	.sub-menu-toggle {float: right; padding: 10px; position: absolute; right: 0; top: 0; z-index: 100;}
	.sub-menu-toggle::before {display: inline-block; text-rendering: auto; -webkit-transform: rotate( 0 ); -ms-transform:     rotate( 0 ); transform:         rotate( 0 ); -webkit-transition: transform .25s ease-in-out; -ms-transition:     transform .25s ease-in-out; transition:         transform .25s ease-in-out;}
	.sub-menu-toggle.activated::before {-webkit-transform: rotate( 180deg ); -ms-transform:     rotate( 180deg ); transform:         rotate( 180deg );}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a, .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {background-color: transparent; border-bottom: 0; margin-bottom: 1px;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {outline-color: #fff;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {text-decoration: underline;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {outline: 1px solid #fff;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {display: block; float: none; position: relative; text-align: left; }
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {position: relative; }
	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a, .genesis-responsive-menu .genesis-nav-menu > li > a, .genesis-responsive-menu .genesis-nav-menu .menu-item a {border: 0; }
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {padding: 15px 20px; width: 100%;}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {border: none; } 
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {left: 0; margin-left: 0; }
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {content: none; }
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {clear: both; display: none; margin: 0; opacity: 1; padding-left: 15px; position: static; width: 100%; }
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {margin: 0;}
	.altitude-home .simple-social-icons ul li {margin: 0 20px 20px !important;}
	.footer-widgets .wrap {padding-top: 60px; padding-bottom: 60px;}
	.front-page-2, .front-page-3, .front-page-4, .front-page-5, .front-page-6, .front-page-7 {border-top: 0; margin-top: 0; }
	.image-section .flexible-widgets {padding-bottom: 80px; }
	.solid-section .flexible-widgets {padding-bottom: 40px; padding-top: 60px; }
	.bottom-image {margin-top: 60px; margin-bottom: -80px; }
}

@media only screen and (max-width: 480px) {


	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 2.500em;
		
	}
}



/*inner image*/
.featured_image_area { align-items: center; display: flex;margin-bottom: 2.5em; -webkit-align-items: center; display: -webkit-flex; height:280px;}
.featured_image_area .inner-heading { color: #ffffff; font-size: 2.375em; margin-bottom: auto;  text-transform: capitalize;}


/*contact us */

.contact_map {margin-bottom: 0;}
.contact-heading { color: #131313; font-size: 28px; font-weight: 600; text-align: center; text-transform: uppercase;  font-size: 30px;}
.info-box-row .wpb_column.vc_column_container {border: 1px solid #cccccc; border-radius: 4px; margin-right: 15px; min-height:175px !important;  padding: 0 1%; text-align: center;
    width: calc(33% - 12px); float: none; display: inline-block !important;}
.info-box-row .wpb_column.vc_column_container:last-child { margin-right: 0;}
.high-text {  font-size: 1.125em;}
.contact-info-text { margin-bottom: 5.313em !important;}
.conatct-name-head {color: #333333;font-size:1.25em; margin-top: 21px;  margin-bottom: 15px;}
.contact-icon {background: #216197 none repeat scroll 0 0; border-radius: 0 40px 40px; box-shadow: 0 0 0 8px rgba(212, 212, 212, 0.4); height: 70px; margin: -30px auto 0; padding: 17px; width: 70px;transition: all 0.8s cubic-bezier(0, 0.41, 0.18, 0.9) 0s; }
.white-text .contact-heading {color: #ffffff;}
 .map-sec .vc_column-inner { padding-left: 0 !important; padding-right: 0 !important;}
.map iframe {  filter: grayscale(100%);display:block;}
.cont-desc a, .cont-desc { color: #333;}
.info-box-row .wpb_column.vc_column_container:hover .contact-icon{border-radius: 3px;}
.cont-desc a:hover{  color: #4399d9;}
.con_us_row p:last-child, .con_us_row_sec p:last-child { margin-right: 0;}
.con_us_row p, .con_us_row_sec p {    display: inline-block;    float: left;    margin-right: 2%;   width: 49%;}
.contact-form-main p span input, .contact-form-main p span textarea, .footer_input_captcha .wpcf7-captchar {border: 1px solid #999999;color: #212121; font-weight: 400;padding: 12px 20px; letter-spacing: 1px;}
.contact-form-main p span textarea { height: 120px;}
.contact_form_title { margin-bottom:2.188em; text-align: center;}
.cont_left.vc_col-sm-8 { align-items: center; background: #eeeeee none repeat scroll 0 0;  display: flex; padding: 0 6%;}
.contact-form-main .footer_input_captcha { display: inline-block; float: left;  margin-right: 20px; width: 75%;}
.contact-form-main { display: flex;   margin: 0 auto;}
.contact-form-main .submit_cont { display: inline-block; float: left;  text-align: center;  width: 100%;}
.contact-form-main .submit_cont .wpcf7-submit { border: medium none; float: left; font-weight: normal; letter-spacing: 0; width: 120px;}
.contact-form-main div.wpcf7-validation-errors { color: #333333; float: left; font-size: 15px; margin: 10px auto 0; text-align: center; width: 100%;}
.contact-form-main .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {border: 2px solid #008000;  color: #333333;  text-align: center; float: left;width: 100%;}
.cont_right img { display: block;}
.map iframe {display: block; filter: grayscale(100%);}
div.wpcf7 .ajax-loader {display: none !important;}
.map .vc_col-sm-12 > .vc_column-inner {padding: 0;}
.map .wpb_content_element { margin-bottom: 0;}
.con_us_full { float: left;    width: 100%;}
.conatct-info-sec .vc_row-fluid.info-box-row {margin: 0 auto 2.188em;text-align: center;}
.con_us_row {float: left; width: 100%;}
.cont_right.map > .vc_column-inner {padding-left: 0;}
.contact_details .three-input-group p {margin-right: 0;padding-right:1em;width: 33.33%;}
.contact_details .three-input-group p:last-child { padding-right: 0;}
.wpcf7-not-valid-tip::after {border-bottom: 8px solid #00a3e3;border-left: 8px solid rgba(0, 0, 0, 0);border-right: 8px solid rgba(0, 0, 0, 0);content: "";left: 16px;position: absolute;top: -7px;}
.site-inner span.wpcf7-not-valid-tip{background: #00a3e3 none repeat scroll 0 0;bottom: -46px;box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.25);color: #ffffff;float: left;line-height: 20px;padding: 10px !important;position: absolute;width: auto;z-index: 99;font-size: 0.875em;line-height: 1.1;}
.con_us_row p{position:relative;}


@media only screen and (min-width: 1024px) and (max-width: 1200px){
	body .site-container  .featured_image_area {background-size: cover;background-position: center center;}
	.full-width-content .content {padding: 0 30px;}
	.cont_left.vc_col-sm-8 {padding: 0 4%;}
	.map iframe {height: 500px;}

	
}
@media only screen and (min-width: 768px) and (max-width: 799px){
	.contact-form-main {display: block;}
	.cont_left.vc_col-sm-8 {display: block;padding: 4%;width: 100%;margin-bottom: 25px;}
	.cont_right.vc_col-sm-4 {width: 100%;}
	.map iframe {height: 300px;}
	.cont_right.map > .vc_column-inner {padding-right: 0;}
	.contact-icon {height: 55px;width: 55px;}
	.conatct-name-head {margin-bottom: 8px;}
}
@media only screen and (min-width: 800px) and (max-width: 1023px){
	.contact-form-main {display: block;}
	.cont_left.vc_col-sm-8 {display: block;padding: 4%;width: 100%;margin-bottom: 25px;}
	.cont_right.vc_col-sm-4 {width: 100%;}
	.map iframe {height: 00px;}
	.cont_right.map > .vc_column-inner {padding-right: 0;}
	.contact-icon {height: 55px;width: 55px;}
	.conatct-name-head {margin-bottom: 8px;}
}
@media only screen and (max-width: 767px){
	body {font-size: 88%;}
	.contact-form-main {display: block;}
	.cont_left.vc_col-sm-8 {display: block;padding: 4%;width: 100%;margin-bottom: 25px;}
	.cont_right.vc_col-sm-4 {width: 100%;}
	.map iframe {height: 200px;}
	.cont_right.map > .vc_column-inner {padding-right: 0;}
	.contact-icon {height: 55px;width: 55px;}
	.conatct-name-head {margin-bottom: 8px;}
	.info-box-row .wpb_column.vc_column_container {padding: 0 0%;}
}
@media only screen and (max-width: 486px){
	h1, .h1 {font-size: 1.50em;}
	.contact_details .three-input-group p {margin-right: auto;padding-right: inherit;	width: 100%;}
	.info-box-row .wpb_column.vc_column_container {margin-right: auto;min-height: inherit !important;width: 100%;margin-bottom: 60px;}
	.info-box-row .wpb_column.vc_column_container:last-child{margin-bottom: auto;}
}

/*contact us 1*/

.contact-dtl-row { display: flex;display:-webkit-flex;}
.contact-dtl-row .contact-dtl-col {  background: #f5f5f5 none repeat scroll 0 0; }
.contact-form-sec, .contact-dtl-row .contact-dtl-col{padding: 2.188em!important;}
.contact-dtl-row { box-shadow: 1px 1px 31px rgba(0, 0, 0, 0.13); margin: -115px auto auto!important;position: relative; width: 92%;}
.contact-dtl-row .contact-form-sec {  background: #ffffff none repeat scroll 0 0;}
.contact-info-block .cont-info-div { margin-bottom: 1.25em;}
.contact-info-block .cont-info-div .cont-info-inner-title {color: #000000; font-size: 1.125em; font-weight: 600;  margin-bottom: 0.5em;}
.contact-info-block a {  color: #212121;}
.cont-form-title-block { margin-bottom: 1.563em!important;}
.contact-form-sec textarea { height: 125px;}
div.wpcf7-response-output{margin: 0.625em 0 0!important;}
span.wpcf7-not-valid-tip{font-size: 0.813em; line-height: 1.1 !important;}


@media only screen and (min-width: 768px) and (max-width: 1023px){
	h1, .h1 {font-size: 1.6em;}
	.contact-dtl-row {margin: auto auto auto !important;width: 100%;}
	.contact-form-sec, .contact-dtl-row .contact-dtl-col {padding: 1.5em !important;}
}
@media only screen and (max-width: 767px){
	.contact-dtl-row {margin: auto auto auto !important;width: 100%;}
	.contact-form-sec, .contact-dtl-row .contact-dtl-col {padding: 1.5em !important;}
	.contact-dtl-row {display: block;}
}

/*contact us  2*/

.contact-info-block.col-white a {  color: #ffffff;}
.contact-dtl-2-row { align-items: center;  margin: -6em auto auto !important;  width: 90%; display: flex;-webkit-align-items: center;  display:-webkit-flex;}
.contact-2-dtl-col > .vc_column-inner { padding: 2.188em !important;}
.contact-dtl-2-row .social-icon a { display: block;  float: left;  margin-right: 15px;}
.contact-dtl-2-row .social-icon br {  display: none;}
.contact-info-block .cont-info-div:last-child { margin-bottom: 0;}
.contact-dtl-2-row .contact-form-sec > .vc_column-inner {  padding-left: 3em;}
.address-div { background: rgba(0, 0, 0, 0) url("images/social-image/contact-map-icon.png") no-repeat scroll left top;  padding-left: 30px;}
.phone-div { background: rgba(0, 0, 0, 0) url("images/social-image/contact-callus-icon.png") no-repeat scroll left top;  padding-left: 30px;}
.email-div { background: rgba(0, 0, 0, 0) url("images/social-image/contact-mail-icon.png") no-repeat scroll left top; padding-left: 34px;}
.body-grey-bg { background: #f5f5f5 none repeat scroll 0 0;}
.contact-dtl-2-row .contact-form-sec { background: #ffffff none repeat scroll 0 0;}
.contact-dtl-2-row .contact-form-sec > .vc_column-inner {  padding-left: 3em;}
.contact-2-dtl-col {  margin-right: -40px;  position: relative;   z-index: 9999;}
.contact-dtl-2-row .contact-form-sec {  background: #ffffff none repeat scroll 0 0;  width: 82%!important;box-shadow: 1px 1px 31px rgba(0, 0, 0, 0.1);}
.sub-title-cont{font-size:1.250em;}
.contact-dtl-2-row .cont-dtl-title.h1 {  margin-bottom: 8px;}
.contact-dtl-2-row .sub-title-cont { color: #a6a6a6;  font-weight: 300;}



@media only screen and (min-width: 768px) and (max-width: 1023px){
	.contact-2-dtl-col > .vc_column-inner {padding: 1.5em !important;}
	.contact-social-icn img {width: 25px;}
}
@media only screen and (max-width: 767px){
	.contact-dtl-2-row {margin: auto auto auto !important;width: 100%;display: block;}
	.contact-2-dtl-col {margin-right: auto;margin-bottom: 20px;}
	.contact-dtl-2-row .contact-form-sec {width: 100% !important;}
	.contact-dtl-2-row .contact-form-sec > .vc_column-inner {padding-left: 7.5px;}
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/*team*/ 

.team-col > .vc_column-inner > .wpb_wrapper { box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);  transition: all 0.5s ease 0s; overflow: hidden;  position: relative;}
.team-dtl-section { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);  padding: 1.563em;  position: relative; text-align: center;  z-index: 99;}
.team-dtl-section .team-name { margin-bottom: 0.313em;}
.dt-sc-team-social .text-indent { display: inline-block; text-indent: -9999px;}
ul.dt-sc-team-social li{padding-bottom:0;}
.links-abs  > *, .links-abs  a { align-items: stretch; display: flex;  -webkit-align-items: stretch; display: -webkit-flex;  height: 100%;  left: 0;  position: absolute;  z-index:999;   top: 0;  width: 100%;}
.team-social-icn{  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;  bottom: 0; height: 0;  left: 0; overflow: hidden;    position: absolute;
 right: 0; transition: all 0.5s ease 0s; width: 100%; z-index: 2;align-items: center; display: flex;   justify-content: center;}
.team-col:hover .team-social-icn{ border-radius: 10px;height: 100%;}
.team-social-icn ul {  display: flex;  position: relative; top: -20px;}
.team-social-icn a { color: #ffffff;font-size: 2em;}
.team-col { margin-bottom: 1em; padding-bottom: 0.5em; padding-right: 0.5em !important;}
.links-abs  a {  text-indent: -9999px;}
.team-detail-header .team-name { color: #212121;  margin-bottom: 0.2em;}
.team-dtl-cont { padding-left: 1em!important;}

/*faq*/

.vc_tta-panel-heading { border: medium none !important;}
.vc_tta-panel { border: 1px solid #d4d4d4;margin-bottom: 1.25em;}
.vc_tta-panels .vc_tta-panel-title{  color: #000000; font-size: 1.125em; font-weight: normal;}
.vc_tta-panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;}
.vc_tta-panels .vc_tta-panel-title a, .vc_tta-panels  .vc_tta-panel-body{padding-left:50px!important;}
.vc_tta-panels  .vc_tta-panel-body{padding-top:0.2em!important;}
.vc_tta-panels .vc_tta-panel-title a { color: #000000 !important;}


/*booking form*/

.booking-form .featured_image_area { margin-bottom: 0;}
.booking-form-main-section {padding:0.5em 0 2em;}
.booking-form-main-section .submit_cont { display: table; margin: auto;}
.booking-form-main-section .submit_cont input[type="submit"] { min-width: 150px;  padding: 0.8em 2em;}
.booking-form-main-section textarea { height: 140px;}
.booking-form-main-section  div.wpcf7-response-output{ text-align: center;}
.book-form-heading .h1 { margin-bottom: 0.3em;}
.book-form-heading .h-sml {  color: #919191;}
.book-form-heading { margin-bottom: 2.5em!important ;}
.book-form-heading .h1-big { color: #505050; text-transform: capitalize;}
.booking-form-body .featured_image_area {  margin-bottom: 0;}

/*project*/

.all-projects {  -moz-column-count: 3; -webkit-column-count: 3;column-count: 3; -moz-column-gap: 1.5em;-webkit-column-gap: 1.5em; column-gap: 1.5em;	 margin: 1.5em 0;}
.project-item {display: inline-block; position:relative; background: #fff; margin: 0 0 1.5em; width: 100%;box-sizing: border-box;  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;}	
.archive .pagination{text-align:center; }
.project-item  .project-image img { height: 360px; width: 480px;}
.project-item .link-arrow { bottom: 2.3rem; color: #ffffff; left: 3rem;  position: absolute; transition: none 0s ease 0s ;  z-index: 2;}
.project-hover { height: 100%; left: 0; padding: 4.85rem 3rem;  position: absolute;  top: 0;  transition: all 0.5s ease 0s;   width: 100.1%; z-index: 2;}
.project-hover .project-title { bottom:2.8em;  color: #ffffff; font-size: 1.6em;position: absolute;}
.project-description { color: #fff;line-height: 1.71; margin-top: 12%; opacity: 0;  transform: translateY(-1rem);}
.project-item::before {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0 0; content: ""; height: 100%;
    left: 0;position: absolute; top: 0; width: 100%;  z-index: 1;}
.project-item:hover .project-hover { background-color: rgba(0, 0, 0, 0.85);}	
.project-item:hover .project-hover .project-title { bottom: 2rem; color: #ffffff;position: relative; transform: translateY(2em);  transition: transform 0.5s ease 0s;}
.project-item:hover .project-hover .project-description { opacity: 1; transform: translateY(0px);  transition: all 0.4s ease 0.2s;}
.project-item .link-arrow a{color:#fff;}   

/*		01-12-2020		Anil Gohil		*/
a.blue-link{
	color: #22a1c4;
}
a.blue-link:hover{
	color: #22a1c4;
}

/*************************************************************************03-12-2020 Hardik Sarvaiya**************************************************************************************************************************/

.dialog-type-lightbox {
    height: calc(100vh - 0px) !important;
}
h1.heading.michael-head {
    margin: 50px 0 0;
}
.pathways-main-sec {
    padding-top: 80px;
}

/*		09-12-2020		Anil Goihl		Responsive MNI 		*/
/*		Nevigation Menu Start		*/

/*.site-header .wrap .header-navmenu-area .header-btns{
	width: 45% !important;
	float: right;
	text-align: right;
}
.site-header .wrap .header-navmenu-area .header-rightmenu{
	width: 55% !important;
	float: right;
	text-align: right;
}
.menu-toggle{
	width: 15%;
	background-color: #5083b8;
	outline: none;
	margin-right: 10px;
}
.sub-menu-toggle{
	background-color: #5083b8;
	outline: none;
}
.dashicons, .dashicons-before:before{
	margin: 0;
}
.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu{
	display: block !important;
	padding: 10px 0 !important;
	width: 100%;
}
.genesis-responsive-menu .genesis-nav-menu .sub-menu{
	padding-left: 0 !important;
}
.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a{
	outline: none;
	text-decoration: none;
	transition: 0.4s all;
}
.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a:hover,.site-header .wrap .header-navmenu-area .header-rightmenu .top-sec-menu .nav-primary .wrap .genesis-nav-menu .menu-item a:focus{
	color: #ffffff;
	outline: none;
}*/
/*		Nevigation Menu End		*/











/**********28-01-2021 hardik*****/
a.proceed-square-btn img {
    width: 20px;
    float: left;
	border-radius: 5px;
    margin: 13px 10px 0 0;
}
a.proceed-square-btn {
    width: auto;
    background: #676262;
    display: inline-block;
    color: #fff !important;
    line-height: 45px;
    border-radius: 30px;
    text-decoration: none !important;
    padding: 0 25px;
    margin: 22px 0 0 0;
    float: left;
    letter-spacing: 0.1em;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 16px;
}


a.proceed-square-btn.renewal-btn-bottom {
    border-radius: 0;
    margin: -50px 0 0 0;
    padding: 0 21px;
    z-index: 9;
    position: relative;
    cursor: pointer;
}
p.text-left {
    text-align: left !important;
    float: left;
    width: 100%;
}
a.proceed-square-btn:hover{background: #383838;}

/***************************07-01-2021 hardik*****************************/
.research-full-with-img .elementor-image img{width: 100%;float: left;max-width: 100%;}
.apply-text-research {
    margin-bottom: 40px !important;
}

.footer_section .wrap .right-footer .nav .menu-item ul.sub-menu {
    padding: 0 0 10px 19px;
}


/******31-03-2021***********/
div#gform_wrapper_12 .gform_body ul li:nth-child(26),div#gform_wrapper_12 .gform_body ul li:nth-child(28),div#gform_wrapper_12 .gform_body ul li:nth-child(29){width: 100%;margin: 0px;}
.page-id-377 a.proceed-square-btn{display: none;}
div#gform_wrapper_12 .gform_body ul li:nth-child(24) label.gfield_label,div#gform_wrapper_12 .gform_body ul li:nth-child(27) label.gfield_label,div#gform_wrapper_12 .gform_body ul li:nth-child(29) label.gfield_label{display: block;}

@media only screen and (max-width: 1899px){
	.home-slider-main .home-slider-inner .Feature-txt{
		left: 30px;
	}
}
@media only screen and (max-width: 1800px){
	.home-slider-main .home-slider-inner .Feature-txt{
		left: 50px;
	}
}
@media only screen and (max-width: 1700px){
	.home-slider-main .home-slider-inner .Feature-txt{
		left: 80px;
	}
}
@media only screen and (max-width: 1300px){
	.home-slider-main .home-slider-inner .Feature-txt{
		left: 100px;
	}
}
@media only screen and (max-width: 1280px){
	.home-slider-main .home-slider-inner .Feature-txt{
		left: 110px;
	}
	.footer_section img {
	    width: 80%;
	    margin: auto;
	}
}
@media screen and (max-width: 1200px){
	.home-slider-main .home-slider-inner .Feature-txt{
		left: 130px;
	}
	.home-facilitor-sec .elementor-image {
	    width: 80%;
	    float: right;
	}
	.footer_section img {
	    width: 70%;
	    margin: auto;
	}
}
@media screen and (max-width: 1100px){
	.home-slider-main .home-slider-inner .Feature-txt{
		left: 160px;
	}
	.home-facilitor-sec .elementor-row{
		width: 95%;
		margin: auto;
	}
	a.heading{
		font-size: 36px;
	}
	.home-third-section p{
		font-size: 18px;
	}
}
@media screen and (max-width: 1080px){
	a.heading{
		font-size: 33px;
	}
	.home-third-section p{
		font-size: 16px;
		line-height: 25px;
	}
}
@media screen and (max-width: 1024px){
	.home-last-sec .inner-sec .heading{
		font-size: 30px;
	}
}
@media screen and (max-width: 990px){
	.home-slider-main .home-slider-inner .Feature-txt{
		left: 150px;
	}
	.left-footer{
		width: 355px;
	}
}
@media screen and (max-width: 940px){
	.site-header .wrap .header-navmenu-area .header-btns .lft-btn a{
		font-size: 10px !important;
	}
	.left-footer{
		width: 300px;
	}
}
@media screen and (max-width: 900px){
	a.heading{
		font-size: 30px;
	}
	.home-third-section p{
		line-height: 20px;
	}
}
@media screen and (max-width: 800px){
	.left-footer{
		width: 270px;
	}
	.dashicons-menu:before{
		text-align: center;
    	vertical-align: middle;
    	left: -10px;
    	position: relative;
	}
	.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover{
		color: #ffffff;
		background-color: #5083b8;
		outline: none;
	}
	/* nav menu*/
	.top-sec-menu .dashicons-menu{
	    float: right;
	    width: auto;
	    /* padding: 0; */
	    color: #fff;
	    opacity: 1;
	    margin: 0 20px 0 0;
	    background: #5083b8;
	}
	.menu-toggle, .sub-menu-toggle{
		border-width: 0;
	    background: transparent;
	    color: #fff;
	    display: block;
	    margin: 0 auto;
	    overflow: hidden;
	    text-align: center;
	    visibility: visible;
	}
	.dashicons-menu:before {
	    content: "\f333";
	    text-align: center;
	    width: auto;
	    height: auto;
	    padding: 0;
	    margin: 0;
	    font-size: 28px;
	}
	a.heading{
		font-size: 28px;
	}


	a.proceed-square-btn{margin: -10px 0 10px 42px;}
}

@media screen and (max-width: 640px) {
	input#gform_submit_button_4{margin: 0 !important;}
	a.proceed-square-btn {margin: 0 0 10px 21px;padding:0 52px;}
}

@media screen and (max-width: 480px) {
	a.proceed-square-btn{line-height: 35px;padding:0 32px 0 20px;    font-size: 14px;}
	a.proceed-square-btn img{margin: 8px 10px 0 0;}
}

Export option for annual LBL count and totals

If you click ‘Back to Results’ at the top of the page it takes you back to a page that says ‘Your search results’ but instead it is the entire list 
The tricky part is Region / province picklists change depending on which country is selected so once ‘Country’ is selected this will need to reflect just that data



/* 			Alliance All Page 			*/
.single-alliance .hypnotherapy-main .head-row{width: 80%;}
.single-alliance .hypnotherapy-main .heading {font-weight: 300;font-size: 50px;line-height: 120%;color: #00265b;margin-bottom: 15px;font-family: "Gibson-Light";display: block;}
.single-alliance .hypnotherapy-main .inner-row h3.sub-head{color: #5083b8 !important;margin: margin: 50px 0 35px;}
.single-alliance .hypnotherapy-main .inner-row .inner-sec{display: flex;align-items: center;justify-content: space-between;background: #adb54e;padding: 15px 27px;margin-bottom: 20px;}
.single-alliance .hypnotherapy-main .inner-row .inner-sec .right-sec h3{font-style: normal;font-weight: 600;font-size: 25px;line-height: 33px;color: #fff;margin-bottom: auto;font-family: 'gibsonbold';}
.single-alliance .hypnotherapy-main .inner-row .inner-sec .left-sec a{font-weight: 600;font-size: 14px;line-height: 14px;text-align: center;letter-spacing: 0.15em;text-transform: uppercase;color: #5083b8;background: #fff;padding: 9px 20px;}
.single-alliance .hypnotherapy-main .inner-row .inner-sec .right-sec{flex: 70%;}
.single-alliance .right-sec p{display: none;}
.single-alliance .hypnotherapy-main .inner-second-sec h3.sub-head{color: #5083b8;margin-bottom: 40px;}
.single-alliance .hypnotherapy-main .inner-second-sec .content-sec .inner-sec{display: grid;grid-template-columns: 15% 85%;column-gap: 30px;margin-bottom: 15px;}
.single-alliance .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .img-sec img{width: 100%;height: auto;max-width: 100%;border: none;border-radius: 0;box-shadow: none;}
.single-alliance .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .text-sec{font-weight: 500;font-size: 18px;line-height: 165%;color: #54575b;word-break: break-word;}
.single-alliance .hypnotherapy-main .inner-second-sec .content-sec .inner-sec h5,.text-sec h5{font-family: 'gibsonregular';font-size: 20px;line-height: 12px;letter-spacing: 0.15em;text-transform: uppercase;color: #00265b;font-weight: 600;line-height: 150%;}
.single-alliance .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .email{font-size: 15px;line-height: 28px;color: #00265b;}
.single-alliance .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .email a{margin-left: 5px;}
.single-alliance .hypnotherapy-main .inner-second-sec .content-sec .inner-sec a.blue-link{font-size: 15px;line-height: 28px;text-decoration: underline;color: #00265b;font-weight: 800;transition: all 0.4s ease-in-out;}
.single-alliance .hypnotherapy-main .inner-second-sec h4.trainers{font-weight: 600;font-size: 12px;line-height: 12px;letter-spacing: 0.15em;text-transform: uppercase;color: #5083b8;}
.single-alliance .hypnotherapy-main .hypno-course-main-row{padding-top: 30px;}
.single-alliance .hypnotherapy-main .hypno-course-main-row h3.sub-head{font-weight: 600;font-size: 20px;line-height: 150%;color: #5083b8;}
.single-alliance ul{margin: 0;padding: 0;}
.single-alliance .hypnotherapy-main .hypno-course-main-row ul.hypotherapy-ul li{padding-left: 30px;background-image: url(http://devanchordigital.com.au/mni/wp-content/uploads/2020/12/yello-arrow.png);background-size: 14px;background-position: center left;background-repeat: no-repeat;}
.single-alliance .hypno-inner-sec .hypno-img-sec .img-col img{width: 100%;}
.single-alliance .elementor-widget-image .elementor-image img{vertical-align: middle;display: inline-block;}
.single-alliance .elementor-image img{max-width: 96%;}
.single-alliance .elementor-image img{width: 400px;max-width: 96%;}
.single-alliance .elementor-625 .elementor-element.elementor-element-5ebbfee9{text-align: left;}
.single-alliance .elementor-widget:not(:last-child){margin-bottom: 20px;}
.single-alliance .hypno-inner-sec .button-row a{background-image: inherit;padding-right: 0;position: relative;text-transform: capitalize;font-size: 16px;line-height: 16px;margin-top: 70px;display: block;float: left;width: 100%;}
.single-alliance a.link-btn:hover{transition: all 0.5s;color: #3c6086;font-weight: 700;}
.single-alliance .hypno-inner-sec .button-row a::before{position: absolute;content: '';background: url(http://devanchordigital.com.au/mni/wp-content/uploads/2020/12/purple-arrow-link.png);background-size: 30px;height: 30px;    width: 30px;top: -3px;bottom: 0;left: -50px;background-repeat: no-repeat;}
.single-alliance .flex-img-sec{display: flex;}
.single-alliance .flex-img-sec img:nth-child(2) {margin-left: 70px;}
.single-alliance .email b {display: inline-block;}
.single-alliance .image-div-5ebbfee9{display: inline-block;width: 100%;}
.single-alliance .hypno-inner-sec .elementor-widget-container .elementor-text-editor.elementor-clearfix a.link-btn{background-image: inherit;padding-right: 0;position: relative;text-transform: capitalize;font-size: 16px;line-height: 16px;float: left;margin-top:50px;display: inline-block;width: auto;}
.single-alliance .hypno-inner-sec .elementor-widget-container .elementor-text-editor.elementor-clearfix a.link-btn:hover{transition: all 0.5s;color: #3c6086;font-weight: 700;}
.single-alliance .hypno-inner-sec .elementor-widget-container .elementor-text-editor.elementor-clearfix a.link-btn::before{position: absolute;content: '';background: url(http://devanchordigital.com.au/mni/wp-content/uploads/2020/12/purple-arrow-link.png);background-size: 30px;height: 30px;    width: 30px;top: -3px;bottom: 0;left: -50px;background-repeat: no-repeat;}
.alliance-template-default .hypnotherapy-main .inner-second-sec .content-sec .inner-sec.new-grid-inner-sec{width: 320px;}
.alliance-template-default .hypnotherapy-main .inner-second-sec .content-sec .inner-sec.new-grid-inner-sec .img-sec{display: grid;grid-template-columns: repeat(2,1fr);width: auto;}

.single-alliance a.blue-link {font-size: 15px;line-height: 28px;text-decoration: underline;color: #00265b;font-weight: 800;transition: all 0.4s ease-in-out;}
.single-alliance .first-row-paala-past {display: grid;grid-template-columns: 0.5fr 3fr;margin-bottom: 40px;}
.single-alliance .email b {font-size: 15px;line-height: 28px;text-decoration: underline;color: #00265b;font-weight: 800;transition: all 0.4s ease-in-out;}
.single-alliance .first-row-paala-past .text-section-paala-past {margin-left: 54px;}
.single-alliance .title-text-alianse {margin-bottom: 20px;}
.single-alliance .title-text-alianse p a{font-size: 15px;line-height: 28px;text-decoration: underline;color: #00265b;font-weight: 800;transition: all 0.4s ease-in-out;}
.single-alliance .first-row-paala-past:nth-child(4) .text-section-paala-past {margin-top: -80px;}
.single-alliance .div-23bd8bc3 {margin-top: 78px;}
.single-alliance .first-row-paala-past:nth-child(4) .img-div-paala-past {margin-top: -23px;}

.postid-2360.single-alliance .first-row-paala-past:nth-child(4) .text-section-paala-past{margin-top: 0}
.postid-2360.single-alliance .first-row-paala-past:nth-child(5) .text-section-paala-past .text-sec p{margin-bottom: 0;}
.postid-2360.single-alliance .first-row-paala-past:nth-child(5) .text-section-paala-past {margin-top: -40px;}
.postid-2360.single-alliance .first-row-paala-past:nth-child(5) .img-div-paala-past {margin-top: -33px;}


.single-alliance .paul-inner-singal h3.sub-head {color: #5083b8;font-weight: 600;font-size: 20px;line-height: 150%;}
.single-alliance .paul-inner-singal .img-div-paala-past h4.trainers.led-trainers-text{}
.single-alliance .paul-inner-singal .img-div-paala-past h4.trainers.led-trainers-text {font-weight: 600;font-size: 12px;line-height: 12px;letter-spacing: 0.15em;text-transform: uppercase;color: #5083b8;}
.single-alliance .paul-inner-singal .first-row-paala-past .text-section-paala-past p{margin-bottom: 0;}
.single-alliance .paul-inner-singal .first-row-paala-past:nth-child(3) .text-section-paala-past {margin-top: -140px;}
.single-alliance .paul-inner-singal .first-row-paala-past:nth-child(3) .img-div-paala-past {margin-top: -23px;}



/*new section*/
.alliance-get-intach-photos .inner-sec {
    width: auto;
    float: left;
    padding:0;
}
.alliance-get-intach-photos {
    float: left;
    width: 100%;
}
.single-alliance .alliance-get-intach-photos .flex-img-sec,.single-alliancepast .alliance-get-intach-photos .flex-img-sec {
    display: inherit;
    width: 180px;
}
.alliance-get-intach-photos h4 {
    display: inline-block;
    margin: 15px 0 -0px;
    font-size: 14px !important;
}
/*.alliance-get-intach-photos .content-sec{display: inline-flex;}*/
/* 			Alliance Past 			*/
.single-alliancepast .hypnotherapy-main .head-row{width: 80%;}
.single-alliancepast .hypnotherapy-main .heading {font-weight: 300;font-size: 50px;line-height: 120%;color: #00265b;margin-bottom: 15px;font-family: "Gibson-Light";display: block;}
.single-alliancepast .hypnotherapy-main .inner-row h3.sub-head{color: #5083b8 !important;}
.single-alliancepast .hypnotherapy-main .inner-row .inner-sec{display: flex;align-items: center;justify-content: space-between;background: #adb54e;padding: 15px 27px;margin-bottom: 20px;}
.single-alliancepast .hypnotherapy-main .inner-row .inner-sec .right-sec h3{font-style: normal;font-weight: 600;font-size: 25px;line-height: 33px;color: #fff;margin-bottom: auto;font-family: 'gibsonbold';}
.single-alliancepast .hypnotherapy-main .inner-row .inner-sec .left-sec a{font-weight: 600;font-size: 14px;line-height: 14px;text-align: center;letter-spacing: 0.15em;text-transform: uppercase;color: #5083b8;background: #fff;padding: 9px 20px;}
.single-alliancepast .hypnotherapy-main .inner-row .inner-sec .right-sec{flex: 70%;}
.single-alliancepast .right-sec p{display: none;}
.single-alliancepast .hypnotherapy-main .inner-second-sec h3.sub-head{color: #5083b8;margin-bottom: 40px;}
.single-alliancepast .hypnotherapy-main .inner-second-sec .content-sec .inner-sec{display: grid;grid-template-columns: 15% 85%;column-gap: 30px;margin-bottom: 15px;}
.single-alliancepast .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .img-sec img{width: 100%;height: auto;max-width: 150px;border: none;border-radius: 0;box-shadow: none;}
.single-alliancepast .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .text-sec{font-weight: 500;font-size: 18px;line-height: 165%;color: #54575b;word-break: break-word;}
.single-alliancepast .hypnotherapy-main .inner-second-sec .content-sec .inner-sec h5{font-family: 'gibsonregular';font-size: 20px;line-height: 150%;letter-spacing: 0.15em;text-transform: uppercase;color: #00265b;font-weight: 600;}
.single-alliancepast .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .email{font-size: 15px;line-height: 28px;color: #00265b;}
.single-alliancepast .hypnotherapy-main .inner-second-sec .content-sec .inner-sec .email a{margin-left: 5px;}
.alliancepast-template-default.single-alliancepast .hypnotherapy-main .inner-second-sec .content-sec .inner-sec a.blue-link{font-size: 15px;line-height: 28px;text-decoration: underline;color: #00265b;font-weight: 800;transition: all 0.4s ease-in-out;}
.single-alliancepast .hypnotherapy-main .inner-second-sec h4.trainers{font-weight: 600;font-size: 12px;line-height: 12px;letter-spacing: 0.15em;text-transform: uppercase;color: #5083b8;}
.single-alliancepast .hypnotherapy-main .hypno-course-main-row{padding-top: 30px;}
.single-alliancepast .hypnotherapy-main .hypno-course-main-row h3.sub-head{font-weight: 600;font-size: 20px;line-height: 150%;color: #5083b8;}
.single-alliancepast ul{margin: 0;padding: 0;}
.single-alliancepast .hypnotherapy-main .hypno-course-main-row ul.hypotherapy-ul li{padding-left: 30px;background-image: url(http://devanchordigital.com.au/mni/wp-content/uploads/2020/12/yello-arrow.png);background-size: 14px;background-position: center left;background-repeat: no-repeat;}
.single-alliancepast .hypno-inner-sec .hypno-img-sec.nora-yolles-young-img .img-col img{width: 100%;}
.single-alliancepast .elementor-widget-image .elementor-image img{vertical-align: middle;display: inline-block;float: none;}
.single-alliancepast .elementor-image img{max-width: 96%;}
.single-alliancepast .elementor-image img{width: 400px;max-width: 96%;}
.single-alliancepast .elementor-625 .elementor-element.elementor-element-5ebbfee9{text-align: left;}
.single-alliancepast .elementor-widget:not(:last-child){margin-bottom: 20px;}
.single-alliancepast .hypno-inner-sec .button-row a{background-image: inherit;padding-right: 0;position: relative;text-transform: capitalize;font-size: 16px;line-height: 16px;float: left;margin-top:50px;display: inline-block;width: auto;}
.single-alliancepast a.link-btn:hover{transition: all 0.5s;color: #3c6086;font-weight: 700;}
.single-alliancepast .hypno-inner-sec .button-row a::before{position: absolute;content: '';background: url(http://devanchordigital.com.au/mni/wp-content/uploads/2020/12/purple-arrow-link.png);background-size: 30px;height: 30px;    width: 30px;top: -3px;bottom: 0;left: -50px;background-repeat: no-repeat;}
.single-alliancepast b{display: inline-block;}
.single-alliancepast a.blue-link {font-size: 15px;line-height: 28px;text-decoration: underline;color: #00265b;font-weight: 800;transition: all 0.4s ease-in-out;}
.single-alliancepast .first-row-paala-past {display: grid;grid-template-columns: 0.5fr 3fr;margin-bottom: 40px;}
.single-alliancepast .email b {font-size: 15px;line-height: 28px;text-decoration: underline;color: #00265b;font-weight: 800;transition: all 0.4s ease-in-out;}
.single-alliancepast .first-row-paala-past:nth-child(2) {margin-bottom: -50px;}
.single-alliancepast .first-row-paala-past:nth-child(3) .img-div-paala-past {margin-top: 50px;}
.single-alliancepast .first-row-paala-past .text-section-paala-past {margin-left: 54px;}


.postid-1342.single-alliancepast .first-row-paala-past:nth-child(3) .img-div-paala-past {margin-top: 0;}
.postid-1342.single-alliancepast .first-row-paala-past:nth-child(5) .text-section-paala-past .text-sec p{margin-bottom: 0;}
.postid-1342.single-alliancepast .first-row-paala-past:nth-child(5) .text-section-paala-past {margin-top: -50px;}
.postid-1342.single-alliancepast .first-row-paala-past:nth-child(5) .img-div-paala-past {margin-top: -23px;}


















#gform_12 li#field_12_25 {
    width: 100% !important;
}
#gform_12 #field_12_25 label.gfield_label {
    display: block !IMPORTANT;
}
#gform_12 li#field_12_32 {
    float: left !important;
    margin: 0 0 0 150px !important;
}
.page-id-1532 .gform_body h2 {
    padding: 36px 0 50px 0 !important;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(31){
	margin: 20px ​0 0 0 !important;
}


div#gform_wrapper_12 .gform_body ul li#field_12_18 label {
    display: block;
}
div#gform_wrapper_12 .gform_body ul li:nth-child(20) {
    margin-left: 0 !important;
}
div#gform_wrapper_12 .gform_body ul li#field_12_8 div.ginput_container.ginput_container_select,#gform_12 li#field_12_32 div.ginput_container.ginput_container_select {
    width: 273px;
}
/*#gform_12 li#field_12_32 label {
    display: block;
}*/
#gform_12 li#field_12_32 {
    float: left !important;
    margin: 0 !important;
}
div#gform_wrapper_12 .gform_body ul li#field_12_15 label {
    display: block;
}
div#gform_wrapper_12 .gform_body ul li#field_12_16 label {
    display: none;
}
@media screen and (max-width: 1599px){
div#gform_wrapper_12 .gform_body ul li#field_12_15,div#gform_wrapper_12 .gform_body ul li#field_12_18 {
    display: block;
}
div#gform_wrapper_12 .gform_body ul li#field_12_16,div#gform_wrapper_12 .gform_body ul li#field_12_19{
	margin-left: 10px !important;
}
}

/*****************05-04-2021*****************************/
.lbl-training-facilitator-community-from{margin-bottom: 0px !important;}
.upcoming-training-row{display: inline-block;width: 100%;margin-top: 90px;}
.lbl-training-facilitator-from p {
    margin: 0 0 0px 0px !important;
    padding: 0px !important;
    width: 100%;
    font-size: 40px;
    line-height: 120%;
    color: #00265b;
    margin-bottom: 15px;
    font-family: "Gibson-Light";
    display: block;
}
.lbl-training-facilitator-from {background: #f5f5f5;padding: 90px 0px;}
#ic_signupform .elcontainer {
    max-width: 100% !important;
    background: transparent !important;
    margin: 30px 0 0 !important;
    padding: 0px !important;
    border: none !important;
}

#ic_signupform .elcontainer .form-header h3 {
    font-size: 37px !important;
    margin: 0px !important;
    padding: 15px 0 43px 0 !important;
    border: none !important;
    font-family: "Gibson-Light" !important;
    text-align: left;
    color: #5083b8 !important;
}

#ic_signupform .form-header {
    padding: 0px !important;
    margin: 0px !important;
    background: transparent !important;
    border: none !important;
}
.sortables .fieldtype-input {
    width: 50% !important;
}
.sortables .fieldtype-input label {
    font-family: 'gibsonregular' !important;
    font-weight: normal !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    color: #94928e !important;
}
.sortables .fieldtype-input input {
    background: #fff !important;
    height: 45px !important;
    border-radius: 0px !important;
    border: 1px solid #e7e7e7 !important;
    font-family: 'gibsonregular' !important;
    padding: 0 .75em !important;
}
.submit-container input {
    width: 15% !important;
    float: right !important;
    border-radius: 0 !important;
    font-family: 'gibsonregular' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 33px !important;
    text-align: center;
    letter-spacing: 0.24em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: #5083b8 !important;
    padding: 5px 30px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-top: 15px;
    display: inline-block;
}

.submit-container input:hover,.submit-container input:focus{
	    background: #3c6086 !important;
    transition: all 0.4s ease-in-out;
    color: #fff !important;
}

.page-id-1558 .user_head_logo .right_side,.page-id-1532 .user_head_logo .right_side{width: 56%;}



/*15-04-2021*/
.page-id-901 .sota-img img {
    width: 996px;
    height: 324px;
    object-fit: cover;
}

/*03-05-2021*/
.inn_user_div .first_user_div {
    width: 150px;
    display: inline-block;
    float: left;
}
.inn_user_div .scnd_user_div {
    width: 350px;
    display: inline-block;
    height: 150px;
}
.user_search_results .scnd_user_div {
    height: auto;
}
.third_user_div a{
	width: auto;
    float: right;
    background: #9875A2;
    color: #fff;
    font-size: 12px;
    padding: 0 25px;
    line-height: 31px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.find-a-fac-reset {
    font-style: normal;
    font-size: 14px !important;
    line-height: 39px;
    letter-spacing: 0.15em;
    text-transform: uppercase !important;
    padding: 0 30px !important;
    background: rgba(0, 38, 91, 0.4) !important;
    border: none !important;
    color: #FFFFFF !important;
    font-weight: 500;
    margin-left: 20px;
}
.find-a-fac-reset:hover{
	background: rgba(0, 38, 91, 0.2) !important;
    color: #fff !important;
    font-weight: bold;
}
@media only screen and (max-width: 480px){
	.find-a-fac-reset{
		margin-left: 0;
		margin-top: 10px;
	}
	.donate-form-row .form-inner-row .gform_validation_error .gform_body .gfield_error .validation_message::before, .contact-main-row .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before, .stories-second-sec .form-row .gform_validation_error .gform_body .gfield_error .validation_message::before{bottom: 26px !important;}
}


@media only screen and (max-width: 990px) {
.page-id-901 .sota-img img{height: auto;object-fit: contain;}
      .stories-second-sec .left-sec ul.text-ul li::before{top: 6px !important;}

}



.membership-see-text p {
    display: block !important;
}
#label_13_26_1 {
	margin-left: 30px;
	font-size: 12px;
}

#gform_13 .ginput_container.ginput_container_checkbox {
    border-bottom: none;
    padding: 0;
}

.proceed-square-btn.renewal-btn-bottom{
	  display: none;
}
