@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:#2d5591;
	text-decoration:none;
	transition: all .3s ease-in-out;
	font-weight: 600;
}
a:hover {
	color:#3495ff !important;
}
input {
	outline:none;
	border:none;
}
.container .vc_row.why-criswell {
	text-align: center !important;
}
.container .vc_row.why-criswell .why-criswell-boxes {
	text-align: left !important;
}
.why-criswell .why-criswell-boxes .wpb_wrapper {
	margin-top: 20px;
}
.why-criswell .center-line:after {
	display: none;
}
.why-criswell .center-line:before {
	top: 120px;
	height: 120px;
}
body {
	margin:0;
	padding:0;
	color:#484848;
	font:20px/1.7 Raleway;
	letter-spacing: 0.15px
}
h1 {
	display:inline-block;
	width:100%;
	font-size:60px;
	line-height:1.25;
	color:#2d5591;
	text-transform:none;
	margin:0 0;
	padding:0 0;
	font-weight:bold;
}
body .breadcrumb {
	padding: 0px 0 5px;
	margin-bottom: 50px;
}
body .breadcrumb .breadcrumbs {
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 5px;
}
body .breadcrumb-2 .breadcrumbs {
	border-bottom: none;
	margin-bottom: 0;
}
.breadcrumb-2 {
    display: block !important;
    max-width: calc(100% - 80px);
    box-sizing: border-box;
}
.breadcrumb .trail-browse {
	display: none;
}
.breadcrumb .trail-items,
.breadcrumb .trail-items li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-indent: 0;
}
.breadcrumb a:hover {
   text-decoration:underline;
}
.breadcrumb .trail-items .trail-item span {
	font-size: 17px;
	color: #2d5591;
	text-transform: none;
	font-family: "Pragati Narrow" !important;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.06;
	letter-spacing: 0.16px;
}
.breadcrumb .trail-items {
	list-style: none;
}
.breadcrumb .trail-items .trail-end span {
	cursor: auto;
	font-weight: bold;
}
.breadcrumb .trail-items .trail-end span:hover {
	text-decoration: none;
}

.trail-items li::after {
	content: ":";
	padding: 0 0.3em;
}

.trail-items li:last-of-type::after {
	display: none;
}
/*h2 {
	font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: -0.27px;
	text-align: left;
	color: #155091;
}*/
h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.6px;
	text-align: left;
	color: #2d5591;
	border-bottom: 5px solid #f0be32;
}
h2.pragati {
	font-family: "Pragati Narrow" !important;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: 1.4px;
	text-align: left;
	color: #ffffff;
}
h3 {
	font-family: "Pragati Narrow" !important;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: 0.75px;
	text-align: left;
	color: #3495ff;
}
h4 {
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: left;
	color: #878787;
	text-transform: none !important;
}
h5 {
    font-family: "Pragati Narrow" !important;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.7px;
    text-align: left;
    color: #535353;
}
ul, ol {
	margin:0;
	padding:0;
}
.alignright {
	float:right;
	margin:4px 0 0 10px;
}
.alignleft {
	float:left;
	margin:3px 30px 10px 0
}
.aligncenter {
	text-align: center;
}
.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;
}
.no-styles,
.no-styles * {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.pragati {
	font-family: "Pragati Narrow" !important;
}
.force-right {
    order: 2 !important;
    float: right !important;
    z-index: 0 !important;
}
.no-br br {display: none}
.top-bar {
	float:left;
	width:100%;
	padding-top:10px;
	position:relative;
	z-index:999;
/*-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

}
.top-bar .logo img {
	width: 86%;
}
.one-bar-top {
	float:left;
	width:100%;
}
.top-menu {
	float:right;
}
.top-menu li {
	display:inline-block;
	padding: 10px 10px 0;
	font-family: "Pragati Narrow";
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.4px;
	text-align: left;
	color: #888f91;
	text-transform: uppercase;
}
.top-menu li a {
	color:#888f91
}
.top-menu li.menu-give a {
    border-radius: 15px;
    border: solid 0.5px #3495ff;
    font-family: Lato;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: normal;
    text-align: center;
    color: #3495ff;
    display: block;
    padding: .3rem 1.2rem;
    text-transform: none;
}
.top-menu li.menu-mycriswell {
	margin-left: -10px !important;
}
.top-menu li.menu-mycriswell a {
    border-radius: 15px;
    background: #3495ff;
    border: solid 0.5px #fff;
    font-family: Lato;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
    padding: .3rem 1.2rem;
    text-transform: none;
}

.top-menu li a:hover {
	color:#000
}
.top-menu li.menu-give a:hover {
	color:#fff !important;
	background: #3495ff;
}
.top-menu li.menu-mycriswell a:hover {
	color:#3495ff;
	background: #fff;
	border-color: #3495ff;
}
.form-top {
	float:right;
	margin:10px 0 10px 10px;
	width: 100%;
}
nav#tray input[type="text"],nav#tray input[type="search"],
nav#menu input[type="text"],nav#menu input[type="search"],
.form-top input[type="text"],.form-top input[type="search"] {
	background:#f1f1ef url(../../images/search-top.png) right center no-repeat;
	background-position: 95% center;
	width:calc(100% - 22px);
	text-transform:uppercase;
	color:#333437;
	font:14px Calibri;
	border:none;
	border-radius:5px;
	padding:0 10px;
	height:30px;
	margin-top:3px;
	border: 1px solid #2d5591;
}
nav#tray input[type="submit"], nav#tray input[type="button"],
nav#menu input[type="submit"], nav#menu input[type="button"],
.form-top input[type="submit"], .form-top input[type="button"] {
	display:none;
}
 nav#tray input[type="text"]::-webkit-input-placeholder,
 nav#menu input[type="text"]::-webkit-input-placeholder,
 .form-top input[type="text"]::-webkit-input-placeholder {
 color: #333437;
}
 nav#tray input[type="text"]:-moz-placeholder,
 nav#menu input[type="text"]:-moz-placeholder,
 .form-top input[type="text"]:-moz-placeholder { /* Firefox 18- */
 color: #333437;
}
nav#tray input[type="text"]::-moz-placeholder,
nav#menu input[type="text"]::-moz-placeholder,
 .form-top input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
 color: #333437;
}
 nav#tray input[type="text"]:-ms-input-placeholder,
 nav#menu input[type="text"]:-ms-input-placeholder,
 .form-top input[type="text"]:-ms-input-placeholder {
 color: #333437;
}
 nav#tray input[type="text"],
 nav#menu input[type="text"],
 .form-top input[type="text"] {
 	border: 1px solid #2d5591;
 	width: 100%;
 }
