/* =Global Styles
-------------------------------------------- */
body {
	color: #6d6d6d;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}
a, a:hover, a:active, a:focus {
   outline: 0;
}

/* =Global Styles
-------------------------------------------- */
.align-left, .alignleft {
	float:left;
	margin:0 15px 15px 0;
}
.align-right, .alignright{
	float:right;
	margin:0 0 15px 15px;
}
.aligncenter{
	text-align:center;
	margin:auto;
	display:block;
}

.btn {
	-moz-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	border-radius: 0;
}

.form-control {
	background-color: #fbfaf8;
	border-color: #e5e5e5;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: #294a78;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 0;
}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 18px;/*22 */
	margin-bottom: 20px;
	font-weight:bold; /* added */
}

h4, .h4 {
	font-size: 16px;
}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: 600;
}

a {
	color: #018bb8;
}

a:hover,
a:focus {
	color: #018bb8;
}

img {
	max-width: 100%;
	vertical-align: top;
}

ul, ol {
	margin-left: 15px;
	padding-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 40px;
}


/* =Layout
-------------------------------------------- */
@media (min-width: 1200px) {
	.container {
		width: 1120px;
	}
}


/* =Navbar
-------------------------------------------- */
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.navbar-toggle {
	background-color: #265391;
	margin-top: 50px;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-brand {
	height: auto;
	padding-top: 20px;
}

@media (max-width: 767px) {
	.navbar-brand {
		max-width: 200px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		padding-top: 72px;
	}
}

.navbar-right {
	padding-top: 30px;
}

.text-phone {
	color: #084083;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.text-phone {
		text-align: right;
	}
}

.navbar-nav > li {
	color: #000;
}

.navbar-nav > li > a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 10px;
}

.navbar-right .navbar-nav > li {
	padding-left: 10px;
}

.navbar-right .navbar-nav > li > a {
	display: inline-block;
}

@media (max-width: 767px) {
	.navbar-nav > li .sep {
		display: none;
	}
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
	background-color: transparent;
	color: #084083;
}

.navbar-collapse {
	position: relative;
}

.navbar-left .navbar-nav > li {
	position: static;
}

.navbar-left .navbar-nav > li > a {
	position: relative;
}

@media (min-width: 768px) {
	.navbar-nav > li.open > a:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -14px;
		width: 28px;
		height: 11px;
		margin-top: -1px;
		background-image: url(images/arrow_up.gif);
		background-repeat: no-repeat;
		z-index: 1001;
	}
}

.navbar-nav .dropdown-menu {
	border-radius: 0;
	width: 100%;
	border: 10px solid rgba(255,255,255, 0.65);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.35);
    box-shadow: 0 6px 12px rgba(0,0,0,0.35);
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.navbar-nav .dropdown-menu {
		padding-top: 0px;
	}
	
	.navbar-nav .dropdown-menu > li {
		float: left;
		width: 33%;
		padding: 0 20px 0;
	}
	
	.navbar-nav .dropdown-menu > li.fw {
		float: right;
		width: 33%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-height: 700px) {
.services .dropdown-menu{
	max-height:300px;
	overflow:scroll;
}
.navbar-nav .services .dropdown-menu > li {
width:32%;
}
}

.navbar-nav .dropdown-menu > li > a {
	color: #000;
	font-size: 15px;
}
.navbar-nav .services .dropdown-menu > li.blue-bold > a {
	font-weight:bold;
	color:#073F82;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > .active > a {
	color: #d4493f;
	background-color: transparent;
}

.navbar-nav .dropdown-menu > li > a:before {
    content: "\f101";
    position: absolute;
    margin-left: -15px;
	margin-top: -2px;
	color: #2b5691;
	font-family: FontAwesome;
}

