@charset "utf-8";
/*--------------- basic styles start ---------*/
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul.nolist, ol.nolist, ul.nolist li, ol.nolist li {
	list-style-type: none;
}
.clr, .d-block, .d-block:after, .d-block:before, .clr:after, .clr:before {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
.d-block:after, .d-block:before, .clr:after, .clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: 20px;
}
p:empty {
	width: 0;
	height: 0;
	display: none;
}
select {
    outline: 0 none;
    background: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-appearance: none;
   -webkit-appearance: none;
   cursor: pointer;
}
button {
    background: none;
    border: none;
    outline: none;
}
a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}
a, a img {
	border: none;
}
img {
	max-width: 100%;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.taj {
	text-align: justify;
}
.f-left, .alignleft {
	float: left;
}
.f-right, .alignright {
	float: right;
}
.d-center, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display: inline-block;
	vertical-align: top;
}
.d-none, .hide {
	display: none !important;
}
.v_mid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video_container iframe, .video_container object, .video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.d-flex, .fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1, .block2, .block3, .block4, .block5 {
	position: relative;
	width: 100%;
	padding: 3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.ord-1 {
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
}
.ord-2 {
	-webkit-order: -2;
	-moz-order: -2;
	-ms-order: -2;
	-o-order: -2;
	order: -2;
}
.ord-3 {
	-webkit-order: -3;
	-moz-order: -3;
	-ms-order: -3;
	-o-order: -3;
	order: -3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
/*--------------- basic styles end ---------*/
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.7);
	overflow-x: hidden;
}
.w100p, .site, .site-inner, .site-header, .site-header-main, .site-content, .site-footer, .site-info {
	width:100%;
}
.bgptr {
	background-position: top right !important;
}
.bgbl {
	background-position: bottom left !important;
}

#site-header {
	padding: 10px 0;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
}
.primary-menu a {
	text-transform: uppercase;
	color: #464646;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: normal;
	display: block;
	clear: both;
	padding: 5px 20px;
}
.primary-menu li.current_page_item a, .primary-menu li:hover>a, .primary-menu li a:hover {
	color: #0058ab;
}
#banner-section .metaslider .caption-wrap {
	opacity: 1;
	background-color: rgba(59, 89, 152, 0.8);
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
#banner-section .metaslider .caption {
	max-width: 600px;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0;
}
#banner-section .banner-title {
	color: #fdcc29;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: normal;
	letter-spacing: normal;
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
#banner-section .banner-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 20px;
}
#banner-section .banner-link, .btn-block  {
	max-width: 185px;
	display: block;
	background-color: #fdcd2a;
	border: 1px solid #fdcd2a;
	border-radius: 5px;
	color: #3b5998;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}
#banner-section .banner-link:hover, .btn-block:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fdcd2a;
}
#banner-section .metaslider .flexslider .flex-direction-nav li a {
	background-image: url(../images/slider-arrows.png);
	width: 27px;
	height: 29px;
	opacity: 1;
}
#banner-section .flex-direction-nav .flex-prev {
	left: 10px;
}
#banner-section .flex-direction-nav .flex-next {
	right: 10px;
}
.part-time-fee .sow-headline {
	color: #3b5998;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: normal;
	letter-spacing: normal;
	display: block;
}
.extended-office-list {
	background-color: #ebf1fa;
	border-radius: 0 0 5px 5px;
	position: relative;

}
.extended-office-list:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background-color: #fdcd2a;
	position: relative;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-ms-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
.extended-office-list:hover:after {
	top: 10px;
	opacity: 1;
}
.extended-office-list img {
	width: 100%;
}
.extended-office-list .widget_text {
	padding: 30px;
}
.extended-office-list .widget-title {
	color: #3b5998;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	letter-spacing: normal;
}
.extended-office-list p {
	margin: 15px 0 0 0;
	display: block;
	clear: both;
}
.extended-office-list a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: normal;
	color: #3b5998;
	text-transform: capitalize;
	display: inline-block;
	background-image: url(../images/black-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-top: 15px;
}
.extended-office-list a:hover {
	padding-right: 25px;
}
.ao-text-widget .widget-title {
	color: #fdcd2a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 32px;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.ao-text-widget p {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: normal;
}
.ao-img-widget {
	padding: 15px;
	border: 2px solid #fff;
}
.ao-img-widget img {
	width: 100%;
}
.testimonial-block .widget-title {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 24px;
	letter-spacing: normal;
	display: block;
	clear: both;
	margin-bottom: 30px;
}
.testimonial-block .widget-title:after {
	content: '';
	width: 140px;
	height: 6px;
	background-image: url(../images/testimonials-title-btoom.png);
	display: block;
	margin: 15px auto 0 auto;
}
.logo-gallery {
	color: #3b5998;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	letter-spacing: normal;
}

#site-footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#footer-widgets-area {
	padding: 50px 0;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
}
.footer-widgets {
	width: 23%;
	padding: 20px 0;
}
.footer-widgets .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.footer-widgets, .footer-widgets p, .footer-widgets td, .footer-widgets a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: normal;
}
.footer-widgets a {
	display: block;
}
.footer-widgets table {
	vertical-align: top;
}
.footer-widgets table td:first-child {
	width: 35px;
}
.about-text img {
	margin-bottom: 30px;
}
.footer-widgets .menu li {
	background-image: url(../images/list-circle-icon.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#footer-info {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: normal;
	padding: 15px 0;
	display: block;
	clear: both;
	border-top: 1px solid #fff;
	color: #fff;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: normal;
	padding: 10px;
}
.singular .entry-header, .blog .entry-header-top {
	background-color: #3b5998;
	width: 100vw;
	position: relative;
	left: -webkit-calc(50% - 50vw);
	left: -khtml-calc(50% - 50vw);
	left: -moz-calc(50% - 50vw);
	left: -ms-calc(50% - 50vw);
	left: -o-calc(50% - 50vw);
	left: calc(50% - 50vw);
	margin-bottom: 30px;
	padding: 4rem 0;
}
.singular .entry-header *, .blog .entry-header-top * {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
}
.single-post.singular .entry-header a[rel="category tag"] {
	font-size: 16px;
	text-transform: none;
}
.single-post.singular .entry-header .entry-title {
	padding: 15px 0;
}
.single-post.singular .entry-header .post-meta, .single-post.singular .entry-header .post-meta li, .single-post.singular .entry-header .post-meta span, .single-post.singular .entry-header .post-meta a {
	font-size: 12px;
}
body:not(.siteorigin-panels) #site-content {
	margin-bottom: 30px;
}
body:not(.home) .panel-grid>.panel-grid-cell {
	padding: 30px 0;
	display: block;
	clear: both;
	width: 100%;
}
.blog #site-content p {
	text-align: center;
}
.blog h2.entry-title {
	margin: 10px 0;
}
.blog .entry-content {
	padding: 20px 0;
}
.blog article {
	padding: 30px;
}
.blog article:nth-child(even) {
	background-color: #f2f2f2;
}
/* CSS Document */