.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:39%;
	z-index:99
}
.fixed-right-links li {
	display:block;
	color:#fff;
	font:16px 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;
}

.container .entry-content .blue-btn a {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.81px;
    text-align: center;
    border-radius: 15px;
    padding: 10px 3vw;
	border-width: 1px;
}
.container .entry-content .blue-btn a:hover {
	color: #fff !important;
}

.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 15px;
}

.container a.vc_btn3.btn-blue,
.container .vc_row .btn-blue a.vc_btn3 {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.81px;
    text-align: center;
    color: #3495ff;
    transition: all 0.3s ease-out;
    padding: .5rem 2rem;
}
.container a.vc_btn3.btn-blue:hover,
.container .vc_row .btn-blue.active a.vc_btn3,
.container .vc_row .btn-blue a.vc_btn3:hover {
    color: #fff !important;
    background: #3495ff;
    border-color: #3495ff;
}

.box-white:hover .btn-blue{
	border-bottom:#2d5591 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;
}
.container .vc_row .btn-yellow-outline a.vc_btn3,
.vc_btn3.btn-yellow-outline {
	border: 1px solid #f0be32;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.81px;
	text-align: center;
	color: #f0be32;
	padding: .5rem 1rem !important;
}
.container .vc_row .btn-yellow-outline.active a.vc_btn3,
.container .vc_row .btn-yellow-outline a.vc_btn3:hover,
.vc_btn3.btn-yellow-outline:hover {
	background: #f0be32;
	color: #fff !important;
	border-width: 1px;
}
.container .vc_row .btn-white-outline a.vc_btn3,
.vc_btn3.btn-white-outline {
	background: transparent;
	border: 1px solid #fff;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.81px;
	text-align: center;
	color: #fff;
	padding: .5rem 2rem !important;
}
.container .vc_row .btn-white-outline.active a.vc_btn3,
.container .vc_row .btn-white-outline a.vc_btn3:hover,
.vc_btn3.btn-white-outline:hover {
	background: #f0be32;
	border-color: #fff;
	color: #fff !important;
	border-width: 1px;
}
.container .vc_row .btn-blue-outline a.vc_btn3,
.container .vc_row .btn-blue-outline button,
.vc_btn3.btn-blue-outline {
	background: transparent;
	border: 1px solid #3495ff;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.81px;
	text-align: center;
	color: #3495ff;
	padding: .5rem 2rem !important;
}
.container .vc_row .btn-blue-outline.active a.vc_btn3,
.container .vc_row .btn-blue-outline a.vc_btn3:hover,
.container .vc_row .btn-blue-outline button:hover,
.vc_btn3.btn-blue-outline:hover {
	background: #3495ff;
	border-color: #3495ff;
	color: #fff !important;
	border-width: 1px;
}
.container .vc_row a.vc_btn3.btn-wide,
.container .vc_row .btn-wide a.vc_btn3,
.container .vc_row .btn-wide button {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    min-width: 300px;
}
.container .entry-content .vc_custom_heading.section-title {
	font-family: Raleway;
	font-size: 55px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: -0.33px;
	text-align: left;
	color: #2d5591;
}
.container .entry-content .section-text {
	font-family: "Pragati Narrow";
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #2d5591;
}
.container .entry-content .image-caption {
	color: #484848;
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: 0.28px;
}
.container .entry-content .image-caption .wpb_wrapper {
	margin-top: 0;
}
.container .entry-content .video-image {
	position: relative;
}
.container .entry-content .video-image .vc_single_image-wrapper:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f04b";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    padding: 3rem;
    font-size: 5rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #f0be32;
	top: calc(50% - 90px);
    left: calc(50% - 90px);
}
.container .entry-content .video-image img {
	opacity: .7;
	transition: all .3s ease-in-out;
}
.container .entry-content .video-image .vc_single_image-wrapper:hover img {
	opacity: 1;
}
.expandable ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.expandable ul li {
	position: relative;
}
.expandable ul li:before {
	content: "\f067";
	position: absolute;
	left: -25px;
	font: normal normal normal 14px/1 FontAwesome;
	top: 10px;
}
.container .entry-content .vc_tta-panels .wpb_wrapper {
	margin-top: 0;
}
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title>a {
	font-family: Raleway;
	padding-left: 20px !important;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.95;
	letter-spacing: normal;
	text-align: left;
	color: rgba(72, 72, 72, 0.87);
	transition: all .3s ease-in-out;
	text-transform: none;
}
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title>a span {
	transition: all .3s ease-in-out;
}
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title>a i {
	display: none;
}
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-title>a span,
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title>a:hover span {
	color: #2d5591;
}
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title>a:after {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f138";
    color: #2d5591;
    font-size: 2rem;
    float: right;
	position: relative;
	top: -5px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: transparent !important;
	background: none;
	border: none;
	border-bottom: 1px solid #dfdfe0;
}
.wpb-js-composer .container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:last-child {
	border-bottom: none !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	background-color: #ffffff;
}
.container blockquote,
.container .blockquote {
	background-color: rgba(52, 149, 255,.2);
	position: relative;
	padding: 2rem;
}
.container .blockquote {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.container blockquote:before,
.container .blockquote:before {
	content: '“' !important;
	font-family: "Pragati Narrow";
	font-size: 160px;
	position: absolute;
	top: -107px;
	left: -21px;
	color: #2d5591;
}
.container blockquote:after,
.container .blockquote:after {
	content: '“' !important;
	font-family: "Pragati Narrow";
	font-size: 160px;
	position: absolute;
	bottom: -107px;
	right: -21px;
	color: #2d5591;
	transform: rotate(180deg);
}
.container blockquote p,
.container .blockquote p {
	font-family: Raleway;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #2d5591;
}
.container blockquote footer,
.container .blockquote footer {
	color: #3495ff;
	font-family: "Pragati Narrow";
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.06;
	letter-spacing: 0.4px;
	text-align: left;
}
.container .blockquote .wpb_wrapper {
	margin-top: 0 !important;
}
.container .arrow-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.container .arrow-links ul li {
	margin: 0;
	padding: 0 0 15px;
}
.container .arrow-links ul li:after {
	content: "\f138";
	font: normal normal normal 14px/1 FontAwesome;
	color: #3495ff;
	font-size: 1.6rem;
	margin-left: 12px;
	position: relative;
	top: 2px;
}

.footer{
	float:left;
	width:100%;
	background: url(../../images/footer_bg.png), linear-gradient(to bottom, rgba(45, 85, 145, 0), #172b49);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #2961b5;
	box-sizing: border-box;
}

.footer .container {
	width: auto;
	max-width: 1260px;
}

.footer-part-one{
	float:left;
	width:100%;
	padding: 101px 0 101px;
	color: #fff;
}

.footer-part-one .span7 h2 {
	font-size: 80px;
	line-height: 1.13;
	letter-spacing: 2px;
	font-family: Raleway;
	color: #fff;
	font-weight: 300;
	margin-top: 0;
	border: none;
}

ul#menu-footer-right-menu, ul#menu-footer-right-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-footer-right-menu li a {
	font-family: Raleway;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 3;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	color: #f0be32;
}

ul#menu-footer-right-menu li a:hover {
	color: #fff !important;
}