.navbar-nav .dropdown-menu > li.fw > a {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-nav .dropdown-menu > li.fw  > a:before {
	display: none;
}

.search-btn {
	color: #000;
	position: relative;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 8px;
	width: 18px;
	font-size: 16px;
	text-align: center;
}

.navbar-nav .search-open {
    right: 0;
    top: 28px;
    display: none;
    padding: 14px;
    position: absolute;
    z-index: 99;
    background-color: rgba(0,0,0,.3);
	border-radius: 4px;
}

@media (min-width: 768px) {
	.navbar-nav .search-open {
		width: 330px;
	}
}

@media (max-width: 767px) {
	.navbar-nav .search-open {
		top: 0px;
		padding: 0;
		left: 30px;
		border-top: none;
		background-color: transparent;
		margin-right: 10px;
	}
}

.search-open .form-control,
.search-open .btn {
	border-radius: 4px;
}

/* =Slider
-------------------------------------------- */
.slider-wrapper {
	background-color: #939a9c;
	position: relative;
}

/* =Banner
-------------------------------------------- */
.banner {
	background-color: #f9f9f9;
	background-image: url(images/bg_banner.jpg);
	height: 185px;
}

.banner-inner {
	padding-top: 30px;
}

@media (min-width: 768px){
	.banner-inner {
		padding-top: 45px;
		padding-left: 30px;
	}
}

.page-title {
	font-size: 20px;
}

.page-desc {
	color: #f96300;
	font-size: 22px;
}

@media (min-width: 768px) {
	.page-title {
		font-size: 22px;
	}
	.page-desc {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	.page-title {
		font-size: 28px;
	}
	.page-desc {
		font-size: 40px;
	}
}

/* =Main
-------------------------------------------- */
@media (min-width: 768px) {
	.content-small {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
}

.heading {
	font-size: 44px;
	font-weight: 300;
	margin-bottom: 30px;
}

.heading span {
	font-size: 26px;
	font-weight: 100;
	display: block;
}

.widecolumn {
	line-height: 1.9;
}

@media (min-width: 768px) {
	.widecolumn {
		padding-left: 20px;
	}
}

.text-primary {
	color: #265391;
}

.text-gold {
	color: #cb8408;
}

.pretty-text {
	color: #363535;
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 30px;
}

.pretty-nuevacond {
	color: #000;
	font-family: NuevaStdBoldCond, sans-serif;
	font-size: 43px;
	line-height: 1;
}

.pretty-myriadsemibold {
	color: #2245dd;
	font-family: Myriad Pro, Helvetica, sans-serif;
	font-size: 27px;
	font-style: italic;
	font-weight: bold;
}

.pretty-success {
	color: #29693b;
	font-size: 32px;
	font-weight: 600;
}

.pretty-nuevabold {
	color: #2b5691;
	font-family: NuevaStdBold, sans-serif;
	font-size: 27px;
}

.pretty-georgia {
	color: #e8af4b;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 37px;
	line-height: 1;
}

.breaking-news {
	overflow: hidden;
	margin-bottom: 0 10px 20px;
	background-color: #2b5691;
	padding: 16px 20px;
	font-size: 18px;
}

.breaking-news-title {
	color: #cbcbcb;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	position: relative;
}

@media (min-width: 768px){
	.breaking-news-title {
		float: left;
		margin-bottom: 0;
	}
	.breaking-news-title:before {
		color: #fff;
		content: "\003e";
		position: absolute;
		top: 0;
		right: -17px;
	}
}

.breaking-news ul {
	list-style: none;
	margin: 0 0 0 165px;
	padding: 0;
}

@media (max-width: 767px) {
	.breaking-news ul {
		margin-left: 0;
	}
}

.breaking-news ul > li {
	line-height: 1;
}

.breaking-news a {
	color: #fff;
	font-weight: 300;
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.home .bg-cover{
		background-attachment:fixed;
}

.bg-cover-fixed{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.section-media {
	background-color: #939a9c;
	background-image: url(images/crisis_conference.jpg);
}

.section-slide {
	background-color: #939a9c;
	background-image: url(images/crisis-lines.jpg);
	height:300px;
	background-size:auto 300px;
	background-position:top center;
}
.section-week {

}

.heading-medium {
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 30px;
}

.heading-small {
	font-size: 36px;
	font-weight: 100;
}

.media-thumbnail {
	display: inline-block;
	margin: 7px;
}

@media (min-width: 992px) {
	.media-thumbnail-center {
		margin-right: 90px;
		margin-left: 90px;
	}
}

.text-primary {
	color: #294a78;
}

.article-list {
	padding: 10px 25px 35px;
	background-color: #e8af4b;
	margin-bottom: 10px;
	position: relative;
}

.article-list.yellow, .yellow {
	background-color: #e8af4b;
}

.article-list.blue, .blue {
	background-color: #265391;
}

.article-list.green, .green {
	background-color: #62905a;
}

.darkgrey{
	background:#4f595c;
}
.btn.black {
	background:#000;
}
.btn.yellow, .btn.green, .btn.blue, .btn.teal, .btn.darkgrey, .btn.black {
	color:#fff;
}

.article-list h3 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 10px;
	font-weight:lighter;
}

@media (max-width: 991px) {
	.article-list h3 {
		font-size: 26px;
	}
}

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

.article-list ul > li {
	line-height: 1.25;
	margin-bottom: 20px;
}

.article-list ul > li a {
	color: #fff;
}

.article-list ul li p {
	margin-bottom: 0;
}

.article-list .post-meta {
	color: #fdb63a;
	font-size: 12px;
}

.article-list .more {
	color: #fff;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.more .fa {
	padding-left: 10px;
}

.section-newsletter {
	background-color: #0e5582;
	background-image: url(images/bg_newsletter.jpg);
}

.heading-newsletter {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.heading-newsletter span {
	font-size: 18px;
	display: block;
}

.widget-box {
	margin-bottom: 10px;
}

.webinar-widget {
	border: 1px solid #dadbdb;
}

.widget-color-blue, .teal {
	background-color: #009dac;
}

.widget-header {
	background-color: #343434;
	position: relative;
	padding: 22px 30px;
	margin-bottom: 3px;
}

.widget-header:before,
.widget-header:after {
	content: "";
	display: table;
	line-height: 0;
}

.widget-header:after {
	clear: right;
}

.widget-header > .widget-title {
	line-height: 36px;
	padding: 0;
	margin: 0;
	display: inline;
	font-weight:lighter;
}
.widget-title a {
	text-decoration:none;
}

.widget-toolbar {
	display: inline-block;
    line-height: 37px;
    float: right;
    position: relative;
}

.btn-date {
	font-size: 16px;
	color: #fff;
}

.btn-date a {
	color: #fff;
}

.btn-date .date-month {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	text-align: center;
	padding: 0 5px;
}

.event-list {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.event-list > li {
	padding-bottom: 3px;
}

.event-list > li > .event-body {
	display: block;
	border: 1px solid #ccc;
	padding: 8px 10px;
	font-size: 13px;
	overflow: hidden;
}

.event-list-with-meta > li > .event-body {
	min-height: 110px;
}	

.event-list .event-thumbnail {
	max-width: 70px;
	float: left;
}

.event-list .event-text {
	margin-left: 75px;
}

.event-list > li h4 {
	color: #26539a;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.2;
}

.event-list > li h4 a {
	color: #26539a;	
}

.event-list .event-time {
	color: #000;
}

.event-list .event-meta {
	font-size: 14px;
	display: block;
}

.widget-webinar-header {
	background-color: transparent;
	border: 0;
	padding-bottom: 0;
}

.widget-webinar-body {
	padding: 15px;
	text-align: center;
}

@media (min-width: 768px) {
	.widget-webinar-body {
		padding-left: 40px;
		padding-right: 40px;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.widget-webinar-body {
		padding-left: 70px;
	}
}

.widget-color-blue a {
	color: #fff;
}

.section-dark {
	background-color: #4f595c;
	background-image: url(images/bg_crisis.jpg);
	color: #fff;
}

@media (min-width: 768px){
	.grid-sm-8 {
		width: 70%;
	}
	.grid-sm-8-5 {
		width: 71.5%;
	}
	.grid-sm-4-5 {
		width: 28.5%;
	}
}

.section-dark h2 {
	color: #fff;
	background-image: url(images/bg_separator.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 40px;
	text-align:center;
}

.video-thumbnail {
	color: #fff;
	font-size: 13px;
	max-width: 156px;
	display: inline-block;
	margin-bottom: 12px;
	text-align:center;
}

.video-thumbnail span {
	display: block;
	text-align:left;
	padding-top: 5px;
}

.list-square {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.list-square > li {
	padding-bottom: 1px;
}

.list-square > li > a {
	display: block;
	color: #fff;
	border-radius: 6px;
	padding: 4px 12px 4px 34px;
}

.list-square > li > a .fa {
	font-size: 12px;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 8px;
	position:absolute;
	margin-left: -25px;
}

.list-square > li.active > a {
	background-color: #265391;
	text-decoration: none;
}

.list-square > li.active > a .fa {
	color: #e8af4b;
}

.btn-warning.btn-help {
	padding: 8px 25px;
}

.section-contact {
	background-color: #0e5582;
	background-image: url(images/bg_contact.jpg);
}

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

.form-newsletter .gform_body input[type=text],
.form-newsletter .gform_body input[type=email],
.form-contact .gform_body input[type=text],
.form-contact .gform_body input[type=email],
.form-contact .gform_body textarea,
.form-contact .gform_body select {
	height: 57px;
	color: #000;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #fff;
}

.form-newsletter .gform_body input[type=text],
.form-newsletter .gform_body input[type=email] {
	height: 44px;
}

@media (min-width: 768px) {
	.form-newsletter {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.form-contact .gfield {
	width: 50%;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}

.form-newsletter .gfield,
.form-newsletter .gform_footer {
	width: 37%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 6px;
}

.form-newsletter .gform_footer {
	width: 26%;
}

.form-contact .gfield.right {
	float: right;
}

@media (max-width: 767px) {
	.form-newsletter .gfield,
	.form-contact .gfield,
	.form-contact .gfield.right {
		width: auto;
		float: none;
	}
}

.form-contact .gform_body input::-webkit-input-placeholder,
.form-contact .gform_body textarea::-webkit-input-placeholder {
	color: #000;
}

.form-contact .gform_body input:-moz-placeholder,
.form-contact .gform_body textarea:-moz-placeholder {
	color: #000;
}

.form-contact .gform_body input::-moz-placeholder,
.form-contact .gform_body textarea::-moz-placeholder {
	color: #000;
}

.form-contact .gform_body input:-ms-input-placeholder,
.form-contact .gform_body textarea:-ms-input-placeholder {
	color: #000;
}

.form-contact .gform_footer {
	width: 50%;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

@media (max-width: 767px) {
	.form-newsletter .gform_footer,
	.form-contact .gform_footer {
		width: auto;
		float: none;
	}
}

.gform_footer .gform_button,
.gform_footer .gform_button {
	background-color: #e8af4b;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 18px 12px;
	width: 100%;
	display: block;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 0;
}

.gform_footer .gform_button:focus,
.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus,
.gform_footer .gform_button:hover {
	background-color: #ec971f;
	border-color: #d58512;
}

.form-newsletter .gform_footer .gform_button {
	padding: 11px 12px 12px;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 25px;
}

@media (min-width: 768px) {
	.breadcrumb {
		padding: 15px 0px;
	}
}

.breadcrumb > li + li:before {
	content: "\f054";
	color: #bbb;
	font-family: FontAwesome;
	padding: 0 10px;
}

.breadcrumb .separator{
	color:#bbb;
}

.breadcrumb {
	color: #666;
}
.breadcrumb a {
	color: #999;
}.breadcrumb a:hover {text-decoration:none;}

.og-grid {
	position: relative;
	margin: 0 10px;
}

.services .service-thumbnail {
	display: block;
	position: relative;
	background-color: #e8e8e8;
	text-decoration: none;
	cursor: pointer;
}

.service-box .service-title,
.service-box .service-right-title {
	color: #585858;
	font-size: 22px;
	text-align: center;
	width: 100%;
	display: table;
	height: 75px;
}

@media (max-width: 991px) {
	.service-box .service-title,
	.service-box .service-right-title {
		font-size: 16px;
	}
}

.service-box .service-title .service-title-inner,
.service-box .service-right-title-inner {
	padding: 7px;	
	display: table-cell;
	vertical-align: middle;
}

.service-thumbnail .fa {
	color: #fff;
	font-size: 15px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.og-grid [class*="col-"] {
	position: static;
}

.og-box .expand-view {
	background-color: #2b5691;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 1000;
	color: #fff;
	display: none;
}

.og-box .expand-view.expanded {
	display: block;
}

.expand-view .service-thumbnail,
.expand-view .service-right-title {
	color: #fff;
	background-color: #e8af4b;
}

.service-box .expand-view .service-title {
	color: #fff;
}

.service-right-title h4 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	margin: 0;
	text-align: left;
}

.service-desc h5 {
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.og-box .service-desc-right {
		margin-left: -30px;
	}

	.og-grid .expand-view .service-right-title,
	.og-grid .expand-view .service-desc {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.og-grid .expand-view .service-desc {
	font-size: 18px;
	padding-top: 33px;
}

@media (max-width: 767px) {
	.og-grid .expand-view .service-desc {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.og-grid .expand-view .service-desc p {
	margin: 0;
}

.og-grid .expand-view .btn-close {
	position: absolute;
	width: 19px;
	height: 19px;
	border: 0;
	background-color: transparent;
	background-image: url(images/btn_close.png);
	background-repeat: no-repeat;
	padding: 0;
	position: absolute;
	top: 28px;
	right: 25px;
}

.list-info {
	margin: 0;
	color: #404040;
	font-size: 15px;
}

.list-info li {
	padding: 0 0 15px 15px;
}

.list-info h4 {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

.list-info h4:before {
	content: "\f105";
	position: absolute;
    margin-left: -12px;
	font-family: FontAwesome;
}

.list-info h4 a {
	color: #404040;
}

.list-info a {
	color: #255791;
}

/* =Sidebar
-------------------------------------------- */
.widget {
	background-color: #efefef;
	padding: 20px;
	margin-bottom: 1px;
}

.widget h3 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.widget img{
	max-width:259px;
	height:auto;
}

.widget-newsletter {
	background-color: #3b3c3e;
	padding: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 1px;
}

.widget-newsletter h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.widget-newsletter .form-newsletter {
	padding: 10px 0 0;
}

.widget-newsletter .form-newsletter .gfield, 
.widget-newsletter .form-newsletter .gform_footer {
	float: none;
	width: auto;
}

.widget-newsletter .form-newsletter .gfield, 
.widget-newsletter .form-newsletter .gform_footer {
	margin-bottom: 13px;
}

.widget-newsletter .form-newsletter .gform_footer .gform_button {
	display: inline-block;
	width: auto;
	padding-left: 28px;
	padding-right: 28px;
}

.sb-accordion .article-list {
	padding: 0;
	margin-bottom: 1px;
}

.sb-accordion .accordion-header {
	padding: 11px 25px;
	cursor: pointer;
}

.sb-accordion .accordion-header h3 {
	display: inline;
}

.sb-accordion .accordion-header .fa {
	float: right;
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
}

.sb-accordion .accordion-header.open .fa:before {
    content: "\f146";
}

.accordion-body {
	display: none;
	padding: 10px 25px 25px;
	position: relative;
}

/* =Layout Helper Classes
-------------------------------------------- */
.content-lg {
	padding-top: 70px;
	padding-bottom: 70px;
}

.content-md {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content-sm {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.text-white, .text-white a {
	color: #fff;
}

.text-yellow {
	color: #fcc30f;
}

.text-blue {
	color: #25568e;
}

.text-walnut {
	color: #6a3617;
}

.text-black {
	color: #000;
}

.text-grey {
	color: #666;
}

.text-muted {
	color: #5f5f5f;
}

.text-unmute {
	color: #999;
}

.text-shadow {
	text-shadow: 1px 1px 1px #888;
}

.no-resize {
	resize: none;
}

.no-border {
	border: 0;
}

.none {
	display: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.break-word {
	word-wrap: break-word;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.line-height-normal {
	line-height: normal;
}

.text-italic {
	font-style: italic;
}

.text-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.text-semibold {
	font-weight: 600;
}

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

.text-extrabold {
	font-weight: 800;
}

.font-roboto {
	font-family: 'Roboto', sans-serif;
}

.font-opensans {
	font-family: 'Open Sans', sans-serif;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.underline {
	text-decoration: underline;
}

.radius {
	border-radius: 4px;
}

.no-radius {
	border-radius: 0;
}

.no-box-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.text-extralarge {
	font-size: 20px;
}

.text-large {
	font-size: 18px;
}

.text-semilarge {
	font-size: 17px;
}

.text-medium {
	font-size: 16px;
}

.text-normal {
	font-size: 14px;
}

.text-small {
	font-size: 12px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.mt0 {
	margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml0 {
	margin-left: 0;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.mr0 {
	margin-right: 0;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.pt0 {
	padding-top: 0;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pt90 {
	padding-top: 90px;
}

.pt100 {
	padding-top: 100px;
}

.pb0 {
	padding-bottom: 0;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb100 {
	padding-bottom: 100px;
}

.pl0 {
	padding-left: 0;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pr0 {
	padding-right: 0;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

.divider0 {
    width: 100%;
    height: 0px;
}

.divider5 {
    width: 100%;
    height: 5px;
}

.divider10 {
    width: 100%;
    height: 10px;
}

.divider15 {
    width: 100%;
    height: 15px;
}

.divider20 {
    width: 100%;
    height: 20px;
}

.divider30 {
    width: 100%;
    height: 30px;
}

.divider40 {
    width: 100%;
    height: 40px;
}

.divider50 {
    width: 100%;
    height: 50px;
}

.divider60 {
    width: 100%;
    height: 60px;
}

.divider70 {
    width: 100%;
    height: 70px;
}

.divider80 {
    width: 100%;
    height: 80px;
}

@media (min-width: 768px) {
	.sm-mt0 {
		margin-top: 0;
	}

	.sm-mt10 {
		margin-top: 10px;
	}

	.sm-mt20 {
		margin-top: 20px;
	}

	.sm-mt30 {
		margin-top: 30px;
	}

	.sm-mt40 {
		margin-top: 40px;
	}

	.sm-mt50 {
		margin-top: 50px;
	}

	.sm-mb0 {
		margin-bottom: 0;
	}

	.sm-mb10 {
		margin-bottom: 10px;
	}

	.sm-mb20 {
		margin-bottom: 20px;
	}

	.sm-mb30 {
		margin-bottom: 30px;
	}

	.sm-mb40 {
		margin-bottom: 40px;
	}

	.sm-mb50 {
		margin-bottom: 50px;
	}

	.sm-ml0 {
		margin-left: 0;
	}

	.sm-ml10 {
		margin-left: 10px;
	}

	.sm-ml20 {
		margin-left: 20px;
	}

	.sm-ml30 {
		margin-left: 30px;
	}

	.sm-ml40 {
		margin-left: 40px;
	}

	.sm-ml50 {
		margin-left: 50px;
	}

	.sm-mr0 {
		margin-right: 0;
	}

	.sm-mr10 {
		margin-right: 10px;
	}

	.sm-mr20 {
		margin-right: 20px;
	}

	.sm-mr30 {
		margin-right: 30px;
	}

	.sm-mr40 {
		margin-right: 40px;
	}

	.sm-mr50 {
		margin-right: 50px;
	}

	.sm-pt0 {
		padding-top: 0;
	}

	.sm-pt10 {
		padding-top: 10px;
	}

	.sm-pt20 {
		padding-top: 20px;
	}

	.sm-pt30 {
		padding-top: 30px;
	}

	.sm-pt40 {
		padding-top: 40px;
	}

	.sm-pt50 {
		padding-top: 50px;
	}

	.sm-pt60 {
		padding-top: 60px;
	}

	.sm-pt70 {
		padding-top: 70px;
	}

	.sm-pt80 {
		padding-top: 80px;
	}

	.sm-pt90 {
		padding-top: 90px;
	}

	.sm-pt100 {
		padding-top: 100px;
	}

	.sm-pb0 {
		padding-bottom: 0;
	}

	.sm-pb10 {
		padding-bottom: 10px;
	}

	.sm-pb20 {
		padding-bottom: 20px;
	}

	.sm-pb30 {
		padding-bottom: 30px;
	}

	.sm-pb40 {
		padding-bottom: 40px;
	}

	.sm-pb50 {
		padding-bottom: 50px;
	}

	.sm-pb60 {
		padding-bottom: 60px;
	}

	.sm-pb70 {
		padding-bottom: 70px;
	}

	.sm-pb80 {
		padding-bottom: 80px;
	}

	.sm-pb90 {
		padding-bottom: 90px;
	}

	.sm-pb100 {
		padding-bottom: 100px;
	}

	.sm-pl0 {
		padding-left: 0;
	}

	.sm-pl5 {
		padding-left: 5px;
	}

	.sm-pl10 {
		padding-left: 10px;
	}

	.sm-pl15 {
		padding-left: 15px;
	}

	.sm-pl20 {
		padding-left: 20px;
	}

	.sm-pl30 {
		padding-left: 30px;
	}

	.sm-pl40 {
		padding-left: 40px;
	}

	.sm-pl50 {
		padding-left: 50px;
	}

	.sm-pr0 {
		padding-right: 0;
	}

	.sm-pr5 {
		padding-right: 5px;
	}

	.sm-pr10 {
		padding-right: 10px;
	}

	.sm-pr15 {
		padding-right: 15px;
	}

	.sm-pr20 {
		padding-right: 20px;
	}

	.sm-pr30 {
		padding-right: 30px;
	}

	.sm-pr40 {
		padding-right: 40px;
	}

	.sm-pr50 {
		padding-right: 50px;
	}
}

/* =Footer
-------------------------------------------- */
.footer {
	position: relative;
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
}

.footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 100%;
	background-color: #7b7c7e;
}

.footer h3 {
	background-color: #7b7c7e;
	color: #fff;
	font-size: 18px;
	padding: 20px 0 10px;
}

@media (max-width: 767px) {
	.footer h3 {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
	}
}

.copyright {
	font-size: 13px;
}

.footer-menu {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.footer-menu > li {
	padding-bottom: 1px;
}

.footer a {
	color: #656565;
}

.social-icons {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.social-icons > li {
	display: inline-block;
	padding: 0 4px 5px;
}

.social-icons .fa {
	width: 34px;
	height: 34px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	font-size: 21px;
	border: 2px solid #959595;
	-moz-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.social-icons a:hover .fa {
	color: #fff;
	background-color: #b1aea9;
}

.social-icons a:hover .fa-facebook {
	background-color: #677fb5;
	border-color: #677fb5;
}

.social-icons a:hover .fa-twitter {
	background-color: #70c2e9;
	border-color: #70c2e9;
}

.social-icons a:hover .fa-linkedin {
	background-color: #3daccf;
	border-color: #3daccf;
}

.social-icons a:hover .fa-rss {
	background-color: #faaa5e;
	border-color: #faaa5e;
}

.social-icons a:hover .fa-youtube-play {
	background-color: #d8545d;
	border-color: #d8545d;
}

.service-box img {
	transition: all 200ms ease-in;
    filter: grayscale(100%);
	height:auto;
}
.service-box .service-title {
transition: all 200ms ease-in;
}
.service-box:hover .service-title {
	background:#e8af4b;
	color:#fff;
}
.service-box:hover img{
	filter: grayscale(0%);
}

.event-body > a img {
	max-width:65px;
	float:left;
	height:auto;
}
.navbar-header {
    position: relative;
    z-index: 9;
}
.navbar-collapse{
	position:relative;
}
.video-container{
	text-align:center;
}
.clear{margin:0;padding:0;clear:both;}

.post-title{
	margin:0;
}
.post-title, .post-title a, .article .more{
	color:#084083;
}
.post-title a {
	font-weight:normal;
}
.post-title a:hover{
	color:#000;
	text-decoration:none;
}

.widecolumn .post-meta{
	font-size:13px;
	margin-bottom:15px;
	display:block;
}
.nav-previous > a, .nav-next > a {
	padding:10px 15px;
	background:#aaa;
	color:#fff;
	display:block;
	text-align:center;
}

.widecolumn .article p{
	margin:0;
}
.widecolumn .article .more{
	font-size:13px;
}

@media (min-width: 1200px) {
.modal-lg {
    width: 1120px;
}
}
.nav .dropdown-menu a {
    color: #084083;
}
.nav .dropdown-menu a:hover {
	text-decoration:none;
	color:#d4493f;
}


.article-list.yellow .post-meta{
	color:#265391;
}
.article-list ul > li a:hover{
	text-decoration:none;
}
.section-dark a:hover{
	text-decoration:none;
	color:#eea236;
}
.section-dark a.btn-warning:hover{
	color:#fff;
}

.home-title {
    font-size: 19px;
    font-weight: 600;
	font-family:"Open Sans",​sans-serif,​Arial,​Helvetica;
	line-height:1.42857;
}
.title{
	color:#294a78;
	font-weight:normal;

}
.widecolumn h2{
	font-weight:bold;
	font-size:20px;
	color:#000;
}

.dropdown-menu ul {
    list-style: inside none none;
    margin-left: 30px;
}
.dropdown-menu ul ul{
	margin-left:20px;
}

.dropdown-menu ul li:before {    
font-family: 'FontAwesome';
content: '\f0da';
margin:0 5px 0 -10px;
color: #999;
}

.dropdown-menu > li > a{
	white-space: normal;
}
.widecolumn img {
    height: auto;
    max-width: 100%;
}

.theme-default .nivo-controlNav {
	padding:10px 0 !important;
}

@media (min-width:768px) {
	.theme-default .nivo-controlNav {
	    left: 50%;
	    margin-left: -384px;
	    margin-top: -25px;
	    padding: 0 !important;
	    position: absolute;
	    text-align: center;
	    width: 768px;
	    z-index: 9;
	}
	
}

@media (max-width:767px) {
	.theme-default .nivo-caption{
		text-align:center;
		padding:15px 0;
	}
	
}


@media (min-width:768px) and (max-width: 1200px) {
.navbar-right {
    position: absolute;
    right: 30px;
}
.navbar-right .text-phone {
    display: inline-block;
    float: right;
    margin: 0 0 0 15px;
    padding-top: 3px;
}
.navbar-right .nav {
    display: inline-block;
    float: none;
}
.navbar-left {
    float: right !important;
}

.theme-default .nivo-caption {
    font-size: 36px;
}

.theme-default .nivo-caption .caption-inner {
    max-width: 500px;
}

}

.false-nav{
	display:none;
}

@media (min-width:768px) {
.false-nav{
	display:block;
	padding-top:120px;
}
.navbar {
	width:100%;
	position:fixed;
	background:#fff;
	z-index:999;
	
}
}
@media (min-width:768px) and (max-width: 991px) {
	.false-nav{
		padding-top:110px;
	}
.navbar-brand{
	max-width:200px;
}
.navbar-left {
	padding-top:60px;
}
.navbar-nav > li > a{
	padding:5px 7px;
}
}


.landing-tabs {
	border-style:none;
	padding:22px 0 0px;
}
.landing-tabs li {
    display: block;
	width: 100%;
	margin: 2px 0;
}

@media (min-width:768px) {
	.landing-tabs {
		padding:22px 0 220px;
	}
	.landing-tabs li {
	    position: relative;
	    right: -3px;
	    width: 100%;
	}
}

.landing-tabs li a{
	color:#084083;
	background:#ddd;
	border-radius:4px;
	border-style:none;
}
.landing-tabs li a:hover, .landing-tabs li a:focus{
 	border-style:none;
 	border-radius:4px;
}

.landing-tabs li.active a, .landing-tabs li.active a:hover, .landing-tabs li.active a:focus  {
	 border-style:none;
	 border-radius:4px;
	 background:#084083;
	 color:#fff;
}

.widecolumn.landing{
	padding-top:20px;
	padding-bottom:30px;
}
.tab-content ul{
	margin-left:45px;
}

.top-boxes .box img{
	width:100%;
	height:auto;
}
.top-boxes a{
text-decoration:none;
}

.top-boxes a span{
	display:block;
	width:100%;
	padding:4px 10px;
	background:#244f8b;
	color:#e8af4b;
	text-align:center;
	margin-bottom:10px;
}

@media (min-width:500px) {
.top-boxes a span{
	margin-bottom:0;
	width:auto;
	position:absolute;
	display:inline-block;
	right:20px;
	bottom:10px;
	text-transform:uppercase;
}
}

.widecolumn .article-box{
	padding:15px;
	background:#f3f3f3;
	margin-bottom:15px;
	height:450px;
}

.thumbnail-wrapper{
	margin-top:10px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
	width:75px;

	  min-height:100px;
}

.thumbnail-wrapper img{
	max-height: 100px;
    max-width: 100%;
	
}

@media (min-width: 1200px) {
	.widecolumn .article-box{
		height:250px;
	}
	.thumbnail-wrapper{
		width:200px;
	}
}
@media (min-width: 990px) and (max-width:1199px) {
	.widecolumn .article-box{
		height:350px;
	}
	.thumbnail-wrapper{
		width:125px;
	}
}

.clear-left {
	clear:left;
}
.clear-right{
	clear:right;
}

.grey-box {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    padding: 15px 35px;
    text-align: left;
}
.grey-box a{
	color:#fff;
	display:inline-block;
}
.grey-box a:hover{
	text-decoration:none;
}
.grey-box > div {
	background: rgba(128, 128, 128, 0.65) none repeat scroll 0 0;
	padding: 15px 35px;
}

.grey-box h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
	font-size:22px;
}

.section-slide .btn {
    border: 2px solid #e8af4b;
    border-radius: 5px;
	background:#2B5691;
	font-weight:lighter;
	padding:6px 16px;
}
.section-week .content-sm{
	padding:40px 10px 0;
}
.section-week .content-sm > div {
	border:1px solid #265391;
	padding:20px;
}
.section-week img{width:100%;max-height:100%;height:auto;}
.section-week .row .carousel-inner .item div{
	height:150px;
}
.vertical{
	display:flex;
	justify-content: center;
	  flex-direction: column;
	  
}

.carousel-control{background-image:none !important;color:#E8AF4B;opacity:1;}
.carousel-control:hover{color:#555;}
.video-thumbnail img {
    height: auto;
}
.upcoming-badge {
	position:absolute;
	top:0;
	right:0;
	max-width:100px;
}
.list-item {
	clear:left;
	min-height:70px;
}
.thumb-s, .thumb, .thumb-m, .thumb-l, .thumb-xl{
	overflow:hidden;
	width:100px;
	height:50px;
	float:left;
	margin:0 10px 10px 0;
	display:flex;
	justify-content: center;
	flex-direction: column;
	background:#fff;

	
}
.thumb-s{width:60px;height:30px;}.thumb-m{width:130px;height:65px;}.thumb-l{width:150px;height:75px;}.thumb-xl{width:200px;height:100px;}

.list-item img{
	
	width:100%;
	height:auto;
}
.event-body .thumb-s{margin-bottom:0;}
.upcoming .thumb-xl{
	float:none;
	margin:0;
}

.carousel small {
    color: #000;
    font-size: 13px;
	font-weight:bold;
}
.carousel strong{
	color:#294a78;
}
.thumb-wrap {
	border:1px solid #ddd;align-items:center;
}
.thumb-wrap .thumb-xl{
	margin:0;
	float:none;
}
.carousel-control{width:10%;}
.gform_validation_container {
    display: none;
}
.gfield_label {
    font-weight: normal;
    margin: 18px 0 0 13px;
    position: absolute;
}
.ginput_container textarea {
    height: 183px !important;
    padding: 17px 12px !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,#tribe-bar-form .tribe-bar-submit input[type="submit"], .tribe-events-calendar thead th {
	background:#073F82;
}
.vcalendar a {
	color:#000;
}
.tribe-events-footer a{
	color:#073F82;
}
.modal-open{overflow:scroll;}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom, .modal-open nav.navbar {
padding-right: 0 !important;
}
body {
    padding-right: 0 !important;
}
.date-prev{
	opacity:.2;
	margin-right:40px;
}
.date-prev.enabled{
	opacity:1;
}
.disabled{
	opacity:.2;
}

.dropdown-menu{
	display:block;
	position:absolute !important;
}
.dropdown-menu {
  visibility: hidden;
}

.gfield td {
    padding: 0 5px;
    width: 100%;
}

.open > .dropdown-menu {
  visibility: visible;
}
.newsletter p {
	color:#fff;
}

.widget-newsletter .gfield, .widget-newsletter .gform_footer {
    width: 100% !important;
}

.page-form .gform_body input[type="text"], .page-form .gform_body input[type="email"], .page-form .gform_body textarea, .page-form .gform_body select {
	border-radius:3px;
	background:#265391;
	color:#fff;
}
.page-form .gform_body input[type="text"]:focus, .page-form .gform_body input[type="email"]:focus, .page-form .gform_body textarea:focus, .page-form .gform_body select:focus {
	border-color: #ccc;
	box-shadow: 0 0 4px 0 rgba(7, 63, 130, 0.6);
}

.page-form .gfield_label {
	color:#fff;
    font-size: 14px;
    margin: 15px 0 0 13px;
}
.page-form .ginput_container textarea {
	height:190px !important;
}