/*
Theme Name: Kickstart
Theme URI: http://themeforest.net/user/MNKY
Description: Kickstart is a premium multipurpose theme. Available exclusively on Theme Forest.
Author: MNKY
Author URI: http://mnkystudio.com/
Version: 2.6.2
License: GNU General Public License
License URI: license.txt
*/

/* .break-wrapper {
    width: 100vw !important;
} */

.bootstrap {
    background: none !important;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------------------------------------------------------*/
/* Reset default browser CSS (By Eric Meyer)
/*---------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline;
}

/*---------------------------------------------------------------*/
/* Global Style
/*---------------------------------------------------------------*/

html,body{width:100%;}
body {font-family: Arial, Helvetica, sans-serif; line-height: 1.6; background:#F0F0F0; font-size:13px; color:#727272; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; 	text-rendering: optimizeLegibility;}

img, a img, img:focus {border: 0; outline: 0;}
img{max-width:100%;}
textarea, input, a, textarea:focus, input:focus, a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-bottom:15px; color:#444444; line-height: 1.4;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color:#444444; }
h1{font-size:30px}
h2{font-size:24px}
h3{font-size:20px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}

p {margin: 0 0 18px 0;}
p img {margin: 0;}

em {font-style: italic;}
strong {font-weight: bold;}
small {font-size: 80%;}
abbr,acronym {border-bottom: 1px dotted #666; cursor: help;}
sup,sub {height: 0;	line-height: 1;	position: relative;	vertical-align: baseline;}
sup {bottom: 1ex;}
sub {top: .5ex;}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; background: #f7f7f7; color: #222;line-height: 18px; margin-bottom: 18px;padding: 1.5em; border:1px solid #e9e9e9;}

/* Lists */
ul, ol { }
ul {  }
ol {list-style: decimal;}
ol, ul.square, ul.circle, ul.disc, ul {margin-left: 30px;}
ul.square {list-style: square outside;}
ul.circle {list-style: circle outside;}
ul.disc {list-style: disc outside;}
ul ul, ul ol, ol ol, ol ul {margin: 4px 0 5px 30px;}
ul ul li, ul ol li, ol ol li, ol ul li {margin-bottom: 6px;}
li {line-height: 18px;}
ul.large li {line-height: 21px;}
li p {line-height: 21px;}

/* Blockquotes */
blockquote, blockquote p {font-size: 14px; color: #777; font-style: italic;}
blockquote {margin: 10px 30px; color: #999; border-left: 3px solid #aaa; padding-left: 15px;}
blockquote cite {display: block; font-size: 12px; color: #555;}

/* Links */
a{text-decoration:none; outline:0; border:0; color:#343434;}
a:hover, a:active,a:focus {border: 0; outline:0; text-decoration:none;}
p a {line-height: inherit;}

/* Divider */
hr {background-color: #EDEDED; border: 0; clear: both; height: 2px; margin-bottom: 18px;}

/* Clear */
.clear{clear:both;}

/* Form style */
input,textarea{color: #696969; font-size: 13px; background:#fff; border: 1px solid #ddd; box-shadow: inset 0px 1px 4px rgba(0,0,0,0.1); -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.1); }
input {height:25px; padding:4px 10px; }
textarea{width: 400px; overflow:hidden; padding:10px;}

input[type='submit'], input[type='reset'] {display: inline-block; background-color:#f86b35; color: #fff; font-size: 13px; font-weight:bold; height: 33px; line-height:33px; padding: 0px 20px; text-align: center; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.251); text-transform: uppercase; border:none; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.196); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.196); -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.196); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}

input[type='submit']:hover, input[type='reset']:hover {color:#ffffff;
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.23) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.23)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bffffff', endColorstr='#00ffffff',GradientType=0 );}
input[type='submit']:active{color:#ffffff;}

input::-moz-focus-inner { border: 0; padding: 0; margin-top:0px;}

/* Table Style */
table{background-color:#eeeeee; border-collapse:collapse; border-spacing: 0;  padding:0; margin-bottom:18px; -moz-border-radius:6px; -webkit-border-radius:6px ; border-radius:6px;  width:100%;}
th{color:#ffffff; font-weight:bold; padding:10px 30px 10px 30px; text-align:center; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.251);}
tr{color:#696969; text-align:center;}
tr:nth-child(odd) td{background:#ffffff;}
td{padding:10px;vertical-align:middle;color:#000;}
th:first-child {-moz-border-radius: 6px 0 0 0;-webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0;}
th:last-child {-moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0;}
th:only-child{-moz-border-radius: 6px 6px 0 0;-webkit-border-radius: 6px 6px 0 0;border-radius: 6px 6px 0 0;}




/*---------------------------------------------------------------*/
/* Layout wrapper
/*---------------------------------------------------------------*/

/* Boxed layout */
#layout-wrapper.boxed-attached{position:relative; width:1000px; margin:0 auto; background:#fff; box-shadow: 0px 0px 19px rgba(26, 26, 26, 0.1); -moz-box-shadow: 0px 0px 19px rgba(26, 26, 26, 0.1); -webkit-box-shadow: 0px 0px 19px rgba(26, 26, 26, 0.1);}

/* Boxed layout with paddings */
#layout-wrapper.boxed{position:relative; width:1000px; margin:40px auto; background: #fff; box-shadow: 0px 0px 19px rgba(26, 26, 26, 0.1); -moz-box-shadow: 0px 0px 19px rgba(26, 26, 26, 0.1); -webkit-box-shadow: 0px 0px 19px rgba(26, 26, 26, 0.1);}

/* Full width layout */
#layout-wrapper.full-width{width:100%; background:#fff; overflow-x: hidden;}




/*---------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------*/

/* Top area */
#top-bar-wrapper{ background:#E9E9E9;}
#top-bar{width:100%; max-width:1280px; margin:0 auto; padding:10px 0;}

#header-wrapper {width:100%; border-bottom:1px solid #ebebeb; position:relative; z-index:1090; }
#header {width:100%; max-width:1280px; height:70px; margin:0 auto; position:relative;}


/* Logo */
#header #logo{position:absolute; left:0px; bottom:15px; width:100%;}
#header #logo h1{position:absolute; font-size:24px; font-weight:bold; margin-bottom:0px; left:0px; bottom:0;}
.retina-logo {display:none;}

/* Menu first-level */
#primary-main-menu{font-size:13px; position:absolute; bottom:0; right:0; line-height:1; margin:0 -15px -1px 0; padding: 0; }
#primary-main-menu li{list-style:none; position:relative; float:left; padding:0 15px 25px;}
#primary-main-menu li a{display:block; position:relative; color:#888; margin:0; padding: 10px 0px 2px; text-decoration: none; text-transform:uppercase; font-weight:600; border-bottom:2px solid #e7e7e7; line-height:1;}

/* Sub-level */
#primary-main-menu li ul{font-size:12px; position: absolute; top:100%; margin:0 -5px 0 0; left: 0; display: block; visibility: hidden; z-index:9992; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);  -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);}
#primary-main-menu li:hover > ul{visibility: visible;}
#primary-main-menu li ul li {display: block; float: none; margin: 0; padding:0; }
#primary-main-menu li ul li a{display:block; background:none; color:#555; border:none; width:160px; padding:7px 20px; margin:0; line-height:1.7; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top: 1px solid rgba(255, 255, 255, 0.1);}
#primary-main-menu li ul li a{opacity:0.98; text-transform:none; }
#primary-main-menu li ul li a:hover{opacity:1;}
#primary-main-menu li ul li ul{margin:0; top:0px; left:200px;}

/* Sub-level fix */
#primary-main-menu li ul li:last-child > a{border-bottom:none;}

/* 3rd-level indicator */
#primary-main-menu li ul > li > .parent:after, #primary-main-menu li li .parent:after {content: "\e3b5"; font-family:moon; float:right; font-size:11px;}

/* Current menu item style */
#primary-main-menu > li.current-menu-item, #primary-main-menu > li.current-menu-ancestor, #primary-main-menu > li.current_page_parent {padding-bottom:27px;}
#primary-main-menu > li.current-menu-item > a, #primary-main-menu > li.current-menu-ancestor > a, #primary-main-menu > li.current_page_parent > a  {border:none;}
#primary-main-menu > li.current-menu-item > a:after, #primary-main-menu > li.current-menu-ancestor > a:after, #primary-main-menu > li.current_page_parent > a:after {content: ""; width: 0; height: 0; border-style: solid; border-width: 0 3px 3px 3px; border-color: transparent transparent #f86c35 transparent; border-color:rgba(255,255,255,0)  rgba(255,255,255,0) #f86c35 rgba(255,255,255,0);  position:absolute; bottom: -5px; left: 50%; margin-left:-2px; }

/* Mobile menu bar */
.toggleMenu {display:none;}
.mobile-select-menu {display:none; height:40px; padding:0 0 0 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

/* Header search */
#primary-main-menu  li.header-search-toggle {border-left:1px solid #e7e7e7; padding:0 15px 10px 25px !important; margin-left:10px;}
#header-search-wrapper{background:#f86b35; height:52px; position:absolute; bottom:-53px; right:-2px; z-index:1091; display:none;}
#header-search-wrapper:before{content: ""; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #f86c35 transparent; border-color:rgba(255,255,255,0)  rgba(255,255,255,0) #f86c35 rgba(255,255,255,0);  position:absolute; right:15px; top:-8px;}
#header-search-wrapper input.s{background:none; width:300px; height:auto; border:none; color:#fff; padding:15px 15px 0; color: rgba(255, 255, 255, 0.506); font-size:21px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
#header-search-wrapper input.s:focus{outline: none;}




/*---------------------------------------------------------------*/
/* Subhead area
/*---------------------------------------------------------------*/

#custom_header{width:100%; max-width:1280px; margin:0 auto; position: relative;}
#subhead_full {position:relative;}
#orbit-container {width:100%; max-width:1280px; margin:0 auto; padding:35px 0;}




/*---------------------------------------------------------------*/
/* Content
/*---------------------------------------------------------------*/

/* Content area */
#wrapper{width:100%; max-width:1280px; margin:40px auto; }

#wrapper #container_bg {
	padding-left: 15px;
	padding-right: 15px;
}

#wrapper #content_left {
    float: left;
    width: 71%;
}

.single-post #content_full #content_left {
}
/*.page-template-page-events #wrapper #content_left{float:none;width:auto;}
.page-template-page-events #wrapper #content_left .post.first{float:left; width:650px;max-width:100%;}*/
.page-template-page-events #wrapper #content_left .post{margin-bottom:25px;}
#wrapper #content_right {float:right; width:650px;}
.page-template-page-events #wrapper #news_right {
    margin-left: 0;
}

.post, .search .portfolio, .agmreports, .book_reviews, .seminar {padding-bottom:40px;}
.single-post .post{padding-bottom:0px;}
.post-image, .post-embed{margin-bottom:18px;}
.blog-layout-medium{width:300px; float:left; padding-right:30px; margin-bottom:5px;}
.post-gallery.blog-layout-medium .nivo-size-wrap {max-width:100%;  margin-bottom: 12px;}
.post-gallery .nivo-size-wrap{margin-bottom:30px;}
h2.post-title{font-size:19px; font-weight:bold; margin-bottom:15px;}
#title-wrapper{width:100%; border-bottom:1px solid #ebebeb; background:#f2f2f4; position:relative;}
.page-title h1{font-size:19px; line-height: 1.1; color:#444444; padding: 30px 20px 28px; margin:0; float:left; position:relative; z-index:101;}
.page-title{width:100%; max-width:1280px; margin:0 auto;}

/* Custom heading */
.heading-wrapper {position:relative; overflow: hidden; display:block; margin-bottom:30px;}
.heading-wrapper strong {padding:0 8px; text-transform:uppercase;}
.heading-wrapper h6 {margin:0 0 0 9px; font-size:13px; display:inline-block; position:relative;}
.heading-wrapper h6 > .heading-line-right{width:100%; max-width:1280px; display:block; position:absolute; top:50%;}
.heading-wrapper h6 > .heading-line-right{border-style:solid; border-width:0 0 1px 0; border-color:#E5E5E5; left:100%;}
.heading-wrapper h6 > .heading-line-left{width:20px; display:block; position:absolute; top:50%;}
.heading-wrapper h6 > .heading-line-left{border-style:solid; border-width:0 0 1px 0; border-color:#E5E5E5; right:100%;}

/* Custom heading FIX for comments */
#reply-title {font-size:15px; position:relative; overflow: hidden; display:block; margin-bottom:30px;}
#reply-title .reply-title-wrapper strong {padding:0 8px; text-transform:uppercase; font-size:13px;}
#reply-title .reply-title-wrapper {margin:0 0 0 9px; font-size:16px; display:inline-block; position:relative;}
#reply-title .reply-title-wrapper > .heading-line-right{width:980px; display:block; position:absolute; top:50%;}
#reply-title .reply-title-wrapper > .heading-line-right{border-style:solid; border-width:0 0 1px 0; border-color:#E5E5E5; left:100%;}
#reply-title .reply-title-wrapper > .heading-line-left{width:20px; display:block; position:absolute; top:50%;}
#reply-title .reply-title-wrapper > .heading-line-left{border-style:solid; border-width:0 0 1px 0; border-color:#E5E5E5; right:100%;}


/* Breadcrumbs */
.mnky-breadcrumbs{float:right; margin-top:28px; padding:7px; position:relative; z-index:101;text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); background: rgba(0,0,0,0.3); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.mnky-breadcrumbs, .mnky-breadcrumbs a{color:#696969; font-size: 10px; font-style: normal; line-height:1.1;}
.mnky-breadcrumbs .separator{padding:0 5px;}

/* Meta */
.post-meta{font-size:12px; border-bottom: 1px solid #E7E7E7; border-top: 1px solid #E7E7E7; margin-top:20px; padding: 7px 0px; clear:both;}
.post-meta span{border-right: 1px dotted #BCBCBC; padding: 0px 7px;}
.post-meta span.post-comments{border: none; padding-right:4px}
.post-meta span a, .post-meta span.post-category a:last-child{padding: 0px 3px 0 0; margin:0;}
.post-meta span.post-category a{padding: 0px;}
.post-meta .post-comments{float:right;}
.post-tags {padding: 3px 7px 0px 7px;}
.single-post .post-meta{margin-top:50px;}
.post-link{margin:24px 0 30px;}

/* Links */
.link-button a, .post-link {display: inline-block; background-color:#f86b35; color: #fff; font-size: 13px; font-weight:bold; height: 33px; line-height:33px; padding: 0px 20px; text-align: center; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.251); text-transform: uppercase; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.196); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.196); -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.196); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.link-button a:hover, .post-link:hover {color:#ffffff;
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.23) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.23)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bffffff', endColorstr='#00ffffff',GradientType=0 );
}

/* Author info */
#authorarea{margin:50px 0 0; padding:0;}
#authorarea img{margin:0; float:left;}
#authorarea .authorinfo{margin-left:85px}

/* 404 */
.error404_content .error_title{font-size:18px; font-weight:bold; text-transform:uppercase;}
.error404_content {margin:0 0 40px 0; text-align:center;}
.error404_content .error404-icon{color:#ddd; display: block; padding-top:30px; font-size:240px; line-height:1;}
.error404 .searchform .s{width:300px;}
.not-found .entry-content .searchform .s{width:250px; margin-top:10px;}
.not-found .post-title {margin-bottom:5px;}

/* Paging */
.wp-pagenavi {clear: both; font-size:11px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; color:#aaaaaa;}
.wp-pagenavi a, .wp-pagenavi span { text-decoration: none; border: 1px solid #BFBFBF; padding: 3px 6px; margin: 2px; color:#aaaaaa;}
.wp-pagenavi span.current {font-weight: bold;}
.wp-pagenavi select{border: 1px solid #BFBFBF; background:#f7f7f7; color:#696969; height:25px; min-width:60px; padding:0 10px;}




/*---------------------------------------------------------------*/
/* Sidebars
/*---------------------------------------------------------------*/

/* Default sidebar */
#default-widget-area{width: 250px;}
#sidebar_right{float:right; margin-top:5px;}
#sidebar_left{float:left; margin-top:5px;}
.blog #sidebar_right, .single #sidebar_right {margin-top:0px;}
.blog #sidebar_left, .single #sidebar_left  {margin-top:0px;}


@-moz-document url-prefix() {
	#default-widget-area .xoxo li .widget-title {padding-bottom:6px;} /* FF */
}

/* Header sidebar */
#header-wrapper #header-widget-area{position:absolute; right:0; text-align:right; z-index:101;}
#header-wrapper #header-widget-area ul.xoxo{float:right;}

/* Footer sidebar */
#footer-wrapper {background:#373839; color:#9C9C9C;}
#footer-wrapper a{color:#BCBCBC;}
#footer-widget-area {width:100%; max-width:1280px; margin:0 auto; padding:45px 15px; overflow:hidden;}

#footer-widget-area .widget-area{margin-right:20px;}
#footer-widget-area .widget-area:last-child, #footer-widget-area.columns-1 .widget-area{margin-right:0px;}

#footer-widget-area .widget-area{float:left;}
#footer-widget-area.columns-1 .widget-area{width:100%;}
#footer-widget-area.columns-2 .widget-area{width: 460px;}
#footer-widget-area.columns-3 .widget-area{width: 300px;}
#footer-widget-area.columns-4 .widget-area{width:23%;}




/*---------------------------------------------------------------*/
/* Widgets
/*---------------------------------------------------------------*/

/* Default widget style */
.widget-area ul.xoxo {margin:0; padding:0;}
.widget-area ul.xoxo li {list-style:none; line-height: 1.6;}
.widget-area ul.xoxo li.widget-container {margin:0 0 40px; padding:0;}
.widget-area ul.xoxo li.widget-container ul {margin:0; padding:0;}
.widget-area ul.xoxo li.widget-container ul li {padding: 9px 0; margin:0; border-bottom:1px solid #EDEDED;}
.widget-area ul.xoxo li.widget-container ul li:first-child {padding-top:0px;}
.widget-area ul.xoxo li.widget-container ul li:last-child {padding-bottom:0px; border-bottom:none; box-shadow: none; -moz-box-shadow: none;  -webkit-box-shadow: none;}
.widget-area ul.xoxo li.widget-container ul li:before {content: "\e411"; font-family: moon; color:#999; font-size:10px; speak: none; font-style: normal; font-weight: normal; line-height: 1; padding-right:10px; cursor:default; -webkit-font-smoothing: antialiased;}
.widget-title{color:#696969; font-weight:bold; font-size: 11px; padding:0 0 5px; margin:0; text-transform:uppercase;}
.widget-title span {padding: 0px 0px;}
.sidebar-line{width:100%; height:2px; background:#ccc; margin-bottom:25px;}
.sidebar-line span{display:none; width:40px; height:3px;position:relative;top:0.5px;}

/* Footer widget style */
#footer-widget-area .widget-area ul.xoxo li.widget-container {margin:0 0 30px; padding:0;}
#footer-widget-area .widget-area ul.xoxo li.widget-container ul li {border-bottom:1px solid #232323; box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14); -moz-box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14);  -webkit-box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14); }
#footer-widget-area .widget-area ul.xoxo li.widget-container ul li:last-child {border-bottom:none; box-shadow: none; -moz-box-shadow: none;  -webkit-box-shadow: none;}
#footer-widget-area .widget-title{color:#EAEAEA;}
#footer-widget-area .sidebar-line{background:#7E7E7E; }

/* Top bar widget style */
#top-bar ul {font-size:12px; list-style:none; margin:0;}
#top-bar ul li {float:left; margin:0;}
#top-bar ul li i{vertical-align:middle}
#top-bar ul li ul li a{padding:0 12px; border-right: 1px solid rgba(31, 31, 31, 0.196); box-shadow: 1px 0px 0px rgba(224, 224, 224, 0.102); -moz-box-shadow: 1px 0px 0px rgba(224, 224, 224, 0.102); -webkit-box-shadow: 1px 0px 0px rgba(224, 224, 224, 0.102);}
#top-bar ul li ul li:first-child a{padding-left:0px;}
#top-bar ul li ul li:last-child a{padding-right:0px; border-right: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
#top-bar #topright-widget-area ul {float:right;}


/* Header widget style */
#header-widget-area.widget-area ul.xoxo li.widget-container {margin:0 0 10px; padding:0;}
#header-widget-area h1, #header-widget-area h2, #header-widget-area h3, #header-widget-area h4, #header-widget-area h5, #header-widget-area h6 {margin-bottom:0px;}

/* Search widget */
input.s{width: 207px; font-size:10px; color:#A1A1A1; height:22px; padding:2px 30px 2px 10px; margin-top:0px; text-transform:uppercase;}

/* CUSTOM - Recent post widget */
.widget-area ul.xoxo li.widget_pippin_recent_posts ul li:before{content: none; padding-right:0;}
.recent_post_widget_img img{float:left; margin-right:15px;}
.recent_post_widget_link_time{color:#949494; font-size:10px;}

/* WP Recent post widget */
.widget_recent_entries a{margin-left: -3px;}
.widget_recent_entries .post-date {color:#949494; font-size:10px;}

/* Menu widget */
.widget-area ul.xoxo li.widget_nav_menu ul.sub-menu {padding-left:15px; margin-top:9px;}
.widget-area ul.xoxo li.widget_nav_menu ul.sub-menu li:first-child{padding-top:9px;}
.widget-area ul.xoxo li.widget_nav_menu ul.sub-menu:before {content:""; display: block; margin-left: -15px; border-bottom:1px solid #E7E7E7;}
#footer-widget-area .widget-area ul.xoxo li.widget_nav_menu ul.sub-menu:before {border-bottom:1px solid #232323; box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14); -moz-box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14);  -webkit-box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14);}

/* Side menu widget */
.widget-area ul.xoxo li.widget_side_menu  ul {border:1px solid #e7e7e7; padding:5px 20px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.widget-area ul.xoxo li.widget_side_menu  ul li {border-style:dotted; border-color:#D8D8D8; padding:0px;}
.widget-area ul.xoxo li.widget_side_menu  ul li a {display:block; padding:9px 0;}
.widget-area ul.xoxo li.widget_side_menu  ul li:before {display:none;}
#sidebar_right .widget-area ul.xoxo li.widget_side_menu  ul li a:before {content: "\e3b3"; float:left; font-family: moon; color:#999; font-size:10px; speak: none; font-style: normal; font-weight: normal; line-height: 1; padding:6px 17px 0 3px; cursor:default; -webkit-font-smoothing: antialiased;}
#sidebar_left .widget-area ul.xoxo li.widget_side_menu  ul li a:after{content: "\e3b1"; float:right; font-family: moon; color:#999; font-size:10px; speak: none; font-style: normal; font-weight: normal; line-height: 1; padding:6px 10px 0 0; cursor:default; -webkit-font-smoothing: antialiased;}
.widget-area ul.xoxo li.widget_side_menu  ul li a:hover:after, .widget-area ul.xoxo li.widget_side_menu  ul li.current-menu-item a:after, .widget-area ul.xoxo li.widget_side_menu  ul li a:hover:before, .widget-area ul.xoxo li.widget_side_menu  ul li.current-menu-item a:before{color:inherit !important;}
.widget-area ul.xoxo li.widget_side_menu ul.sub-menu {padding-left:15px;}
.widget-area ul.xoxo li.widget_side_menu ul.sub-menu:before {content:""; display: block; margin-left: -15px; border-bottom:1px dotted #E7E7E7;}

/* Category widget */
.widget-area ul.xoxo li.widget_categories ul.children {padding-left:15px; margin-top:9px;}
.widget-area ul.xoxo li.widget_categories ul.children li:first-child{padding-top:9px;}
.widget-area ul.xoxo li.widget_categories ul.children:before {content:""; display: block; margin-left: -15px; border-bottom:1px solid #E7E7E7;}
#footer-widget-area .widget-area ul.xoxo li.widget_categories ul.children:before {border-bottom:1px solid #232323; box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14); -moz-box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14);  -webkit-box-shadow: 0px 1px 0px rgba(224, 224, 224, 0.14);}


/* Calendar widget */
#wp-calendar {max-width: 100%; font-size: 10px; background:none; }
#wp-calendar caption { text-align: right; color: #444; font-size: 12px; margin-bottom: 15px; text-decoration:underline; }
#wp-calendar thead { font-weight:bold; font-size: 10px; color: #444;}
#wp-calendar thead th { padding:0 0 10px 0; width: 36px; background:none; color:#444; text-shadow:none;}
#wp-calendar tbody { color: #696969; font-size: 13px; }
#wp-calendar tbody a { text-decoration:underline;}
#wp-calendar tbody td { background: #fafafa; padding:6px 8px; border-width: 1px; border-style: solid;border-color: #f3f3f3; text-align: center; }
#wp-calendar #today {background:#999; color:#f9f9f9;}
#wp-calendar #today a  {color:#f9f9f9;}
#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {border-color:#fff; background:none;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tfoot #next { text-transform: uppercase; text-align: right; padding-left:60px;}
#wp-calendar tfoot #prev { text-transform: uppercase; padding-top: 10px; padding-right:60px;}

#footer-widget-area #wp-calendar caption {color:#dddddd;}
#footer-widget-area #wp-calendar thead {color: #dddddd;}
#footer-widget-area #wp-calendar tbody a { text-decoration:none;}
#footer-widget-area #wp-calendar #today a  {color:#ddd;}
#footer-widget-area #wp-calendar tbody td { background: #383838; padding:4px 0; border-width: 1px; border-style: solid;border-color: #444444;}
#footer-widget-area #wp-calendar tbody .pad {border:1px solid #444444; background: #444444;}
#footer-widget-area #wp-calendar tfoot td{border:1px solid #444444; background: #383838;}




/*---------------------------------------------------------------*/
/* Copyright area
/*---------------------------------------------------------------*/

#copyright-wrapper{width:100%; background:#282A2B;}
#copyright-container{width:100%; max-width:1280px; margin:0 auto; padding: 16px 0px;}
#copyright {width:470px; float:left; overflow:hidden; color:#b8b4b4; font-size: 11px;}
#copyright a, #footer-menu a{color:#BCBCBC;}
#footer-menu{float:right; text-align:right; font-size: 11px;}
#footer-menu ul{list-style:none; margin:0;}
#footer-menu ul li{float:left; }
#footer-menu ul li a{padding:0 12px; border-right: 1px solid #1E1E1E; box-shadow: 1px 0px 0px rgba(224, 224, 224, 0.102); -moz-box-shadow: 1px 0px 0px rgba(224, 224, 224, 0.102); -webkit-box-shadow: 1px 0px 0px rgba(224, 224, 224, 0.102);}
#footer-menu ul li:last-child a{padding-right:0px; border-right: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}




/*---------------------------------------------------------------*/
/* Portfolio
/*---------------------------------------------------------------*/

/* Filter */
ul.pf-filter{margin:0px 0px 40px; padding:0; border-top: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7;}
ul.pf-filter li {list-style:none; float:left;	margin-right:25px; padding:10px 0 8px;}
ul.pf-filter li.active {border-bottom:2px solid #E7E7E7; margin-bottom:-1px;}

/* Grid */
ul.filterable-grid{margin:0 -20px 20px 0; padding:0;}
ul.filterable-grid.pf-one-column{margin:0;}
ul.filterable-grid li {overflow: hidden; position: relative; text-align: center; cursor: default;}

ul.pf-one-column li {list-style:none; min-height:270px;  margin:0 0 30px 0; padding-bottom:30px; border-bottom:1px solid #E7E7E7;}
ul.pf-one-column li img{width:540px; margin:0 30px 0 0;}
ul.pf-one-column li .pf-description {width:370px; font-size:13px; float:left; text-align:left; line-height:1.5;}
ul.pf-two-columns li {list-style:none; width:460px; height:290px; float:left; margin:0 20px 20px 0;}
ul.pf-three-columns li {list-style:none; width:300px; height:215px; float:left; margin:0 20px 20px 0;}
ul.pf-four-columns li {list-style:none; width:220px; height:160px; float:left; margin:0 20px 20px 0;}

/* Single portfolio post */
.portfolio-heading{margin-top:15px;}
.portfolio-item-text{float:left; height: 270px; width:495px;}
.portfolio_page_content {margin-bottom:40px; }
.portfolio_img {margin-bottom:18px;}
.portfolio_img img {padding:3px; border: 1px solid #ddd; background:#fff;}
#portfolio_details{border-left:1px solid #ddd; padding-left:15px; margin-top:35px;}
#portfolio_details .portfolio_detail_title{font-weight:bold; font-size:10px; padding-right:5px;}




/*---------------------------------------------------------------*/
/* Comments
/*---------------------------------------------------------------*/

/* Comments list */
#comments {margin-top:50px;}
.commentlist {list-style: none;	margin: 0;	padding: 0px;}
.commentlist li.comment {position: relative;}
.commentlist ol {list-style: decimal;}
.comment-wrapper  {background:#fcfcfc; margin-bottom:20px; margin-left: 75px; padding:15px 15px 20px; border: 1px solid #eee; box-shadow: 1px 1px 5px rgba(26, 26, 26, 0.078); -webkit-box-shadow: 1px 1px 5px rgba(26, 26, 26, 0.078); -moz-box-shadow: 1px 1px 5px rgba(26, 26, 26, 0.078);}
.children .comment-wrapper  {margin-left: 55px;}
.comment-avatar {float:left;}
.comment-meta {font-size: 12px; padding-bottom: 10px;}
.comment-meta span {font-weight:bold; padding-right:5px;}
.comment-body p {margin-bottom:10px;}
.comment-body p:last-child {margin-bottom:0px;}
.commentlist .children {list-style: none; margin: 0; padding:0 0 0 75px;}
.commentlist .children .children {padding:0 0 0 55px;}
.reply {float:right; }
.reply a{color: #A4A4A4; font-size:16px;}
.nopassword,.nocomments {display: none;}
.comment-awaiting-moderation{color:#999999; font-size:11px;}
.bypostauthor{}

/* Comments form */
#respond {overflow: hidden; position: relative; padding:0;}
#respond p {margin: 0 0 5px;}
#respond .form-submit {margin-top:10px;}
.children #respond { margin:0 0 50px; }
.depth-1  #respond {  margin:0 0 50px; }
#reply-title {margin-top:50px; }
.children #respond #reply-title {margin-top:20px; }
#respond label {margin-bottom:3px; font-size:12px; font-weight:bold; display:block;}
#respond input, #respond textarea {margin: 0 0 9px; width: 60%; }
#respond .form-submit input {width: auto;}
#cancel-comment-reply-link {display:block; margin-top:30px;}
#cancel-comment-reply-link i{font-size:16px; vertical-align: middle; padding-right:5px;}




/*---------------------------------------------------------------*/
/* WordPress core
/*---------------------------------------------------------------*/

.alignnone {margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter {display:block; margin: 5px auto 5px auto;}
.alignright {float:right; margin: 5px 0 20px 20px;}
.alignleft {float:left; margin: 5px 20px 20px 0;}
.aligncenter {display: block; margin: 5px auto 5px auto;}
a img.alignright {float:right; margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float:left; margin: 5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {border: 1px solid #ddd; background:#fff; color:#999; max-width: 96%; padding: 7px 3px 0px; text-align: center;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none; height: auto; margin:0; max-width: 98.5%; padding:0; width: auto;}
.wp-caption p.wp-caption-text {font-size:11px; line-height:17px; margin:0; padding:0 4px 5px;}
blockquote.left {margin-right:20px; text-align:right; margin-left:0; width:33%; float:left;}
blockquote.right {margin-left:20px; text-align:left; margin-right:0; width:33%; float:right;}
.sticky{}

.gallery {}
.gallery dt{margin-bottom:10px;}
.gallery .gallery-item { margin-top: 0px !important; }
.gallery img {border:none !important; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.gallery img:hover {border:none !important; opacity:0.8; filter:alpha(opacity=80);
-webkit-transition: all 0.3s ease-in;
 -moz-transition: all 0.3s ease-in;
 -o-transition: all 0.3s ease-in;
 transition: all 0.3 ease-in;}
.gallery .gallery-caption {color:#999; margin: -10px 0px 20px 0px;}
.gallery br { clear: both }




/*---------------------------------------------------------------*/
/* IE6
/*---------------------------------------------------------------*/

#ie-message {background:#C00; text-align:center; border-bottom:1px solid #900; color: #fff; position:absolute; top:0; padding:5px; width:100%;}
#ie-message a {color: #D1D1D1;}




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

/* Flickr */
.wpfw_flickr_widget img {margin-right: 17px; margin-bottom: 10px;}
.wpfw_flickr_widget img:hover {opacity:0.6;  filter:alpha(opacity=60);}
.flickr {margin-right: -17px; margin-bottom: -10px; text-align: center;}
#footer-widget-area .flickr {text-align: left;}
#footer-widget-area .wpfw_flickr_widget img {width:54px; height:54px; padding:3px; border:1px solid #4A4A4A;}
#footer-widget-area .wpfw_flickr_widget .widget-title {float:none !important;}

/* Contact Form 7 */
.wpcf7 p{margin-bottom:10px; font-size:12px; font-weight:bold;}
.wpcf7 p i {font-size:10px; color: #888; margin-left: 4px; font-weight: normal; font-style:normal;}
.wpcf7 input {width:400px; height:27px; margin-top:5px;}
.wpcf7 input[type='submit'], .wpcf7 input[type='reset'] {width:auto; height: 33px; cursor:pointer;font-family: Roboto,sans-serif;background-color: #3b4f6d;}
.wpcf7 textarea {width:550px; height:180px; margin-top:5px;}
.column-1-2 .wpcf7 textarea {width:400px;}
.wpcf7 input[type='checkbox']{width:auto !important; height:auto !important;border:none;}
.wpcf7 input[type='radio']{width:auto !important; height:auto !important;border:none;}
.wpcf7-acceptance {width:auto !important; height:auto !important;border:none;}
.wpcf7-acceptance:hover {border:none;}
.wpcf7-captchar, .wpcf7-quiz {max-width:80px; height:auto !important;}

/* Revolution Slider */
.tp-caption.kickstart_button a, .tp-caption.kickstart_button a:hover{color:#ffffff; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.251) !important;}
.tp-caption.kickstart_button:hover {color:#ffffff;
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.23) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.23)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bffffff', endColorstr='#00ffffff',GradientType=0 );
}

.tp-leftarrow.custom {background:url(images/rev_slider_arrows.png) no-Repeat top left !important; margin-left:0px !important; }
.tp-rightarrow.custom {background:url(images/rev_slider_arrows.png) no-Repeat top right !important;	margin-left:0px !important; }
.tp-leftarrow.custom:hover {background-position:bottom left !important; }
.tp-rightarrow.custom:hover {background-position:bottom right !important; }




/*---------------------------------------------------------------*/
/* Retina
/*---------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

	.default-logo {display:none;}
	.retina-logo {display:inline-block;}

	.tp-leftarrow.custom {background-image:url(images/rev_slider_arrows@2x.png) !important; background-size: 80px 80px;}
	.tp-rightarrow.custom {background-image:url(images/rev_slider_arrows@2x.png) !important; background-size: 80px 80px;}

}

/*------------------------------------------------------------------------------*/
/* THANKS FOR BUYING OUR THEME! - MNKY Studio | http://mnkystudio.com
/*------------------------------------------------------------------------------*/

#copyright {
    width: 100%;
    text-align: center;
    color: #3b4f6d !important;
}

.sidebar-line {
	display: none;
}

#footer-widget-area .widget-area ul.xoxo li.widget-container ul li {
    border-bottom: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
}

.widget-area ul.xoxo li.widget-container ul li:before, #primary-main-menu > li.current-menu-item > a:after, #primary-main-menu > li.current-menu-ancestor > a:after, #primary-main-menu > li.current_page_parent > a:after {
	content: none;
}

.widget-area ul.xoxo li.widget-container ul li {
    padding: 2px 0;
}

#footer-widget-area .widget-area .widget-title {
    font-size: 18px;
}

#primary-main-menu li a {
    border-bottom: none;
}

#primary-main-menu > li.current-menu-item, #primary-main-menu > li.current-menu-ancestor, #primary-main-menu > li.current_page_parent {
    padding-bottom: 0 !important;
}

#primary-main-menu > li.current-menu-item, #primary-main-menu > li.current-menu-ancestor, #primary-main-menu > li.current_page_parent {
    padding-bottom: 0;
}
#primary-main-menu li {
    padding-bottom: 0 !important;
}

#header #logo {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    bottom: 0;
}

#primary-main-menu {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    top: 0;
}

#primary-main-menu > li.current-menu-item, #primary-main-menu > li.hover, #primary-main-menu > li.current-menu-ancestor, #primary-main-menu > li.current_page_parent {
    background: rgba(59,79,109,1);
}

#primary-main-menu > li.header-search-toggle {
    background: transparent !important;
}

#primary-main-menu li a {
    display: block;
    position: relative;
    color: #888;
    margin: 0;
    padding: 0 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: none;
    line-height: 1;
    height: 49px;
    line-height: 49px;
    font-size: 11px;
}

#primary-main-menu li {
    list-style: none;
    position: relative;
    float: left;
    padding: 0;
    height: 100%;
}

.whitetrans {
    background: rgba(255,255,255,0.8);
    /*background: rgba(255,255,255,0.5);*/
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0;
}

.welcome {
    font-size: 40px;
    font-weight: 300;
}

#wrapper {
    margin: 0 auto;
}

#header-wrapper {
    position: absolute;
    top: 0;
}

.social {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social li {
    margin: 0;
    padding: 0 !important;
    list-style-type: none;
    float: left;
    height: 43px;
    width: 47px;
    margin-right: 10px !important;
}

.social li:last-child {
    margin-right: 0 !important;
}

.social li a {
    text-indent: -99999px;
    display: block;
    background: url("/wp-content/uploads/2016/08/facebook-1.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
}

.social li.twitter a {
    background: url("/wp-content/uploads/2016/08/twitter.png");
}

.social li.rss a {
    background: url("/wp-content/uploads/2016/08/rss.png");
}

.social li.linkedin a {
    background: url("/wp-content/uploads/2016/08/linkedin.png");
}

/* liScroll styles */

.tickercontainer {
    border: none;
    background: rgba(59,79,109,0.5);
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask {
    position: relative;
    left: 0;
    top: 4px;
    width: 100%;
    height: 18px;
    overflow: hidden;
}

#ticker01 { /* that's your list */
}

#ticker01 li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	list-style-type: disc;
	margin-left: 20px !important;
	font-size: 16px !important;
	color: #fff !important;
}

.memberholder {
/*	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
*/}

.membertext {
	background-image: url('/wp-content/uploads/2016/08/arrow-1.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	margin-top: 10px;
}

.memberlink {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 17px;
	display: block;
}

.memberlink span {
	color: #61abd7;
	font-weight: 600;
}

.vc_custom_1478176919229 .memberlink:hover{color:#6ca9d6 !important;}

.parasize p {
    font-size: 14px;
    color: #3b4f6d;
    line-height: 15px;
}

.whitetrans p {
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #3b4f6d;
}

body .bgimage {
    background-position: calc(100%) calc(100% - 70px) !important;
    background-position: center !important;
}

#primary-main-menu li.header-search-toggle {
    border-left: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
    border-left: 1px solid #e7e7e7;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 15px;
    height: 39px;
    width: 150px;
}

input.s {
    width: 80%;
    font-size: 10px;
    color: #A1A1A1;
    height: 22px;
    padding: 0;
    margin-top: 0px;
    text-transform: uppercase;
    float: left;
}

.searchform button {
    border: none;
    float: right;
    background: #74a8d5;
    height: 25px;
    width: 25px;
}

.header-top{
	top: -50px;
    right: 0;
    position: absolute;
}

.joinbutton {
    color: #fff;
    display: block;
    padding: 5px 15px;
    font-size: 13px;
	float: right;
	background: none !important;
}

.joinbutton:first-child {
	padding-right: 0;
}

.header-top .ubermenu-search, .sidebar-search .ubermenu-search {float:right;position:relative;}
.header-top .ubermenu-search input.ubermenu-search-input, .sidebar-search .ubermenu-search input.ubermenu-search-input {
    background: var(--color-blue-medium);
    border: medium none;
    color: #ffffff;
    padding:5px 40px 7px 15px;
	height:auto;
	box-shadow:none;
	max-width:95px;
	border-radius: 0 0 5px 5px;
}

.header-top .ubermenu-search input.ubermenu-search-input::placeholder, .sidebar-search .ubermenu-search input.ubermenu-search-input::placeholder{
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.ubermenu-search form {
		background: var(--color-blue-medium);
	}
}

.header-top .ubermenu-search .ubermenu-search-submit, .sidebar-search .ubermenu-search .ubermenu-search-submit {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
	box-shadow:none;
}

.title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 18px 0;
    font-size: 16px;
    color: #000;
}

p a {
    font-weight: bold;
    color: #74A8D5 !important;
}

.thinkTwitFollow, .aiwidget-title {
	display: none;
}

.aiwidgetscss .widget-title {
    color: #3B4F6D;
    font-weight: bold;
    font-size: 22px;
    padding: 0 0 5px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url("/wp-content/uploads/2016/08/twitter-bird.png");
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 56px;
    height: 35px;
    line-height: 35px;
    background-size: contain;
}

.event_header {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.event_title {
	font-weight: bold;
	font-size: 15px;
}

.event_text {
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}

.event_text a {
	color: #74A8D5 !important;
}

.allevents {
	text-transform: uppercase;
    color: #fff;
    background: #3B4F6D;
    padding: 5px 8px;
    font-size: 10px;
    margin-right: 5px;
	margin-top:10px;
	display:inline-block;
}

.allnews {
	text-transform: uppercase;
    color: #3B4F6D !important;
    background: #fff;
    padding: 5px 8px;
    font-size: 10px;
    margin-right: 5px;
	margin-top:10px;
	display:inline-block;
}

.allcampaigns {
	text-transform: uppercase;
    color: #fff;
    background: #58585a;
    padding: 5px 8px;
    font-size: 10px;
    margin-right: 5px;
}

.makewhite, .event_text a.makewhite {
	color: #fff !important;
}

.readmore {
    text-transform: uppercase;
    color: #fff !important;
    background: #3B4F6D;
    padding: 5px 8px;
    font-size: 10px;
    margin-right: 0;
}

.bluebg {
    background: #74A8D5;
    color: #fff;
    padding: 5px;
}

.tweet_author_name, .tweet_author {
	display: none;
}

.tweettext, .widget .tweettext {
    color: #000;
    font-size: 15px;
}

.aiwidgetscss .tweetlink a:hover, .widget .tweetlink a:hover, .aiwidgetscss .tweetlink a:hover, .widget .tweetlink a:hover, .aiwidgetscss .tweetlink a, .widget .tweetlink a {
    color: #3B4F6D !important;
}

.tweetlink {
    font-size: 11px;
    padding-top: 0;
}

.membership_benefits, .membership_benefits p {
	color: #fff;
	font-size: 13px;
}

.membership_benefits .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}

.membership_benefits .readmore {
    color: #3B4F6D!important;
    background: #fff;
    margin-right: 5px;
}

.replaceimg {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: #3B4F6D;
    margin-right: 15px;
    margin-top: 5px;
}

.subheader {
    font-size: 16px;
    color: #3b4f6d;
    margin-bottom: 10px;
}

.imgdisplay {
    margin-bottom: 3px !important;
}

.wpb_text_column ul li {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0;
}

.wpb_text_column ul {
    margin-bottom: 20px;
    margin-left: 0;
    list-style-position: inside;
    list-style-type: square;
}

#copyright a {
	color: #3b4f6d !important;
}

.snazzy p,
.snazzy h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 300 !important;
    line-height: 38px;
    margin-bottom: 0;
}

.snazzy p span {
    font-weight: bold;
    color: #6CA9D6;
    font-size: 40px;
}

.page-id-31 .snazzy p {
    font-size: 28px;
    line-height: 38px;
}

.page-id-31 .snazzy p span {
    font-size: 40px;
}

h2 {
	font-weight: 600;
}

.whitetext, .whitetext p, .whitetext h2 {
	color: #fff;
}

.strangestrong strong {
    font-size: 20px;
    font-weight: 200;
}

.strangestrong strong:before {
    content: ">";
    margin-right: 15px;
}

#primary-main-menu li ul li a {
    background-color: #3B4F6D !important;
    opacity: 1 !important;
    border: 0 !important;
    height: 20px;
    line-height: 20px;
}

#primary-main-menu li ul li a:hover {
	color: #fff !important;
}

body .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
    width: 1.2em!important;
    height: 1em!important;
}

body .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
    font-size: 1em!important;
}

.twittersecond .aiwidgetscss .widget-title {
    color: #fff;
    background: none;
    text-indent: 0;
}

.twittersecond .replaceimg {
    display: none;
}

.twittersecond .tweettext, .twittersecond .widget .tweettext {
    color: #fff;
}

.twittersecond .tweetlink {
	display: none;
}

.twittersecond .imgdisplay {
    margin-bottom: 13px !important;
}

.snazzy p span {
    font-size: 30px;
}

.snazzy p,
.snazzy h1 {
    font-size: 22px;
    line-height: 28px;
}

.headermenu strong {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #3B4F6D;
}

.headermenu ul li {
    color: #3B4F6D;
    font-size: 17px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-weight: 300;
    list-style-type: none;
}

.headermenu ul li:before {
	content: "\f054"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

#primary-main-menu li ul > li.current-menu-item > a {
	color: #fff !important;
}

#primary-main-menu li ul li a {
    color: #fff;
    background: url("/wp-content/uploads/2016/08/chevron.png");
    background-position: 25px 8px;
    background-repeat: no-repeat;
    padding-left: 38px;
    height: auto;
    padding-right: 18px;
}

#primary-main-menu li ul li#menu-item-188 a {
    padding-left: 24px;
    background: none;
    padding-right: 32px;
}

body .ubermenu-skin-black-white-2 {
    border: none;
/* 	background: rgba(59,79,109,0.65); */
	background: var(--color-blue-dark);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
    border-left: none;
}

#menu-item-319 div a {
	display: block;
	height: 49px;
}

.toggleMenu {
	display: none !important;
}

#ticker01 li a {
	color: #fff !important;
	text-decoration: underline;
}

/*#ticker01 {
	width: 100% !important;
    overflow: hidden;
    margin-bottom: 30px;
}*/
#ticker01 {
    background: rgba(59, 79, 109, 0.7);
    margin-bottom: 0;
    overflow: hidden;
    padding: 1%;
    position: relative;
    width: 98% !important;
}

.hoverme .memberlink:hover {
	color: #3F71B4;
}

#footer-widget-area ul li a:hover {
	color: #3F71B4;
}

ol li {
	margin-bottom: 15px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

ol li a {
    font-weight: bold;
    color: #74A8D5 !important;
}

ol {
    margin: 0 0 20px 20px;
}
ol[type="i"]{list-style-type: lower-roman;}
ol[type="1"]{list-style-type: decimal;}
ol[type="a"]{list-style-type: lower-latin;}

.wpb_text_column ul li {
    margin-left: 30px;
    list-style-position: outside;
}

.forcebottom {
    position: absolute;
    bottom: 0;
}

.post-navigation {
	margin-bottom: 32px;
}
/*table, table tbody{display:block;}
table tbody tr{display:block;width:100%;}*/
table.vc-table-plugin-theme-classic_purple vc-th td{background:#3b4f6d !important;}
table.vc-table-plugin-theme-classic_purple, table.vc-table-plugin-theme-classic_purple td{border-color:#3b4f6d !important;}
table.vc-table-plugin-theme-classic_purple tr:nth-child(2n+1), table.vc-table-plugin-theme-classic_purple tr:hover {background-color: #bcc3cd !important;}
.clearfix:before, .clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
.clearfix:before, .clearfix:after {content: "";display: table;}
#news_right{float:right;width:27%;}
#news_right .sidebar-line{display:block;}
#news_right table tr td{text-align:left;}
#news_right .widget-title{font-size:16px;}
#news_right ul.no-bullets{margin-left:10px;margin-bottom:20px;}
#news_right ul.event-details{margin:0 0 25px;padding:15px;list-style:none;background:#3b4f6d;}
#news_right ul.event-details li{margin:0 0 10px 0;padding:0;list-style:none;}
#news_right ul.event-details li strong{display:block;font-size:16px;line-height:26px;}
#news_right .title{font-size:18px;line-height:40px;}
.event-register{margin-bottom:35px;padding:30px 30px 10px;background:rgba(59, 79, 109, 0.5);}
.event-register p{font-size:12px;line-height:16px;color:#3b4f6d;}
.event-register form ul{margin:0;padding:0;list-style:none;}
.event-register form ul li{margin:0 0 10px 0;padding:0;list-style:none;}
.event-register form span.wpcf7-not-valid-tip{display:none;}
.event-register form input.wpcf7-not-valid{border-color:#ff0000;}
.event-register form span.wpcf7-not-valid-tip { font-size: 14px; line-height: 20px; display: none; }
.event-register form div.wpcf7-validation-errors, .event-register form .custom-password-message { margin: 5px 0; border:none; background:#f9aba0; font-size: 13px !important; line-height: 22px !important; color: #333; clear: both; }
.event-register form .custom-password-message { padding: 10px; color: #000; }
.event-register form div.wpcf7-mail-sent-ok { margin: 5px 0; border:none; background:#dddeac; font-size: 13px; line-height: 22px; clear: both; }
.calendar-archives.classicdark .calendar-navigation{background:#3b4f6d !important;}

.agm-block, .page-template-page-news #wrapper #content_left{float:left;width:48%;}
.page-template-page-news #wrapper #content_left .blog-layout-medium{padding-right:15px;width:200px;}
.page-template-page-news #news_right{float:right;width:48%;}
.tweet-block{float:left;width:48%;}
.agm-block .sidebar-line, .tweet-block .sidebar-line{display:block;}
.agm-block .widget-title, .tweet-block .widget-title {font-size: 16px;}
#content_left .post, #news_right .post{padding-bottom:10px;}
.tooltip{display:none;}
.hover-event{padding:10px;background:rgba(59, 79, 109, 0.2);margin:10px 0;opacity:0;transition: all .5s ease-in-out;}
.hover-event span{font-size:14px;line-height:20px;color:##3b4f6d;transition: all .5s ease-in-out;}

.events .post h2.post-title span{border-left: 1px solid #bcbcbc;border-right: 1px solid #bcbcbc;display: inline-block;font-size: 12px;line-height:12px; font-weight: normal;margin:0 5px;padding: 0 5px;vertical-align: middle;}
.events .post h2.post-title a.post-link{display: inline-block;margin:0;padding:0 12px;}
.page-template-page-events #wrapper #news_right.for-mob{display:none;}
.post-meta .post-link{margin:0 0 0 10px;}
#news_right .post-meta a.post-link{color:#3d506b;}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target{color:#e2e2e2;}

.sidebar-search .ubermenu-search-input {
    width: 80%;
    padding: 0;
    float: left;
    border: 0;
    height: 40px;
    text-indent: 20px;
}

.sidebar-search button {
    width: 20%;
    float: left;
    padding: 0;
    border: 0;
    background: #3b4f6d;
    color: #fff;
    height: 40px;
}

@media only screen and (max-width: 767px) {
	.memberholder {
	    position: relative;
	    left: 0;
	    right: 0;
	}

	#header {
	    background: transparent;
	    margin-top: 0;
	}

	#header-wrapper {
	    position: absolute !important;
	}

    #header {
        background: var(--color-blue-dark);
    }

	#ticker01 li{font-size:13px !important;}
	.header-top{display:none;}
	.entry-content .wpb_vc_table{overflow:scroll;}
	.page-template-page-news #content_left{width:100% !important;}
	#news_right{width:100% !important;}
	.agm-block, .tweet-block{width:100%;}
	.latest-posts{height:auto !important;}

	.forcebottom {
	    position: relative;
	    bottom: auto;
	}

	.page-template-page-events #wrapper #content_left #news_right{display:none;}
	.page-template-page-events #wrapper #news_right.for-mob{display:block;}
	.post-link{margin:15px 0;}
}

#news_right, #news_right h2, #news_right h2 a, #news_right .post-meta a {
	color: #fff;
}

#news_right .post-link {
	background-color: #EDEEF0;
}

#news_right .post-link {
	color: #3d506b;
}

.home .bluebg {
    position: absolute;
    top: 0;
    right: 0px;
    height: 17px;
    width: 12px;
    font-size: 14px;
    line-height: 17px;
}

.home .readmore {
    text-transform: uppercase;
    color: #fff !important;
    background: #3B4F6D;
    padding: 0 8px;
    font-size: 10px;
    margin-right: 0;
    position: relative;
    padding-right: 30px;
    display: block;
    height: 27px;
    line-height: 27px;
}
#news_right p, .event-introtxt p{font-size:14px;}

body.category-campaigns #gform_wrapper_4{display:none;}

#eventCalendarDefault .eventCalendar-currentTitle {
    background-color: #3b4f6d;
    outline: 1px solid #3b4f6d;
}

#eventCalendarDefault .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
    background: #6DAAD9;
}

body .eventCalendar-wrap {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: transparent;
    color: #807E7E;
}

.eventCalendar-list time small {
	display: none;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: inherit !important;
}

.membership_benefits .readmore {
    display: inline-block !important;
    padding-right: 8px !important;
    margin-right: 5px !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 0px 4px !important;
}

#wp-subscribe.wp-subscribe-1 {
    margin-bottom: 30px;
}

.eventlogo {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	max-width: 183px;
}

.mobileeventdetails {
	background: #fff;
	display: none;
}

.event-register {
    clear: both;
}

.loginbutton {
	background: #3b4f6d;
}

.loginbutton:hover {
	color: #74a8d5;
}

.bbpress .yoastbreadcrumbs {
	display: none;
}

#breadcrumbs p {
	margin-bottom: 0;
}

#bbpress-forums .bbp-breadcrumb {
	display: none;
}

hr.heroesandvillains {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #242424;
}

@media only screen and (max-width: 479px) {
	#copyright-container {
	    padding-bottom: 50px !important;
	}

	.has-cookie-bar #catapult-cookie-bar {
		padding-bottom: 50px !important;
	}

	#wrapper {
	    width: 95% !important;
	}

	.moblogo {
	    text-align: center;
	    width: 100% !important;
	    margin-top: 34px !important;
	}

	.home .moblogo {
	    margin-top: 34px !important;
	}

	.mortarboard {
		width: 35%;
		float: left;
	}

	.mortarboardtext {
		width: 65%;
		float: left;
	}

	.loginbutton span {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		padding-top: 0;
	}
	
	.header-top {
	    display: block;
	    top: 45px;
	    left: 0;
		padding: 0 20px;
		box-sizing: border-box;
/* 		border-bottom: 1px solid rgba(255,255,255,0.2); */
	}

	.header-top .ubermenu-search, .sidebar-search .ubermenu-search {
	    float: left;
	    width: 100%;
	    background: #fff;
	}

	.joinbutton {
		width: 25%;
		padding: 0;
		text-align: center;
		height: 32px;
		line-height: 32px;
	}

	#breadcrumbs {
	    top: 78px;
	}

	.header-top .ubermenu-search input.ubermenu-search-input, .sidebar-search .ubermenu-search input.ubermenu-search-input {
	    height: 32px;
	    line-height: 32px;
	    padding-bottom: 0;
	    padding-top: 0;
	}

	.mobileeventdetails {
		display: block !important;
	}

	.mobilehide {
		display: none;
	}

	#menu-item-319 {
		display: none;
	}

	.moblogo {
		display: block !important;
	    float: left;
	    text-align: center;
	    width: 100% !important;
	    margin-top: 34px !important;
	}
}

.moblogo {
	display: none;
}

body .bgimage {
	padding-top: 280px !important;
}

body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 12px;
}

@media only screen and (max-width: 979px) {
	input.email-field {
		font-size: 12px;
		text-indent: 0 !important;
	}

	input.submit {
		font-size: 14px !important;
		text-indent: 0 !important;
	}

	.header-top {
	    width: 100%;
	}

	body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	    padding-left: 5px;
	    padding-right: 5px;
	    font-size: 10px;
	}
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
	#menu-wrapper {
	    top: 0px;
	}
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #74A8D5 !important;
}

body .user-feedback-textarea {
    font-size: 15px !important;
    height: 40px !important;
    min-height: 40px !important;
}

.entry-content li {
    line-height: 21px;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

.entry-content li a {
    font-weight: bold;
    color: #74A8D5 !important;
}

.entry-content td li {
    line-height: 15px;
    font-size: 13px;
    color: #696969;
    margin-bottom: 0;
}

.eventCalendar-monthWrap {
    position: relative !important;
}

.eventCalendar-slider {
    height: auto !important;
}

#ubermenu-main-5-primary {
	position: absolute;
}

.eventCalendar-monthWrap {
	width: 100% !important;
}

.eventfeaturedimg img {
	height: auto;
}

.eventfeaturedimg {
	margin-bottom: 20px;
}

.single-post #content_full, .single-agmreports #content_full, .single-book_reviews #content_full, .single-seminar #content_full, .single-aem #content_full {
    margin-top: 70px;
}

.marginbottom {
    margin-bottom: 30px;
}

.abouttheauthor {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.authorbox {
    padding: 20px;
    border: 1px solid;
    margin-bottom: 20px;
    background: #eee;
    padding-bottom: 0;
}

.sidebar-search {
    margin-bottom: 20px;
}

.marginmeup {
    margin: 40px auto !important;
}

#news_right .newsletterpdf {
    background: #6ca9d6 !important;
    text-align: center;
}

#news_right .newsletterpdf a {
    color: #fff !important;
    display: block;
}

.newsletterimage img {
	width: 100%;
	height: auto;
}

.flex-direction-nav a  { 
    overflow: visible !important;
}

.flexslider {
	margin-top: 35px !important;
}

.flex-caption {
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}

th {
    color: #000;
    border: 1px solid;
}

td {
    border: 1px solid;
}

td p {
    font-size: 13px;
}

table.bluehead thead th {
    background-color: #3b4f6d;
    color: #fff;
}

ul.sharesoc_gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sharesoc_gallery li {
    float: left;
    width: calc(49.95% - 14px);
    margin: 0;
    margin-right: 28px;
    padding-bottom: 30px;
}

ul.sharesoc_gallery li:nth-child(even) {
    margin-right: 0;
}

ul.sharesoc_gallery li img {
	display: block;
}

.sharesoc_gallery_caption {
    padding: 10px 0;
}

.sharesoc_gallery_holder {
	display: block;
	width: 100%;
}

.gallery_margin {
	margin-top: 30px;
}

#bbpress-forums {
}

#subscription-toggle {
	clear: both;
    width: 100%;
    display: block;
}

#bbpress-forums div.bbp-search-form {
    margin-bottom: 20px;
}

.bbp-form {
    margin-bottom: 20px;
}

.leaderlaggard {
	max-width: 30px;
    margin-right: 5px;
}

.single-seminar hr.seminar {
	margin-top: 28px;
	padding: 0;
}

.page-numbers {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    color: #aaaaaa;
}

.page-numbers:hover {
    border: 1px solid;
}

.bartpager {
    margin-bottom: 20px;
}

.seminar_video {
	margin: 0;
	list-style-type: none;
}

.subfiles li p {
	margin-bottom: 0;
}

.stripey:nth-child(odd) {
	background: #e1e1e1;
}

.stripey {
	padding: 20px;
}

.stripey .post:last-of-type {
    padding-bottom: 0;
}

.stripey .post-navigation {
    margin-bottom: 0;
}

.stripey:last-of-type {
    margin-bottom: 20px;
}

.sharedisclaimer {
    margin-top: 10px;
    font-size: 12px;
}

ul.initials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

ul.initials li {
    float: left;
    margin-right: 10px;
    font-size: 20px;
}

.dataTables_wrapper {
    margin-bottom: 35px;
    margin-top: 10px;
}

p.researchtable {
    margin-bottom: 10px;
    margin-top: 35px;
}

table.dataTable thead th, table.dataTable thead td {
    color: #fff;
}

div.alphabet {
    display: table;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 35px;
}
 
div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%
}
 
div.alphabet span:hover {
    text-decoration: underline;
}
 
div.alphabet span.active {
    color: black;
}

.forum_desc {
    margin: 20px 0;
    font-size: 13px;
    background: #f3f3f3;
    padding: 10px;
}

.logged-in.admin-bar #header-wrapper {
    top: 32px;
}

.addpost a {
    display: block;
    background: #3b4f6d;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 18px;
}

.addpost a:hover {
    background: #6ca9d6;
    color: white;
    cursor: pointer;
}

.show_when_logged_in {
	display: none;
}

.logged-in .show_when_logged_in {
	display: block;
}

ul.gallerylist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

ul.gallerylist li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-basis: 50%;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

ul.gallerylist li a {
    display: block;
    float: left;
}

ul.gallerylist li a.thumbnail {
	margin-right: 20px;
}

ul#ubermenu-nav-main-5-primary {
	font-family: Roboto, sans-serif;
}

#topbutton {
	display: inline-block;
	background-color: #3B4F6D;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#topbutton::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#topbutton:hover {
	cursor: pointer;
	background-color: #6CA9D6;
}