ul#menu-footer-right-menu li a:after {
	content: "\f138";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2.5rem;
	position: relative;
	bottom: -6px;
	margin-left: 14px;
}

.footer-part-two{
	float:left;
	width:100%;
	background: none;
	/*background:url(../../images/bg-black-foo.png) repeat;*/
	/*border-top:1px solid #fff;*/
	color:#fff;
	padding: 10px 0 55px;
}

.non-discrimination {
	background-color: #1b2c46;
	color:#ffffff;
	padding:40px 40px;
	float:left;
}

.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;
}

/*card css*/
.card-large {
    position: relative;
    min-height: 440px;
    background-position: center left !important;
}
.card-medium {
    position: relative;
    min-height: 200px;
    background-color: rgba(52, 149, 255,.2);
    padding: 1rem 2rem;
    transition: all .3s ease-in-out;
}
.card-third {
    position: relative;
    min-height: 330px;
    background-color: rgba(52, 149, 255,.2);
    padding: 1rem 2rem;
}
.card-small:before,
.card-medium:before,
.card-third:before,
.card-large:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: all .3s ease-in-out;
}
.card-small:hover:before,
.card-third:hover:before
/*.card-large:hover:before*/ {
    background: #2d5591;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.card-medium:hover {
	background-color: #3495ff;
}
/*.card-large:hover .fa-stack {
    top: -150px;
}
.card-large:hover .card-title {
    position: relative;
    top: -200px;
}
.card-large:hover .card-body {
    display: none;
}
.card-large:hover .card-hover-body {
    opacity: 1;
    text-align: center;
    transform: scale(1);
}*/
.card-large .card-hover-body .stat-amount {
	font-family: Raleway;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.75;
	letter-spacing: normal;
	text-align: center;
	color: rgba(255, 255, 255, 0.87);
}
.card-large .card-hover-body .stat-text {
	font-family: Raleway;
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.33;
	letter-spacing: -0.18px;
	text-align: center;
	color: #449bfa;
}
.card-large .card-hover-body .button {
	float: left;
	margin-top: 30px;
}
.card-third h4,
.card-medium h4 {
	font-size: 28px;
	font-family: "Pragati Narrow";
	font-weight: bold;
	line-height: 1.18;
	letter-spacing: 0.7px;
	color: #2d5591;
}
.card-medium a {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	padding: 0 2rem;
}
.card-medium span {
	display: none;
	font-family: "Pragati Narrow";
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.06;
	letter-spacing: 0.4px;
	text-align: left;
	color: #ffffff;
	position: absolute;
	bottom: 2rem;
}
.card-medium span:hover {
	color: #2d5591 !important;
}
.card-medium span:after {
	content: '\f054';
	margin-left: 12px;
	font: normal normal normal 14px/1 FontAwesome;
}
.card-medium:hover h4 {
	color: #fff;
}
.card-medium:hover span {
	display: block;
	color: #fff;
}
.card-small {
	position: relative;
    min-height: 240px;
    background-position: center center !important;
}
.card-small-group .wpb_wrapper,
.card-small-group .vc_column-inner {
	margin: 0;
}
.large-card-body, .small-card-body, .third-card-body {
	position: absolute;
	width: 100%;
	padding: 4rem 2.5rem;
	background-image: linear-gradient(to bottom, rgba(45, 85, 145, 0), #000000);
	color: #fff;
	bottom: 0;
	left: 0;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	box-sizing: border-box;
}
.third-card-body {
	padding: 2rem 2.5rem;
	display: none;
	opacity: 0;
	transition: all .3s ease-in-out;
	text-align: center;
}
.card-third:hover .third-card-body {
	display: block;
	opacity: 1;
}
.small-card-body {
	padding: 38% 2.5rem 2rem;
	display: block;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
}
.large-card-body .fa-stack {
	position: absolute;
    top: -30px;
    left: -5%;
    color: #f0be32;
    transition: all .5s ease-in-out;
}
.large-card-body .fa-stack .fa {
    color: #f0be32;
}
.card-body,
.card-hover-body {
	opacity: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 2rem 2.5rem;
	transition: all .5s ease-in-out;
	box-sizing: border-box;
}
.card-hover-body {
	transform: scale(.5);
}
.card-body {
	opacity: 1;
	padding: 3rem 2.5rem;
}
.large-card-body .card-title {
	position: relative;
	top: -75px;
	text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.5);
	font-family: Raleway;
	font-size: 45px !important;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.51;
	margin-bottom: 64px !important;
	padding-left: 3rem;
	color: #fff;
    transition: all .5s ease-in-out;
    border: 0;
}

