/* CSS Document */
/********************************************************************************
Description: IBEW2067. - Master Stylesheet
*********************************************************************************

font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
********************************************************************************/ 

@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/owl.carousel.css");

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

body {
	margin:0px;
	padding:0px;
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Poppins', sans-serif;
	color: #777;
    font-size: 18px;
    line-height: 30px; 
    font-weight: 400;
	}
@media (max-width: 991px) {
    body {
	    font-size: 17px;
        line-height: 29px;
    }
}
@media (max-width: 767px) {
    body {
	    font-size: 16px;
        line-height: 28px;
    }
}
img {
	max-width: 100%;
	height: auto;
	} 
/* Selection */
::-moz-selection {
	background: #3d5ba6;
	color: #fff;
	}
::-webkit-selection {
	background: #3d5ba6;
	color: #fff;
	}
/* Transition elsements */
a{
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	}

/* Typography */
a {color:#3d5ba6;}
a:hover, a:focus {
	text-decoration: none;
	color:#010101;
	outline:0;
	}
p{
	font-size: 18px;
    line-height: 30px; 
    font-weight: 400; 
	}
@media (max-width: 991px) {
    p{
		font-size: 17px;
        line-height: 29px;
	}
}
@media (max-width: 767px) {
    p{
		font-size: 16px;
        line-height: 28px;
	}
}

h1{
    font-size: 56px;
	line-height: 65px;
    font-weight: 700;
    color: #010101;
    }
@media (max-width: 991px) {
    h1{
        font-size: 46px;
        line-height: 50px;
	}
}
@media (max-width: 767px) {
    h1{
        font-size: 36px;
        line-height: 46px;
        }
}

h2{
	font-size: 46px;
	line-height: 56px;
    font-weight: 700;
    color: #010101;
	}
@media (max-width: 991px) {
    h2{
	    font-size: 36px;
	   line-height: 46px;
	}
}
@media (max-width: 767px) {
    h2{
	   font-size: 26px;
	   line-height: 36px;
	}
}

h3{
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
    color: #010101;
    }
@media (max-width: 991px) {
    h3{
        font-size: 30px;
	    line-height: 38px;
    }
}
@media (max-width: 767px) {
    h3{
        font-size: 26px;
        line-height: 36px;
    }
}
h4{
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
    color: #232323;
    }
@media (max-width: 991px) {
	h4{
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
	h4{
        font-size: 21px;
        line-height: 26px;
    }
}

h5{
	font-weight:300;
	color:#fff;	
	text-transform:lowercase;
	margin:0px;
	padding:0px;
	}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    }
p, ol, ul, blockquote {margin: 0 0 20px;}
blockquote {border-color: #f7f7f7;}
blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	}

/* Forms */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 8px 42px 8px 10px;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    box-shadow: none;
    background-color:white;
    border: solid 1px #dfdfdf; 
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #010101;
    font-weight: 500;
    font-size: 15px;
    } 
select {
     color: #010101;
     cursor: pointer;
     background-image: url(../images/select_arrow.svg);
     background-position: 97%;
     background-repeat: no-repeat;
     background-size: auto;
    }
 select option{
     color: #010101;
    }
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px; 
    }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(51,51,51,0.5);
    font-weight: 400;
    font-size: 16px;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(51,51,51,0.5);
    font-weight: 400;
    font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(51,51,51,0.5);
    font-weight: 400;
    font-size: 16px;
}
input:focus,
textarea:focus {
    background-color:white;
    border: solid 1px #3d5ba6;
    outline: 0;
    color: #000;
    }
.form-group {
	padding-top: 10px;
    margin-bottom: 10px;
    }
label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
    color: #010101;
    }
.form-group label{
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
    }
.formbtn {
	margin-top:25px;
	margin-bottom:15px;
	}
@media (max-width: 575px) {
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
textarea,
select {
    font-weight: 400;
    font-size: 14px;
    }
}
/* GENERAL BUTTON STYLING */
input[type="submit"],
.my_btn {
    position: relative; 
	font-size: 18px;
    line-height: 28px;
	padding: 12px 35px;
    font-weight: 500;
    text-align: center; 
    color: white;
    background-color: #3d5ba6;
    min-width: 200px;
    border: none;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0; 
	} 
input[type="submit"]:hover,
input[type="submit"]:focus,
.my_btn:hover,
.my_btn:focus {
    background-color: #010101;
    color: white;
    }
.my_btn.sm{
    font-size: 16px;
    line-height: 24px;
	padding: 8px 20px;
    min-width: inherit;
    font-weight: 500;
	}

