/*
Theme Name: GIE custom theme
Theme URI: http://nathanstaines.com
Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 3.2
Author: Nathan Staines
Author URI: http://nathanstaines.com
Tags: starkers, html5, naked, clean, basic
*/
@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.eot');
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff'),
        url('fonts/SegoeUI.ttf') format('truetype'),
        url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
margin:0;
padding:0;
font-family: 'Segoe UI';
	
}

.wpb_text_column p a , .single_post_container p a{
    color: #0539ae!important;
}
rs-layer , .rs-layer {
    font-family: 'Segoe UI'!important;
}


iframe {max-width:100%;}
p {
    font-size: 18px;
    line-height: 1.8em;
	color: #6e7b9b;
	margin-bottom:15px;
}
li {
    font-size: 20px;
    line-height: 1.8em;
    list-style-position: inside;
	color: #6e7b9b;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Segoe UI';
	color: #30416c;
	line-height: 1.8em;
	margin-bottom:15px;
	word-wrap:break-word;
	
}
h1 {
    font-size: 40px;
    font-weight: 600;
	color: #2f4370;
}

h2 {
    font-size: 35px;
	font-weight:600;
	color: #2f4370;
}
h3 {
    font-size: 19px;
    font-weight: 600;
	color: #2f4370;
}


h4 {
	font-size: 17px;
	font-weight:600;
}

h5 {
    font-size: 20px;
	font-weight:500;
}
h6 {
    font-size: 15px;
	font-weight:500;
}
img{
	max-width:100%;
	height:auto;
}
a {
    color: #6e7b9b;
}
img.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
img.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
img.aligncenter, .aligncenter img {
    margin:10px auto;
    display:block;
}
.burger-icon__bar:not(:last-child) {
    margin-bottom: 5px;
}

.burger-icon--dark .burger-icon__bar, .burger-icon--cross .burger-icon__bar {
    background: #666;
}
.burger-icon__bar {
    width: 100%;
    height: 3px;
    float: left;
    background: #6e7b9b;
    transition: -webkit-transform cubic-bezier(.77,0,.175,1) .5s,background cubic-bezier(.165,.84,.44,1) .3s;
    transition: transform cubic-bezier(.77,0,.175,1) .5s,background cubic-bezier(.165,.84,.44,1) .3s;
}
.burger-icon--cross {
    -webkit-transform: rotate(135deg) translate(2px,3px);
    -ms-transform: rotate(135deg) translate(2px,3px);
    transform: rotate(135deg) translate(2px,3px);
    -webkit-transform: rotate(135deg) translateX(2px) translateY(3px);
    -ms-transform: rotate(135deg) translateX(2px) translateY(3px);
    transform: rotate(135deg) translateX(2px) translateY(3px);
}
.burger-icon--cross .burger-icon__bar--top {
    -webkit-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    -webkit-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0);
}
.burger-icon--cross .burger-icon__bar--middle {
    transition: -webkit-transform cubic-bezier(.77,0,.175,1) .5s;
    transition: transform cubic-bezier(.77,0,.175,1) .5s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}
.burger-icon--cross .burger-icon__bar--bottom {
    -webkit-transform: translate(0,-14px) rotate(90deg);
    -ms-transform: translate(0,-14px) rotate(90deg);
    transform: translate(0,-14px) rotate(90deg);
    -webkit-transform: translate3d(0,-14px,0) rotate(90deg);
    transform: translate3d(0,-14px,0) rotate(90deg);
}
.burger-icon {
    float: right;
    top: 0;
    left: 0;
    width: 25px;
    position: relative;
    height: auto;
    z-index: 21;
    box-sizing: content-box;
    padding: 7px 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: -webkit-transform cubic-bezier(.77,0,.175,1) .5s,opacity cubic-bezier(.77,0,.175,1) .5s;
    transition: transform cubic-bezier(.77,0,.175,1) .5s,opacity cubic-bezier(.77,0,.175,1) .5s;
}

.menu-nav_menu-container.is_ready {opacity:1;}
.menu-nav_menu-container.is_open {
    height: 100%;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}




#menu-nav_menu-1 li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    color: #6e7b9b;
    transition: color cubic-bezier(.165,.84,.44,1) .3s;
    -webkit-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
}
div#menu-nav_menu {
    /* position: absolute; */
    /* bottom: 10%; */
    /* left: 40px; */
    width: 300px;
    margin: 0px auto;
}
.mar_auto {
	width:1200px;
	margin:auto;
	max-width:96%;
}
.row1 {
	width:100%;
	float:left;
}