.large-card-body .card-text {
	font-family: "Pragati Narrow";
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
}

.large-card-body .card-text a {
    color: #f0be32;
}

.third-card-body .card-title {
	text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.5);
	font-family: Raleway;
	font-size: 28px !important;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.96;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.small-card-body .card-title {
	margin: 10px 0;
	text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.5);
	font-family: Raleway;
	font-size: 24px !important;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.95;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.small-card-body .card-text {
	font-family: "Pragati Narrow";
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.third-card-body .card-text {
	font-family: Raleway;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.2px;
	text-align: center;
	color: #ffffff;
	padding-bottom: 20px;
}
.third-card-body .vc_btn3 {
	border-radius: 15px;
	margin-bottom: 20px;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.81px;
	text-align: center;
	color: #ffffff;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

/*alternating content*/
.wpb_text_column.wpb_content_element.alternating-content.content-left,
.wpb_text_column.wpb_content_element.alternating-content.content-right {
    position: relative;
}
.wpb_text_column.wpb_content_element.alternating-content.content-left {
	background-position: top right !important;
}
.alternating-content.content-right .wpb_wrapper {
	background-color: rgba(45, 85, 145, .9);
	color: #fff;
	padding: 1.2rem 4rem;
    max-width: 580px;
    box-sizing: border-box;
}
.alternating-content.content-left .wpb_wrapper {
	background-color: rgba(45, 85, 145, .9);
	color: #fff;
	padding: 1.2rem 4rem;
    max-width: 580px;
    box-sizing: border-box;
}
.alternating-content .wpb_wrapper h3 {
	font-family: Raleway;
	font-size: 31px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.77;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	border-bottom: none;
}
.alternating-content .wpb_wrapper h4 {
	font-family: "Pragati Narrow";
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	text-transform: none;
	margin-bottom: 25px;
}
.alternating-content .wpb_wrapper p {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.2px;
	text-align: left;
	color: #d8d8d8;
	margin-bottom: 25px;
}
.content-left .wpb_column:first-of-type {
    z-index: 1;
}

/*table css*/
table {
    border: solid 1px #e2e2e3;
}
table tr:nth-child(odd) {
    background-color: #f7f7f7;
}
table th {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    background-color: #f7f7f7;
    border-bottom: solid 1px #e2e2e3;
    padding: .8rem
}
table td {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    padding: .8rem;
    border-bottom: solid 1px #e2e2e3;
}
.vc_tta-panel-body table,
.vc_tta-panel-body table tr,
.vc_tta-panel-body table td {
	background: none;
	border: none;
	font-weight: normal;
}
/*tab css*/

.tabs-menu {
    float: left;
	width:100%;
	border-bottom:3px #2d5591 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:#2d5591 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:#2d5591 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 #2d5591 solid;
	padding-top:20px
}


.more-btn a,.tribe-events-widget-link a{
	font:12px Calibri;
	color:#9aa1a4;
	border:1px #2d5591 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:#2d5591;
		-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:#2d5591 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 #2d5591 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 #2d5591 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, .bottom-links {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bottom-links {
	margin: 75px auto 0;
	text-align: center;
}
.footer-links li {
	margin-bottom: 12px;
}
.footer-links li a {
	font-family: Raleway;
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: -0.13px;
	text-align: left;
	color: #eeeeee;
}

.footer-links li a:hover {
	color: #f0be32;
}

.bottom-links li {
	display: inline-block;
	padding-right: 45px;
}

.bottom-links li a {
	font-family: "Pragati Narrow";
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.9;
	letter-spacing: 2px;
	text-align: left;
	color: #eeeeee;
	text-transform: uppercase;
}

.footer-logo {
    display: block;
    vertical-align: top;
}

.footer address {
    display: block;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.13px;
    text-align: left;
    color: #eeeeee;
    margin-top: 10px;
    margin-left: 12px;
}

.footer h4 {
    font-family: "Pragati Narrow";
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: 1px;
    text-align: left;
    color: #eeeeee;
    font-size: 20px;
    margin-bottom: 30px;
	margin-top: 70px;
}

ul.footer-links {
	vertical-align: top;
}

.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;
}
nav#tray .social-icon,
nav#menu .social-icon {
	margin-top: 100px;
}
.social-icon li{
	display:inline-block;
	padding-right:15px;
}
nav#tray .social-icon li,
nav#menu .social-icon li {
	padding-right: 8px;
}
nav#tray .menu_close,
nav#menu .menu_close {
    font-family: "Pragati Narrow";
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.9px;
    text-align: left;
    color: #2d5591;
    text-align: right;
    display: block;
    padding-bottom: 50px;
    cursor: pointer;
}
nav#tray .menu_close span,
nav#menu .menu_close span {
    font-size: 20px;
    font-family: Raleway;
}