.my_btn.white{background-color: white; color:#010101; } 
.my_btn.white:hover,
.my_btn.white:focus {background-color: #010101; color: #fff;}

.btn_holder{
    padding-top: 25px;
    text-align: center;
    position: relative;
    }
@media (max-width: 991px) {
    .my_btn {
        font-size: 17px;
        line-height: 26px;
	    padding: 11px 30px;
        min-width: inherit;
    }
    .my_btn.sm{
        font-size: 15px;
        line-height: 24px;
        padding: 7px 18px;
    }
}
@media (max-width: 767px) { 
	.btn_holder{padding-top: 10px;}
    .my_btn {
        font-size: 16px;
        line-height: 24px;
	    padding: 10px 25px;
    }
    .my_btn.sm{
        font-size: 14px;
        line-height: 22px;
        padding: 6px 16px;
    }
}

/* Header & Navigation */ 
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0; 
    width: 100%;
    z-index: 99;
    display: block;  
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.header.sticky {position: fixed; }

/*Top Header*/
.top_header{
    background-color: #3d5ba6;
    padding: 0 60px;
    }
.top_header .social_media{float: left;}
.top_header .social_media ul {
    padding: 0;
    margin: 0;
    }
.top_header .social_media ul li{
    display: inline-block;
    margin-right: 15px;
    }
.top_header .social_media ul li a{color: #fff;}
.top_header .social_media ul li a:hover{color: #6bd5f1;}
.top_header .social_media ul li{
    display: inline-block;
    margin-right: 15px;
    }
.top_header .social_media ul li i{
    font-size: 16px;
    line-height: 50px;
    }
.header_search form{
    height: 50px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
.header_search{float: right;}
.header_search input[type="text"]{
    border: none;
    width: 100%;
    max-width: 230px;
    background-color: #4865af;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 50px;
    }
.header_search input[type="text"]::placeholder{
    font-style: italic;
    font-size: 16px;
    color: rgba(202, 202, 202, 1);
    font-weight: 200;
    }
.header_search a{
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 100px;
    top: 0px;
    right: 25px;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
input[type="submit"].search_btn{
    position: absolute;
    background-color: transparent;
    background-image: url(../images/search_ico.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto;
    padding: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    right: 0;
    z-index: 2;
    border: none;
    min-width: inherit;
    }

/*Middle Header*/
.middle_header{
    background-color: #fff;
    padding: 10px 60px;
    }
.middle_header .contact_info {
	float: right;
	padding: 26px 0;
    }
.middle_header .info_block {
    text-align: right;
	display: inline-block;
	vertical-align: middle;
    padding-left: 15px;
    }
.middle_header .info_block .info_ico {
	height: 60px;
	display: inline-block;
	vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #d4d4d4;
    }
.middle_header .info_block .info_text {
    text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	line-height: 24px;
    font-weight: 400;
	color: #868686;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
.middle_header .info_block .info_text span{
    color: #232323;
    }
.info_text:hover {
	color: #3d5ba6 !important;
    }
.middle_header .info_block .info_text span{
    font-size: 16px;
    color: #3d5ba6;
    font-weight: 500;
    }

.logo {
    float: left;
    position: relative;
    } 
.logo a {display: block;}
.logo img {
    width: 100%;
    max-width: 354px;
    height: auto;
    }

/*Bottom Header*/
.bottom_header{
    background-color: #222222;
    }
.header_right{
    text-align: center;
    padding: 5px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

@media (max-width: 1199px){
    .logo img {max-width: 250px;}
    .middle_header .contact_info {padding: 8px 0;}
    .middle_header {
	padding: 10px 40px;
    }
    .top_header {
	padding: 0 60px 0 0;
    }
}
@media (max-width: 991px){
 	.header {position: relative;}
    .header.sticky {position: relative !important;}
    .middle_header {
	background-color: #fff;
	padding: 10px 0px;
    }
    .header_right{padding: 0;}
}
@media (max-width: 767px) {
    .logo img {
	max-width: 200px;
    }
    .middle_header .info_block {
	padding-left: 0px;
    }
    .middle_header .info_block .info_ico {
	height: 40px;
	padding-left: 7px;
	padding-right: 7px;
    }
    .middle_header .info_block .info_text {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 20px;
    }
}
@media (max-width: 575px) {
    .top_header {
	background-color: #3d5ba6;
	padding: 0 60px 0 0;
    }
    .middle_header .info_block:first-child{display: none;}
}
@media (max-width: 420px) {
    .top_header .social_media{display: none;}
    .logo img {max-width: 170px;}
    .middle_header .info_block:last-child img{display: none;}
    .middle_header .info_block .info_text span {font-size: 12px;}
    .middle_header .info_block .info_text {
	font-size: 12px;
	line-height: 18px;
    }
}
        
/* All Sections */
.sections {
	padding: 70px 0px;
	position:relative;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
		 -o-background-size:cover;
			background-size:cover;
	}
.graybg{background-color: #fafafa;}
.sections_title{
	position: relative;
	text-align: center;
    padding-bottom: 10px;
	}
.sections_title h2 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
    }
.sections_title h2::after {
	position: absolute;
	content: '';
	border: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
	bottom: 0;
	right: 0;
    }
.sections_title.center{text-align: center;}
.sections_title.left{text-align: left;} 
.white{color:#FFF;}

.sections_title.white p,
.sections_title.white h2{color: white;}

.homeslider .container{
    position: relative;
    z-index: 2;
    }
.homeslider{
    position: relative;
    background-color: #fff;
    margin-top: 250px;
    }
.homeslider .item {
	width: 100%;   
    min-height: 400px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    max-width: none;
    background-color: #fff; 
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.homeslider .item::before {
	content: '';
	background-color: rgba(1,1,1,0.4);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    }
.homeslider h1{
    color:#fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    }
.homeslider p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color:#fff;
    position: relative;
    margin-bottom: 70px;
    }
.homeslider p::after {
	position: absolute;
	content: '';
	border: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
	right: 0;
	margin-top: 56px;
    }
.homeslider .my_btn:hover{
    background-color: #fff;
    color: #222;
    }
#home_slider.owl-carousel .owl-nav .owl-prev, #home_slider.owl-carousel .owl-nav .owl-next {
	width: 55px;
	height: 120px;
	border: none;
	position: absolute;
	top: 44%;
	border-radius: 0%;
	opacity: 0.5;
	background-color: #3d5ba6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }
#home_slider.owl-carousel .owl-nav .owl-prev:hover, #home_slider.owl-carousel .owl-nav .owl-next:hover {
	opacity: 1;
    }
#home_slider.owl-carousel .owl-nav.disabled, #home_slider.owl-carousel .owl-dots.disabled {
	display: block;
}
#home_slider.owl-carousel .owl-dots {bottom: 65px;}
@media (max-width:1199px) {
    .sections_title br,
    .homeslider .item h1 br,
    .homeslider .item p br {display:none;}
    .homeslider {
	margin-top: 215px;
    }
    .homeslider h1 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 10px;
    }    
    .homeslider p {
	font-size: 18px;
	line-height: 26px;;
	margin-bottom:40px;
    }
    .homeslider p::after {margin-top: 40px;}
}
@media (max-width:991px) {
	.sections {padding: 60px 0px;}
    .homeslider .item .introtext{
        padding-left: 15px;
        padding-right: 15px;
    }
    .homeslider .item{
		width: 100%;
		display: block;
		height:inherit;
        margin-top: 0;
        padding-top: 100px;
        padding-bottom: 100px;
		}  
    .homeslider{margin-top: 0px;}   
    .sections_title h2{margin-bottom: 15px;}
    .homeslider h1 {
	font-size: 30px;
	line-height: 36px;
    }    
    .homeslider p {
	font-size: 17px;
	line-height: 26px;;
    }
    .homeslider p::after {margin-top: 40px;}
    .sections_title h2 {
	position: relative;
	padding-bottom: 20px;
    }
}
@media (max-width:767px) { 
	.sections {padding: 50px 0px;} 
    .homeslider .item .introtext{
        padding-left: 10px;
        padding-right: 10px;
    }
    .sections_title h2{margin-bottom: 12px;}
    #home_slider.owl-carousel .owl-nav.disabled {
	display: none;
    }
}
@media (max-width:575px) {
    .sections {padding: 40px 0px;}
    #home_slider.owl-carousel .owl-dots {bottom: 35px;}
}

/* Three Box */
.anchor_link{
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    }
.anchor_link:hover{
    color: #6bd5f1;
    text-decoration: underline;
    }
.dark_blue{background-color: #3d5ba6;}
.light_blue{background-color: #526eb8;}
.three_box .box_holder{
    padding: 40px 30px;
    height: 100%;
    position: relative;
    background-image: url(../images/after-billbord-shape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
    background-size: contain;
    }
.three_box .box_holder h3{
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
    }
.three_box .box_holder h3::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
    left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
	}
.three_box .box_holder p{
    color: #fff;
    margin-bottom: 10px;
    }

@media (max-width:1199px) {
    .three_box .box_holder p br {
	display: none;
    }
}
@media (max-width:767px) {
    .three_box .box_holder h3 {
    font-size: 24px;
	line-height: 36px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
    }
}
@media (max-width:575px) {}

/* Who We Are */
.sections.whoweare {background-color: #fafafa;}
.whoweare{padding-bottom: 230px;}
.whoweare .text_box {
    width: 647px;
	background-color: #fff;
	padding: 20px;
	position: relative;
	z-index: 2;
	top: 150px;
    box-shadow: 0px 10px 30px 0px rgba(180, 180, 180, 0.40);
    }
.whoweare .text_box .sub_head {
	background-color: #222222;
	font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
    }
.whoweare .text_box h2{
    font-size: 40px;
    line-height: 53px;
    color: #010101;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    }
.whoweare .text_box h2::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.whoweare .text_box h2 span{
    color: #3d5ba6;
    }
.whoweare .fit_img {
	width: 900px;
	height: 500px;
	float: right;
    }
.whoweare .fit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    }

@media (max-width:991px) {
    .whoweare {
	padding-bottom: 60px;
    }
    .whoweare .fit_img {
	width: 100%;
	height: auto;
	float: inherit;
    }
    .whoweare .text_box {
	width: 100%;
	position: relative;
	top: 0;
    margin-top: 15px;
    }
}
@media (max-width:767px) {
    .whoweare .text_box .sub_head {
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
    }
    .whoweare .text_box h2 {
	font-size: 30px;
	line-height: 40px;
    padding-bottom: 15px;
	margin-bottom: 10px;
    }
}

/* IBEW Links */
.ibew_links_sec{
	background-color: #4865af;
    padding: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    }
.ibew_links {
	padding: 50px 0px 50px 84px;
    }
.ibew_forms {
	padding: 50px 0px 50px 84px;
	background-color: rgba(61,91,166,0.5);
	position: relative;
    }    
.ibew_forms::before {
	background: rgba(61,91,166,0.5);
	content: '';
	position: absolute;
	left: 100%;
	height: 100%;
	width: 2000%;
	top: 0;
    }
.ibew_links h3,
.ibew_forms h3 {
	color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
    }
.ibew_links h3::after,
.ibew_forms h3::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
}
.ibew_links p,
.ibew_forms p {
	color: #fff;
    }
@media (max-width:991px) {
    .ibew_forms::after {
	background: rgba(61,91,166,0.5);
	content: '';
	position: absolute;
	right: 100%;
	height: 100%;
	width: 2000%;
	top: 0;
    }
    .ibew_links,.ibew_forms {
	padding: 20px;
    }
}
@media (max-width:991px) {
    .ibew_links h3, .ibew_forms h3 {
	padding-bottom: 15px;
	margin-bottom: 10px;
    }
}
/*Internal pages*/
.default_section{
    position:relative;
	background-color:#fff;
    padding-bottom: 120px;
    padding-top: 60px;
    }    
.owfv{overflow: hidden;}
/*Default Typography*/
.default_typo h2{
    padding-top: 20px;
    margin-bottom: 15px;
    } 
.default_typo h3{
    padding-top: 10px;
    margin-bottom: 12px;
    }
.default_typo h4{
    padding-top: 10px; 
    margin-bottom: 10px;
    }
.default_typo h2:first-child,
.default_typo h3:first-child{padding-top: 0;}
.default_typo img + h2 {padding-top: 0;}
.default_typo ul{
    margin-bottom: 10px;
    padding-left: 0px;
    }
.default_typo ul li{
    position: relative;
    display: block;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 8px; 
    }
.default_typo ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:'\f105';
    font-family:'FontAwesome';
    color: #3d5ba6;
    }

/*default wordpress editor images*/
.alignleft {
	max-width: 500px;
	object-fit: cover;
	margin: 20px 30px 20px 0px;
	float: left;
}    
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
    }
.alignright {
	max-width: 500px;
	object-fit: cover;
	margin: 20px 0 20px 30px;
	float: right;
    }

.internal_billboard .container{
    position: relative;
    z-index: 1;
    }
.internal_billboard{
    margin-top: 245px;
    min-height: 400px;
    padding-top: 170px;
    padding-bottom: 90px;
    position: relative;  
    background-color: #000; 
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
	}
.internal_billboard::before {
	content: '';
	background-color: rgba(1,1,1,0.4);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.internal_billboard .introtext{
    text-align: left;
    display: inline-block;
    }
.internal_billboard h1{
    color: white;
    font-size: 50px;
    line-height: 50px;
	padding-bottom: 30px;
	margin-bottom: 15px;
    position: relative;
    }
.internal_billboard h1::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.internal_billboard h1+p{
    color: white;
    padding-top: 20px;
    margin-bottom: 0;
    }
@media (max-width:1199px) {
    .internal_billboard{
    margin-top: 215px;
    padding-top: 150px;
    padding-bottom: 60px;
    }
}
@media (max-width:991px) {
    .internal_billboard{
    margin-top: 0;
    }
    .internal_billboard .introtext{padding: 12px 20px;}
    .internal_billboard h1{
        font-size: 40px;
        line-height: 42px;
        }
    .default_section{
        padding-bottom: 90px;
        padding-top: 50px;
        }
    .alignright,.alignleft,.aligncenter {
		margin: 0 0 30px 0;
		float: none;
		max-width: 100%;
	}
}
@media (max-width:767px) {
    .internal_billboard .introtext{padding: 10px 16px;}
    .internal_billboard h1{
        font-size: 36px;
        line-height: 36px;
        }
    .default_section{
        padding-bottom: 50px;
        padding-top: 40px;
        }
    .alignright,.alignleft,.aligncenter {margin: 0 0 25px 0;}
}
@media (max-width:575px) {
    .internal_billboard{
	    padding-top: 70px;
	    padding-bottom: 40px;
        min-height: auto;
        }
    .internal_billboard .introtext{padding: 10px;}
    .internal_billboard h1{
        font-size: 30px;
        line-height: 32px;
        }
    .default_section{
        padding-bottom: 40px;
        padding-top: 30px; 
        }
    .alignright,.alignleft,.aligncenter {margin: 0 0 20px 0;}
}

/*Who We Are*/
.whoweare_page h2,.whoweare_page h3,.whoweare_page h4 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
    }
.whoweare_page h2::after,.whoweare_page h3::after,.whoweare_page h4::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.whoweare_page ul{
    margin-bottom: 10px;
    padding-left: 0px;
    }
.whoweare_page ul li{
    position: relative;
    display: block;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 8px; 
    }
.whoweare_page ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:'\f105';
    font-family:'FontAwesome';
    color: #3d5ba6;
    }
.whoweare_page ol{
    margin-bottom: 10px;
    padding-left: 15px;
    }
.whoweare_page ol strong,.whoweare_page ul strong,.whoweare_page p strong{
    font-weight: 600;
    color: #222;
    }
.whoweare_page .business_managers h3{margin-bottom: 30px;}
.whoweare_page .business_managers p{
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #d4d4d4;
    padding: 15px 30px;
    text-align: center;
    color: #222;
    font-weight: 600;
    }
.whoweare_page .business_managers .present_meb{
    font-size: 16px;
    line-height: 21px;
    background-color: #3d5ba6;
    padding: 15px 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    }
/*News Page*/

.ibew_col{
    padding-bottom: 15px;
    padding-top: 15px;
    }
.news_page .anchor_link{
    color: #222;
    }
.news_page .news_holder{
    height: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    }
.news_page .news_holder a{
    color: #222;
    }
.news_page .news_holder a:hover{
    color: #3d5ba6;
    }
.news_page .news_holder h4{
    margin-bottom: 10px;
    }
.news_page .news_holder p{
    margin-bottom: 5px;
    }
.news_page .anchor_link:hover{
    color: #6bd5f1;
    }
.news_page .ibew_img{
    width: 100%;
    height: 270px;
    background-color: #222;
    margin-bottom: 20px;
    }
.news_page .ibew_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
@media (max-width:767px) {
    .ibew_col{
    padding-bottom: 7px;
    padding-top: 7px;
    }
}
/*paggignation*/
.news_page .hblog_box .blog_meta{
    height: 100%;
    }

.news_page .pagination a {
    color: #fff;
	padding: 10px 15px;
    background-color: #222;
    }
.news_page .pagination a:hover {
	color: #fff;
     background-color: #3d5ba6;
    }
.news_page .page-numbers.current {
	background-color: #3d5ba6;
    color: #fff;
	padding: 10px 15px;
    }
.news_page .pagination .nav-links {
	margin: 0 auto;
	padding-top: 30px;
    }
.news_page .pagination h2.screen-reader-text {
 display: none;
    }

/*news_details*/
.news_details h2{
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
    }
.news_details .post_date{
    margin: 20px 0;
    }
.news_details .post_date i{
    padding-right: 15px;
    }
.news_details img{
    margin-bottom: 20px;
}
.news_details ul {
	margin-bottom: 10px;
	padding-left: 0px;
    }
.news_details ul li {
	position: relative;
	display: block;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 8px;
    }
.news_details ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:'\f105';
    font-family:'FontAwesome';
    color: #3d5ba6;
    }
.news_details ul li{
    list-style: none;
    padding-left: 20px;
    }
.news_details .sidebar ul{
    display: block;
    padding: 0 15px;
    margin-bottom: 50px;
    background-color: #f4f5f5;
    }
.sidebar h2.widget-title{
    background-color: #3d5ba6;
    padding: 10px;
    font-size: 22px;
    line-height: 30px;
	font-weight: 500;
	text-align:center;
    margin-bottom: 20px;
    color: #fff;
    }
.sidebar ul li{
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px rgba(222,222,222,0.5);
    list-style: none;
    position: relative;
	padding: 13px 0px;
    overflow: hidden;
    }
.sidebar ul li:before{
    display: none;
    }
.sidebar ul li .post_date {
	margin: 0; 
    font-size: 11px;
    line-height: 18px;
    color: #2d3642;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}
.sidebar ul li .post_img {
    float:left;
    margin-right: 15px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #3d5ba6;
    position: relative;
    }
.sidebar ul li .post_img::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 39px;
	height: 33px;
	transform: translate(-50%, -50%) scale(1.5);
	background-image: url(../images/link_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar ul li:hover .post_img::after {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
    }
.sidebar ul li .post_img img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.news_details .sidebar ul li:hover .post_img img{
    opacity: 0.4;
    }
.news_details .sidebar ul li a{
	color: #222;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	display: block;
    }
.sidebar ul li h4{
    margin-bottom: 5px;
    }
.sidebar ul li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #3d5ba6;
	padding-top: 5px;
    }
.sidebar ul li span i{
	margin-right:5px;
    }
.sidebar ul li a:hover{
    color: #3d5ba6;
    }
.sidebar ul li .read_more{
    color: #3d5ba6;
    }
.sidebar ul li .read_more:hover{
    color: #3d5ba6;
    }
.sidebar ul li:last-child{
    border-bottom: none;
    }
@media(max-width:991px){
    .sidebar{
        margin-top: 40px;
    }
    .news_details h2{
        font-size: 24px;
        line-height: 32px;
    }
    .blog_page .blog_box{
    margin-top: 40px;
    padding-top: 40px;
    }
    .blog_page .blog_box p {
    min-height: inherit;
    }
    .blog_page .row > div:nth-child(2) .blog_box{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e8eaed;
    }
    .blog_page .blog_box h2 {
    font-size: 20px;
    line-height: 28px;
    }
}
@media(max-width: 767px){
    .news_details h2{
    font-size: 22px;
    line-height: 30px;
    }
    .sidebar h2.widget-title {
    font-size: 22px;
    line-height: 28px;
    }
    
}
@media(max-width:575px){
    .blog_page .blog_box h2 {
    font-size: 18px;
    line-height: 26px;
    }
}
@media(max-width:460px){
    .blog_page .blog_box{
    margin-top: 30px;
    padding-top: 30px;
    }
    .blog_page .row > div:nth-child(2) .blog_box{
    margin-top: 30px;
    padding-top: 30px;
    }
    .blog_page .blog_box .fit_img {
    height: 230px;
    }
}

/*From The Hall 2018*/
.from_hall ul{
	margin-bottom: 15px;
	padding-left: 0px;
    }
.from_hall ul li {
	position: relative;
	display: block;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 8px;
    }
.from_hall ul li a{
	color: #222;
    }
.from_hall ul li a:hover{
	color: #3d5ba6;
    text-decoration: underline;
    }
.from_hall ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: '\f105';
	font-family: 'FontAwesome';
	color: #3d5ba6;
    }
.from_hall ol{
	margin-bottom: 15px;
	padding-left: 20px;
    }
.from_hall ol li {
	position: relative;
	display: block;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 8px;
    }
.from_hall ol li a{
	color: #222;
    }
.from_hall ol li a:hover{
	color: #3d5ba6;
    text-decoration: underline;
    }
.from_hall ol li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: '\f105';
	font-family: 'FontAwesome';
	color: #3d5ba6;
    }
@media(max-width:575px){
.from_hall ul {
	margin-bottom: 7px;
    }
}

/*Links Page*/
.links_page h2,.links_page h3,.links_page h4 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
    }
.links_page h2::after,.links_page h3::after,.links_page h4::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.links_page ul{
    margin-bottom: 10px;
    padding-left: 0px;
    }
.links_page ul li{
    position: relative;
    display: block;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 8px; 
    }
.links_page ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:'\f105';
    font-family:'FontAwesome';
    color: #3d5ba6;
    }
.links_page ol{
    margin-bottom: 10px;
    padding-left: 15px;
    }
.links_page ol strong,.links_page ul strong,.links_page p strong{
    font-weight: 600;
    color: #222;
    }
.links_page h5{
    font-size: 21px;
    line-height: 26px;
    color: #222;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    }

/*Forms And Rates*/
.from_rates_page h2,.from_rates_page h3,.from_rates_page h4 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
    }
.from_rates_page h2::after,.from_rates_page h3::after,.from_rates_page h4::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.from_rates_page ul{
    margin-bottom: 10px;
    padding-left: 0px;
    }
.from_rates_page ul li{
    position: relative;
    display: block;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 8px; 
    }
.from_rates_page ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:'\f105';
    font-family:'FontAwesome';
    color: #3d5ba6;
    }
.from_rates_page ol{
    margin-bottom: 10px;
    padding-left: 15px;
    }
.from_rates_page p{
    color: #222;
    }
.from_rates_page ol strong,.from_rates_page ul strong,.from_rates_page p strong{
    font-weight: 600;
    color: #222;
    }
.from_rates_page h5{
    font-size: 21px;
    line-height: 26px;
    color: #222;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    }

/*Contact Us*/
.con_box{
    background-color: #fff;
    border: 1px solid #f0f0f0;
    height: 100%;
    text-align: center;
    padding: 20px 30px;
    border-bottom: 5px solid #3d5ba6;
    }
.con_box h4 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.con_box h4::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    right: 0;
    }
.con_info p strong{font-weight: 500; color: #222;}
.con_info p{margin-bottom: 5px;}
.map {
	padding-top: 0;
	padding-bottom: 0;
    overflow: hidden;
    }
.map iframe{
	width: 100%;
    height: 400px;
    display: block;
}
@media(max-width: 767px){
    .map {margin-top: 40px;}
    .map iframe{height: 300px;}
}
@media(max-width: 575px){
    .map {margin-top: 30px;}
    .map iframe{height: 200px;}
}
/* End Internal pages*/

/* Footer */
.footer{
	background-color:#222222;
    padding-top: 50px;
    position: relative;
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: cover;
	} 
.footer .address_box{
    margin-top: 20px;
    }
.footer .address_box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255,255,255,1);
    margin-bottom: 10px;
    }
