html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; background: transparent; font-weight: 100; -webkit-font-smoothing: antialiased;}

a{
	text-decoration: none!important;
	color: inherit!important;
}

img{
	width: 100%;
	height: auto;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
       url('../fonts/Lato-Regular.ttf') format('truetype'),
       url('../fonts/Lato-Regular.woff') format('woff'),
       url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.01em;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg'),
       url('../fonts/Lato-Bold.ttf') format('truetype'),
       url('../fonts/Lato-Bold.woff') format('woff'),
       url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'Lato-Regular';
	-webkit-font-smoothing: antialiased;
	font-weight: 100;
}

body.locked{
	overflow:hidden
}

html.locked{
	overflow: hidden;
}

strong{
	font-family: 'Lato-Bold';
}

.orange{
	border-color: #f19331!important;
}

.purple{
	border-color: #6467ac!important;
}

.green{
	border-color: #2aa9b0!important;
}

.yellow{
	border-color: #fdd47a!important;
}

.pink{
	border-color: #e7a2c8!important;
}

.inner{
	width: 1034px;
	flex-basis: 1034px;
	margin: auto;
}

.pageHolder{
    top: 0px;
    position: absolute;
    width: 100%;
    height: auto;
    transition: all 0.5s ease-out;
}

.cookiesOpen .cookieNotice{
	top: 0px;
}

.cookiesOpen .pageHolder{
	top: 100px;
}

.cookiesOpen nav.main{
	top: 100px;
}