.social-icon li a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	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;

}
nav#tray .social-icon li a,
nav#menu .social-icon li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.social-icon li a i {
	color: #fff;
	position: relative;
	top: 2px;
	font-size: 1.2em;
}

.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%;
	margin-top: 12px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
	border-bottom: solid 1px #d8d8d8;
}

.logo{
	position:absolute;
	z-index: 100;
	width: 100%;
	max-width: 300px;
}

/*.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 #2d5591 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:#2d5591;
		-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: 0px 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 ol li,
.right-side ul li {
	margin-left: 40px;
}


.left-menu{
	float:left;
	width:100%;
	margin: 10px 0 25px;
}
.left-menu aside.widget {
	width: 320px;
	max-width: 100%;
}
.left-menu aside.shadow.widget,
.left-menu aside.widget.widget_nav_menu {
	box-shadow: 0 22.5px 30px 0 #d8d8d8;
	background-color: #ffffff;
	padding: 1rem 2rem;
	margin-bottom: 100px;
	max-width: 100%;
	box-sizing: border-box;
}
.left-menu aside.widget.widget_nav_menu .fa {
	display: none;
}
.entry-content .menu li.menu-item-has-children {
	position: relative;
}
.entry-content .menu li.menu-item-has-children i.fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
}
.left-menu h2 {
	font-family: "Pragati Narrow";
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 1.2px;
	text-align: left;
	text-transform: uppercase;
	color: #2d5591;
	margin-top: 0;
	position: relative;
}
.left-menu ul li{
	display:inline-block;
	width:100%;
	margin-left: 0;
}
.left-menu * p {
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.2px;
	text-align: left;
	color: #2d5591;
	margin: 20px 0;
}
.left-menu .widget_text .textwidget p:last-of-type {
	margin-bottom: 0;
}
.left-menu .read-more {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 3;
	letter-spacing: 1px;
	text-align: left;
	color: #3495ff;
}
.left-menu .read-more:after {
	content: "\f138";
	font: normal normal normal 14px/1 FontAwesome;
	color: #3495ff;
	font-size: 1.6rem;
	margin-left: 12px;
	position: relative;
	top: 2px;
}
.left-menu ul li a {
	padding: 0;
}
.left-menu li a {
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.06;
	letter-spacing: 0.2px;
	text-align: left;
	color: #2d5591;
}
/*.left-menu li.current-menu-item > a,*/
.left-menu li a:hover {
	color:#3495ff
}
.left-menu .fit-widget {
	margin-left: -2rem;
	width: calc(100% + 4rem);
	max-width: none;
	height: auto;
	max-height: none;
}
.left-menu li ul.sub-menu {
	z-index: 9;
	width: 100%;
	display:none;
	padding: 10px 0 10px 15px;
	position: relative;
}
.left-menu li ul.sub-menu li {
	line-height: 1;
	padding: .5rem 0;
}
.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: #3495ff !important;
	line-height: 1;
}
.left-menu li ul.sub-menu a:hover,.left-menu li.current_page_ancestor .sub-menu li.current-menu-item > a{
	color:#2d5591 !important;
}
.left-menu aside.widget h2.widget-title:before {
	content: '';
	background: #2d5591;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	font-size: 2.8rem;
	line-height: 2.8rem;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -46px;
}
.left-menu aside.widget h2.widget-title:after {
	content: "\f13a";
	font: normal normal normal 14px/1 FontAwesome;
	color: #f9bf12;
	border-radius: 50px;
	font-size: 2.4rem;
	line-height: 2.8rem;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: -6px;
	left: -48px;
}
.left-menu aside.widget h2.sub-title {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 1.2px;
	text-align: left;
	color: #3495ff;
	margin-top: 30px;
}
.left-menu aside.widget h2.sub-title:before {
	content: "\f138";
	font: normal normal normal 14px/1 FontAwesome;
	color: #3495ff;
	border-radius: 50px;
	font-size: 2.4rem;
	line-height: 2.8rem;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: -6px;
	left: -48px;
}
body.dojo-hide-title .left-menu .entry-title {
	display: block !important;
}
.left-menu span.duration.time {
	float: none;
	width: auto;
	height: auto;
	background: #3495ff;
	border-top: 5px solid #2d5591 !important;
	font-family: "Pragati Narrow";
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: left;
	color: #ffffff;
	padding: 0.2rem 2rem;
	margin: 0;
}
.left-menu h4.entry-title.summary {
	margin: 0;
}
.left-menu h4.entry-title.summary a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.2px;
	text-align: left;
	color: #2d5591;
	padding: 1rem 2rem 0;
}
.left-menu span.duration.venue {
	width: auto;
	display: block;
	font-size: 16px;
	font-weight: 500 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.2px;
	text-align: left;
	color: #2d5591;
	padding: 0 2rem;
}
.left-menu .ecs-event .event-permalink {
	margin-top: 2rem;
	margin-left: 2rem;
	display: inline-block;
}
.left-menu .ecs-event .event-permalink:hover,
.left-menu .ecs-event .event-permalink:hover:after {
	color: #2d5591 !important;
}
.left-menu .ecs-event .ecs-divider {
	background: #d8d8d8;
	height: 5px;
	margin-top: 1rem;
}