.footer p strong{
    font-weight: 600;
    color: #fff;
    }
.footer .address_box p a{color: #6bd5f1;}
.footer .address_box p a:hover{
    color: white;
    text-decoration: underline;
    }
.contact_info p:last-child{margin-bottom: 0px;}

.footer .copyright{
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255,255,255,1);
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
	}
.footer .copyright:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1140px;
    height: 1px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.2);
    }
.footer .copyright a{
	color: #6bd5f1;
    padding: 0 5px;
    text-decoration: underline;
	}
.footer .copyright a:hover{
    color: white;
    text-decoration: underline;
    }
.footer .copyright .container{position: relative;}

.footer h4{
    color: white;
    position: relative;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    } 
.footer h4::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.footer ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    }
.footer ul li{ 
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    margin: 0;
    padding-bottom: 6px; 
    list-style: none; 
    position: relative;
    }
.footer ul li a{color: rgba(255,255,255,1);}
.footer ul li a:hover{
    text-decoration: underline;
    color:#6bd5f1;
    }
.footer .quicklinks ul li {
	position: relative;
	padding-left: 16px;
    float: left;
    width: 100%;
    max-width: 50%;
    }
.footer .quicklinks ul li::after {
	content: '';
	left: 0;
	top: -1px;
	position: absolute;
	content: "\f101";
	font-family: 'FontAwesome';
    }