.cookieNotice{
    position: fixed;
    width: 100%;
    background: #ea5c4e;
    color: #FFF;
    z-index: 99;
    display: flex;
    padding: 20px 0;
    height: 60px;
    top:-100px;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.cookieNotice .inner{
	display: flex;
	justify-content: center;
}

.cookieNotice .noticeText{
	margin-right: 50px;
}

.cookieNotice .acceptBtn{
	display: flex;
	align-items: center;
}

nav.main{
	position: fixed;
	top: 0px;
	width: 100%;
	background: #143d73;
	color: #FFF;
	height: 63px;
	display: flex;
	justify-content: center;
    z-index: 9;
    transition: all 0.5s ease-out;
}

nav .inner{
	display: flex;
    align-items: center;
}

.logo{
    flex-basis: 295px;
    height: 27px;
}

.logo img{
	height: 100%;
	width: auto;
}

.mainNav{
    list-style: none;
    display: flex;
    flex-basis: 739px;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
}

.mainNav li{
    padding: 0px 10px;
}

.membersMenu{
    font-family: 'Lato-Bold';
    border-left: 1px solid #FFF;
    margin-left: 10px;
    padding: 0 0px 0 20px!important;
}

.smallIcon{
	width: 15px;
	height: 15px;
}

.membersMenu .smallIcon{
	width: 15px;
    height: 15px;
    float: right;
    margin-left: 10px;
}

.menuItem{
    border-top: 5px solid;
    width: 164px;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    height: 42px;
    font-family: 'Lato-Bold';
}

.menuItem:nth-child(6){
	margin-right: 0px;
}

.subNav{
    width: 100%;
    position: absolute;
    top: 63px;
    height: 79px;
    -webkit-box-shadow: 0px 5px 15px -6px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 15px -6px rgba(0,0,0,0.57);
	box-shadow: 0px 5px 15px -6px rgba(0,0,0,0.57);
}

.subNav .inner{
	height: 100%;
}

.content{
    position: absolute;
    top: 142px;
    width: 100%;
}

.headerSlider{
	width: 100%;
	height: 480px;
	position: relative;
}

.slider{
	width: 100%;
    height: 100%;
}

.slide{
	height: 100%;
    height: 480px!important;
}

.slide .backgroundImage{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.slide video{
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sliderOverlay{
    position: absolute;
    top: 100px;
    left: calc(50% - 517px);
    width: 467px;
    height: 330px;
    /* background: rgba(255,255,255,0.8); */
    z-index: 1;
    padding: 25px;
    color: #FFF;
    padding-left: 0px;
}

.sliderOverlay .icon{
	width: 35px;
	height: 35px;
}

.sliderOverlay .title{
	font-size: 48px;
    line-height: 58px;
    height: 174px;
    overflow: hidden;
    margin-top: 20px;
    font-family: 'Lato-Bold';
}

.page-template-theme-landing-page .sliderOverlay{
	position: absolute;
    top: 50%;
    left: calc(50% - 517px);
    width: 50%;
    left: 50%;
    height: auto!important;
    background: none;
    z-index: 1;
    padding: 25px;
    transform: translate(-50%,-50%);
}

.page-template-theme-landing-page .sliderOverlay .title {
    font-size: 48px;
    line-height: 58px;
    margin-top: 20px;
    font-family: 'Lato-Bold';
    text-align: center;
    color: #FFF;
}

.page-template-theme-landing-page .sliderOverlay .icon{
	margin: auto;
}

.slider:after{
	content: '';
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	pointer-events: none;
}

.btn{
	font-size: 15px;
	line-height: 19px;
	width: 160px;
    padding: 5px 0 5px 15px;
	text-align: left;
	border-radius: 20px;
	position: relative;
	cursor: pointer;
}

.btn.blueBtn{
	color: #FFF;
	background-color: #143d73;
}

.btn.whiteBtn{
	color: #143d73;
	background-color: #FFFFFF;
}

.sliderOverlay .btn{
    margin-top: 20px;
}

.btnIcon{
	position: absolute;
    width: 20px;
    top: 4px;
    right: 5px;
}

.sliderControls{
	position: absolute;
	bottom: 30px;
	display: flex;
}

.sliderBar{
	width: 36px;
	height: 5px;
	margin-right: 10px;
	background: #808080;
	cursor: pointer;
}

.sliderBar.active{
	background: #FFF;
}

.overviewDetails{
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
    justify-content: space-evenly;
    align-items: center;
    height: 80px;
    font-family: 'Lato-Bold';
    color: #000;
}

.overviewBlock .inner{
	width: 612px;
	margin: auto;
    padding-bottom: 80px;
}

.overviewBlock .btn{
	margin: auto;
}

.overviewText{
	position: relative;
    height: 200px;
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
}

.overviewText:after{
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.line{
	height: 100%;
	width: 1px;
	background: #000;
}

.introText{
	padding: 45px 0px;
	text-align: center;
}

.introText h1{
	font-family: 'Lato-Bold';
	font-size: 24px;
	line-height: 29px;
    margin-bottom: 45px;
}

.introText p{
	width: 824px;
	margin: auto;
}

p{
	font-size: 14px;
	line-height: 22px;
}

.rmImageBlocks{
	display: flex;
	margin-top: 65px;
}

.rmImageBlock{
	width: 328px;
	height: 254px;
	margin-right: 25px;
    position: relative;
}

.rmImageBlock .backgroundImage{
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.rmImageBlock .backgroundImage:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.4);
}

h2{
	font-size: 18px;
	line-height: 22px;
	font-family: 'Lato-Bold';
}

.rmImageBlock .title{
	position: absolute;
	top: 95px;
    width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	
}

.rmImageBlock:nth-child(3n){
	margin-right: 0px;
}

.rmImageBlock .btn{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.newsSection{
	padding: 50px 0;
	background: #f3f5f8;
}

.newsSection .inner{
	display: flex;
}

.newsCol{
	width: 328px;
	margin-right: 25px;
    position: relative;
}

.newsCol:nth-child(3n){
	margin-right: 0px;
}

.newsCol .title{
	border-top: 8px solid #ea5c4e;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 29px;
	font-family: 'Lato-Bold';
}

.newsPost{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.newsPost .blogDetails{
	background: #2aa9b0;
	color: #FFF;
}

.blogPost .blogDetails{
	background: #f19331;
	color: #FFF;
}

.blogImage{
	flex-basis: 100%;
	height: 142px;
	background-position: center center;
	background-size: cover;
}

.blogDetails{
	flex-basis: 100%;
    padding: 15px;
    height: 250px;
    position: relative;
}

.blogDetails .btn{
    position: absolute;
    bottom: 20px;
}

.blogTitle{
    font-size: 24px;
    line-height: 29px;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    max-height: 87px;
    overflow: hidden;
}

.blogDescription{
    font-size: 14px;
    line-height: 19px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 38px;
    overflow: hidden;
}

.eventPost{
    border-top: 1px solid;
    font-size: 14px;
    line-height: 19px;
    padding-right: 10px;
    padding-top: 5px;
}

.eventPost .description{
	padding-top: 5px;
    padding-bottom: 15px;
}

.eventPost .link{
    margin-bottom: 15px;
}

.eventPost .link a{
    text-decoration: underline!important;
}

.eventsCol .btn{
	position: absolute;
    bottom: 20px;
}

.twitterCol .title{
	color:#00c9ff;
}

.twitterCol .eventPost{
    margin-bottom: 15px;
}

.twitterIcon{
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 10px;
}

.twitterCol .feed{
    overflow: scroll;
}

.feed{
	height: 864px;
	overflow: hidden;
}

.videoSection{
	padding: 50px 0;
}

.videoPlayer{
	width: 824px;
	height: 464px;
	margin: auto;
	position: relative;
}

.videoHolder{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
}

.videoHolder iframe{
	width: 100%;
	height: 100%;
}

.videoThumb{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
	transition: 0.5s linear opacity;
}

.videoThumb.hide{
	opacity: 0;
	pointer-events: none;
}

.playBtn{
	width: 125px;
	position: absolute;
	top: 50%;
	left:  50%;
	transform: translate(-50%,-50%);
}

.implementation{
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	padding: 50px 0;
}

.signup{
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
}

.signup .inner{
	display: flex;
}

.signup .cta{
	font-size: 44px;
	line-height: 53px;
	font-family: 'Lato-Bold';
	width: 517px;
}

.lowerFooter{
	background: #525052;
	color: #FFF;
	padding: 50px 0;
}

#nlEmail{
    width: 380px;
    border: 2px solid #000;
    height: 20px;
    padding: 15px;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.01em;
}

#nlSubmit{
    margin-top: 68px;
    font-size: 25px;
    background: none;
    border: none;
    text-decoration: underline;
    padding: 0px;
}

.footerLogo{
	width: 295px;
}

.implementationBanner{
    display: flex;
}

.implementationLeft{
	width: 517px;
    height: 175px;
    background-size: cover;
    
}

.implementationLeft .title{
	font-size: 24px;
    line-height: 29px;
    height: 58px;
    font-family: 'Lato-Bold';
    margin-bottom: 35px;
    overflow: hidden;
    padding: 15px;
}

.implementationLeft .btn{
	margin-left: 15px;
}

.implementationRight{
	width: 517px;
    height: 175px;
    background-size: cover;
}

.lowerFooter .midRow{
	margin-top: 30px;
	margin-bottom: 30px;
}

.lowerFooter .lowerRow{
    display: flex;
    font-family: 'Lato-Bold';
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.lowerRow .smallIcon{
	margin-left: 10px;
}

.lowerFooter .bottomRow{
	font-size: 12px;
    line-height: 14px;
}

.lowerFooter nav ul{
	list-style: none;
	display: flex;
	font-size: 12px;
    line-height: 14px;
}

.lowerFooter nav ul li{
	margin-right: 15px;
}

.lowerFooter .socialIcon{
	width: 40px;
	height: 40px;
    margin: 0px;
}

.topRow{
	display: flex;
	justify-content: space-between;
}

.socialIcons{
    display: flex;
}

.bottomRow{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.nonConform{
    width: 120px;
}

.mainImplementationBanner{
	width: 100%;
	height: 54px;
    background: #fdd47a;
	display: flex;
	margin-top: 10px;
	justify-content: center;
	align-items: center;
}

.mainImplementationBanner .title{
	font-size: 14px;
    line-height: 14px;
    font-family: 'Lato-Bold';
    color: #000;
}

.mainImplementationBanner .icon{
	height: 54px;
	margin: 0 40px;
}

.mainImplementationBanner .icon img{
	height: 100%;
	width: auto;
}

.mainImplementationBanner .readMore{
	font-size: 14px;
	line-height: 16px;
	color: #000;
}



/*-------------- THEME LANDING PAGE ----------------*/

.page-template-theme-landing-page .sliderOverlay{
	height: 250px;
}

.page-template-theme-landing-page .headerSlider{
	height: 500px;
	overflow: hidden;
}

.page-template-theme-landing-page .introText h1{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0px;
}

.page-template-theme-landing-page .introText {
    padding: 80px 0px;
}

.categoryBlocks{
	padding-bottom: 80px;
}

.categoryBlocks .inner{
    display: flex;
    flex-wrap: wrap;
}

.categoryBlock{
    flex-basis: 298px;
    margin-right: 25px;
    margin-bottom: 25px;
    border-top: 5px solid;
    border-color: inherit;
    padding: 15px;
    padding-bottom: 25px;
}

.categoryBlock:nth-child(3n+3){
	margin-right: 0px;
}

.categoryIcon{
    width: 35px;
    margin-bottom: 10px;
}

.categoryTitle{
    font-size: 24px;
    line-height: 29px;
    height: 87px;
    font-family: 'Lato-Bold';
    margin-bottom: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

.categoryBlocks{
	padding-bottom: 80px;
}

.cctBlocks{
	margin-bottom: 80px;
}

.cctBlocks .inner{
    display: flex;
    justify-content: center;
}

.cctBlock{
    width: 328px;
    margin-right: 25px;
    border-color: inherit;
}

.cctDescription{
	padding: 15px;
    padding-bottom: 25px;
}

.cctBlock .categoryTitle{
    height: 87px;
    margin-bottom: 60px;
}

.cctBlock:nth-child(3n+3){
	margin-right: 0px;
}

.categoryImage{
	height: 254px;
	background-position: center center;
	background-size: cover;
}

hr{
	border: 1px solid #e5e5e5;
	border-bottom: 0px;
    margin: 0;
}

/*-------------------- UPDATES ---------------------*/

.updatesNav{
	background: #e8ecf0;
	color: #143d73;
}

.updatesNav hr:last-of-type{
	display: none;
}

.updatesBlock{
    display: inline-block;
    padding-bottom: 70px;
    cursor: pointer;
}

.updatesBlock h2{
    font-size: 72px;
    line-height: 86px;
    margin-top: 70px;
    margin-bottom: 50px;
}

/*------------------ TEXT PAGE --------------------*/

.textPage{
	padding: 30px 0 100px;
}

.textPage .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.breadcrumbMenu{
	flex-basis: 100%;
	font-size: 12px;
	color: #525052;
}

.breadcrumb-container{
	padding: 0px!important;
}

.breadcrumb-container li a {
    padding: 0 5px 0 0!important;
}

.breadcrumb-container.theme1 a {
	margin: 0px!important;
}

.breadcrumb-container li .separator {
    margin-right: 3px!important;
    margin-left: 3px!important;
}

.textPage .leftCol{
	margin-top: 20px;
	flex-basis: 718px;
	border-top: 10px solid;
}

.textPage .rightCol{
	flex-basis: 255px;
    padding-top: 15px;
}

.pageTitle{
	display: flex;
	margin-top: 10px;
}

.pageTitle .icon{
	width: 42px;
	height: 42px;
	margin-right: 20px;
}

.pageTitle h1{
	font-family: 'Lato-Bold';
	font-weight: 100;
	font-size: 28px;
	line-height: 35px;
	padding-top: 3px;
}

.textPage .pageContent{
    padding-top: 40px;
}

.pageContent h2{
	margin-bottom: 20px;
	text-transform: uppercase;
}

.pageContent img{
	margin-bottom: 20px;
}

.pageContent p{
    margin-bottom: 25px;
}

.pageContent img{
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.pageContent a{
	text-decoration: underline!important;
}

.pageContent ul li{
    font-size: 14px;
    margin: 18px;
}

.linkBlock{
	width: 255px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 20px;
}

.linkBlock h2{
	text-transform: uppercase;
}

.postGrid{
	width: 100%:
}

.postGrid .inner{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}

.postGrid .post{
	flex-basis: 245px;
    margin-right: 18px;
    border-top: 5px solid;
    margin-bottom: 18px;
}

.postGrid .post:nth-child(4n+4){
	margin-right: 0px;
}

.post .icon{
    width: 24px;
    height: 24px;
    margin-top: 10px;
    margin-left: 10px;
}

.postDate{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post .btn{
    margin-left: 10px;
    margin-bottom: 20px;
}

.post .postTitle{
    margin-left: 10px;
    margin-bottom: 20px;
    height: 60px;
    font-size: 24px;
    line-height: 29px;
    height: 145px;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    padding-right: 10px;
    overflow: hidden;
}

.teamGrid .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 50px;
}

.teamGrid .teamMember{
	flex-basis: 245px;
    margin-right: 18px;
    margin-bottom: 18px;
}

.teamGrid .teamMember:nth-child(4n+4){
	margin-right: 0px;
}

.teamMember .teamImage{
	height: 245px;
    width: 245px;
    background-size: cover;
    background-position: center;
}

.teamMember .teamInfo{
	border-top: 5px solid;
	padding-bottom: 10px;
}

.teamMember .teamName{
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Lato-Bold';
}

.teamMember .teamTitle{
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px 10px;
    height: 80px;
}

.teamInfo .btn{
	margin: 10px;
}

.breadcrumb-container.theme1 a{
	text-transform: capitalize;
}

#burger{
	display: none;
    position: fixed;
    top: 21px;
    right: 20px;
    z-index: 9;
    cursor: pointer;
    transition: 0.5s opacity linear;
}

#closeNav{
	display: none;
    position: fixed;
    top: 11px;
    right: 15px;
    z-index: 9;
    cursor: pointer;
    transition: 0.5s opacity linear;
    opacity: 0;
    pointer-events: none;
}

.mobileNav{
	display: none;

}

.mobileNav.open #burger{
	opacity: 0;
	pointer-events: none;
}

.mobileNav.open #closeNav{
	opacity: 1;
	pointer-events: all;
}

.mobileNav.open .navBg{
	opacity: 1;
}

.navBg{
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #133C73;
    opacity: 0;
    transition: 0.5s opacity linear;
    z-index: 2;
}

.mobileNav.open .navBg{
	opacity: 1;
}

#purechat-container .purechat-launcher-frame {
	z-index: 1!important;
}

.mobileNav .menuItems{
    position: fixed;
    width: calc(100% + 15px);
    height: calc(100% - 243px);
    top: 63px;
    border-top: 4px solid #2B5081;
    z-index: 2;
    opacity: 0;
    transition: 0.5s opacity linear;
    pointer-events: none;
    overflow: scroll;
}

.mobileNav.open .menuItems{
	opacity: 1;
	pointer-events: all;
	padding-top: 30px;
}

.mobileNav .menuItem{
    color: #FFF;
    border-top: 5px solid;
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-top: 5px;
    font-size: 16px;
    line-height: 22px;
    height: 70px;
    font-family: 'Lato-Regular';
}

.mobileNav .mainMenus{
    position: fixed;
    width: calc(100% - 40px);
    padding: 20px;
    left: 20px;
    z-index: 2;
    bottom: 0px;
    color: #FFF;
    display: flex;
    background: #2B5081;
    left: 0px;
}

.mobileNav .mainMenus{
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s opacity linear;
	font-size: 18px;
    line-height: 40px;
}

.mobileNav.open .mainMenus{
	opacity: 1;
	pointer-events: all;
}

.mobileNav .mainMenus .leftCol{
	flex-basis: 50%;
}

.mobileNav .mainMenus .rightCol{
	flex-basis: 50%;
}

.mobileNav .membersMenu {
    font-family: 'Lato-Bold';
    border-left: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 0px;
    padding: 0px!important;
}

#map {
    width: 100%;
    height: 500px;
}

.contactMap{
	margin-bottom: 100px;
}

.pageContent h4{
	margin-bottom: 15px;
	font-family: 'Lato-Bold';
}

.pageContent h5{
	margin-bottom: 15px;
	font-family: 'Lato-Bold';
}

.page-template-contact-page .textPage {
    padding: 30px 0 30px;
}

.loginPage{
	background-color:#f3f5f8;
	text-align: center;
	padding: 50px 0 100px;
}

.loginPage h1{
	font-family: 'Lato-Regular';
    font-size: 28px;
    color: #133d72;
}

.loginPage .loginFormHeader{
	background: #FFF;
    width: 400px;
    margin: auto;
    margin-top: 40px;
    border-top: 7px solid #d96555;
}

.loginFormHeader p{
	color: #133d72;
	padding-top: 20px;
	font-family: 'Lato-Bold';
}

.loginPage #loginform{
    background: #FFF;
    width: 400px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.loginPage .login-username, .loginPage .login-password{
	display: flex;
	flex-wrap: wrap;
}

.loginPage label, .login-password label{
	flex-basis: 100%;
	text-align: left;
	padding-left: 40px;
	color: #133d72;
}

.loginPage #user_login, .loginPage #user_pass{
    border: 1px solid #d96555;
    flex-basis: calc(100% - 80px);
    margin: auto;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #8d9eb6;
}

