/* -- COLORS

BLUE:
Hex #1b81c1
RGB 27,129,193

ORANGE
Hex: #ff8a00
RGB 255,138,0

-- */

/* -- ADMIN NAV -- */

.navbar-fixed-top {
	top: 0px;
}
body.admin-bar .navbar-fixed-top {
	top: 32px !important;
}

.sublinksbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1020;
	top:80px;
}
body.admin-bar .sublinksbar{
	top: 112px !important;
}
@media (min-width:768px) {
	body#nav1 {
	    margin-top: 130px;
	}
	body#nav2 {
	    margin-top: 172px;
	}
}
@media (max-width:767px) {
	body#nav1,
	body#nav2 {
	    margin-top: 190px;
	}
	/* body#nav2 {
	    margin-top: 172px;
	} */
}
.terlinksbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1020;
	top:130px;
}
body.admin-bar .terlinksbar{
	top: 162px !important;
}
/* -- GLOBAL -- */

.wf-loading * {
    visibility: hidden;
}

body {
	color: #444;
	font-style: normal;
/*
	font-family: purista-web;
	font-size: 20px;
    font-weight: 300;
*/
    font-family: montserrat;
    font-size: 16px;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
	margin-top:80px;
    line-height: normal;
	background: #fff;
}
body.home {
	margin-top:0;
}

p, ul, ol {
    margin: 0 0 20px 0;
	line-height: 1.6;
}
hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #ddd !important;
}
hr.tall {
	margin-top: 20px !important;
	margin-bottom: 40px !important;
}
/* :target {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
} */
a, a:focus {
	color:#1b81c1;
	text-decoration: none;
	transition: all 0.2s linear;
	cursor: pointer !important;
	outline:0 !important;
}
a:hover {
	color:#4498ee;
	text-decoration: none;
}
a.orange-link {
	color:rgba(255,138,0,1);
}
a.orange-link:hover {
	color:rgba(255,138,0,.7);
}
a.black-link {
	color:#444;
}
a.black-link:hover {
	color:#bbb;
}
.img-responsive {
	width:100%;
	height: auto;
}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
}
h2 {
    color: #444;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 15px;
    font-family: montserrat, sans-serif;
    font-weight: 900;
}
h3 {
    color: #1b81c1;
    font-size: 24px;
    font-family: purista-web;
}
h4 {
    font-family: purista-web;
}
h5 {
	font-weight: 500;
    font-family: purista-web;
    font-size: 18px;
    margin:0 0 20px 0;
}
img.svg {
	display: none;
}
.svg-orange svg path {
	fill: #ff8a00 !important;
	stroke: transparent !important;
}
.svg-blue svg path {
	fill: #1b81c1 !important;
	stroke: transparent !important;
}
.svg-gray svg path {
	fill: #444 !important;
	stroke: transparent !important;
}

/* -- LAYOUT -- */

.container .container {
	max-width: 100% !important;
}

.col-centered{
    float: none !important;
    margin: 0 auto !important;
}

/* -- FORMS -- */

.form-control {
	width:100% !important;
	border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	border:1px solid #ddd;
	margin-bottom: 20px;
}
.bootstrap-select {
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
}
.bs-placeholder {
	text-transform: none;
}
.g-recaptcha {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-bottom:0px;
}
.hs_recaptcha {
	display: none;
}

.hbspt-form fieldset {
	max-width: 100% !important;
}
ul.inputs-list {
	margin: 0 0 30px 0;
	list-style: none;
	padding:0;
}
ul.inputs-list li {
	margin: 0;
	list-style: none;
	padding:0;
}
ul.inputs-list li span {
	margin-left:10px;
}

/* -- BUTTONS -- */
.btn {
	white-space: normal;
    cursor: pointer;
}
.btn-primary,
.btn-primary:focus,
input.btn-primary,
input.btn-primary:focus {
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 35px;
    border-radius: 50px;
	color: #fff;
	background: #ff8a00;
	border:0;
/*    font-size: 16px;*/
    font-size: 12px;
    box-shadow: 0 0px 0 rgba(255,255,255,0);
}
.btn-primary:hover,
input.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background: #c26900;
}

.bg-orange .btn-primary, .bg-orange .btn-primary:focus {
	border-radius: 50px;
	color: #fff;
	background: #333;
	border:0;
	box-shadow: 0 0px 0 rgba(255,255,255,0);
}
.bg-orange .btn-primary:hover {
	color: #fff;
	background: #111;
}

.btn-secondary, .btn-secondary:focus {
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    background: 0;
    border: 3px solid #222;
    color: #222;
	min-width:200px;
}
.btn-secondary:hover {
	background:#222;
	color: #fff;
}
.row-colored .btn {
	font-size: 14px;
	padding: 12px 35px;
}
.pagination, .pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0px !important;
}
.pagination>li>a, .pagination>li>span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.pagination>li>span.current {
	background: #eee;
}

.dropdown-row button {
	display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    background: #ff8a00;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ff8a00;
}
.dropdown-row .open>.dropdown-menu {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
}
.dropdown-row .dropdown-menu>li>a {
    white-space: normal;
    padding: 3px 10px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
    background-color: #1b81c1;
}

/* -- NAVIGATION -- */


.navbar-default {
    font-family: purista-web;
    background: rgba(255,255,255,.9);
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0);
    height: 80px;
	border-bottom: 5px solid #ff8a00;
}
.navbar-default.scroll-nav {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
.navbar-brand {
    position: relative;
    height: 80px;
    width: 140px;
    margin-right: 25px;
    padding: 15px 0px;
    display: inline-block;
    left: 40px;
}
.navbar-default .navbar-nav>li {
}
.navbar-default .navbar-right {
    margin-right: 0;
}
.menu-item-3429 a {
    color: #fff;
    background: rgba(0,0,0,.2);
    font-weight: 700;
}
.navbar-default .navbar-nav>li>a {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 80px;
    padding: 0 15px;
}
.navbar-default .navbar-nav>li:hover, .navbar-default .navbar-nav>li:hover a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #333;
    background: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
    color: #ff8a00;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li.active:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #2a333f;
	background: transparent;
}

.navbar-default .dropdown-menu {
    margin: 0;
    padding: 0 0 5px 0;
    border: 0;
    border-radius: 0px;
    background: #fff;
    min-width: 100%;
}
.navbar-default .dropdown-menu>li>a {
    padding: 9px 20px;
    clear: both;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
    font-size: 16px
}
.navbar-default .navbar-nav.nav-secondary .dropdown-menu>li>a {
    font-size: 13px
}
.navbar-default .navbar-nav .dropdown-menu>.active>a {
    background: transparent;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3d8ede;
    outline: 0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
}