.footer .social_icons ul li i{width: 30px;}

.go-up {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #6bd5f1;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    }
.go-up a{color: #6bd5f1;}
.go-up a:hover{color: #000;}

@media (max-width:1199px) {  
    .bottom_cta h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width:991px) {  
    .footer {padding-top: 40px;}
    .contact_info{padding-bottom: 35px;}
    .bottom_cta{padding: 35px 0;}
    .bottom_cta h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .bottom_cta {text-align: center;}
    .bottom_cta .btn_area{
        text-align: center;
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    .footer {padding-top: 35px;}
    .footer .copyright{
	    padding: 15px 0;
        margin-top: 20px;
	}
    .footer h4{margin-bottom: 10px;}
    .footer .social_icons{padding-top: 30px;}
    .footer .social_icons ul li{
        display: inline-block;
        margin-right: 20px;
    }
    .footer .social_icons ul li:last-child{margin-right: 0px;}
    .footer .social_icons ul li i{width: 20px;}
    .go-up {right:-5px;}
    
    .bottom_cta{padding: 30px 0;}
}
@media (max-width:575px) { 
    .footer .contact_info{padding-bottom: 25px;}
    .footer .social_icons{padding-top: 25px;}
    .footer .address_box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
    }
    .footer .quicklinks ul li {
	max-width: 100%;
    }
    .footer ul li {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
    }
    .footer .copyright {
	font-size: 14px;
	margin-top: 20px;
    }
}
@media (max-width:460px) {
    .footer .address_box{max-width: 100%;}
}

.grid_1200{overflow: hidden;}

/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.status {
  width: 70px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -35px;
}
.spinner {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #3d5ba6;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Transition 0.4s */
.header,.logo img,.logo a,.go-up,.textarea,input{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

/*21-09-2020*/
.envirabox-theme-base_dark .envirabox-caption-wrap {
	top: unset !important;
	bottom: 0 !important;
	text-align: center !important;
    }
.envirabox-theme-base_dark .envirabox-caption {line-height: 26px !important;}
.envira-gallery-wrap .envira-pagination {text-align: center !important;}
.envira-gallery-wrap .envira-pagination a.page-numbers {
	display: inline-block !important;
	border: #d4d4d4 solid 1px !important;
	padding: 10px 15px !important;
    color: #222 !important;
    }
.envira-pagination .page-numbers.current {
	background: #3d5ba6 !important;
	padding: 6px 15px !important;
	border: 1px #3d5ba6 solid !important;
	color: #fff !important;
    }
.envira-gallery-wrap .envira-pagination a.page-numbers:hover {
	color: #3d5ba6 !important;
	background-color: #3d5ba6 !important;
	border: 1px #3d5ba6 solid !important;
	color: #fff !important;
    }

/*Events*/
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	color: #fff;
	border-radius: 0;
	background-color: #3d5ba6;
	padding: 11px 20px;
	width: 100%;
    }
.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
	background: #222;
    }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after {
	background-color: #222;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
    }
.tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text
    {
    color: #3d5ba6;
    }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	font-size: 18px;
	line-height: 26px;
    }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
	font-size: 18px;
	line-height: 26px;
    }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover::after {
	background-color: #3d5ba6;
    }
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #3d5ba6;
    }
