@font-face {
 font-family: 'Calibri';
 src: url('../font/calibri-regular.eot'); /* IE9 Compat Modes */
 src: url('../font/calibri-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/calibri-regular.woff') format('woff'), /* Modern Browsers */ url('../font/calibri-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/calibri-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
 font-family: 'Calibri-bold';
 src: url('../font/calibri-bold.eot'); /* IE9 Compat Modes */
 src: url('../font/calibri-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/calibri-bold.woff') format('woff'), /* Modern Browsers */ url('../font/calibri-bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/calibri-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
 @font-face {
 font-family: 'JoannaMT';
 src: url('../font/ufonts.com_joanna_mt_bold_1_.eot'); /* IE9 Compat Modes */
 src: url('../font/ufonts.com_joanna-mt-bold .eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/ufonts.com_joanna-mt-bold.woff') format('woff'), /* Modern Browsers */ url('../font/ufonts.com_joanna-mt-bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/ufonts.com_joanna-mt-bold.svg#ufonts.com_joanna-mt-bold') format('svg'); /* Legacy iOS */
}
html {
	overflow-x:hidden;
}
a {
	color:#155091;
	text-decoration:none;
}
a:hover {
	color:#8594b2;
}
input {
	outline:none;
	border:none;
}

.wpb_wrapper {
    margin-top: 30px;
}

body {
	margin:0;
	padding:0;
	color:#333437;
	font:16px/24px Calibri;
	background:url(../../images/main-bg.jpg) repeat;
}

.entry-content {
    margin-top: 30px;
}

h1 {
	display:inline-block;
	width:100%;
	font-size:36px;
	line-height:40px;
	color:#155091;
	text-transform:none;
	margin:0 0;
	padding:0 0;
	font-weight:normal;
}
.breadcrumb h1 a {
  color:#164b85;
	text-transform:none;
      font-weight:normal;
}
.breadcrumb h1:hover {
    text-decoration: none;
    color: #777 !important;
}

.breadcrumb h1 a:hover {
    text-decoration: none;
    color: #777 !important;
}
h2 {
	display:inline-block;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#0d1b35;
	text-transform:none;
	margin:0 0;
	padding:0 0;
	 font-family: 'Calibri';

}
h3 {
	display:inline-block;
	width:100%;
	font-size:22px;
	font-family:JoannaMT;
	color:#333437;
	text-transform:capitalize;
	margin:0;
	padding:0;
}

h4 {
	font:14px Calibri-bold;
	color:#155091;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
h5 {
	font-size:21px;
	color:#203c73;
	margin:0;
	padding:2px 6px;
	text-transform:capitalize;
	background:#c9def3;
	display:inline-block;
	font-style:italic;
	font-family:KeplerStd;
}
h6 {
	font-size:19.5px;
	color:#000;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-family:Myriad Pro
}
ul, ol {
	margin:0;
	padding:0;
}
.alignright {
	float:right;
	margin:4px 0 0 10px;
}
.alignleft {
	float:left;
	margin:3px 30px 10px 0
}
.padding-bottom {
	padding-bottom:80px;
}
#backToTop {
	position:fixed;
	right:80px;
	bottom:130px;
	padding-bottom:0px;
}
#backToTop a {
	display:inline-block;
	padding:4px 6px;
	color:#e0d9cd;
	background:#203c73;
	border-radius:50%;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center
}
#backToTop a i {
	line-height:30px;
}
#backToTop a:hover {
	color:#f1cb08
}
.iphone {
	display:none;
}
.top-bar {
	background:rgba(246,246,244,0.9);
	float:left;
	width:100%;
	padding-top:10px;
	position:relative;
	z-index:9;
-webkit-box-shadow: -1px -1px 8px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -1px -1px 8px 0px rgba(50, 50, 50, 0.75);
box-shadow:         -1px -1px 8px 0px rgba(50, 50, 50, 0.75);
opacity: .95;
height:122px

}
.one-bar-top {
	float:left;
	width:100%;
}
.top-menu {
	float:right;
}
.top-menu li {
	display:inline-block;
	padding: 18px 10px;
	font:14px Calibri;
	text-transform:lowercase;
}
.top-menu li a {
	color:#9c9c9c
}