.loginPage #wp-submit{
	display: none!important;
}
.loginPage .loginBtn{
	margin-left: 20px;
}

.loginPage .login-remember{
	margin-bottom: 30px;
	text-align: left;
}

.loginPage .login-remember label{
	padding-left: 20px;
}

.login-submit{
	margin-bottom: 20px;
}

.rmagic {
    display: flex;
    float: none;
    line-height: 1.5;
    font-size: 15px;
    width: 100%;
    margin-top: 0px;
}

.rmagic .rmcontent{
	border: 0px;
}

.rmagic.rm_theme_classic{
	width: 360px;
	margin: auto;
}

.rmagic.rm_theme_classic form.rmagic-form{
	background: #FFF!important;
}

.rmrow {
    background-color: #FFF;
}

.rm-form-field-invalid-msg{
	display: none!important;
}

.rmagic .rmrow .rminput input[type="email"]{
	border-radius: 0px!important;
    font-size: 16px!important;
    padding: 10px 20px!important;
}

.rmagic .rmrow .rminput input[type="text"]{
	border-radius: 0px!important;
    font-size: 16px!important;
    padding: 10px 20px!important;
}

.rmagic .rmrow .rminput input[type="password"]{
	border-radius: 0px!important;
    font-size: 16px!important;
    padding: 10px 20px!important;
}