/*.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: #2d5591;
}






















.latest-menu {
    float: left;
	width:100%;
	border-bottom:3px #2d5591 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:#2d5591 url("../../images/latest-img.png") no-repeat scroll center center ;
}


.latest-menu li span.lates-2 {
	background:#2d5591 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 #2d5591;
  margin-bottom: 15px;
}

.slidediv2 {
  float: left;
  width:100%;
}

.slidediv2 .flex-direction-nav {
	display: none;
}



.tw a{
	background: #000;
	border-radius: 50px;
}

.tw:hover a{
	background: #f0be32;
}




.you a{
	background: #000;
	border-radius: 50px;
}

.you:hover a{
	background: #f0be32;
}



.fb a{
	background: #000;
	border-radius: 50px;
}

.fb:hover a{
	background: #f0be32;
}


.ins a{
	background: #000;
	border-radius: 50px;
}

.ins:hover a{
	background: #f0be32;
}


.footer address a{
  color:#767676;
}

.footer address a:hover{
  color:#fff;
}

.blog-page{
	float:left;
	width:100%;
	margin-top:75px
}

.blog-img{
	float:left;
	width:30%;
}


.blog-img + .blog-text{
	float:left;
	width:68%;
	margin-left:2%;
}

.blog-page h1  {
    font-size: 24px;
}
.blog-page h1:hover  {
color:#2d5591;
}

.blog-page h1 a:hover{
    color:#2d5591
}

.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;
}

.slidediv2 {
	margin-bottom: 40px;
	position: relative;
}
.slidediv2 .metaslider:after,
#academic_slider .metaslider:after {
    position: absolute;
    content: '';
    width: 90%;
    height: 150px;
    background: #787878;
    filter: blur(50px);
    bottom: -21px;
    left: 5%;
}
.offset-header {
	box-shadow: 0 30px 150px -50px #787878
}
.offset-header h2 {
	text-align: center !important;
	border-bottom: none;
	display: block;
}
body .metaslider .flexslider .slides li {
    right: 30px;
}
body .metaslider .flexslider .slides li a:not(.vc_btn3),
body .metaslider .flexslider .slides li img {
	position: relative;
	z-index: 1;
	display: block;
}
body .metaslider .flexslider .slides li .caption-wrap {
	z-index: 2;
}

body .slidediv2 .metaslider .flexslider .slides li:after {
	content: "" !important;
	display: block !important;
	background: #2d5591;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	right: -50px;
	top: 40px;
}

.slidediv2 .metaslider .caption-wrap {
	background: rgba(0, 0, 0, .5) none repeat scroll 0 0 !important;
	opacity: 1 !important;
	width: 55%;
	top: 33%;
	left: -80px;
	bottom: auto;
	padding: 1.75rem 2rem;
}

#academic_slider .metaslider .caption-wrap {
	background: rgba(0, 0, 0, .5) none repeat scroll 0 0 !important;
	opacity: 1 !important;
	width: 33%;
	top: 33%;
	left: -80px;
	bottom: auto;
	padding: 2.5rem .75rem;
}
.fullwidth-slider .metaslider .caption-wrap {
	max-width: 33%;
	position: absolute;
	left: 15%;
	bottom: -40px;
	padding: 2rem 3rem;
	background: rgba(27,28,29,.75);
	opacity: 1;
	text-align: center;
}
/*.fullwidth-slider .metaslider .caption-wrap .vc_btn3 {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.81px;
	text-align: center;
	color: #3495ff;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	display: inline-block;
}
.fullwidth-slider .metaslider .caption-wrap .vc_btn3:hover {
	color: #fff !important;
}*/
.explore-more {
	position: absolute;
	left: calc(100%/5 + -37px);
	transform: rotate(-90deg);
	bottom: 6.5%;
	font-family: "Pragati Narrow";
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1.9px;
	text-align: left;
	color: #f9bf12;
	font-size: 18px;
	cursor: pointer;
}
.explore-more i {
	bottom: -12px;
	position: relative;
	margin-right: 10px;
}
.explore-more:after {
    content: '';
    width: 0;
    width: 160px;
    border: dashed 1px #2d5591;
    position: absolute;
    top: 66%;
    right: 120%;
    z-index: 1;
}
.offset-header .explore-more {
    bottom: 80px !important;
    left: auto;
    right: calc(0% + 18px);
}
.offset-header.offset-yellow .explore-more i {
	color: #2d5591;
}
.offset-header .explore-more:after {
	width: 135px;
}
.offset-header.offset-header-right .explore-more {
    right: auto;
    left: -6px;
}
.offset-header.offset-header-right .explore-more:after {
	border-color: #f9bf12;
}