.top-menu li a:hover {
	color:#333437
}
.form-top {
	float:right;
	margin:10px 0 10px 10px
}
.form-top input[type="text"],.form-top input[type="search"] {
	background:#f1f1ef url(../../images/search-top.png) right center no-repeat;
	width:135px;
	text-transform:uppercase;
	color:#333437;
	font:14px Calibri;
	border:none;
	border-radius:5px;
	padding:0 10px;
	height:30px;
        margin-top:3px
        
}
.form-top input[type="submit"], .form-top input[type="button"] {
	display:none;
}
 .form-top input[type="text"]::-webkit-input-placeholder {
 color: #333437;
}
 .form-top input[type="text"]:-moz-placeholder { /* Firefox 18- */
 color: #333437;
}
 .form-top input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
 color: #333437;
}
 .form-top input[type="text"]:-ms-input-placeholder {
 color: #333437;
}
.slidediv {
	float: left;
	width: 100%;
}
.slidetext {
	position: absolute;
	top: 65%;
}
.blue-bg-box {
	background:rgba(13, 26, 50, 0.9);
	color:#fff;
	font:30px Calibri;
	display:inline-block;
	padding:12px 18px;
	margin-bottom:2px;
}
.light-blue-box {
	background:rgb(22,68,124);
	color:#fff;
	font:16px Calibri;
	padding: 12px 18px;
	display:inline-block
}
.light-blue-box span {
	display:inline-block;
	padding-top: 4px;
}
.light-blue-box .go-bg {
	display:inline-block;
	border-left:1px solid rgba(13, 26, 50, 0.9);
	vertical-align: top;
	margin-left: 10px;
	padding-left: 10px;
}
.go-circle {
	background:#fff;
	display:inline-block;
	width:50px;
	height:50px;
	font:22px Calibri;
	border-radius:50%;
	color:#0c1830;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold
}
.go-circle:hover {
	background:#f9bf12;
	color:#0c1830;
}
.fixed-right-links {
	position:fixed;
	right:0;
	top:25%;
	z-index:99
}
.fixed-right-links li {
	display:block;
	color:#fff;
	font:14px Calibri;
	text-transform:lowercase;
	margin-bottom:4px;
}
.fixed-right-links li a {
	display:inline-block;
	background:#164b85;
	color:#fff;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	padding:5px 4px;
	 width: 40px;
    text-align: center;
		-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.fixed-right-links li a:hover {
	background:#f9bf12;
		-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}



.menu-second{
	float:left;
	width:100%;
	background:#333437;
	text-align:center
}

.menu-second ul li{
	color:#f9bf12;
	font:18px Calibri;
	text-transform:uppercase;
	display:inline-block;
	padding:25px 45px;
}

.menu-second ul li a{
	color:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.menu-second ul li a:hover{
	color:#f9bf12;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
 
 
.post-area{
	float:left;
	width:100%;
	margin:55px 0
}


.post-area ul li:nth-child(4n+1) {
  margin-left: 0;
}

.post-area ul li {
  display: inline-block;
  width: 22%;
  margin-left: 43px;
}


.box-white{
	background:#fff;
	display:block;
	padding:14px 10px 0;
	text-align:center;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.75);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.box-white:hover{
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.75);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn-blue{
	border-bottom:#fff 10px solid;
	color:#155091;
	font:26.5px JoannaMT;
	text-transform:capitalize;
	display:inline-block;
	text-align:center;
	width:100%;
	padding:10px 0;
		-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.box-white:hover .btn-blue{
	border-bottom:#155091 10px solid;
		-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.box-white:hover img{
	opacity:1;
		-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.box-white img{
	opacity:0.8;
		-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.footer{
	float:left;
	width:100%;
	background:url(../../images/footer-bg.png)  no-repeat;
	background-size:cover
}

.footer-part-one{
	float:left;
	width:100%;
	background:url(../../images/bg-blue-foo.png) repeat;
opacity: 0.9;
	padding:63px 0 35px
}


.footer-part-two{
	float:left;
	width:100%;
	background:url(../../images/bg-black-foo.png) repeat;
	/*border-top:1px solid #fff;*/
	color:#767676;
	padding:45px 0 16px;
}


.five-bg {
  float: right;
  width: 95%;
  text-align: right;
  margin-top: 14px;
  margin-right: 10px;
}


.five-bg a{
	display:inline-block;
	background:url(../../images/icon-5d.png) no-repeat;
	width:58px;
	height:33px;
}


.five-bg a:hover{
	background:url(../../images/icon-5d-h.png) no-repeat;
}










/*tab css*/

.tabs-menu {
    float: left;
	width:100%;
	border-bottom:3px #155091 solid
}

.tabs-menu li {
     padding-right: 70px;
	color:#677074;
	display:inline-block;
	font:30px Calibri;
	
}

.tabs-menu li a{
	color:#677074;
	padding-left:12px;
}

.tabs-menu li.current {
    position: relative;
    z-index: 5;
}

.tabs-menu li span{
    display: inline-block;
    height: 39px;
    position: relative;
    width: 39px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
		padding:10px;
	
}
.tabs-menu li span.lates-1{
background: url("../../images/latest-img-h.png") no-repeat scroll center center ;
}

.tabs-menu li.current span.lates-1 {
	background:#155091 url("../../images/latest-img.png") no-repeat scroll center center;
}

.tabs-menu li span.lates-2{
background: url("../../images/latest-img-2.png") no-repeat scroll center center;
}

.tabs-menu li.current span.lates-2 {
	background:#155091 url("../../images/latest-img-2-h.png") no-repeat scroll center center ;
}


.tabs-menu li.current a{
	color:#fff;
}



.tab {
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 26px 0 0;
    display: none;
	float:left;
	
}

#tab-1 {
 display: block;   
}


.links-tab{
	float:left;
	width:100%;
}

.links-tab li{
	float:left;
	font:14px Calibri;
	display:inline-block;
	list-style-type:none;
	width:100%;
	margin-bottom:15px;
	text-transform:capitalize
}

.links-tab li a{
	color:#fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.links-tab li a:hover{
	text-decoration:underline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.more-btn,.tribe-events-widget-link{
	float:left;
	width:100%;
	border-top:1px #155091 solid;
	padding-top:20px
}


.more-btn a,.tribe-events-widget-link a{
	font:12px Calibri;
	color:#9aa1a4;
	border:1px #155091 solid;
	display:inline-block;
	padding:10px 20px;
	border-radius:5px;
	text-transform:uppercase;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
        font-weight:normal !important
}

.more-btn a:hover,.tribe-events-widget-link a:hover{
	background:#155091;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.tribe-events-widget-link a{
   font-size:12px !important;
}

.fetched_tweets.light li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}


.tweet-h1 span{
  background:#155091 url("../../images/tweet-img.png") no-repeat scroll center center;
    display: inline-block;
    height: 39px;
    position: relative;
    width: 39px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
		padding:10px;
}

.tweet-h1 a{
	color:#fff;
	padding-left:12px;
	text-transform:capitalize;
	font:26px Calibri;
	display:inline-block;
	
}

.tweet-h1 {
    width: 100%;
	float:left;
	border-bottom:3px #155091 solid;
	  line-height: 45px;
}


.tweet-box{
	float:left;
	width:100%;
}


.tweet-box li{
	display:inline-block;
	width:100%;
	font:16px Calibri;
	list-style-type:none;
	color:#fff;
	padding: 25px 0;
}

.tweet-box li a{
	color:#9aa1a4;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.tweet-box li a:hover{
	color:#f9bf12;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.tweet-box li:nth-child(1){
	border-bottom:3px #155091 solid;
}


.calendr{
	float:left;
	width:100%;
}


.calendr li{
	display:inline-block;
	text-align:center;
	width: 28%;
    margin: 0 2%;
}

	
.cal-title{
	font:16px Calibri;
	color:#fff;
	display:inline-block;
	width:100%;
	float:left;
	margin-top:15px;
}

.vcalendar h4{
	font:16px Calibri;
	color:#fff;
	display:inline-block;
	width:100%;
	float:left;
	margin-bottom:15px;
        text-transform:capitalize;
        height:62px;
        overflow:hidden
}

.vcalendar h4 a{
   color:#fff;
}

.tweet_data{
  font-family:Calibri !important;
}


.full-date{
	display:inline-block;
	color:#677074;
	border:1px solid #677074;
	padding:2px 10px 0;
	text-transform:uppercase
}

.duration{
	display:inline-block;
	color:#677074;
	border:1px solid #677074;
	padding:2px 10px 0;
	text-transform:uppercase;
        font-weight:normal !important
}
.date-start.dtstart {
    display: block;
    text-transform: none !important;
}
.end-time.dtend {
    display: block;
}



.duration .month{
	font:16px Calibri;
}

.duration .date{
	font:30px Calibri;
}
.month{
	font:16px Calibri;
}

.date{
	font:30px Calibri;
}





.footer-links li {
	list-style-type:none;
	display:inline-block;
	font:14px Calibri;
	padding:0;
	text-decoration: none;
	text-transform:capitalize;
	width:100%
}
.footer-links li a {
	color: #8d9499;
	display: inline-block;
	text-decoration:none;
}
.footer-links li a i {
	margin-right: 10px;
}
.footer-links li a:after {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	width: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.footer-links li:hover a:after {
	border-color: #fff;
	width: 100%;
}
.footer-links li:hover a {
	color: #febe10;
	
}


.footer-logo {
    display: inline-block;
    vertical-align: top;
}

.footer address {
    display: inline-block;
    padding-left: 30px;
}


ul.footer-links {
  display: inline-block;
  width: 28%;
  vertical-align: top;
  border-left: 1px #8d9499 solid;
  padding-left: 15px;
}



.donate-btn {
	font:16px JannaMT;
	border-left: 1px #8d9499 solid;
	display:inline-block;
	  padding: 15px 12px;
       text-transform:uppercase
}

.donate-btn a{
	color:#8d9499;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.donate-btn a:hover{
	color:#febe10;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.social-icon{
	float:right;
}

.social-icon li{
	display:inline-block;
	padding-right:10px;
}


.social-icon li a{
	

	display:inline-block;
	text-align:center;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}


.social-icon li a i {
  font-size: 26px;
  color: #1b1c1f;
  line-height: 40px;
  font-weight:bold;

}

.social-icon li a:hover {

		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}




.menu-top {
  float: right;
  position: relative;
  z-index: 99;
  width:100%;
  background:url(../../images/menu-top-line.png) top right no-repeat;
    margin-top: 12px;
}

.logo{
	position:absolute;
}









/*.internal-banner {
  float: left;
  width: 100%;
  margin-top: -137px;
}*/
.internal-banner {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    height: 132px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center;
}

.internal-banner img{
	width:100%;
        margin-left: 0;
        height:100%;
}









.btn-class{
	float:left;
	width:100%;
}


.btn-class a{
	font:12px Calibri;
	color:#9aa1a4;
	border:1px #155091 solid;
	display:inline-block;
	padding:10px 20px;
	border-radius:5px;
	text-transform:uppercase;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn-class a:hover{
	background:#155091;
		-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}



.internal-page{
	float:left;
	width:100%;
	background:#fff;
	padding:10px 0 50px;
}
.wp-pagenavi {
  
  text-align: center !important;
 
}

.testimunial {
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 18px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.testimunial a{
	font-family:Calibri-bold
}


.right-side{
	float:left;
	width:100%;

}
.right-side ul li {
  margin-left: 40px;
}


.left-menu{
	float:left;
	width:100%;
	margin: 10px 0 25px;
}
.left-menu li{
 display:inline-block;
 width:100%
}


.left-menu li a{
 display:inline-block;
border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding:10px 0 10px 4%;
  font-size: 18px;
  text-decoration: none;
   color: #0d1b35;
  font-weight: 400;
  width:96%;
  position:relative
    
}

.left-menu li a:hover,.left-menu li.current-menu-item > a{
  background:#155091;
  color:#fff
}

/*.left-menu li a:hover,.left-menu li.current-menu-item a,.left-menu li.current_page_ancestor a{
  background:#155091;
  color:#fff
}*/

.left-menu li a{
	 color: #0d1b35;
}


/*.left-menu li.menu-item-has-children::after {
    color: #000;
    content: "\f067";
    float: right;
    font-family: "FontAwesome";
    font-size: 12px;
    margin-top: 3px;
    position:absolute;
    right:15px;
    top:7px;

}

.left-menu li.menu-item-has-children.open::after {
    color: #000;
    content: "\f068";
    float: right;
    font-family: "FontAwesome";
    font-size: 12px;
    margin-top: 3px;
    position:absolute;
    right:15px;
    top:7px;

}
*/

.left-menu li ul.sub-menu {
  background:#efefef;
  /*position: absolute;
  top: 40px;
  left: 0;*/
  z-index: 9;
  width: 100%;
  display:none;
}

.left-menu li.current-menu-item > ul.sub-menu{
  display:block;
}



.left-menu li ul.sub-menu li::after {
    content: "";
    background: #fff none repeat scroll 0 0;
}

.left-menu li ul.sub-menu a,.left-menu li.menu-item-has-children ul.sub-menu > a  {
  color: #0d1b35 !important;
  background:#efefef;
  padding: 10px 5% 10px 5%;
  width: 90%;
}

.left-menu li ul.sub-menu a:hover,.left-menu li.current_page_ancestor .sub-menu li.current-menu-item > a{
  background:#155091 !important;
  color:#fff !important;
}


/*.left-menu li ul.sub-menu li ul.sub-menu {
    display: none;
}


.left-menu li.current-menu-item ul.sub-menu li ul.sub-menu {
    display: block;
}



.left-menu li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
}


.left-menu li.current-menu-item > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu{
    display: block;
}*/




.calendr li {
  vertical-align: top;}

.other-link{
	float:left;
	width:100%;
	
}
.other-link li {
    color: #333437;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 85%;
}

.other-link li a{
	 color: #333437;
}


.other-link li:hover a{
	 color: #155091;
}






















.latest-menu {
    float: left;
	width:100%;
	border-bottom:3px #155091 solid
}

.latest-menu li {
	color:#677074;
	display:inline-block;
	font:30px Calibri;
	width:100%
	
}

.latest-menu li a{
	color:#fff;
	padding-left:12px;
}


.latest-menu li span{
    display: inline-block;
    height: 39px;
    position: relative;
    width: 39px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
		padding:10px;
	
}
.latest-menu li span.lates-1{
background:#155091 url("../../images/latest-img.png") no-repeat scroll center center ;
}


.latest-menu li span.lates-2 {
	background:#155091 url("../../images/latest-img-2-h.png") no-repeat scroll center center ;
}


.latest-cont {
  float: left;
  width: 100%;
  margin: 18px 0;
}

.cal-div {
  float: left;
  margin-top: 20px;
  border-bottom: 1px solid #155091;
  margin-bottom: 15px;
}

.slidediv2 {
  float: left;
  width:100%;
  margin-top:-130px
}




.tw{
	width:39px;
	height:38px;
	background:url(../../images/tw-icon.png) no-repeat
}

.tw:hover{
	width:39px;
	height:38px;
	background:url(../../images/tw-icon-h.png) no-repeat
}




.you{
	width:39px;
	height:38px;
	background:url(../../images/you-icon.png) no-repeat
}

.you:hover{
	width:39px;
	height:38px;
	background:url(../../images/you-icon-h.png) no-repeat
}



.fb{
	width:39px;
	height:38px;
	background:url(../../images/fb-icon.png) no-repeat
}

.fb:hover{
	width:39px;
	height:38px;
	background:url(../../images/fb-icon-h.png) no-repeat
}


.ins{
	width:39px;
	height:38px;
	background:url(../../images/ins-icon.png) no-repeat
}

.ins:hover{
	width:39px;
	height:38px;
	background:url(../../images/ins-icon-h.png) no-repeat
}


.footer address a{
  color:#767676;
}

.footer address a:hover{
  color:#fff;
}


.blog-page{
	float:left;
	width:100%;
	margin-top:25px
}

.blog-img{
	float:left;
	width:20%;
}


.blog-text{
	float:left;
	width:78%;
	margin-left:2%;
}

.blog-page h1  {
    font-size: 42px;
}
.blog-page h1:hover  {
color:#155091;
}

.blog-page h1 a:hover{
    color:#155091
}

.blog-page h1 {
    color: #000;
}


.flex-next{
	width:46px !important;
	height:100% !important;
	 position: absolute;
	 right:60px !important;
    top: 10px !important;
	color:transparent !important;
	background: url(../../images/next-arrow.png) center center no-repeat !important;
       opacity:1 !important
}
.flex-next:hover {
	background: url(../../images/next-arrow-h.png) center center no-repeat !important;
}	



.flex-prev{
	width:46px !important;
	height:100% !important;
	 position: absolute;
	 left:60px !important;
    top: 10px !important;
	color:transparent !important;
	background: url(../../images/prev-arrow.png) center center no-repeat !important;
       opacity:1 !important
}

.flex-prev:hover {
	background: url(../../images/prev-arrow-h.png) center center no-repeat !important;
}	




.metaslider .caption-wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
opacity: 1 !important;
}

.metaslider .caption {
    margin-bottom: 50px;
}



aside#tribe-events-list-widget-2 p {
  font: 14px Calibri !important;
}

.tweet_data {
  font-size: 14px;
}


@media(max-width:1200px) {

#cssmenu ul li a {
  padding: 17px 20px !important;
  font-size:20px !important;
}

#cssmenu ul ul li a, #cssmenu ul ul li:nth-child(1) a {
  font-size: 13px !important;
  padding: 3px 20px !important;
}

.menu-second ul li {
  padding: 25px 25px;
}

.slidetext {
  top: 55% !important;
}
.post-area ul li {
  margin-left: 32px;
}
.btn-blue {
  font: 20.5px JoannaMT;
}

.tabs-menu li {
  padding-right: 30px;
    font: 26px Calibri;
}


.tweet-box li {
  font: 12px Calibri;
  padding: 19px 0;
}

.footer address {
  padding-left: 0;
  width: 50%;
  float: right;
}
.footer-logo {
  width: 45%;
}

ul.footer-links {
  width: 27%;
  padding-left: 13px;
}

.footer-links li {
  font: 12px Calibri;
}

.menu-top {
  background-size: 70%;
}



}

aside#tribe-events-list-widget-2 p {
  color: #fff !important;
  font: 14px Calibri !important;
}

.links-tab li {
  font: 14px Calibri;
  margin-bottom: 8px;
}
.tweet_data {
  font-size: 14px;
}

form.search-form {
    float: left;
    width: 100%;
}

form.search-form label {
    display: inline-block;
}

form.search-form input[type="text"],form.search-form input[type="search"] {
    border: 1px solid #ccc;
    padding: 0 6px;
    height: 30px;
    margin: 0 10px;
}

input.search-submit.screen-reader-text {
    border: 1px #155091 solid;
    background: none;
    border-radius: 6px;
    font: 12px Calibri;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #9aa1a4;
    -webkit-transition: all 0.3s ease-out;
 -moz-transition: all 0.3s ease-out;
 -ms-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}

input.search-submit.screen-reader-text:hover {
    background: #155091;
    color: #fff;
     -webkit-transition: all 0.3s ease-out;
 -moz-transition: all 0.3s ease-out;
 -ms-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}


.staffer-staff-header, .staff-content {
    margin: 0 !important;
}

/*.staffer-archive-list li:nth-child(3n+1) {
    margin-left: 0;
}*/

.staff-content p {
    line-height: 24px;
    margin-bottom: 20px;
}
.staff-content img {
    border: 1px solid #e1e1e1;
    margin:15px 30px 10px 0;
    padding: 5px;
}
.staffer-staff-social-links i {
    padding: 0 !important;
    text-align: left !important;
}
.staffer-staff-social-links span {
    display: block;
}






.breadcrumb a:hover,.breadcrumb span:hover{
   text-decoration:underline;
}






.about h2 {
 display: inline-block;
 width: 100%;
 font-size: 32px;
 line-height: 30px;
 color: #0d1b35;
 font-weight: normal;
 text-transform: none;
 margin: 0 0;
 padding: 0 0;
 font-family: 'Calibri';
}
.staffer-archive-page-title {
  font-size: 34px;
  margin: 0 0 30px 0;
  color: #254c90;
}
.staffer-image img {
  float: left;
  margin: 3px 20px 10px 0;
  padding: 3px;
  border: solid 1px #ececec;
  width: 149px;
}
.staffer-archive-list li {
  margin-bottom: 30px !important;
  margin-left: 3%;
  margin-right: 0 !important;
  margin-top: 0 !important;
  vertical-align: top;
  width: 46%;
}
.readbio {
 display:inline-block;
 padding:4px 10px;
 font-size:14px;
 color:#254c90;
 border:solid 1px #254c90;
}
.staffer-archive-list li:nth-child(2n+1) {
  margin-left: 0;
}
.staffer-content p {
 font-size:14px;
 color:#2b2b2b;
 line-height:20px;
 margin:0 0 10px 0;
}
.staffer-content h3 {
 font-size:20px;
 color:#2b2b2b;
 margin:0 0 5px 0;
}
.list {
}
.list ul {
 margin:0px;
 padding:0px;
}
.list ul li {
 display:block;
 margin:0 0 5px 0;
}

.staff-content h4 {
 font: 14px Calibri-bold;
 color: #155091;
 margin: 6px 0;
 padding: 0;
 text-transform: uppercase;
}
.staff-content {
  margin: 0 !important;
  float: left;
  width: 44%;
}
.staffer-archive-list .staff-content p {
  float: left;
  margin: 4px 0 !important;
  width: 100%;
line-height:20px;
}



.staffright {
    float: right;
}
.evr {
    display: block;
    font-weight: bold;
    margin-left: 32px;
    padding-top: 15px;
}
.evr span {
    display: block;
}
.social-btn {
    float: left;
    margin-top: 8px;
    width: 100%;
}
.staffright .alignright {
    border: 1px solid #ccc;
    padding: 6px;
    margin: 4px 0 20px 30px;
}


.single.staff-content > ul {
    margin-bottom: 10px;
    margin-left: -21px;
    margin-top: 10px;
}

.single.staff-content > h2 {
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;

}

.staff-content h4 {
    font: 14px Calibri;
    margin: 20px 0 6px;
}
.evr {
    font-weight: normal;
}
.staffer-staff-title {
    font-weight: normal;
}
.menu-second .sub-menu {
    display: none;
}
.menu-second li.menu-item-has-children:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.other-link .sub-menu {
    display: none;
}

.other-link li.menu-item-has-children:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}




#tribe-events-content .tribe-events-tooltip h4 {
    height: auto;
}
.tribe-events-tooltip .duration {
    border: medium none;
}
ul.calendr p {
  color: #fff;
}






.gform_body input[type="text"] {
    border: 1px solid #ccc;
    height: 30px;
    width: 100% !important;
}

.gform_body label {
    font-weight: normal !important;
    font-size: 16px;
    color: #4d4d4d !important;
    margin: 0 !important;
    padding: 0;
}

.gform_body select {
    width: 100% !important;
    border: 1px solid #ccc;
    height: 40px;
}

.gform_wrapper ul li.gfield {
    margin-bottom: 22px;
    width: 70%;
}

#gform_wrapper_1 li#field_1_42 label:nth-child(1),#gform_wrapper_1 #field_1_8 label:nth-child(1),#gform_wrapper_1 #field_1_9  label:nth-child(1),#gform_wrapper_1 #field_1_13 label:nth-child(1) ,#gform_wrapper_1 #field_1_26 label:nth-child(1),#gform_wrapper_1 #field_1_36 label:nth-child(1),#gform_wrapper_1 #field_1_43 label:nth-child(1){
    font-size: 20px;
}


#gform_wrapper_1 #field_1_9 input, #gform_wrapper_1 #field_1_13 input,#gform_wrapper_1 #field_1_19  input,#gform_wrapper_1 #field_1_26 input,#gform_wrapper_1 #field_1_27 input,#gform_wrapper_1 #field_1_36 input{
 display:none;
}