#topbutton:active {
	background-color: #6CA9D6;
}

#topbutton.show {
	opacity: 1;
	visibility: visible;
}

body .user-feedback-button.user-feedback-button-init {
    right: auto;
    left: 60px;
}

.featuring_seminar {
    font-weight: 600;
    color: rgb(59, 79, 109);
    font-size: 13px;
}

.memberlink:hover {
    color: #fff;
    opacity: 0.8;
}

.after-meeting-form {
	display: none;
}

.download_ical {
    background: #3B4F6D;
    font-size: 18px;
    padding: 10px 20px;
    display: inline-block;
}

.tablescroll {
	overflow-x: auto;
}

#bbpress-forums #bbp-search-form {
    margin-bottom: 20px;
}

.full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.newbanner {
    padding-top: 150px !important;
    background-image: url(/wp-content/uploads/2024/04/hero-about.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 32px;
}

.newbanner.notitle {
    padding-top: 155px;
}

.snazzywrapper {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.newbanner .snazzy {
    background-color: #3b4f6d;
    display: inline-block;
    padding: 20px;
    width: 40%;
}

.newbanner .snazzy p {
    margin-bottom: 0;
}

.signet_newsletters_title {
    color: #74A8D5;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}

.signet_newsletters_date {
    margin: 30px 0;
    font-style: italic;
}

.signet_newsletters_link .joinbutton {
	background: #6fa7d0;
}

.signet_newsletters hr {
    margin: 40px 0;
}

.signet_recent_newsletters {
	background: #3e5261;
}

.signet_recent_newsletters .padding {
	padding: 20px;
}

.signet_recent_newsletters_maintitle {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
}

.signet_recent_newsletters_title {
    font-weight: 800;
}

.signet_recent_newsletters_title,
.signet_recent_newsletters_date {
    color: #fff;
}

.signet_recent_newsletters_border {
    border-bottom: 1px solid #fff;
}

.page-template-page-signet #breadcrumbs {
    display: none;
}

.page-template-template-signet-group .ubermenu,
.page-template-page-signet .ubermenu {
    width: 100%;
}

.signet_box .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.signet_box .wpb_text_column {
	margin-bottom: 0;
    flex-basis: 100%;
}

.signet_box .vc_column-inner {
	padding-top: 0 !important;
}

.signet_box .memberholder {
    width: 100%;
}

.memberlink {
    font-size: 16px;
    padding-right: 20px;
}

.membertextblack {
    background-image: url(/wp-content/uploads/2021/05/arrow_black-1.png);
}

body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 21px;
}

#menu-item-18224 div a {
    display: block;
    height: 49px;
    background: #fff;
    text-align: center;
}