/*.metaslider .caption {
    margin-bottom: 50px;
}*/

/*.metaslider .caption-wrap .container {
	background: rgba(0,0,0,.5);
	padding: 3rem;
	position: absolute;
	top: 33%;
	left: -80px;
}*/

.metaslider .gold-text {
	font-family: "Pragati Narrow";
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 1.2px;
	text-align: left;
	color: #f0be32;
	text-transform: uppercase;
}
.slidediv2 .metaslider .hero-title {
	text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
	font-family: Raleway;
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
#academic_slider .metaslider .hero-title {
	text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
	font-family: Raleway;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin-bottom: 20px;
}
.fullwidth-slider .metaslider .hero-title {
	text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
	font-family: Raleway;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}

#academic_slider .metaslider .hero-text {
	font-family: "Pragati Narrow";
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.09;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.fullwidth-slider .metaslider .hero-text {
	font-family: "Pragati Narrow";
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.09;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding-bottom: 40px;
}
.static-hero {
    min-height: 513px;
    position: relative;
}
.static-hero .wpb_wrapper .container {
    position: absolute;
	background: rgba(0, 0, 0, .5) none repeat scroll 0 0 !important;
	opacity: 1 !important;
	display: inline-block;
    width: auto;
	bottom: 15%;
    top: auto;
	left: -80px;
	padding: 1rem 2.5rem;
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.span3 + .span9 .right-side .static-hero .wpb_wrapper .container {
	left: -35px;
}
.yellow-overlay {
    position: relative;
}
.yellow-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(240, 190, 50, .86);
	width: 100%;
}

#academic_slider .metaslider .flex-nav-prev {
	display: none;
}

#academic_slider .metaslider .flexslider .flex-direction-nav li a {
	background-color: rgba(0,0,0,.5) !important;
	margin: 0px !important;
	top: 0 !important;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	right: 30px !important;
}

aside#tribe-events-list-widget-2 p {
	font: 14px Calibri !important;
}

.tweet_data {
	font-size: 14px;
}