.header.row1 {
    padding: 10px 0;
    box-shadow: 1px 1px 12px -9px;
    position: fixed;
    z-index: 99;
    background: white;
}

.logo {
    width: auto;
    float: left;
    margin-top: 0!important;
}
.logo li {
    list-style: none;
}
.head_right {
    width: 1128px;
    float: right;
    margin-top: 37px;
    margin-right: 70px;
}
.menu_bar {
    float: right;
}

.header .mar_auto {
    width: 100%;
}

.main_nav {
    float: right;
    width: auto;
}
.head_right li {
    display: block;
    float: left;
    margin-right:28px;
}
.extra_menu a {
	font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    color: #6e7b9b;
    transition: color cubic-bezier(.165,.84,.44,1) .3s;
    -webkit-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
}
.extra_menu {
    float: left;
    margin-left: 70px;
}
i.fas.fa-lock {
    color: #91d2d4;
    margin-top: 13.5px;
    float: left;
    margin-right: 5px;
}
.footer_container >div >li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
}

.foot1 {
    width: 25%;
    float: left;
    min-height: 250px;
    display: table;
}

.foot2 {
    width: 10%;
    float: left;
    min-height: 270px;
    display: table;
    text-align: right;
}
.foot2_0 {
    width: 10%;
    float: left;
    min-height: 270px;
    display: table;
}
.foot3 {
    width: 18%;
    float: left;
    min-height: 270px;
    display: table;
    text-align: right;
}

.foot4 {
    width: 18%;
    float: left;
    min-height: 270px;
    display: table;
    text-align: right;
}

.foot5 {
    width: 122px;
    float: right;
    min-height: 270px;
    display: table;
    text-align: left;
}

.footer.row1 {
    background: #2b4170;
    padding: 40px 0;
    margin-top: 40px;
}
.footer .mar_auto {
    width: 90%;
}
.footer_container p {
    font-size: 14px;
    color: white;
}
.foot1 img {
    width: 190px;
   /* margin-bottom: 10px; */
}
.copyright a {
    color: white;
    text-decoration: none;
}

.copyright p small {
    font-size: 10px;
    letter-spacing: 0.06em;
}
.twitter_feed_cc {
    width: 400px;
    height: 500px;
    border-radius: 5px;
    position: fixed;
    top: 30%;
    left: 0;
    background: white;
    z-index: 5;
    max-height: 80vh;
    box-sizing: border-box;
    padding: 20px;
    transition: all .3s ease;
    box-shadow: 3px -1px 7px -4px;
}
.twitter_feed_cc.close {
    left: -400px;
}
.twitter_feed_cc.open {
    left: 0;
}
.twitter_trigger {
    position: absolute;
    right: -30px;
    top: 35%;
    color: #6e7b9b;
    width: 30px;
    text-align: center;
    height: 30%;
    display: table;
    background: white;
    box-shadow: 2px -1px 3px -1px;
    border-radius: 0 5px 5px 0px;
	cursor:pointer;
}
.twitter_trigger i.fa.fa-twitter {
    display: table-cell;
    vertical-align: middle;
}
.twitter_feed_inner.row1 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.hamb {
    float: right;
    position: fixed;
    right: 20px;
    top: 33px;
    z-index: 2;
    background: white;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    padding: 11px 7px;
    border-radius: 50%;
}
.hamb .menu2 {
    position: absolute;
    width: 400px;
    box-shadow: 0px 0px 7px -1px;
    height: auto;
    border-radius: 0 0 0 10px;
    top: 0;
    padding: 20px 20px;
    background: white;
    box-sizing: border-box;
    right: -70px;
    z-index: 20;
    overflow: hidden;
    pointer-events: all;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all cubic-bezier(.77,0,.175,1) .5s;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}
.hamb.is_open .menu2 {
	-webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
	opacity:1;
}
.menu2 a {
    color: #6e7b9b;
    text-decoration: none;
    font-size: 12px;
    width: 100%;
    float: left;
    transition: color .4s ease;
}