@media only screen and (max-width: 1280px) {
	ul.gallerylist li {
	    flex-basis: 100%;
	}

	body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	    padding-left: 10px !important;
	    padding-right: 10px;
	}

	body .ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:not(.ubermenu-noindicator) {
	    padding-right: 25px !important;
	}
}

@media only screen and (max-width: 767px) {
	.newbanner {
	    padding-top: 300px;
	}

	.newbanner.notitle {
	    padding-top: 315px;
	}

	.newbanner .snazzywrapper.size-wrap,
	.newbanner .snazzy {
	    width: 100% !important;
	}

	.signet_box .memberlink {
	    padding: 55px 0;
	}
}

@media only screen and (max-width: 1024px) {
	ul.gallerylist li {
	    flex-basis: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.header-top, #breadcrumbs {
	    position: relative;
	    top: auto;
	}

	#breadcrumbs {
	    float: left;
	    margin-top: 20px;
    	width: 100%;
	}

	body .bgimage {
	}

    #breadcrumbs {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
	body .bgimage {
		padding-top: 150px !important;
	}
}

@media only screen and (max-width: 479px) {
	ul.sharesoc_gallery li {
	    width: 100%;
	    margin-right: 0;
	}
}

/* Moved inline megamenu styles */
.megamenu {
    display: flex;
    justify-content: space-between;
}