.rmfield{
	padding: 0px!important;
	flex-basis: 100%;
	display: flex;
    min-height: 0;
    height: auto;
    margin-bottom: 0px;
}

.rmfield label{
	padding-left: 0px;
    margin-left: 20px;
	font-family: 'Lato-Regular';
    font-weight: 100!important;
}

.rmagic .rmrow{
	display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.rminput {
    width: 100%;
}

.rminput input{
	border: 1px solid #d96555!important;
    flex-basis: 100%!important;
    margin: auto!important;
    padding: 10px 20px!important;
    margin-top: 10px!important;
    margin-bottom: 20px!important;
    font-size: 16px!important;
    color: #8d9eb6!important;
}

.pass-wrapper{
	display: none!important;
}

.rmagic .buttonarea {
    margin: 0px;
    background: #FFF;
}

.rmagic input[type=submit] {
	background: none!important;
    border-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    padding: 6px 30px 6px !important;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
    width: auto;
    margin: 0px;
    float: none;
    color: #FFF;
    border: 0px!important;
    background-color: #143d73!important;
    text-transform: capitalize;
}

.rmagic .rmcontent form fieldset {
    padding: 0px;
}

.rmagic .buttonarea input[type='button'], .rmagic .buttonarea input[type='submit'] {
    min-width: 0px!important;
    min-height: 0px !important;
    float: left;
    margin-left: 15px;
    width: 160px;
    padding: 5px 0 5px 15px!important;
    text-align: left;
    background-repeat: no-repeat!important;
    background-size: 20px!important;
    background-position: 136px 4px!important;
    background-image: url('../images/iconArrow.svg')!important;
}

.registerWrap{
    background: #FFF;
    width: 360px;
    margin: auto;
    padding: 20px;
    font-size: 14px;
    color: #133d72;
}

@media screen and ( max-width: 1080px ){
	
	.mobileNav{
		display: block;
	}
	
	.inner {
	    width: calc(100% - 40px);
	    flex-basis: calc(100% - 40px);
    }
    
    .mainNav{
	    display: none;
    }
    
    .subNav{
	    display: none;
    }
    
    .content{
	    top: 33px;
    }
    .sliderOverlay {
	    left: 20px;
    }
    
    #burger{
	    display: block;
    }
    
    #closeNav{
	    display: block;
    }
   
}