/* -- NAVIGATION MOBILE -- */
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: rgba(0,0,0,.2);
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: rgba(0,0,0,.1);
}
.pushy {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
/*    background: #fff;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background:#1b81c1;
}
.pushy-open-right .pushy {
    box-shadow: 3px 3px 5px rgba(0,0,0,.4);
}
.pushy a {
    display: block;
    color: #fff;
    padding: 15px 30px !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 15px;
    text-transform: uppercase;
    font-weight:700;
}
.pushy a.menu-btn {
    padding: 10px 30px;
    background: rgba(0,0,0,.3);
    color:rgba(255,255,255,.7);
}
.pushy a:hover {
    background-color: rgba(255,255,255,.2);
}
.pushy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pushy ul:first-child {
    margin-top: 10px;
}
.pushy.pushy-right {
    right: 0;
}
.pushy-content {
    visibility: hidden;
}
.pushy-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
/* .pushy-open-right #container, .pushy-open-right .push {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
} */
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pushy-open-right .pushy-content {
    visibility: visible;
}
#container, .pushy, .push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
    transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
    display: none;
}
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}
 @keyframes fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.pushy .dropdown:hover .dropdown-menu {
    display: none;
}
.pushy .dropdown.open .dropdown-menu {
    position: relative;
    float: none;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    display: block;
    background-color:rgba(255,255,255,.1);
}
.pushy .dropdown-menu>li>a {
    padding: 10px 20px 10px 15px;
    background-color:rgba(0,0,0,.1);
    font-weight:700;
    color:#fff;
    font-size: 13px !important;
    text-transform:none !important;
}
.pushy .dropdown-menu li li a {
    font-weight:normal;
}
.pushy .dropdown-menu li li a:before {
    content: "- ";
}
.pushy-right #menu-item-16143 {
    display: none;
}

/* -- SEARCH -- */

.searchdiv {
    position: absolute;
    background: #ff8a00;
    display: none;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    left: 0px;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 35px 35px -2px rgba(0,0,0,0.3);
    top: 80px;
}
.searchdiv input[type=search] {
    width: 100%;
    box-sizing: border-box;
    border: 0;
	border-bottom:1px solid rgba(255,255,255,.6);
    font-size: 16px;
    background:0;
    background-image: url('../img/search.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 6px 20px 12px 40px;
	color:#fff;
    font-weight: 600;
}
.searchdiv input:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.searchdiv ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.searchdiv :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.searchdiv ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.searchdiv :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.searchdiv ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}


/*-- HOMEPAGE --*/

.bar-title {
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
}

.bar-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
	position: relative;
}
.bar-hero .bar-title {
	color:#1b81c1;
	font-size: 76px;
}
.bar-hero .container {
	position:relative;
	padding-top:170px;
	padding-bottom: 300px;
}
.white-shadow {
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
    filter: blur(50px);
    position: absolute;
    z-index: 5;
    height: 400px;
    display: block;
    width: 100%;
	opacity: .85;
    background: #fff;
}
.hero-copy {
	padding:60px;
	position: relative;
	z-index: 10;
}
.bar-hero .hero-primary {
	margin:0px 0 10px 0;
	text-shadow: 0px 0px 60px rgba(255, 255, 255, 1);
}
.bar-hero .hero-secondary {
	margin-bottom:0px;
	font-size: 32px;
	text-shadow: 0px 0px 60px rgba(255, 255, 255, 1);
    font-family: purista-web, sans-serif;
}

.bar-intro {
    background:#1b81c1;
	padding:35px 0;
	border-top:2px solid #fff;
	font-size: 26px;
	color: #fff;
}
.bar-intro p {
    line-height: normal;
}
.intro-copy {
	margin: 0 10% 30px 10%;
    font-family: purista-web, sans-serif;
}
.bar-intro .btn-primary, .bar-intro .btn-primary:focus {
    padding: 15px 35px;
    font-size: 14px;
    margin: 0 15px;
	background: rgba(0,0,0,.5);
}
.bar-intro .btn-primary:hover {
	background: rgba(0,0,0,.7);
}
.bar-logos {
    background:#444;
	border-top:2px solid #fff;
	padding: 10px 0;
}
.bar-logos img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: .3;
}

.bar-services {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding:80px 0 30px 0;
    border-bottom:3px solid #ff8a00;
}
.bar-services .bar-title {
    color:#1b81c1;
    margin-bottom:30px;
}
.row-service {
    margin-bottom:50px;
}

.box-service {
    margin-bottom:50px;
}
.inner-column-title {
    font-size: 24px;
    font-weight: 700;
    font-family: purista-web;
    margin-bottom: 10px;
}
.inner-column-copy {
    font-size: 18px;
    margin-bottom: 30px;
    margin-right: 10%;
}

.bg-impact-resources {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
	position: relative;
	background-image: url(../img/bg-laptop.jpg);
}

.bar-impact {
	font-family: montserrat, sans-serif;
	background:rgba(37,37,37,.9);
	padding:70px 0;
	color:#fff;
}
.impact-svg {
	height:125px
}
.impact-box svg {
	height:125px !important;
	width:auto !important;
}
.bar-impact .bar-title {
	margin-bottom: 70px;
}
.bar-impact .impact-line1 {
	font-weight: 900;
	margin: 15px 0 0 0;
	font-size: 42px;
}
.bar-impact .impact-line2 {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: uppercase;
}
.bar-impact .impact-line3 {

}
.bar-resources {
	padding: 70px 0 40px 0;
	border-bottom:3px solid #ff8a00;
}
.bar-resources .bar-title {
	margin-bottom: 70px;
	color:#1b81c1;
    margin-bottom: 50px;
}
a.resource-box {
	color:#444;
	display: block;
	padding:20px;
	margin-bottom: 30px;
}
a.resource-box:hover {
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
	background: rgba(255,255,255,.2);
}
.resource-image {
	display:inline-block;
/*	max-width: 80% !important;*/
	margin-bottom: 30px;
}
.resource-type {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    font-family: purista-web, sans-serif;
}
.resource-title {
/*	font-size: 22px;	*/
}
/* -- MAIN CONTENT -- */

.row-component-title {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #ff8a00;
}

.wrapper:before {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/bg-geometric.png); */
	background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}
body.admin-bar .wrapper:before {
	top:112px;
}
.sublinksbar + .wrapper:before {
    top: 130px;
}
body.admin-bar .wrapper-before,
body.admin-bar .sublinksbar + .wrapper:before {
	top: 162px;
}

.terlinksbar + .wrapper:before {
    top: 180px;
}
body.admin-bar .terlinksbar + .wrapper:before {
	top: 212px;
}