.menu2 li {
    width: 100%;
    text-align: left;
    margin-right: 0;
    opacity: 0;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px);
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
    transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.hamb.is_open .menu2 li {
transition: -webkit-transform cubic-bezier(.165,.84,.44,1) 1s,opacity cubic-bezier(.165,.84,.44,1) 1s;
    transition: transform cubic-bezier(.165,.84,.44,1) 1s,opacity cubic-bezier(.165,.84,.44,1) 1s;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.hamb.is_open .menu2 li:nth-child(1) {
    transition-delay: .5s;
}
.hamb.is_open .menu2 li:nth-child(2) {
    transition-delay: .45s;
}
.hamb.is_open .menu2 li:nth-child(3) {
    transition-delay: .40s;
}
.hamb.is_open .menu2 li:nth-child(4) {
    transition-delay: .35s;
}
.hamb.is_open .menu2 li:nth-child(5) {
    transition-delay: .30s;
}
.hamb.is_open .menu2 li:nth-child(6) {
    transition-delay: .25s;
}
.hamb.is_open .menu2 li:nth-child(7) {
    transition-delay: .20s;
}
.menu2 li:hover a {
    color: #91d2d4;
}

.menu2 li:last-child {
    border-bottom: none;
}
.footer_variable_container >li {
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    margin-top: 50px;
}
.footer_variable_container li img.image {
    width: 100%;
    float: left;
}
.grid_title a {
    color: #30416c!important;
}
.single_col_logo {
    width: 14.28%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    height: 200px;
}

.single_col_logo img {
    margin-bottom: 60px;
}

.single_col_logo img:nth-child(2) {
    margin-bottom: 0;
}

.suffle_logo_container.row1 {
    display: table;
    height: 300px;
}

.single_col_logo:nth-child(2n) {
    vertical-align: middle;
}
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    background: #fff;
    border: none;
    font-weight: bold;
}
.copyright {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.bulk_logo {
    display: none;
}
#random_logo_box .bulk_logo {
    display: block;
}
.menu2 li:nth-child(4) , .menu2 li:nth-child(8) {
    margin-bottom: 10px;
    border-bottom: 1px solid #6e7b9b;
    padding-bottom: 10px;
}

.custom_title_page.row1 {
    padding: 0 70px;
    box-sizing: border-box;
    margin: 30px 0;
}

.left_navigation {
    width: 250px;
    float: left;
   padding:0 0 0 40px;
    box-sizing: border-box;
	margin-top:20px;
}
.right_navigation {
    width: 250px;
    float: left;
   padding:0 20px;
    box-sizing: border-box;
}
.right_navigation li {
    font-size: 12px;
    text-align: right;
    padding: 5px 0;
	list-style-type: none;
}
.left_navigation li {
    font-size: 14px;
    text-align: left;
    padding: 7px 0;
    list-style-type: none;
}
.left_navigation li a {
	text-decoration:none;
	padding-left:10px;
	background-image: url(/wp-content/uploads/2021/04/triangle_list.png);
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: left center;
	color: #6e7b9b;
}
.right_navigation li a {
	text-decoration:none;
	padding-left:10px;
	 background-image: url(/wp-content/uploads/2021/04/triangle_list.png);
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: left center;
}
.sub_navigation li a {
	text-decoration:none;
	padding-left:10px;
	 background-image: url(/wp-content/uploads/2021/04/triangle_list.png);
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: left center;
}
.right_title {
    width: 60%;
    float: left;
}

.sub_navigation li {
    display: inline-block;
    margin-right: 10px;
	font-size:12px;
}
.left_hr {
    width: 30%;
    float: left;
    border-top: 1px solid #30416c;
    margin-bottom: 30px;
}
.vc_sep_color_blue.left_seperator {
    width: 30%;
    float: left;
}
.vc_separator.vc_sep_color_blue .vc_sep_line {
    border-color: #30416c!important;
}
.right_detail {
    width: 50%;
    position: fixed;
    top: 5vh;
    right: -100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px -1px;
    border-radius: 0 0 0 10px;
    height: 90vh;
    transition: all .4s ease;
	overflow-y:auto;
	z-index:999;
}
.member_detail_close i.fa.fa-times {
    cursor: pointer;
    font-size: 23px;
}

p.member_detail_close {
    width: 30px;
    text-align: left;
}
 hr {
	margin-bottom:15px;
    border-color:  #30416c;
    border-width: 1px 0 0 0;
}
.right_detail hr {
	width:30%;
}
p.subtitle {
    color: #6e7b9b;
    font-size: 20px;
}
.right_detail a {
	text-decoration:none;
}
.event_custom_grid .wpb_single_image.wpb_content_element.vc_align_center {
    min-height: 170px;
}
.left_side_container {
    width: 20%;
    float: left;
    box-sizing: border-box;
	position:relative;
}
.middle_container {
    width: 60%;
    float: left;
    padding-top: 17px;
}

.right_container {
    width: 20%;
    float: left;
}