@media screen and ( max-width: 900px ){

	.introText p {
    	width: 100%;
    }
    
    .rmImageBlocks{
		flex-wrap: wrap;
	}
	
	.rmImageBlock {
	    width: 100%;
	    margin-right: 0px;
	    margin-bottom: 25px;
	}
	
	.newsSection .inner{
		flex-wrap: wrap;
	}
	
	.newsCol {
	    width: 100%;
	    margin-right: 0px;
        margin-bottom: 40px;
	}
	
	.eventsCol{
		display: none;
	}
	
	.videoPlayer {
    	width: calc(100% - 40px);
	    height: 364px;
    }

	.categoryBlock{
		flex-basis: 100%;
	    margin-right: 0px;
	}
	
	.overviewBlock .inner {
    	width: 100%;
    }
    
    .overviewDetails{
        flex-wrap: wrap;
    }
    
    .overviewDetails .line{
	    display: none;
    }
    
    .overviewText {
	    width: 80%;
	    margin: auto;
	}
	
	.cctBlocks .inner{
		flex-wrap: wrap;
	}
	
	.cctBlock {
    	width: 100%;
		margin-bottom: 25px;
		margin-right: 0px;
    }
    
    .implementationBanner{
	    flex-wrap: wrap;
    }
    
    .implementationLeft {
	    width: 100%;
	    height: 175px;
	    background-size: cover;
	    background-position: right;
	}
	
	.implementationRight {
    	width: 100%;
    }
	
	.breadcrumbMenu {
	    margin-top: 20px;
	}
	     
}