/* body.top-parent-13 .wrapper:before  {
	background-image: url(../img/bg-services.png);
}
body.top-parent-14 .wrapper:before  {
	background-image: url(../img/bg-help.png);
}
body.top-parent-15 .wrapper:before  {
	background-image: url(../img/bg-resources.png);
}
body.top-parent-17 .wrapper:before, .single-job .wrapper:before  {
	background-image: url(../img/bg-about.png);
} */

.wrapper h1 {
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #444;
    text-align: left;
    text-shadow: 0px 10px 30px rgba(255, 255, 255, 1);
}
.wrapper h2 {
    color: #1b81c1;
/*    font-size: 36px;*/
    font-size: 26px;
    line-height: normal;
    margin-bottom: 15px;
    font-family: montserrat, sans-serif;
    font-weight: 900;
}
.wrapper h3 {
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-size: 18px;
    color:#444;
    /* text-transform: uppercase; */
}

.wrapper h4 {
    font-weight: 700;
    color:#444;
    font-size: 18px;
}

.wrapper header {
    /* padding:25px 0 20px 0; */
	padding: 45px 0 20px 0;
    /* border-bottom: 1px solid #ff8a00; */
}
.mainbody {
    background-color: rgba(255,255,255,.9);
}
.default-editor {
/*    padding-top: 30px;*/
    padding-top: 45px;
    padding-bottom: 45px;
}
.page-id-14 .default-editor {
    padding-bottom: 0px;
}
.default-editor .featured-img {
    margin:0 0 30px 30px;
}
.default-editor .featured-img.pull-left {
    margin:0 30px 30px 0px;
}
@media (max-width:768px) {
    .default-editor .featured-img {
        margin:0 0 30px 0px;
    }
}
/* -- IMAGE BOX -- */
.row-image-boxes {
	padding-top:30px;
}
.image-box-img {
	margin-bottom: 25px;
}
.page-id-148 .image-box-img {
    padding: 0 30px;
}

.image-box-title p, a .image-box-title {
	line-height: normal;
	font-weight: 700;
	color: #444;
	font-size:16px;
}
.logo-row {
	padding-bottom:45px;
}
/* -- NEWS -- */

a.newsbox {
	padding: 20px;
	margin-bottom: 25px;
	display: block;
	text-align: left;
    border:1px solid rgba(255,255,255,0);
    color:#444;
}
a.newsbox:hover {
	color:#444;
    background: #fff;
    border:1px solid #1b81c1;
}

.newsbox .cats {
    display: inline-block;
    background: #1b81c1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    font-size: 10px;
    border-radius: 50px;
    padding: 7px 25px;
}
.newsbox .cats.events {
	background: #1b81c1;
}
.newsbox .cats.news {
	background: #033c60;
}
.newsbox .cats.press-releases {
	background: #ff8a00;
}
.newsbox .title {
    font-family: purista-web;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.newsbox .date {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
}
.newsbox .excerpt-inner {
	font-size: 14px;
}

/* -- JOB SECTION -- */

.wrapper.page-job h2 {
    color: #1b81c1;
}

.wrapper.page-job h3 {
    /* border-top: 1px solid #ddd; */
    padding-top: 10px;
    color: #444;
}
.rc {
    margin-top:20px;
}
.lc {
    margin-top:20px;
    margin-bottom: 30px;
}
.rc-box {
    padding:30px 30px 10px 30px;
    color:#fff;
    margin-bottom:30px;
    font-size: 15px;
    font-weight: 500;
}
.rc-box-title {
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}
.rc-box-title hr {
    max-width: 30%;
    margin: 0;
    border-top: 3px solid #fff !important;
}

/* -- FLOAT CTA --*/

.fixed-position {
    position: fixed !important;
    top: 120px !important;
}
a.cta-float-box {
    position:absolute;
    transition-property: none;
    z-index: 50;
    right:0;
    top:80px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #ff8a00;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    font-family: montserrat, sans-serif;
    border-radius: 10px 0px 0px 10px;
    text-transform: uppercase;
    max-width: 400px;
}
a.cta-float-box:hover {
    background: #4498ee;
}
.cta-float-icon {
    font-size:60px;
}
.cta-line1 {
/*    white-space: nowrap;*/
    font-weight: 300;
    font-size: 16px;
}
.cta-line2 {
    white-space: nowrap;
    font-weight: 900;
    font-size: 34px;
}

/* -- ICON BOXES --*/

.ptop45 {
    padding-top:45px;
}

.row-icon-boxes {
/*    padding-bottom:50px;*/
}
.icon-box-container {
    padding: 30px 30px 1px 30px;
    background: #fff;
    margin: 0px 0px 45px 0px;
    transition: all 0.2s linear;
	border:1px solid #ddd;
	display: block;
}
a.icon-box-container:hover {
    box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.15);
	border:1px solid transparent;
}
a.icon-box-container:hover .icon-box-button .btn.btn-primary {
	transition: all 0.2s linear;
	color: #fff;
	background: #c26900;
}
.icon-box-inner {
    margin: 0 0px 40px 0px;
}
.icon-box-inner h3 {
/*    font-size: 20px;    */
    color: #444;
}
.icon-box-img {
    padding: 0 0 15px 0;
    display: inline-block;
}
.icon-box-img img {
    max-width:300px;
}

.icon-box-svg {
	height:150px;
	margin-bottom: 25px;
}
.icon-box-svg svg {
	height:150px !important;
	width:auto !important;
}
.row-solution-pillars .icon-box-svg {
	height:100px;
	margin-bottom: 25px;
}
.row-solution-pillars .icon-box-svg svg {
	height:100px !important;
	width:auto !important;
}
.icon-box-title, .icon-box-subtitle {
	margin-bottom: 10px;
}
.icon-box-content {
	margin-bottom: 15px;
	font-size: 16px;
}
.icon-box-button {
	margin-bottom:15px;
}

/* -- COLORED IMAGE BACKGROUND BAR --*/