.megamenu > a {
    display: none;
}

@media screen and (min-width: 768px) {
    .megamenu > a {
        display: inline-block;
    }
    
}

#menu-wrapper {
    display: flex;
    flex-grow: 1;
    position: relative;
}

.menu_header {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 18px;
    margin-bottom: 20px;
}

.menu_header:hover {
    border-bottom: 1px solid;
}

.ubermenu-custom-content ul {
    margin: 0px 0 20px 20px;
}

#ubermenu-main-5-primary {
    left: 0;
    right: 0;
}

.menu_header_img {
	margin-bottom: 20px;
	display: block;
}

ul.mega_campaigns li {
	break-inside: avoid-column;
}

ul.mega_campaigns li {
	margin-bottom: 15px;
}

.mega_view_all {
	color: #74A8D5;
}

.last_mega_campaign {
    list-style-type: none;
    margin-left: -10px;
    font-weight: 600;
}

body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 18px;
    padding-right: 18px;
}

/* Start of Sam's styles */

body {
	--color-blue-dark: #252C39;
	--color-blue-medium: #355075;
	--color-blue-light: #8DB9D4;
	--color-green: #26BCA9;
	--color-orange: #EB6144;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: Manrope, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif !important;
	font-weight: 600;
}

#header-wrapper {
    border-bottom: none;
	background: var(--color-blue-dark);
}