.tribe-events .tribe-events-c-ical__link {
	color: #fff !important;
    background-color: #3d5ba6 !important;
    border: none !important;
    border-radius: 0 !important;
    }
.tribe-events .tribe-events-c-ical__link:hover {
	color: #fff !important;
	background-color: #222 !important;
    border-radius: 0px !important;
    }
.tribe-events .tribe-events-c-ical__link::before {
	display: none;
    }
.tribe-common .tribe-common-h7 {
	font-size: 16px;
	line-height: 26px;
}
.tribe-common p{
    font-size: 14px;
    line-height: 24px;
    }
#tribe-events-content {
	padding: 70px 0;
    }
.tribe-events-event-image img {
	height: 400px;
	width: 100%;
	object-fit: cover;
    }
.tribe-events-schedule h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    color: #3d5ba6;
    }
.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover {
	background-color: #3d5ba6;
	text-transform: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	padding: 15px 25px;
	float: none;
	color: #fff;
}
.single-tribe_events a.tribe-events-ical:hover {
	background-color: #3d5ba6;
	text-transform: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	padding: 15px 25px;
	float: none;
	color: #fff;
}
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-meta-group h2{
    font-size: 26px;
    line-height: 36px;
    position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
    }
.tribe-events-meta-group h2::after{
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 50px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.single-tribe_events .tribe-events-event-meta {
	font-size: 16px;
	color: #222;
    }
.single-tribe_events #tribe-events-footer{border-top: 0; padding-top: 0;}
/*Contact Form */
.gform_wrapper {
	margin-bottom: 0 !important; 
	margin-top: 0 !important; 
	max-width: 100%;
    }
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label{
    font-weight: 400 !important;
    display: none;
    }
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 15px !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	padding-top: 0 !important;
    margin-bottom: 10px !important;
    }