.bg-blue {
    background-color:#1b81c1 !important;
    color:#fff;
}
.bg-orange {
    background-color:#ff8a00 !important;
    color:#fff;
}
.bg-dark-blue {
    background-color:#033c60 !important;
    color:#fff;
}
.bg-dark-gray {
    background-color:#444 !important;
    color:#fff;
}
.bg-dark-gray1 {
    background-color:#444 !important;
    background-image: url(https://www.transparenttextures.com/patterns/dark-mosaic.png);
    color:#fff;
}
.bg-blue a, .bg-orange a, .bg-dark-gray a, .bg-dark-gray1 a {
    color:#fff;
    border-bottom: 1px solid #fff;
}
.bg-blue a:hover, .bg-orange a:hover, .bg-dark-gray a:hover, .bg-dark-gray1 a:hover {
    color:rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.bg-blue a.btn, .bg-orange a.btn, .bg-dark-gray a.btn, .bg-dark-gray1 a.btn, .bg-blue a.btn:hover, .bg-orange a.btn:hover, .bg-dark-gray a.btn:hover, .bg-dark-gray1 a.btn:hover {
    border-bottom:0;
}
.bg-white {
    background-color:rgba(255,255,255,.9) !important;
    color:#444;
}
.text-blue {
    color:#1b81c1;
    white-space: nowrap;
}
.text-orange {
    color:#FF89FD;
    white-space: nowrap;
}
.text-white {
    color: #fff;
    white-space: nowrap;
}
.text-dark-gray {
    color:#444;
    white-space: nowrap;
}
.pad-tall {
    padding-top:110px;
    padding-bottom:110px;
}
.pad-short {
    padding-top:35px;
    padding-bottom:20px;
}
.row-colored {
/*    font-size:22px;*/
    font-size: 18px;
/*    font-weight: 300;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.row-colored-header {
    font-family: montserrat, sans-serif;
    font-weight: 900;
/*    font-size: 48px;*/
	font-size: 30px;
    /* text-transform: uppercase; */
    line-height: normal;
    margin-bottom: 10px;
}

/* -- RESOURCES -- */

.resource-list {
	margin-top: 0px;
	margin-bottom: 20px;
}
.resource-list .icon-box-svg {
	height: 75px;
}
.resource-list .icon-box-svg svg {
    height: 75px !important;
}
.resource-list h3 {
    font-size: 12px;
}
.resource-list h4 {
	font-weight: 400;
    color: #444;
}
li.sf-field-search, li.sf-field-taxonomy-resource_type {
	width: 50% !important;
	display: inline-block !important;
}
.searchandfilter ul li {
	padding: 0;
}
.searchandfilter label {
    width: 100%;
}
.searchandfilter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.searchandfilter ul {
	margin: 0;
	padding: 0;
}
.searchandfilter .form-control, .searchandfilter .btn {
	font-size: 16px !important;
}
.searchandfilter .form-control {
	padding: 17px 20px 18px 20px;
}
.searchandfilter .btn {
    border: 0;
	border-radius: 0;
}
.searchandfilter li.sf-field-taxonomy-resource_type {
	padding-right: 30px;
}
.searchandfilter input {
	font-weight: normal;
}

/* -- LANDING PAGE -- */

.row-lp-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    min-height: 800px;
    padding-top:80px;
}
.lp-hero-primary {
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-size: 70px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 0px;
    color:#1b81c1;
}
.lp-hero-secondary {
    color:#fff;
    font-weight: 100;
    font-family: montserrat, sans-serif;
    font-size: 68px;
    text-transform: uppercase;
    line-height: normal;
    /* margin-bottom: 320px; */
	margin-bottom: 240px;
}

a.lp-cta-float-box {
    position:relative;
    right:0;
    margin:0px 0px 88px 0px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #ff8a00;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    font-family: montserrat, sans-serif;
    border-radius: 10px 0px 0px 10px;
    text-transform: uppercase;
    float: right;
}
a.lp-cta-float-box:hover {
    background: #4498ee;
}
.lp-hero-footer {
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.4;
    color:#fff;
    padding: 20px 0;
    /* padding: 100px 0 20px 0; */
    background-color: rgba(37,37,37,.9);
	/* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); */
}

@media (max-width:767px) {
	.lp-hero-primary,
	.lp-hero-secondary {
    	font-size: 40px;
	}
}

/* -- TESTIMONIAL BAR --*/

.testimonial-row {
    font-style: italic;
    padding: 60px 0;
    color:#fff;
	background: #033c60;
    font-family: purista-web;
	position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.testimonial-row.padding-sm {
	padding: 35px 0;
}
.testimonial-row:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .1;
    /* background: url(/wp-content/uploads/2018/12/lecture.jpg); */
    background-repeat: no-repeat;
    background-position: 50% 70%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.testimonial-row .container {
/*
    border: 1px solid #1b81c1;
    padding: 35px 15px 40px 15px;
    margin: 30px auto;
    background: rgba(27, 129, 193, .2);
*/
	position: relative;
	z-index: 1000;
}
.testimonial-row .quote {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.testimonial-row .credit {
    font-size: 26px;
}
.testimonial-row.font-sm .quote,
.testimonial-row.font-sm .credit {
    font-size:22px;
}

.multiple-quotes {
	padding: 0 30px;
}

/* -- LOGO ROW --*/

.logo-box-img {
	padding: 30px;
}
.col-sm-2 .logo-box-img {
    padding: 30px 10px;
}
.logo-box-img img {
	max-width:250px;
	display: inline-block;
}

/* -- IMAGE SLIDER --*/

.image-slider {
    background-image: url('../img/bg-gray.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-bar {
    padding: 20px 0;
}
.image-slider #carousel {
    margin: 0;
}
.image-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 45px;
}

.image-slider #thumbcarousel .item {
    text-align: center;
}

.image-slider #thumbcarousel .item .thumb {
    border: 4px solid rgba(0,0,0,0);
    width: 20%;
    margin: 0 2% 25px 2%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 98px;
}

.image-slider #thumbcarousel .item .thumb:hover {
    border-color: #1b81c1;
}

.image-slider .item img {
    width: 100%; height: auto;
}
.image-slider .control-bar {
    background-color: #a2a2a2;
    padding:45px 0 20px 0;
    border-top:2px solid #ddd;
    border-bottom:1px solid #c6c6c6;
}

.image-slider .carousel-control.left,
.image-slider .carousel-control.right {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 0%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.image-slider .carousel-control {
	color: rgba(0,0,0,.2);
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}
.image-slider .carousel-control:hover {
	color: #1b81c1;
}

/* -- MULTICOLUM ROW -- */

.multicolumn-row {
    padding: 40px 0 20px 0;
}
.default-editor .multicolumn-row {
    padding: 0px 0 20px 0;
}
.multicolumn-row h3 {
    margin-bottom: 10px;
    /* text-transform: none; */
    line-height: 1.6;
    font-size: 16px;
    /* text-align: center; */
}
.multicolumn-div {
    margin-bottom:20px;
}

/* -- FOOTER CTA --*/

.cta-row {
    padding:50px;
}
.cta-footer-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 15px;
	font-family: montserrat, sans-serif;
    font-weight: 900;
}
.cta-seconday-copy {
	margin-bottom: 25px;
}

/* -- SIDE NAV --*/