#header {
/*     background: rgba(59,79,109,0.3); */
    margin-top: 50px;
}

.hero h1 {
    font-size: 40px;
    line-height: 1.325em;
    color: #fff;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
	.hero h1 {
		font-size: 30px;
	}
	
	.hero h1 br {
		display: none;
	}
}

.hero p {
	font-size: 16px;
    line-height: 1.325em;
    color: #fff;
    font-weight: 500;
}

.hero p:last-child {
    margin-bottom: 40px !important;
}

.entry-content .hero {
    padding: 60px 0 20px 0;
}

.entry-content .hero h1 {
    font-size: 32px;
    color: #fff;
}

.entry-content .hero p {
	font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 500;
}

.ubermenu-item .ubermenu-target {
	box-shadow: none !important;
}

.ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:not(.ubermenu-noindicator) { 
	padding-right: 30px !important; 
}

.home #breadcrumbs {
	display: none;
}

.yoastbreadcrumbs {
    min-height: 25px;
    line-height: 25px;
	text-align: right;
	color: #ffffff;
}

.yoastbreadcrumbs a {
    color: #ffffff !important;
    font-weight: 500;
}

.event__item,
.news__item{
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
}

.bootstrap [class*="btn-outline-"]:hover {
    color: #FFFFFF !important;
}