#gform_wrapper_1 #field_1_19 label:nth-child(1),#gform_wrapper_1 #field_1_27 label:nth-child(1){
  color:#155091;
}



#cssmenu .dl-back {
    display: none;
}


#dl-menu .menu-item-has-children:hover {
    background: none;
}



a.mm-subopen {
    background: url(../../images/sub-arrow.png) center center no-repeat;
}

.menudesc {
    display: none;
}



/*strong {
    font-family: Calibri-bold;
    font-weight: normal;
}*/

.wpb_single_image img{
  width:100%;
}

.status-publish strong {
    font-family: JoannaMT;
    font-weight: normal !important;
}


p.navrechts a {
    background: #155091;
    padding: 2px 5px;
    font: 16px Calibri;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

p.navrechts a.selected,p.navrechts a:hover {
    background: #8594b2;
}









.left-menu li ul ul li a {
    padding-left: 10% !Important;
    width: 80% !important;
    padding-right: 10% !important;
    background:#fff !important
}

.left-menu li ul ul ul li a {
    padding-left: 12% !important;
    padding-right: 12% !important;
    width: 76% !important;
}




ul.dark li.tweets_avatar {
    background: none !important;
    border: none !important;
}

ul.fetched_tweets.dark li.tweets_avatar .times a, ul.dark li.tweets_avatar .wdtf-screen-name a, ul.dark li.tweets_avatar .stats a {
    color: #fff !important;
}

.tweet-box .fetched_tweets.dark .tweets_avatar .tweet_data a {
    color: #fff !important;
}

.none-div {
    display: none;
}


.single.staff-content ul {
    margin: 10px 0 5px 18px;
}


/*
.breadcrumbs .trail-browse {
    width: inherit;
    padding-right: 10px;
}
*/
#cssmenu .hide_menu {
    display: none;
}


.show_info {
    border-top: none !important;
}

.show_info a {
    color: rgba(255, 255, 255, 0.6) !important;
    cursor: default;
}

.show_info:hover {
    background: none !important;
}

.wp-caption {
    background: #1A518E;
    font-size: 90%;
    color: #ffffff;
    padding: 5px 5px 40px;
    border-radius:10px;
    width: 175px;
    text-align: center;
}

.wp-caption img{
    width:100%; 
}

.wp-caption figcaption.wp-caption-text {
    background: #fff;
    color: #000;
    padding: 5px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}

.blog-page .share {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.tribe-event-duration {
    color: #fff;
}

h4.tribe-event-title a {
    color: #fff;
  
}