.side-nav {
    font-family: purista-web;
	background-color: transparent;
	margin-bottom: 20px;
    z-index: 999;
    position: relative;
}
.side-nav p.parent {
	margin-bottom: 0px;
	padding: 0;
	font-weight: 600;
	background:#f5f5f5;
}
.side-nav p.parent a {
	font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
    color: #4498ee;
	padding: 5px 20px;
	display: block;
	text-transform: uppercase;
	border-right:1px solid #eee;
}
.side-nav p.parent a:hover {
	border-right:1px solid #4498ee !important;
	color: #4498ee;
}
.side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0px 0;
}
.side-nav > ul {
/*	border-top:1px solid #ddd;*/
}

.side-nav > ul > li {
	border-bottom:1px solid #ddd;
}

.side-nav ul ul {
	padding: 0 0 0px 0;
}
.side-nav ul li {
	padding: 0 0px;
	margin: 0 0 0px 0;
}
.side-nav ul li.current_page_item > a {
	color: #4498ee;
/*	background:#4498ee;*/
}
.side-nav ul li.current_page_item > a:hover {
	color: #fff;
/*	background:#4498ee;*/
}
.side-nav ul li a {
	color: #777;
    font-size: 16px;
    font-weight: 400;
	padding: 7px 20px;
	display: block;
}
.side-nav ul li a:hover {
	color: #fff;
	background:#4498ee;
}
.side-nav ul li li a {
    font-size: 11px;
    color: rgba(0,0,0,.8);
	background:#f5f5f5;
}

/* -- BAR SUBNAV -- */

.subnav-row {
    font-family: purista-web;
    background: #444;
}
.subnav-row ul {
	list-style:none;
	margin: 0 auto;
	padding:0;
}
.subnav-row li {
	padding: 0;
	margin:0;
	display: inline-block
}
.subnav-row a {
    color: #fff;
    line-height: 50px;
	display: block;
    padding: 0 10px;
	font-size: 16px;
    font-weight: 400;
}
.subnav-row a.active {
	background:#ff8a00;
	color:#fff;
}
.subnav-row a:hover, .subnav-row a.active:hover  {
    background-color: #FF8A00;
    text-decoration: none;
    color: #fff;
}

/* -- BAR TERNAV -- */

.ternav-row {
    font-family: purista-web;
    background: #333;
	/* border-bottom:1px solid #333;
	border-top:1px solid #333; */
}
@media (max-width:767px) {
	.ternav-row {
		display: none;
	}
}
.ternav-row ul {
	list-style:none;
	margin: 0 auto;
	padding:0;
}
.ternav-row li {
	padding: 0;
	margin:0;
	display: inline-block
}
.ternav-row a {
	color: #fff;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}
.ternav-row a.active {
	/* background:#ff8a00; */
	color:#ff8a00;
	border-bottom: 2px solid #ff8a00;
	/* text-decoration: underline; */
}
.ternav-row a:hover, .ternav-row a.active:hover  {
    /* background-color: #ff8a00; */
    text-decoration: none;
    color:#ff8a00;
	border-bottom: 2px solid #ff8a00;
	/* text-decoration: underline; */
}

/* -- FOOTER -- */

footer {
	padding:60px 0;
	background-color:#1b81c1;
	color:#fff;
    border-top:5px solid #ff8a00;
	font-size: 16px;
    /* font-family: purista-web; */
}
footer a, footer a:focus {
	color:#fff;
}
footer a:hover {
	color:#ccc;
}
footer ul {
	margin: 0;
	padding:0;
	list-style: none;
}
footer li {
	margin: 0;
	padding:0;

	font-weight: 400;
	margin-bottom:15px;
}
footer .social-icons {
	margin-bottom:30px;
}
footer .social-icons li {
	display:inline-block;
	margin-right: 15px;
}
footer .menu-item-26, footer .menu-item-31, footer .menu-item-32 {
	display:none;
}
.copyright {
	margin-top:80px;
	font-size: 14px;
}
.fcol3 {
	/* font-size:20px; */
}
.fcol3 strong {
	font-size:25px;
}

/* -- LIST ICONS ROW -- */
.valign {
    display: flex;
    align-items: center;
}
.li-row-intro {
    margin-top:45px;
    margin-bottom: -15px;
}
.li-row-intro p {
    margin-bottom:0;
}
.li-row-intro.text-left p {
    margin-bottom:20px;
}

ul.list-icons {
	padding:0;
	margin:30px 0 30px 0;
	list-style: none;
/*	border-top:1px solid #ddd;*/
}
.page-id-14 ul.list-icons {
    margin: 0px 0 30px 0;
}
ul.list-icons li {
	position: relative;
    margin-bottom: 15px;
}
.page-id-330 ul.list-icons li {
    margin-bottom: 0px !important;
}
ul.list-icons li:first-child {
    padding: 0px 0px !important;
}
ul.list-icons li .li-col-1 {
	position: absolute;
	width:80px;
	text-align: center;
	left: 0;
	display: table-cell;
	vertical-align: middle;
}
ul.list-icons li .li-col-2 {
	position: relative;
	display: table-cell;
	vertical-align: middle;
    padding-left: 125px;
}
ul.list-icons ul {
    list-style:square;
}
ul.list-icons li ul li {
	margin: 0 0 5px 0;
}
ul.list-icons li li {
    display: block;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 5px 0;
}
ul.list-icons li:first-child {
	margin-top: 15px !important;
}
ul.list-icons ul li, ul.list-icons ul li:first-child  {
    padding: 0px 0;
}
.list-icons p {
    margin-bottom:10px;
}
ul.list-icons .far {

}
ul.list-icons li ul li:before {
	display: inline-block;
    content: '';
    height: .5rem;
    width: 0.5rem;
    margin-right: 0;
    background-color: #000;
    top: 11px;
    position: absolute;
    left: -15px;
}
.li-icon {
	font-size: 60px;
	color:#1b81c1;
	text-align: center;
}
.li-title {
    font-weight: 900;
    font-size: 18px;
    color: #1b81c1;
    /* text-transform: uppercase; */
}
.li-content {
}


/* -- VIDEOS -- */

/* .video-container {
	position:relative;
	padding-bottom:55.25%;
	height:0;
	overflow:hidden;
	margin-bottom:0px;
	border:4px solid #fff;
}
.video-container iframe,.video-container object,.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.video-modal .video-container {
	border:0;
} */

#vyLightbox	{
	display:none !important;
}
.lightboxlaunch {
	cursor:pointer;
}

/* -- 5 COLS -- */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* -- 7 COLS -- */

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/* -- COURSE CATALOG -- */