.search-button {
	float: right;
	cursor: pointer;
	color: var(--lightgray);
	margin: 5px 20px;
	font-size: 14px;
	transition: all 0.3s ease-in;		
}

.search-button:hover {
	opacity: 0.5;
	color: var(--lightgray);
	transition: all 0.3s ease-in-out;		
}



.s {
  display: none;
  background: #143d73;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  transition: background-color 200ms linear;
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
}

.sb {
  border:none;
  padding: 10px 0;
  background:none;
  color:white;
  outline:none;
  border-bottom:1px solid var(--white);
  width:80%;
  font: 25px 'Lato-Regular';
  font-weight: 300;
}

button {
  background:none;
  border:none;
}

.sbtn {
  font-size: 18px !important;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  top: -5px;
  position: relative;
}

.sbtn:hover {
  	color: var(--white);
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

nav .inner {
	position: relative;
}


#wpadminbar {
  z-index: 99999 !important;
}

.fullCol {
  margin-top: 20px;
  flex-basis: 100%;
  border-top: 10px solid;
    border-top-color: currentcolor;
}

.search-res {
  margin: 20px 0;
  border-top: 1px solid #eee;
  padding: 20px 0 0 0;
}


.fourcol {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* 
==========================================================================
PAGE NAVIGATION
==========================================================================
*/

.paged {
  clear: both;
  margin: 0;
  text-align: left;
  display: block;
  width: 100%;
}

.wp-pagenavi {
  border-top: 1px solid #eee;
  padding: 20px 0 0 0;
  display: block;
  margin: 20px 0;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px; 
	margin: 2px 5px;
	text-decoration: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid transparent;
	color: #143d73;
	font-weight: bold;	
}

.wp-pagenavi a:visited {
	padding: 5px; 
	margin: 2px 5px;
	text-decoration: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid transparent;
	color: #143d73;
	font-weight: bold;	
}

.wp-pagenavi a:hover {	
	border: 0;
	color: #58595b;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: transparent;
	padding: 5px; 
	margin: 2px 5px;
	font-weight: bold;
}

.wp-pagenavi a:active {
	padding: 5px; 
	margin: 2px 5px;
	text-decoration: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #143d73;
	color: #143d73;
	font-weight: bold;
}

.wp-pagenavi span.pages {
	padding: 5px; 
	margin: 2px 5px;
	color: #143d73;
	font-weight: bold;
	border:0;
}

.wp-pagenavi span.current {
	padding: 5px; 
	margin: 2px 5px;
	font-weight: bold;
	border: 0;
	color: #143d73;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #143d73 !important;
}

.wp-pagenavi span.extend {
	padding: 5px; 
	margin: 2px 5px;
	border: 0;
	color: #143d73;
	font-weight: bold;
}



#tribe-events-pg-template {
  margin: 150px auto 0 auto!important;
}