.ginput_container input,
.ginput_container textarea,
.ginput_container select{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 10px 15px !important;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px;
}
/* Error */
.gform_wrapper div.validation_error {
    color: red !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    padding: 10px 0 !important;
    text-align: left !important;
    border: none !important;
}
.gform_wrapper .validation_message {
    color: red !important;
    padding-top: 0 !important;
    font-weight: 400 !important;
}
.gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none !important;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label{
    font-weight: 400 !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid red;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0;
}
.gform_wrapper .gform_body input[type=radio] + label,
.gform_wrapper .gform_body input[type=checkbox] + label {
 display: inline-block;
 cursor: pointer;
 }
.gform_wrapper .gform_body input[type=radio],
.gform_wrapper .gform_body input[type=checkbox] {
 display: none !important;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{
    margin: 0 0 15px 0 !important;
}
.gform_wrapper .gform_body input[type="radio"] + label::before,
.gform_wrapper .gform_body input[type="checkbox"] + label::before {
   content: "\2714";
   border: 1px solid #b1b1b1;
   border-radius: 0;
   display: inline-block;
   width: 20px;
   height: 19px;
   padding-left: 3px;
   margin-right: 10px;
   color: transparent;
   transition: .2s;
   line-height: 18px;
   font-size: 15px;
   vertical-align: top;
   margin-top: 2px;
}
.gform_wrapper .gform_body input[type=radio] + label:active:before,
.gform_wrapper .gform_body input[type="checkbox"] + label:active::before {
 transform: scale(0);
}
.gform_wrapper .gform_body input[type=radio]:checked + label:before,
.gform_wrapper .gform_body input[type=checkbox]:checked + label:before {
 background-color: #0075bf;
 border-color: #0075bf;
 color: #fff;
}
.gform_wrapper .gform_body input[type=radio]:disabled + label:before,
.gform_wrapper .gform_body input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
    }