.page-course .mainbody {
    padding: 30px 0;
}
.page-course.wrapper h1 {
    font-size: 32px;
    margin-bottom: 30px;
}
.course-details {
	padding: 30px 30px 30px 30px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(47,47,47,0);
	border:1px solid #ddd;
	margin: 0px 0px 45px 0px;
	font-size: 16px;
}
.course-details p {
    margin-bottom:10px;
}
.course-details ul {
    margin-top:-10px;
    margin-bottom: 10px;
    padding: 0px 0 0 20px;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

table.course-list {
	font-size:14px;
}
.divider {
	display: inline-block;
	margin:0 10px;
}

/* -- 8 COLS -- */

.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-18 {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-18 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-18 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-18 {
        width: 12.5%;
        float: left;
    }
}

/* -- MAINBODY -- */

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin-bottom:20px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*-- RESOURCES -- */

.resources-page h3 {
	font-family: "Dosis";
}
.resources-page a.feature-box {
    padding: 20px 30px;
	transition: all 0.2s linear;
	display: block;
	border:1px solid rgba(255,255,255,0);
	color:#1b81c1;
	color:#222;
	margin-bottom: 30px;
}
.resources-page a.feature-box:hover {
	border:1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.05);
	box-shadow: 0px 0px 50px 0px rgba(30,40,50,.1);
	color:#1b81c1;
}
.resources-page a.feature-box img {
	display: inline-block;
	width: 50%;
}
.resources-page a .feature-excerpt {
	color:#555;
	font-weight: 300;
}

/* -- LEADERSHIP -- */

.team-row {
	padding: 0px 0 50px 0;
}

.team-intro {
	margin-top:40px;
}

p.lead {

}

.team-bar hr {
	margin-top: 0;
}
/*
.leader-box a.modaltrigger {
	position:relative;
	display: inline-block;
    max-width: 85%;
	color:#1b81c1;
}
*/
.team-row a.modaltrigger {
    display: block;
    padding: 25px 15px;
}
.team-row a.modaltrigger:hover {
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    background: rgba(255,255,255,.2);
	display: block;
}
.leader-box .bioimg {
	background: /*#000 */ #1b81c1;
}
.leader-box {
	margin-bottom: 30px;
}
.leader-box-inner {
	text-align: center;
}
.modalhelper .leader-box-inner {
	text-align: left;
}
.leader-name {
    font-weight: 900;
    font-size: 24px;
    color: #1b81c1;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
	font-family: montserrat, sans-serif;
}
.leader-title {
    font-weight: 700;
    color: #777;
    margin-bottom: 5px;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-family: purista-web;
}

.modal-content .leader-name {
    font-weight: 900;
    font-size: 30px;
    color: #1b81c1;
    font-family: montserrat, sans-serif;
}
.modal-content .leader-title {
/*
    font-weight: 400;
    color: #777;
    font-size: 24px;
*/
    margin-bottom: 20px;
}

.modal-content .fa {
	font-size: 30px;
	margin-right: 10px;
}
.leader-icons {
	margin-bottom: 15px;
    font-size:30px;
}
.leader-icons a {
	color: #1b81c1;
    padding: 5px;
}
.leader-icons a:hover {
	color: #ff8a00;
}
.leader-img, .leader-img-modal {
	margin-bottom: 15px;
}

/* -- MODELS -- */

.modal-content {
	border-radius: 0;
}
.modal-body {
	padding: 15px 30px;
}
.bio-modal .modal-body {
	padding: 45px 30px;
}
.bio-modal button.close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 3em;
}

.video-modal .modal-body {
	padding: 0px;
}
.video-modal button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    z-index: 2000;
    color: #fff;
    opacity: 1;
    padding: 0px 15px;
    background: #222;
    line-height: normal;
}

.full-modal .modal-dialog {
  width: 95%;
  height: 95%;
  margin: 0 auto;
  padding: 0;
}

.full-modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.full-modal .modal-body {
	padding: 45px 30px;
}
.full-modal button.close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 3em;
}

/* -- COURSE CATALOG -- */

h1.lp, h2.lp, h3.lp {
	margin-bottom: 30px;
}
.lp-row h3 {
	margin-bottom: 15px;
}
.lp-boxes {
	margin-bottom:30px;
}
.lp-box {
	background-color: #ff8a00;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.lp-tile {
	padding: 30px 30px 30px 30px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(47,47,47,0);
	border:1px solid #ddd;
	margin: 0px 0px 45px 0px;
	transition: all 0.2s linear;
	display: block;
	font-size: 14px;
}
.lp-tile:hover {
	box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.1);
	border:1px solid #fff;
}
.lp-tile h3 {
    font-size: 16px;
	margin-bottom: 20px;
	text-transform: none;
	font-weight: 700;
}
.lp-icon {
	font-size: 60px;
    margin-bottom: 20px;
}
a .lp-count, a .lp-duration, a .lp-number  {
    color: #444;
}
.course-overview, .course-objectives {
	margin-bottom: 40px;
}
.page-course .mainbody.courses {
    padding: 40px 0;
}
.course-cta {
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(47,47,47,0);
	border:1px solid #ddd;
	margin: 0px 0px 45px 0px;
	transition: all 0.2s linear;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.course-cta:hover {
	box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.1);
}
.course-cta .fas {
	display: inline-block;
	margin-right: 10px;
}
ul.sm-list {
	margin:0 0 40px 0;
	padding: 0;
	list-style: none;
}
ul.sm-list li {
	margin:0;
	padding:0;
}
ul.sm-list li a {
	display: block;
	padding:10px 20px;
	margin-bottom: 10px;
	background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(47,47,47,0);
    border: 1px solid #ddd;
    transition: all 0.2s linear;
    display: block;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}
ul.sm-list li a.subchild {
	background: #fff;
}
ul.sm-list li a.subchild:before {
	content: "\2014  ";
}
.tab-pane ul.sm-list li a.subchild:before {
	content: "" !important;
}
ul.sm-list li a span {
	font-size: 11px;
    line-height: 23px;
    color: #bbb;
}
ul.sm-list li a:hover {
    background:#1b81c1;
	color:#fff;
    border: 1px solid #1b81c1;
}
ul.sm-list li a span {
	font-size: 11px;
    line-height: 23px;
    color: #bbb;
}
ul.sm-list li a:hover span {
    color: #fff;
}

/* -- CUSTOMER SECTIONS -- */