.tribe-events-before-html {
  display: none!important;
}


.over-center {
  position: absolute;
  top: 100px;
  left: 0!important;
  width: 75%!important;
  height: auto;
  background: none!important;
  right: 0!important;
  margin: 0 auto!important;
  text-align: center!important;
  max-width: 800px;
}

.over-center .icon {
  width: 35px;
  height: 35px;
  margin: 0 auto!important;
}

.overview-center {
  text-align: center;
  margin: 50px auto;
  height: auto !important;
  overflow: auto;
}

.overview-center::after {
	display: none;
}

.overview-center h1 {
  font-family: 'Lato-Bold';
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 45px;
}

.grid-blocks h1 {
  font-family: 'Lato-Bold';
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 45px;
  text-align: center;
}

.grid-divider {
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 50px 0;
}

.grid-divider:last-of-type {
	    border-bottom: 0;
}


.item-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-items: stretch;
    align-items: inital;
    margin:  50px auto;
}

@media screen and (max-width: 800px) {
.item-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
}

@media screen and (max-width: 600px) {
.item-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
}


.grid-item {
	border-top: 5px solid;
	border-color: inherit;
	padding: 25px;
}

.grid-item .categoryTitle {
  font-size: 24px;
  line-height: 29px;
  height: auto;
  margin-bottom: 10px;
  overflow: auto;
  text-transform: uppercase;
}

.grid-item .btn {
  font-size: 15px;
  line-height: 19px;
  width: 120px;
  padding: 5px 0 5px 15px;
  text-align: left;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 20px 0 0 0;
}


.postGrid .inner {
  padding: 50px 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: inital;
  margin: 0 auto;
  max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; 	
}

@media screen and (max-width: 1000px) {
.postGrid .inner {
  grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (max-width: 800px) {
.postGrid .inner {
  grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 600px) {
.postGrid .inner {
  grid-template-columns: 1fr;
}
}

.postGrid .post {
  flex-basis: unset;
  margin: 0;
  display: block;
}

.post .postTitle {
  margin-left: 10px;
  margin-bottom: 20px;
  height: auto;
  font-size: 24px;
  line-height: 29px;
  height: auto;
  font-family: 'Lato-Bold';
  text-transform: uppercase;
  padding-right: 0;
  overflow: auto;
}

.alt-grid .grid-item {
	padding:0;
}

.grid-image {
  height: 200px;
  width: 100%;
  margin: 0;
}

.item-inner {
	padding: 25px;
}

.page-id-2 .blogTitle {
  max-height: unset!important;
	overflow:auto!important;
}