.bootstrap .btn:after {
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 14px;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 50 50" fill="none"><mask id="mask0_754_1589" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="50" height="50"><rect width="50" height="50" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_754_1589)"><path d="M29.1666 37.5L26.25 34.4792L33.6458 27.0833H8.33331V22.9167H33.6458L26.25 15.5208L29.1666 12.5L41.6666 25L29.1666 37.5Z" fill="CurrentColor"/></g></svg>');
}

/* Specific arrow colours */
.bootstrap .btn-outline-secondary:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 50 50" fill="none"><mask id="mask0_754_1589" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="50" height="50"><rect width="50" height="50" fill="%23EB6144"/></mask><g mask="url(%23mask0_754_1589)"><path d="M29.1666 37.5L26.25 34.4792L33.6458 27.0833H8.33331V22.9167H33.6458L26.25 15.5208L29.1666 12.5L41.6666 25L29.1666 37.5Z" fill="%23EB6144"/></g></svg>');
}
.bootstrap .btn-outline-success:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 50 50" fill="none"><mask id="mask0_754_1589" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="50" height="50"><rect width="50" height="50" fill="%23EB6144"/></mask><g mask="url(%23mask0_754_1589)"><path d="M29.1666 37.5L26.25 34.4792L33.6458 27.0833H8.33331V22.9167H33.6458L26.25 15.5208L29.1666 12.5L41.6666 25L29.1666 37.5Z" fill="%2326BCA9"/></g></svg>');
}