ul.customer-sections {
	padding:0 0 0 0;
	margin: 0 0 0 0;
	list-style:none;
	display: inline-block;
	width:100%;
}
ul.customer-sections li {
	padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    border-right: 1px solid #fff;
}
ul.customer-sections li a {
    display: block;
    width: 100%;
    margin: 0 1px 1px 0;
    padding: 10px;
    background: #1b81c1;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

/* -- HUBSPOT -- */

.hs-form {
  margin-top: 30px
}

@media screen and (min-width: 40em) {
  .hs-form {
      margin-top: 0px
  }
}

/* .hs-form fieldset {
  max-width: none !important
}

.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important
}

@media screen and (min-width: 40em) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
      width: 50% !important
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
      padding-right: 0px !important;
      width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
      padding-left: 0px !important;
      width: 100% !important
  }
}

.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important
}

@media screen and (min-width: 40em) {
  .hs-form fieldset.form-columns-3 .hs-form-field {
      width: 33.33333% !important
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-child(1) {
      padding-right: 15px !important
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
      padding: 0 15px !important
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-child(3) {
      padding-left: 15px !important
  }
}

.hs-form .field {
  margin-bottom: 21px !important
}

@media screen and (min-width: 40em) {
  .hs-form .field {
      margin: 0 !important
  }
}

.hs-form label {
  color: #787878 !important;
  display: inline-block !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: .05em !important;
  margin-bottom: 4px !important
}

.hs-form .hs-form-required {
  color: #e07c05 !important;
  margin-left: 3px !important
}

.hs-form .hs-input {
  background-color: #edeff0;
  border: 3px solid transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
  height: auto !important;
  max-width: none !important;
  padding: 14px 21px !important;
  width: 100% !important
}

.hs-form .hs-input:focus {
  border-color: #1780bf !important
}

@media screen and (min-width: 40em) {
  .hs-form .hs-input {
      margin-bottom: 30px !important
  }
}

.hs-form .hs-input.error {
  border-color: #e07c05 !important
}

.hs-form select.hs-input {
  padding: 14px 42px 14px 21px !important
}

.hs-form input,
.hs-form .input {
  margin: 0 !important
}

.hs-form .inputs-list {
  margin: 6px 0 0 !important;
    padding-left: 5px;
    list-style: none;
}

.hs-form .inputs-list li {
  margin: 6px 0 0 !important;
  padding-left: 0 !important
}

.hs-form .inputs-list li:before {
  display: none
}

@media screen and (min-width: 40em) {
  .hs-form .inputs-list.hs-error-msgs {
      margin: -30px 0 30px !important
  }
}

.hs-form .inputs-list.hs-error-msgs label {
  color: #e07c05 !important;
  font-size: 13px !important;
  text-transform: none !important
}

@media screen and (min-width: 40em) {
  .hs-form .inputs-list.multi-container {
      margin-bottom: 30px !important
  }
}

.hs-form .inputs-list.multi-container .hs-input {
  width: auto !important
}

.hs-form .inputs-list.multi-container .hs-input[type="checkbox"],
.hs-form .inputs-list.multi-container .hs-input[type="radio"] {
  margin-right: 9px !important
}

@media screen and (min-width: 40em) {
  .hs-form .inputs-list.multi-container .hs-input {
      margin-bottom: 0px !important
  }
}

.hs-form .actions {
  margin: 0 !important;
  padding: 0 !important
}

.hs-form .hs-button {
  background-color: #1b81c1 !important;
  background-image: none !important;
    border-radius: 50px;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #fff;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 10px 35px !important;
  text-shadow: none !important;
  transition: all .2s linear !important;
    text-transform:uppercase;
}

.hs-form .hs-button:hover {
  background-color: #05446b !important
}

.hs-field-desc {
    width: 100%;
    color: #aaa;
    font-size: 11px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px 0px 2px 0px;
    border: 0;
}
.hs-richtext {
    margin: 0 0 20px 0;
    line-height: 1.6;
} */

/* -- NEWS -- */

.pagination1 {
	text-align: center;
}
.featured-box-row {
	margin-bottom: 1px;
}
.featured-box {
    /* float: left; */
    margin-bottom: 30px;
}
a.featured {
	text-align: center;
	margin-bottom: 30px;
}
.featured-inner {
	background: #fff;
    border:1px solid #ddd;
    transition: all 0.2s linear;
	margin-bottom: 30px;
}
.featured-inner:hover {
	box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.15);
	border:1px solid transparent;
}
.featured-thumbnail {
	color:#fff;
	background:#222;
	font-size: 50px;
	padding:0px 0;
	background-size:cover;
	background-position:center center;
	margin-bottom:20px;
    overflow: hidden;
}

a .featured-title {
    font-weight: 900;
    font-size: 18px;
    color: #444;
    text-transform: uppercase;
    padding: 0 30px;
}
a .featured-excerpt {
    font-size: 16px;
	padding: 0 30px 1px 30px;
	color:#444;
}

.news-date {
	margin: 0px 0px 10px 0;
	font-size: 12px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
}

/* -- FOOTER -- */

.bottomnav {
	padding: 50px 15px 20px 15px;
	background: #333;
}
.bottomnav hr {
    opacity: .1;
}
.bottomnav .social .fa {
	font-size: 30px;
	margin: 0 15px;
}
.bottomnav img {
	max-width: 165px;
	height: auto;
}
.bottomnav .footer-left {
	font-size:14px;
}
.bottomnav a {
	color:rgba(255,255,255,1);
}
.bottomnav a:hover {
	color: #1b81c1;
}
.bottomnav ul {
	margin: 0 0 30px 0;
	list-style: none;
	padding: 0;
}
.bottomnav ul ul ul {
	display: none;
}
.bottomnav ul li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.bottomnav ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #1b81c1;
	text-decoration: none;
	font-weight: 500;
}
.bottomnav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.bottomnav ul li li a {
	text-transform: none;
	color:rgba(255,255,255,1);
	text-decoration: none;
	font-weight: 300;
}
.bottomnav ul li li a:hover {
	color: #1b81c1;
	text-decoration: none;
}
.bottomnav .footer, .bottomnav .footer a  {
	color:rgba(255,255,255,.7);
	font-size: 13px;
}
.bottomnav .footer a:hover  {
	color: #1b81c1;
}
.bottomnav .footer p {
	line-height: 1.85;
}

/* -- ACCORDION -- */

.accordion-fi {
	margin-bottom: 30px;
}

.panel-group {
	margin-bottom:30px;
}
.panel-title {
	font-family: montserrat, sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #444;
    /* text-transform: uppercase; */
}
.panel-title>a.accordion-toggle.collapsed {
    color: #444;
}
.panel-title>a {
    color: #1b81c1;
	font-weight: 900 !important;
	display: block;
}
.panel-icon {
	height:50px;
	width:auto;
}
.pb-title {
	text-transform: uppercase;
	font-weight: 900;
	font-size:18px;
	margin-bottom: 0;
}
.panel-title-height {
	height:50px;
}
.apt-icon {
	margin-right:20px;
	text-align: center;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #1b81c1;         /* adjust as needed */
}
.panel-heading .accordion-toggle.panel-title-height:after {
    position: relative;
    top: 32%;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	color:#000;
}
.bio-modal .modal-dialog {
    top: 20px;
}
#ssmodal.bio-modal .modal-body {
    padding: 65px 30px 0px 30px;
}

/* TABS */