.mar_auto_middle {
    width: 1200px;
    margin: auto;
    max-width: 100%;
}
.middle_container .vc_row[data-vc-full-width] {
   
    width: 100%!important;
    left: 0!important;
    padding: 0!important;
}
.left_side_hr {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.middle_hr {
    width: 40%;
    float: left;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-left: -15px;
}
.left_navigation.right_fix {
    position: absolute;
}

.left_navigation.right_fix.curr_fix {
    position: fixed;
    left: 15px;
	top:100px;
}
.mar_auto_1000{
	width:1000px;
	max-width:100%;
	margin:auto;
}
.vc_gitem-post-data-source-post_excerpt {
    font-size: 15px;
    line-height: 1.8em;
    color: #3e3e3f;
}
li.tribe-events-nav-previous {
    max-width: 50%;
}

li.tribe-events-nav-next {
    max-width: 50%;
}
.member_trigger {
    cursor: pointer;
}
a.file_icon img {
    width: 15px;
    margin: 12px 7px 0px 0;
}

.file_header_text p {
    margin-bottom: 0;
}

.file_header_text .file_header_date {
    margin-bottom: 25px!important;
}
#search_container {
	display:none;
}
body .ui-widget-header {
	background-color:#a4c5c5;
}
input[type=search] , input[type=text] {
    border: 1px solid #ccc;
    padding: 10px;
    
}

input[type=search]:active, input[type=text]:active {
    border: 1px solid #ccc;
}
input[type=search]:focus, input[type=text]:focus {
    border: 1px solid #ccc;
}
input[type=search]:focus-visible, input[type=text]:focus-visible {
    border: 1px solid #ccc;
}


input[type=submit] {
    background: #a4c5c5;
    border: none;
    color: black;
    padding: 10px;
}
.search_container p {
    margin-bottom: 0;
}

.search_container article {
    margin-bottom: 30px;
}
.slick-prev:before, .slick-next:before {
    font-size: 25px;
    color: #333;
}
.slick-dots li {
    margin-left: 0!important;
}
.all_news {
    display: none;
}
a.footerlinks {
    text-decoration: none;
}
i.fas.fa-star-of-life.fa-spin {
    display: table-cell;
    vertical-align: middle;
    color: #75ba75;
}
.main.row1 {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0px 0px 7px -1px;
    border-radius: 0;
}

.ui-draggable .ui-dialog-titlebar {
    border-radius: 0;
}
.menu2 i.fa.fa-lock {
    margin-left: 7px;
}

.menu2 i.fa.fa-linkedin {
    margin-right: 8px;
}
.menu2 i.fa.fa-twitter {
    margin-right: 6px;
}
.menu2 i.fa.fa-instagram {
    margin-right: 8px;
}
.footer_container p a {
    color: white;
    text-decoration: none;
}
.footer .textwidget i {
    margin-right: 6px;
}
section#main {
    margin-top: 125px;
}
.default_page_container {
    margin-top: 30px;
}
.for_mobile {
	display:none;
}
.events_sec .vc_gitem-col .wpb_text_column.wpb_content_element:first-child h4 {
    font-size: 13px;
}
.events_sec .vc_gitem-col .wpb_text_column.wpb_content_element:first-child {
    min-height: 30px;
}

.events_sec .vc_gitem-col .wpb_single_image.wpb_content_element {
    height: 115px;
    overflow: hidden;
}

.events_sec .vc_gitem-col .vc_custom_heading {
    min-height: 68px;
}
.events_sec .vc_gitem-zone {
    height: 370px!important;
}

.wp-caption {
    max-width: 100%;
}
.right_container li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
}
a.doc_title.docman_track_download {
    text-transform: capitalize;
}
.logo img {
    float: left;
}
#menu-nav_menu-1 li.current-menu-item a {
    font-weight: bold;
    color: #2f4370;
}
.foot3 {
    display: none;
}

.foot4 {
    display: none;
}

.foot5 h3 {
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}

.foot5 a {
    margin-right: 10px;
}
.foot5 a:last-child {
    margin-right: 0;
}

.close_spacing .wpb_button, .close_spacing .wpb_content_element, .close_spacing ul.wpb_thumbnails-fluid>li {
	margin-bottom:8px;
}
.close_spacing h3 {
    line-height: 1.4em;
	margin-bottom: 0;
}
h3 sub {
    font-size: 25px;
    font-weight: 800;
}

.left_navigation h1 {
    font-size: 23px;
    line-height: 1.2em;
}
.middle_container.no_sub {
    margin-top: 22px;
}