.gform_wrapper .gform_body input[type=radio]:checked:disabled + label:before,
.gform_wrapper .gform_body input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    }



------------------------------

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 15px;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 15px;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0;
	padding-top: 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	width: 100% !important;
	margin: 0 0;
	padding-left: 0;
	padding-right: 0;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 0;
}

@media(max-width:640px){
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half     {
	 padding-left: 0 !important; 
    }
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
    }
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	padding-top: 0 !important;
    }
}

/*Shop Steward Finder Page*/
.shop_finder_page .top_text{
    background-color: #3d5ba6;
    padding: 15px 25px;
    color: #fff;
    margin-bottom: 30px;
    }
.shop_finder_page .top_text h5{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    }
.shop_finder_page p{color: #010101;}
.shop_finder_page p span{color: red;}
.shop_finder h3{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
    }
.shop_finder h3::after{
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6bd5f1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.employer_dropdown{
    margin-top: 10px;
    margin-bottom: 30px;
    }
.employer_dropdown span{
    color: red;
    }
.employer_dropdown label{
    font-size: 18px;
    line-height: 26px;
    color: #010101;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    }
.employer_dropdown .description{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
    }
.steward_con_info a{
    border-right: 1px solid #010101;
    text-decoration: underline;
    padding-left: 10px;
    padding-right: 10px;
    }
.steward_con_info a:last-child{
    border-right: none;
    }
.steward_info{
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    padding: 10px 0;
    }
.shop_info p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    }
.shop_info strong{
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    }
.shop_info a{
    text-decoration: underline;
    }
#unit_no,#unit_part {
	margin-top: 31px;
    }
.stewardsbox h4 {
	margin-top: 15px;
    }
#headq_no {
	margin-top: 5px;
    }