.view-all {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.view-all .fas {
	margin-right:5px;
}

.row-tabs {
    padding:30px 0;
}
.row-tabs .nav-tabs li a {
    /* position:relative;
    background:#333;
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border:0;
    font-family: purista-web; */
	position: relative;
    background: transparent;
    color: #1b81c1;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    font-family: purista-web;
    border: 1px solid #1b81c1;
}
.row-tabs .nav-tabs li.active a,
.row-tabs .nav-tabs li.active a:hover,
.row-tabs .nav-tabs li.active a:focus {
    background:#1b81c1;
    color:#fff;
    border: 1px solid #1b81c1 !important;
}
@media (min-width:768px) {
    .row-tabs .nav-tabs li.active a:after {
        content:''; /* Required to display content */
        position: absolute; /* Sets the position absolute to the top div */
        top: 100%;
        left: 50%;
        margin-left: -25px; /* Set margin equal to border px */
        width: 0;
        z-index:1;
        height: 0;
        border-top: solid 25px #1b81c1; /* Creates the notch */
        border-left: solid 25px transparent; /* Creates triangle effect */
        border-right: solid 25px transparent; /* Creates triangle effect */
    }
    .row-tabs .tab-content {
        padding:40px 30px;
    }
}

/* TABS - ADVANCED */
.mainbody .container .row-component-title {
	display: none;
}
.mainbody .container > .row-component-title {
	display: black !important;
}

.row-tabs-a {
    padding:30px 0;
}
.row-tabs-a .nav-tabs li a {
	position: relative;
    background: #fff url(../img/inner-shadow.png) bottom center repeat-x;
    color: #1b81c1;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    font-family: purista-web;
    border: 1px solid #1b81c1;
}
.row-tabs-a .nav-tabs li.active {
	border-top: 15px solid #1b81c1;
    border-radius: 10px 10px 0 0;
}
.row-tabs-a .nav-tabs li.active a,
.row-tabs-a .nav-tabs li.active a:hover,
.row-tabs-a .nav-tabs li.active a:focus {
    background:#1b81c1;
    color:#fff;
	border-radius:0;
    border: 1px solid #1b81c1 !important;
}
@media (min-width:768px) {
    .row-tabs .tab-content {
        padding:40px 30px;
    }
	.row-tabs-a .nav-tabs li.active a span {
		position: relative;
		top: -8px;
	}
}

.row-tabs-a .tab-content>.tab-pane {
    border: 1px solid #1b81c1;
    border-top: 1px solid #1b81c1;
    padding: 0 30px;
}
.at-tiles {
	margin-top:30px;
}
.at-tile-inner {
	border:1px solid #ddd;
	background: #fafafa;
	margin-bottom:30px;
	padding:15px;
}
.at-tile-thumbnail,
.at-tile-title {
	margin-bottom:15px;
}
.at-tile-thumbnail img {
	max-width: 75%;
	display: inline-block;
}

/*-- RESPONSIVE -- */

@media (max-width:767px) {
	body.admin-bar .navbar-fixed-top {
	    top: 46px !important;
	}
	body.admin-bar .sublinksbar {
	    top: 126px !important;
	}
	body.admin-bar .terlinksbar {
	    top: 126px !important;
	}
    .showmobile {
        display: block;
    }
    .hidemobile {
        display: none;
    }
    .pull-right {
        float: none !important;
    }
	footer {
	    text-align: center;
	}
	.side-nav {
		display: none;
	}
	.navbar-header .menu-btn {
    	margin-right: -30px !important;
	}
	.bar-hero .container {
	    position: relative;
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.bar-hero .bar-title {
	    font-size: 46px;
	}
	.bar-hero .hero-secondary {
	    font-size: 26px;
	}
	.bar-intro,
	.testimonial-row .quote,
	.testimonial-row .credit {
	    font-size: 20px;
	}
	.bar-intro .btn {
		margin-bottom: 15px;
		width: 80%;
	}
	.bar-logos img {
	    opacity: .5;
	}
	.bar-title {
	    font-size: 30px;
	}
	body.home .resource-image .img-responsive {
		width:70%;
		max-width:70%;
		display: inline-block;
	}
	footer,
	footer li,
	.fcol3 strong {
	    font-size: 16px;
	}
	footer li.menu-item-985 {
		display: none;
	}
	.subnav-row ul {
		margin:10px 0;
	}
	.subnav-row li {
	    display: block;
	}
	.subnav-row a {
	    line-height: 30px;
	}
	.ternav-row ul {
		margin:10px 0;
	}
	.ternav-row li {
	    display: block;
	}
	.ternav-row a {
	    line-height: 30px;
	}

}

@media (min-width:768px) {
    .showmobile {
        display: none;
    }
    .hidemobile {
        display: block;
    }
}

@media (max-width: 991px) {
	.mobile-nav {
		display: block;
	}
    .navbar-header {
        width:100%;
    }
	.navbar-header .menu-btn {
		float: right;
	    display: block;
	    line-height: 76px;
	    padding: 0 20px;
	    background-color: #1b81c1;
	    color: #fff;
	    font-size: 30px;
	    margin-right: -15px;
	    text-align: center;
	    width: 76px;
		transition: all 0.2s linear;
		float: right;
	}
    .navbar-collapse {
        display:none;
    }
	#menu-primary-menu-1 {
		display: none;
	}
	.navbar-nav>li {
	    float: left;
	    width: 100%;
	}
	.navbar-right {
    	float: none !important;
	}
	.dropdown-submenu .dropdown-menu {
	    left: 0 !important;
	}
	li#menu-item-985 {
		display: none;
	}
	.pushy ul.mobile-search {
		padding:15px 30px;
	    border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.pushy ul.mobile-search .btn-default {
		color: #fff;
	    background-color: rgba(0,0,0,.3);
	    border-color: rgba(0,0,0,0);
	    border-radius: 0;
	    height: 44px;
	    width: 44px;
	}
	.pushy ul.mobile-search .form-control {
    	height: 44px;
	    border: 0;
	}
}
@media (min-width: 992px) {
	.mobile-nav {
		display: none;
	}
    .menu-btn {
        display:none;
    }
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.navbar-right .dropdown-menu .menu-item-178.dropdown .dropdown-menu {
		left: auto !important;
		right: 100% !important;
	}
	li.menu-item-31 a, .navbar-default .navbar-nav>.active.menu-item-31>a {
		background: #ff8a00;
		color: #fff !important;
		text-transform: uppercase;
	}
	li.menu-item-31 a:hover, .navbar-default .navbar-nav>.active.menu-item-31>a:hover {
		background: #e87f02 !important;
	}
	.intro-button .btn {
		min-width: 300px;
	}
}

@media (max-width:1199px) {
	.container {
		width: 100%;
	}
}

@media (min-width:1200px) {

}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}