/* All outline buttons white text on hover */
.bootstrap [class*="btn-outline-"]:hover:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 50 50" fill="none"><mask id="mask0_754_1589" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="50" height="50"><rect width="50" height="50" fill="%23EB6144"/></mask><g mask="url(%23mask0_754_1589)"><path d="M29.1666 37.5L26.25 34.4792L33.6458 27.0833H8.33331V22.9167H33.6458L26.25 15.5208L29.1666 12.5L41.6666 25L29.1666 37.5Z" fill="%23FFFFFF"/></g></svg>');
}

.event__item__title,
.news__item__title{
    font-size: 22px;
}

.fw-bold {
    font-weight: 700;
}

a[class*="moon-"], a[class*=" moon-"] {
    cursor: pointer;
}

.fit-vids-style{
    height: 0px;
    overflow: hidden;
    display: none;
}

.img--member-chart img{
    width: 440px;
    height: auto;
}

.hero--home{
    padding-top: 120px !important;
}
.hero--home:after{
    content:"";
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(111deg, rgba(53,80,117, 1) 0%, rgba(53,80,117, 0.5) 70%), linear-gradient(111deg, rgba(53,80,117, 1) 0%, rgba(53,80,117, 0.5) 70%), rgba(53,80,117, 0.4);
    position:absolute;
    z-index:1;
  }