@media (max-width:1199px) {
    .employer_dropdown label {
	font-size: 16px;
	line-height: 24px;
    }
}
@media (max-width:991px) {
    .employer_dropdown label {
	font-size: 16px;
	line-height: 24px;
    }
    .shop_finder_page .top_text {
	text-align: center;
    }
    .sections.shop_finder_page {
	padding-bottom: 0;
    }
    #headq_no {
	margin-top: 8px;
    }
}
@media (max-width:767px) {
.employer_dropdown label {
	font-size: 14px;
	line-height: 21px;
    }
}
@media (max-width:575px) {
#unit_no, #unit_part {
	margin-top: 0;
    }
    .employer_dropdown{
    margin-bottom: 15px;
    }
    .shop_finder_page .top_text {
	padding: 10px 15px;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
    }
    .shop_finder_page .top_text h5 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
    }
   .steward_con_info p {
	font-size: 14px;
	line-height: 28px;
    }
}

.gform_wrapper#gform_wrapper_2 ul.gform_fields li.gfield
{
    padding-left: 0px;
}


/*Store Page*/
.store_page .store_row{
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #d4d4d4;
    }
.store_page .store_row h3 {
	font-size: 30px;
	line-height: 36px;
    }
.store_page .store_row label {
	font-size: 18px;
	line-height: 26px;
    color: #3d5ba6;
    margin-bottom: 20px;
    }
.store_page .store_row img {
	width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    }
.store_page .store_sidebar{
    background-color: #f6f6f6;
    padding: 15px;
    }
.store_page .store_sidebar h4{
    text-align: center;
    color: #fff;
    background-color: #3d5ba6;
    padding: 10px;
    }
.store_page .store_sidebar p{
    color: #222;
    }
.store_page input[type="submit"]{
	font-size: 16px;
	line-height: 24px;
	padding: 8px 20px;
	font-weight: 400;
    min-width: inherit;
    }
.shopping_cart h2 {
	font-size: 20px;
	line-height: 24px;
    display: inline-block;
    }
.shopping_cart img {
	width: 30px;
    height: auto;
    margin-right: 20px;
    }
.store_sidebar .wspsc_cart_item_row th {
	font-size: 16px;
	color: #222;
	line-height: 21px;
	font-weight: 500 !important;
    }
.wp_cart_checkout_button.wp_cart_checkout_button_1 {
	width: 200px !important;
	height: auto;
	margin-bottom: ;
    }
.shopping_cart input[type="number"] {
	text-align: center;
    }
.shopping_cart tr.wspsc_cart_item_thumb{
    border-bottom: 1px solid #D4D4D4 !important;
    }
.wp_cart_item_name a{
    font-size: 14px;
    line-height: 18px;
}
.wspsc_cart_total td:nth-child(2){
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #222;
}
.shopping_cart form{
     text-align: center;
}
/*ibew Shop*/
.ibew_shop .store_block{
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    }
.ibew_shop .store_img{
    width: 100%;
    height: 260px;
    background-color: #F6F6F6;
    }
.ibew_shop .store_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.ibew_shop .store_info{
    text-align: left;
    padding: 15px;
    min-height: 326px;
    }
.ibew_shop .store_info h4{
    font-size: 24px;
    line-height: 30px;
    position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
    }
.ibew_shop .store_info .btn_holder{
    padding-top: 10px;
    }
.ibew_shop .store_info h4::after {
	position: absolute;
	content: '';
	border: 0;
	bottom: 0;
	left: 0;
	background-color: #6BD5F1;
	width: 82px;
	height: 7px;
	margin: 0 auto;
	display: inline-block;
    }
.ibew_shop .store_info .btn_holder{
    text-align: left;
    }
.ibew_shop .store_info p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    }
.ibew_shop .store_info label{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3D5BA6;
    }
.ibew_shop .store_info .btn_holder {
	position: unset;
}
.ibew_shop .store_info {
	position: relative;
	padding-bottom: 70px;
}
#store_slider input[type="submit"] {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
#store_slider.owl-carousel .owl-nav .owl-prev {
	left: -70px;
    }
#store_slider.owl-carousel .owl-nav .owl-next {
	right: -70px;
    }
#store_slider.owl-carousel .owl-nav .owl-prev, #store_slider.owl-carousel .owl-nav .owl-next {
	border: none;
    width: 40px;
    height: 70px;
	background-color: #3d5ba6;
    }
#store_slider.owl-carousel .owl-nav .owl-prev:hover, #store_slider.owl-carousel .owl-nav .owl-next:hover {
	opacity: 1;
	background-color: #3d5ba6;
    }
#store_slider input[type="submit"] {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 20px;
	font-weight: 400;
    min-width: inherit;
    }