.vc_row[data-vc-full-width] {
	overflow: visible;
}
#story_container.vc_section{
	margin: 0 !important;
	padding: 0 !important;
}
.center-line,
#why_section,
#story_section,
#academic_section {
	overflow: visible;
	position: relative;
}
#academic_section .wpb_column.vc_column_container {
    float: right;
}
#academic_section:before {
	content: '';
	width: 0;
	height: 186px;
	border: dashed 1px #979797;
	position: absolute;
	top: -30px;
	right: 30%;
}
.center-line:after,
.center-line:before,
.story-section.large:before,
#story_section:before {
	content: '';
	width: 0;
	height: 95px;
	border: dashed 1px #2d5591;
	position: absolute;
	top: -60px;
	left: 47%;
	z-index: 2;
}
.center-line:before,
.story-section.large:before {
	top: -50px;
	left: 50%;
}
.center-line:after {
	top: 0;
	left: 50%;
	border-color: #fff;
}
#story_section:after {
	position: absolute;
	content: '';
	width: auto;
	height: 150px;
	background: #787878;
	filter: blur(50px);
	bottom: 7%;
	left: 15%;
	z-index: 0;
	min-width: 50%;
	margin: 0;
	right: 15%;
	max-width: 1260px;
}
.story-section {
    width: 1260px;
    max-width: 85%;
    height: 880px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
	background-position: center -60px;
	position: relative;
	background-size: cover;
	z-index: 1;
}
.story-section.large {
	width: 1235px;
	height: 885px;
}
body .story-section.large .metaslider .flexslider .slides li {
	right: 0;
}
.story-section .metaslider .caption-wrap {
    height: 100%;
    background: none;
    opacity: 1;
}
.story-section .story-container {
	position: absolute;
	top: 29%;
	left: -150px;
	padding: 3rem 3rem;
	border: solid 1px #979797;
	background-color: #3495ff;
	width: 30%;
	max-width: 100%;
}
.story-section .story-container .container {
	width: auto !important;
}
.story-section .story-container .story-text {
	font-family: "Pragati Narrow";
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.story-section .story-container .story-text blockquote {
	margin: 0;
	padding: 0;
	font-style: none;
}
.story-section .flex-direction-nav {
	position: absolute !important;
    right: -40px !important;
    bottom: 60px !important;
    width: 85px !important;
    height: 85px !important;
}
.story-section .story-button,
.story-section .metaslider .flexslider .flex-direction-nav li a {
	transition: all .3s ease-in-out !important;
    /*position: absolute !important;
    right: -40px !important;
    bottom: 60px !important;
    width: 85px !important;
    height: 85px !important;*/
    background-color: #000 !important;
    opacity: .5 !important;
    text-align: center !important;
    line-height: 89px !important;
    color: #fff !important;
    font-size: 3rem !important;
    font-weight: 400 !important;
	background-size: 25% 50% !important;
    width: 100% !important;
    position: relative !important;
    left: auto;
    right: auto !important;
    top: auto !important;
    bottom: auto;
}
.story-section .flex-nav-prev {
	display: none;
}
.story-section .story-button:hover,
.story-section .metaslider .flexslider .flex-direction-nav li a:hover {
	opacity: 1 !important;
}
.news-events-section {
	max-width: 1260px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.news-events-title {
	font-family: "Pragati Narrow";
	font-weight: bold;
}
.horizontal .news-events-title {
	display: block;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}
.recent-news ul.display-posts-listing,
.recent-news ul.display-posts-listing li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-news ul.display-posts-listing .title {
	display: block;
	font-family: Raleway;
	font-size: 36px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -0.21px;
	text-align: left;
	color: #2d5591;
	margin-bottom: 10px;
}
.recent-news ul.display-posts-listing .excerpt {
	font-family: Raleway;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: -0.12px;
	text-align: left;
	color: #2d5591;
}
.recent-news ul.display-posts-listing li {
	margin: 27px 0 0;
	padding-right: 100px;
}
.news-events-more {
	font-family: Raleway;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 3;
	letter-spacing: 1px;
	text-align: left;
	color: #2d5591;
}
.news-events-more i {
	position: relative;
	bottom: -5px;
	margin-left: 10px;
}
.right-side ul li.ecs-event {
    clear: both;
    overflow: hidden;
    list-style: none;
    padding: 0 0 35px 0;
    margin: 0;
}
.right-side .upcoming-events.horizontal {
	max-width: 900px;
	margin: 0 auto 50px;
}
.right-side .horizontal ul li.ecs-event {
	width: 33%;
	float: left;
	clear: none;
	box-sizing: border-box;
	padding: 0 25px 35px;
}
li.ecs-event:nth-child(2) .duration.time {
    background: #489fff;
    border-color: #489fff;
}
li.ecs-event:nth-child(3) .duration.time {
    background: #21c3ff;
    border-color: #21c3ff;
}
span.duration.time {
	display: block;
    width: 175px;
    height: 115px;
    float: left;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    margin-right: 30px;
    font-family: "Pragati Narrow";
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: left;
	color: #ffffff;
	background: #2d5591;
	margin-top: 18px;
}
.horizontal span.duration.time {
	float: none;
	clear: both;
}
span.duration.time .date-day {
    font-size: 41px;
    line-height: .7;
    letter-spacing: 2.05px;
    display: block;
}
div.ecs-wrapper {
	padding-left: 205px;
}
.horizontal div.ecs-wrapper {
	padding-left: 0;
}
.left-menu div.ecs-wrapper {
padding-left: 0;
}
h4.entry-title.summary {
	display: block;
    font-family: Raleway !important;
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.21px;
    text-align: left;
    text-transform: none;
    color: #2d5591;
	margin: 10px 0 20px
}
h4.entry-title.summary a {
	font-weight: 500;
}
span.duration.venue {
	display: block;
    border: none;
    padding: 0;
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: -0.12px;
    text-align: left;
    color: #2d5591;
}
.ecs-event .duration + a {
	clear: both;
	display: inline-block;
}

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;
}
.error404 form.search-form input[type="submit"] {
	width: auto !important;
	margin-left: 20px !important;
}
input.search-submit.screen-reader-text {
    border: 1px #2d5591 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: #2d5591;
    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;
}

.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: #2d5591;
 margin: 6px 0;
 padding: 0;
 text-transform: uppercase;
}
.staff-content {
  margin: 0 !important;
  float: left;
  width: calc(100% - 294px);
  padding-top: 15px;
}
.staff-content .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.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;
}
.staff-content h4 {
    font: 14px Calibri;
    margin: 20px 0 6px;
}
.evr {
    font-weight: normal;
}
.staffer-staff-title {
    font-weight: normal;
    margin-top: 0;
}
.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 settings*/
.container .gform_wrapper {
	margin-top: 0;
}
.gform_body input[type="text"] {
    border: 1px solid #dededf;
    border-radius: 5px;
    height: 30px;
    width: 100% !important;
}
.gform_body textarea {
    border: 1px solid #dededf;
    border-radius: 5px;
    width: 100% !important;
}

.gform_body label {
    font-size: 14px !important;
    color: #4d4d4d !important;
    margin: 0 !important;
    padding: 0;
}
.gform_body .gfield_checkbox label {
	font-weight: normal !important;
}

.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:#2d5591;
}

body .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] { display:none; } /* to hide the checkbox itself */
body .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}

body .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] + label:before {
	content:'\f00c';
	color: transparent;
	border: 1px solid #d4d4d5;
	letter-spacing: 10px;
    border: 1px solid #d4d4d5;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 17px;
} /* space between checkbox and label */

body .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked + label:before { color: #0c0c0c;border-color: #95c8da; } /* checked icon */



#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%;
}

p.navrechts a {
    background: #2d5591;
    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;
}

#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;
    max-width: 500px;
    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;

}
.excerpt-more {
	display: none;
}
.contact-row {
	margin-top: 40px;
}
.contact-row h4 {
	margin-top: 0;
}
.loading p.loading {
	display: none;
}
.loading p.play {
    display: block;
}