.hero--home .vc_column_container{
    position:relative;
    z-index:2;
}
.hero--home .btn{
    margin-right: 10px;
    color:var(--color-blue-dark) !important;
    font-weight:600 !important;
    border:none !important;
}
.hero--custom {
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .hero--custom {
        padding-bottom: 40px;
    }
    .hero--custom  h1 {
        max-width: 70%;
    }
    .hero--custom  p {
        max-width: 70%;
    }
}

/* Join and Login CTAs */
.join-cta{
    margin-top:-95px;
}
.join-cta--internal,
.login-cta--internal {
	margin-top: 0;
    height: 100%;
}
.join-cta__inner,
.login-cta__inner {
    height: 100%;
	background-color: #e2e2e2;
}
.join-cta__header,
.login-cta__header {
    height:60px;
    padding:0 30px;
    line-height:60px !important;
    font-size:1.5rem !important;
    background:#EB6144;
    color:#FFFFFF !important;
}
.join-cta--internal .join-cta__header,
.login-cta--internal .login-cta__header {
    height:50px;
    line-height:50px !important;
    font-size:1.4rem !important;
}
.login-cta--internal .login-cta__header {
    background:#355075;
}
.join-cta__title,
.login-cta__title {
    padding:20px 30px 10px;
}
.join-cta p,
.login-cta p {
    margin: 0 !important;
    padding:10px 30px;
}
.join-cta p:last-child,
.login-cta p:last-child  {
    padding-bottom:30px;
}
.join-cta .btn,
.login-cta .btn {
    color: #FFFFFF !important;
}
.join-cta .btn:after {
    filter: invert(1) grayscale(1) brightness(100%);
}
.login-cta form {
    padding:10px 30px;
}
.login-cta label {
    font-weight: 500;
}
.login-cta input.form-control {
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #9ba7b4;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 7px 12px !important;
    background: rgba(255, 255, 255, 0.7);
    color: #1a3b5d;
}
.login-cta input[type="checkbox"] {
    height: auto;
}
.login-cta input[type="submit"] {
    margin-top: 6px;
    height: auto;
    text-transform: none;
    --webkit-appearance: none;
    appearance: none;
}
@media (min-width: 768px) {
    .login-cta input.form-control {
        max-width: 70%;
    }
}

.hero--home .hero{
    padding:20px 0 20px 0;
}
.hero--home .hero h1{
    font-size:38px;
    line-height:1.35em;
}
h4.event__item__title,
h4.news__item__title{
    font-size:1.2rem;
}

.bootstrap .btn-lg.btn-primary.btn:after{
    filter: invert(1) grayscale(1) brightness(100%);
}

@media (min-width: 768px) {
    .bsb-pricing-popular {
        margin-top: -3.5rem;
    }
}

.gform_legacy_markup_wrapper select,
.gform_legacy_markup_wrapper input[type="text"],
.gform_legacy_markup_wrapper input[type="email"],
.ginput_container select,
.ginput_container input[type="text"],
.ginput_container input[type="email"] {
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 10px 15px !important;
    background: none;
    color: #1a3b5d;
}

select,
input[type="text"]:focus,
input[type="email"]:focus {
    border-color: #3d9cff;
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}

.gform_legacy_markup_wrapper .gform_page_footer {
    border: none !important;
    text-align: right;
}

.gform_legacy_markup_wrapper .gform_page_footer .button {
    height: auto;
    background: rgb(37, 44, 57);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    /* font-size: 18px; */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.gform_legacy_markup_wrapper .gf_step {
    opacity: 1 !important;
}

.gform_legacy_markup_wrapper .gform_page_footer .button::after {
    content: "\2192";
}

.gf_page_steps {
    display: flex;
    justify-content: space-between;
    height: 18px;
    padding-top: 32px;
    margin-bottom: 60px !important;
}

.gf_step {
    margin: 0 !important;
}

.gf_step_number {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    background: var(--color-blue-dark);
    border: 1px solid #bbb;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    font-size: 1.2em;
    color: var(--color-blue-light);
}

.gf_step_pending .gf_step_number {
    background: var(--color-blue-light);
    color: var(--color-blue-dark);
}

.hero__associated {
    max-width: 260px;
    margin:20px 0 20px 0;
}

.event-details.investorhub {
    background-color: rgb(22,34,48);
}

.event__subtitle {
    font-size: 20px;
    color: #fff;
    opacity: 0.8;
}

:root {
    --color-blue-dark: #252C39;
    --color-blue-medium: #355075;
    --color-blue-light: #8DB9D4;
    --color-orange: #EB6144;
    --color-green: #26BCA9;
}

.hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero--events {
    background-image: url(https://www.sharesoc.org/wp-content/uploads/2024/04/hero-events.png);
}

.hero--about {
    background-image: url(https://www.sharesoc.org/wp-content/uploads/2024/04/hero-about.png);
}

.hero--sharesoc-news,
.hero--vote-guidance {
    background-image: url(https://www.sharesoc.org/wp-content/uploads/2024/04/hero-news.png);
}

.bbpress #breadcrumbs {
    position: absolute;
    right: 0;
}

.bbpress #breadcrumbs p {
    color: #fff;
}

/* WP-PageNavi Bootstrap 5 Style */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 0.375rem 0.75rem;
    margin: 0 0.25rem;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.wp-pagenavi a:hover {
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
    color: #6c757d;
    border: none;
    padding: 0.375rem 0.5rem;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    font-weight: bold;
}

@media (max-width: 576px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .wp-pagenavi .pages,
    .wp-pagenavi .extend {
        display: none;
    }
}

/* Cards */
.agm-report-card {
    position: relative;
    width: 100%;
    height: 256px; /* Adjust as needed */
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    color: white;
    text-decoration: none;
}

.agm-report-card-content {
    position: relative;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: white;
}

.agm-report-card .tidm {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2px;
    color: white;
}

.agm-report-card .report-type {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 16px;
    color: #8DB9D4;
}

.agm-report-card .report-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 14px;
    color: #FFFFFF;
}

.agm-report-card .date {
    font-size: 1.125rem;
    margin-bottom: 4px;
    color: white;
    justify-self: bottom;
}

.agm-report-card .author {
    font-size: 1rem;
    color: white;
    justify-self: bottom;
}

.bootstrap .agm-report-link {
    text-decoration: none;
    display: block;
}

.card--vote-guidance .report-type {
    color: #902009;
}

.single-signet_group #wrapper {
    max-width: 100%;
}

.single-signet_group .hero {
    margin-top: 100px;
    padding-bottom: 50px;
}

.single-signet_group dl {
    border-top: 1px solid #ddd;
}

.single-signet_group dt,
.single-signet_group dd {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd;
    padding-top: .3rem  !important;
    padding-bottom: .3rem  !important;
}

[class^="cta--signet"] > * > * {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px;
    border: 1px solid var(--color-blue-dark);
}

[class^="cta--signet"] p:last-child {
    margin-bottom: 0;
}