/****
* Google Font Package
* 
*   font-family: 'Poppins', sans-serif; - Primary 
*	font-family: "Noto Serif Georgian", serif; -- ALT
*	
*****/

/*
 * =========================================
 * Base Styles
 * =========================================
 */

html, body, .pageWrapper { height: 100%; }

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #353536;
	margin: 0;
	position: relative;
	background-color: #f8f8ff;
}

input, button, select, textarea { font-family: 'Poppins', sans-serif; }

#page {  height: 100%; position: relative; }
#main { padding-bottom: 270px; padding-top: 90px; min-height: 100%;}
#SiteFooter {
	clear: both;
	width: 100%;
	position: relative;
	height: 270px;
	margin-top: -270px;
	color: #151515;
	background-color: #ccdadd;
}

.landing-page #main {padding-top: 0;}
.home #content { padding-bottom: 0; }
img { width: auto; max-width: 100%;}
img.noresize, form img { width: auto !important; }
img.noresize { margin: 0 5px; }
img.round, .team-headshot img {
	-moz-box-shadow: 6px 6px 25px 0px #2f70b2;
	-webkit-box-shadow: 6px 6px 25px 0px #2f70b2;
	box-shadow: 6px 6px 25px 0px #2f70b2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

img.size-full, img.size-large {
	max-width: 100%;
	height: inital;
}

.featured-img img {width: 100% !important;}


.entry-content h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #757575;
	text-align: left;
	color: #2f70b2;
	line-height: 100%;
	font-weight: 200;
	font-size: 1.75em;
}

.entry-content {
	position: relative;
	padding-bottom: 20px;
}
.page-template section .entry-content {padding: 20px;}

.modal-header h3 {
	font-weight: 300;
	font-size: 1.5em;
	color: #2f70b2;
	text-transform: capitalize;
}

.modal-dialog button.close {background: none; border: none; padding :0;}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: calc(228.5%);
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0px;
  }
  h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
  }
  h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
  }
  h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
  h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
  }
  h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
  }


.singular .page-header .entry-title, .page-header .entry-title, .inner-page .page-header-image .entry-title { padding: 0; margin: 20px auto; }

.comment-meta img {width: auto !important;}

a {
	color: #2f70b2;
	text-decoration: none;
	outline: none !important;
}

a:hover,
a:focus,
a:active {
	color: #f47650;
	text-decoration: none;
	outline: none !important;
}

.inner-page .inner-page-content .btn-custom {color: #f1f1f1;}

.btn-custom {
	background-color: #2f70b2;
	background-image: none;
	filter: none;
	border-color: #2f70b2 !important;
	filter: none;
	color: #f1f1f1;
	text-shadow: none;
	text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
	background-image: none;
	color: #2f70b2 !important;
	background-color: #f1f1f1;
	filter: alpha(opacity=70);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	
}
.btn-custom.alt {
	background-color: #2f70b2;
	border-color: #2f70b2 !important;
}
.btn-custom.alt:hover {
	color: #2f70b2 !important;
	background-color: #f1f1f1 !important;
}

.clear-btn, .btn-clear {
	color: #2a2e30;
	border: 1px solid #373737;
	text-transform: uppercase;
}
.clear-btn:hover, .btn-clear:hover {
	background-color: #2f70b2;
	color: #f1f1f1;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.btn-white {
	background-color: #f1f1f1 !important;
	border: 1px solid #f1f1f1 !important;
	color: #2f70b2 !important;
}
.btn-white:hover {
	background-color: #2f70b2 !important;
	color: #f1f1f1 !important;
}

.clearfix,
.clear-form {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.page-heading {
	padding: 20px 0 45px 0;
	clear: both;
	background: #f4f5f7;
}

.content-wrapper .inner-page-content img {width: initial; max-width: 100%;}
.content-wrapper .inner-page-content .featured-img img {width: 100%; max-width: 100%;}

.sticky-header {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	z-index: 1030;
	height: auto;
/*	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;*/
}


.top-menu { clear: both; padding: 10px; height: 170px !important; background-color: #f1f1f1;}
header .navbar .navbar-brand img {max-width: 350px; width: 350px;}
header .navbar {
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
}

.landing-page .hero-block {
	background-attachment: fixed !important;
	background-size: cover !important;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0 0 50% 0;
	margin-top: 0px; 
}

.card.sponsorship {padding: 0;}
.card.sponsorship .sponsorship-details {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: rgba(25,25,25,0.25);
	width: 100%;
}
.card.sponsorship p, .card.sponsorship a.sponsorship-link {font-weight: 600; margin-bottom: 5px; color: #f1f1f1;}
.sponsorship-items .row {margin: 10px auto;}

.nav-menu { clear: both;}

.nav-menu .navbar-collapse {
	padding: 0;
    width: 100%;
}

.inner-page-content img {
	width: 100%;
}

.rm-table { display: table; width: 100%;}
.rm-table .rm-table-row { display: table-row; }
.rm-table .rm-table-row [class*="col-md-"] { float: none; display: table-cell; vertical-align: middle; }
.footer-wrap .rm-table .rm-table-row [class*="col-md-"] { vertical-align: top; }

.landing-page .hero-block .hero-bg {
	position: relative;
	margin-top: -200px;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}

.mask{
	background-color: rgba(33, 33, 33, 0.35);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.mask.blue {background-color: rgba(1, 0, 102, 0.5);}
.landing-page .hero-block .mask.blue {display: none;}
/*.hero-block .mask.blue {background-color: rgba(204, 204, 204, 0.5);}*/
.hero-copy {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.hero-copy .hero-inner h3 {
	color:#e4e5e7;
	font-weight: 200;
	font-size: 1.2em;
	text-transform: none;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
}

.hero-copy .hero-inner h1 {
	color: #fff;
	font-size: 2em;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 2px 3px 3px rgba(128, 128, 128, .5);
	line-height: 1.2em;
}
.hero-copy h1 span {font-weight: 200; letter-spacing: 10px;}
.hero-inner .hero-cta, .hero-inner .opening {display: none;}
.hero-inner .hero-cta {  padding: 10px;}
.hero-cta p {
    font-size: 1.25em;
    color: #eeeeee;
    line-height: 1.1em;
}
.hero-inner {padding: 2rem;  font-size: 1.25em; width: 90%; margin: 0 auto; text-align:center;}
.hero-inner p {color: #f1f1f1;}


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.site-name h1 {
	color: #2f70b2;
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	line-height: initial;
}

.top-menu {
	height: initial;
	-webkit-transition: all ease-in-out;
	-moz-transition: all ease-in-out;
	-o-transition: all ease-in-out;
	-ms-transition: all ease-in-out;
	transition: all ease-in-out;
}

.navbar-brand img:hover {
	background: none !important;
	filter: grayscale(1) brightness(1);
	-webkit-transition: all .85s ease-in-out;
	-moz-transition: all .85s ease-in-out;
	-o-transition: all .85s ease-in-out;
	-ms-transition: all .85s ease-in-out;
	transition: all .85s ease-in-out;
}

/*.top-menu a.sitelogo:hover img { 
	background-color: rgba(255,255,255,.65);
	-webkit-transition: all .85s ease-in-out;
	-moz-transition: all .85s ease-in-out;
	-o-transition: all .85s ease-in-out;
	-ms-transition: all .85s ease-in-out;
	transition: all .85s ease-in-out;
}*/

.site-logo h1 {
	font-size: 14px;
	color: #f1f1f1;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0 auto;
	letter-spacing: 1px;
}

.navbar {
	background: none;
	border: none;
	min-height: initial;
	margin-bottom: 0;
	padding: 0;
}

.navbar .nav {
	text-transform: capitalize;
	letter-spacing: 1px;
	z-index: 99;
	margin: 0;
}

.in .navbar .nav > li > a {
	border: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .current-category-ancestor > a,
.navbar .nav > .current-post-parent > a {
/*	color: #2f70b2;
	background-color: #f4f5f7;*/
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=100);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.navbar .nav > li {vertical-align: middle;}
.navbar .nav > li > a {
	font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #2f70b2;
	text-shadow: none;
	font-size: 14px;
	margin: 15px 5px 0;
	padding: 10px 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2em;
	border-bottom: 3px solid transparent;
}
.navbar .nav > li:first-child > a {margin-left: 0;}
.navbar .nav > li:last-child > a {margin-right: 0;}

.navbar .nav > li.home-logo > a {
	border: none;
}

.navbar .nav > li:first-child > a {
	margin-left: 0;
}

.navbar .nav > li:last-child > a {
	margin-right: 0;
}


.navbar .nav li.lead-gen a {
	padding: 10px;
	margin-top: -6px;
	background: #f1f1f1;
	color: #2f70b2;
}
.navbar .nav li.lead-gen a:hover { text-decoration: none; color: #f1f1f1; background: #2f70b2;}

.navbar .nav > li > a:hover,
.navbar .nav > li.active > a:hover,
.blog-nav .nav li a:hover {
	border-bottom: 3px solid #2f70b2;
	background: none;
}
.nav > li.boxed > a {border: 1px solid #eee;}

.navbar .dropdown-menu {background-color: #f1f1f1; width: 170%; padding: 10px;}
.navbar .dropdown-menu > li {margin: 10px auto; font-size: .9em; line-height: 1.1em; text-align: left;}
.navbar .dropdown-menu > li > a {color: #555;}
.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus { background-color: transparent;}
.navbar .dropdown-menu > li > a:hover { color: #2f70b2;}
.nav .open > a {background-color: transparent;}


.menu_donate-btn a, .btn-group .btn-submit-donation {
	background-color: #2f70b2;
	color: #f1f1f1 !important;
	border: none !important;
}
.menu_donate-btn a:hover, .btn-group .btn-submit-donation:hover {
	text-decoration: none !important;
	border: none !important;
	background-color: #f47650 !important;
}


article .entry-title,
article .entry-title a,
.entry-title,
.entry-title a {
	color: #2f70b2;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	text-decoration: none;
	color: #2f70b2;
}

.footer ul,
.footer li {
	list-style: none;
	margin-left: 0;
}

.footer a { color: #f1f1f1; }
.footer li.title { 	font-weight: 700; }
.footer .sub-menu { margin-top: 10px; }
.footer .sub-menu a {
	font-size: .9em;
	font-weight: 300;
	color: #f1f1f1;
	text-transform: none;
	padding: 2.5px 0px;
}
.footer li a {
	color: #f1f1f1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0px;
}

.copyright {
	padding-top: 7.5px;
	text-align: left;
	font-size: .9em;
	font-weight: 200;
	line-height: 1.1em;
}
.copyright p {line-height: 1.2em; font-size: 1em;}

#error.item {
	color: #f1f1f1;
	background: #f89406;
}

.inner-content {
	clear: both;
	width: 100%;
	margin: 10px auto;
}

.inner-page-content .box { 	min-height: 375px; }
.inner-page-content.videos .box { min-height: 100%; }
.inner-page-content .box.upgrade { min-height: initial; }
.inner-page-content .box.upgrade .btn { padding: 4px 10px 4px; }


h1.inpage {
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
}

.page .inner-page-content .entry-meta {
	display: none;
}

.input-progress {
	clear: both;
	width: 70%;
	margin: 10px 15%;
}

.input-progress .bar,
.input-progress .progress {
	text-transform: uppercase;
	height: auto;
}

.error {
	width: 95%;
	background-color: #B81900;
	border: 2px solid #BE2E17;
	color: white;
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px 2.5%;
}

.showtip {
	position: absolute;
	top: 0;
	right: 0;
}

.newline { 	clear: both;  }

.inner-page-content .inner {
	margin: 10px auto;
}

.fineprint {
	font-size: 11px;
	color: #999;
	text-transform: lowercase;
}

.menu-item .sub-menu {
	display: none;
}

.menu-item.open .sub-menu {
	display: block;
}

.footer .menu-item .sub-menu {
	display: block;
}

hr {
	clear: both;
}

hr.light {
	border-top: 1px solid #DDD;
	border-bottom: none;
}

ul.nobullets,
ul.nobullets li {
	list-style: none;
}



.bigdesc .frm_description {
	font-size: 1em;
	margin-top: 5px;
}

.action-caption .gform_footer {
	width: 190px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #2f70b2;
	font-family: 'Poppins', sans-serif;
	font-size: .9em;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #2f70b2;
	font-family: 'Poppins', sans-serif;
	font-size: .9em;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2f70b2;
	font-family: 'Poppins', sans-serif;
	font-size: .9em;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
	width: 100%;
	padding: 4px;
	font-family: 'Poppins', sans-serif;
}

.gform_legacy_markup .gfield {display: inline-block; margin: 5px 0;}

.modal-footer {
	text-align: center;
}

#QuoteModal .modal-footer span {
	color: #003f29;
	font-weight: 600;
	font-size: 30px;
}

.form-footer {
	clear: both;
	margin-top: 25px;
	float: left;
	text-align: center;
	width: 100%;
}

#frm_field_143_container .frm_primary_label {display: none !important;}
.frm_repeat_buttons {clear: both; width: 100%; margin: 15px;}
.frm_repeat_buttons a {margin-right: 10px;}
.form-field.sub-section h3 {
	text-align: center;
	clear: both;
	display: inline-block;
	width: 100%;
	color: #191919;
	font-size: 20px;
}

.hero {
	position: relative;
	padding: 20px 40px;
	text-align: center;
}
.hero h3 {font-weight: 900;}

.caption-wrapper {
	position: absolute;
	left: 10%;
	bottom: 10%;
	background-color: rgba(244, 245, 247, 0.75);
	padding: 20px;
	width: 40%;
	-moz-box-shadow: 6px 6px 25px 0px #2f70b2;
	-webkit-box-shadow: 6px 6px 25px 0px #2f70b2;
	box-shadow: 6px 6px 25px 0px #2f70b2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.hero .caption-wrapper {
	top: 2.5%;
	bottom: initial;
	right: 10%;
	left: initial;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	padding: 35px;
}

.hero .caption-wrapper h1 {
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	color: #003f29;
	font-weight: 400;
	font-size: 1.75em;
	text-shadow: 2px 3px 3px rgba(128, 128, 128, .5);
}

.hero .caption-wrapper h1:first-child {
	margin-top: 35px;
}

.hero .caption-wrapper h1:first-child:before {
	font-size: 75px;
	color: #757575;
	content: '\201C';
	font-family: serif;
	font-weight: bolder;
	position: absolute;
	padding: 15px 10px 10px 0;
	margin-left: -40px;
	top: 48px;
}

.hero .cta {
	width: 100%;
	text-align: center;
}

.hero .cta .btn {
	text-transform: capitalize;
}

.call-out .circle {
	color: #003f29;
	border: 6px solid;
	background: none;
	padding: 0 5px;
	left: initial;
	margin-right: 10px;
	font-size: initial;
}

.call-out .circle img {
	margin-top: -20px;
}

.home-page section {
	position: relative;
	padding: 50px 0;
}

.box {
	background-color: rgba(0, 63, 41, 0.05);
	-moz-box-shadow: 6px 6px 25px 0px #2f70b2;
	-webkit-box-shadow: 6px 6px 25px 0px #2f70b2;
	box-shadow: 6px 6px 25px 0px #2f70b2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #2f70b2;
	position: relative;
	padding: 20px;
}

.box h3 {
	text-align: center;
	color: #003f29;
	padding-top: 10px;
}

.box.next {
	background-color: rgba(122, 183, 109, .5);
}

.box.support {
	background-color: rgba(6, 154, 190, .5);
}

.box.recap {
	background-color: rgba(187, 207, 94, .5);
}

.featured-boxes .row.bumpup {
	margin-top: -140px;
}


.box .copy {
	clear: both;
	width: 100%;
	margin: 10px auto;
}

.box img.box-image, .box .box-image img {
	-moz-box-shadow: 3px 3px 12px 0px #ddd;
	-webkit-box-shadow: 3px 3px 12px 0px #ddd;
	box-shadow: 3px 3px 12px 0px #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.footer-wrap .footer-menus, .footer-wrap .footer-connect {text-align: left;}
.footer-wrap .footer-connect {padding: 10px 0;}
.footer-wrap .footer-connect .rm-table {border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; padding: 10px 0;}
.footer-wrap .footer-connect .social-assets {text-align: right; margin: 6px auto -6px auto;}

.footer-menu .menu-item .sub-menu {
	display: block;
}

.footer-wrap .border-left {border-left: 1px solid #eeeeee;}
.footer-wrap { padding: 25px 0 20px 0 !important; font-size: .9em; text-align: center;}
.footer-wrap .left { text-align: left; }
.footer-wrap .right { text-align: right; }
.footer-wrap p {margin-bottom: 0; font-size: 1em;}
.footer-wrap a { color: #151515; }
.footer-wrap a:hover { text-decoration: underline; }
.footer-wrap h3 {font-weight: 200; color: #191919;}
.page-bottom h3, .page-bottom h1.widget-title {
	font-size: 24px;
	text-align: center;
	color: #191919;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer-wrap .footer-logo img {max-width: 200px;}

.footer-wrap .footer-legal {padding: 10px 0; border-top: 1px solid #eee; margin-top: 25px;}

.page-bottom .col-md-4:first-child,
.page-bottom .col-md-4:first-child h3 {
	text-align: left;
}

.page-bottom .col-md-4:last-child,
.page-bottom .col-md-4:last-child h3,
.page-bottom .col-md-4:last-child h1 {
	text-align: right;
}

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

.footer-menu .sub-menu {
	list-style: none;
	padding-left: 10px;
	text-transform: lowercase;
}

.padtop20 {padding-top: 20px;}

.footer-wrap .gform_wrapper .gform_body input {width: 100% !important;}
.footer-wrap .social {float: none; display: inline-block;}

.frm_submit {
	clear: both;
	display: inline-block;
	margin: 10px auto;
	width: 100%;
}
.story-recap ul {
	list-style: none;
}

.social {
	float: right;
	margin: 0;
}

.social-item {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 1.4em;
	margin-right: 5px;
/*	background: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 6px 5px 5px 5px;
*/
}

.social-item a { color: #353535; }

.social-item .proj-plan span {
	background-color: #d5d5d5;
	color: #191919;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.social-item .proj-plan span:before {
	font-size: 70%;
	padding: 5px;
}

.social-item a:hover {
	filter: alpha(opacity=100);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}

.social-item a.proj-plan:hover span { background-color: #2f70b2; }
.social-item a.facebook:hover { color: #3b5998; }
.social-item a.twitter:hover { color: #00acee; }
.social-item a.instagram:hover { color: #517fa4; }
.social-item a.pinterest:hover { color: #ca1f27; }
.social-item a.myspace:hover { color: #030303; }
.social-item a.youtube:hover, .social-item a.google:hover { color: #dd4b39; }
.social-item a.tumblr:hover { color: #2c4762; }
.social-item a.linkedin:hover { color: #0e76a8; }


.footer-menus h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
	color: #353535;
}
.footer-menus #menu-footer-nav {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: .9em;
}
.footer-menus #menu-footer-nav li, .inner-page .footer-menus ul li {margin-bottom: 0;}

.faq-item .faq-heading a {color: #353535;}
.faq-items a i {
	color: #2f70b2;
	border: 1px solid #2f70b2;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	padding: 10px 12.5px;
	margin: 0 10px 0 -48px;
	font-size: 1em;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.faq-items a i.opened {
	background: #2f70b2; 
	color: #f1f1f1;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.faq-items .faq-item {padding: 10px 0 10px 48px;}
.faq-items .faq-item .faq-heading {font-weight: 400; font-size: 18px;}
.faq-items .faq-item .faq-answer {padding-top: 10px;}
.faq-items .faq-item .faq-answer-wrap {
	border-left: 1px solid rgb(187, 187, 187);
	margin-left: -29px;
	padding: 0 0 10px 29px;
	background-color: #d7d7d7;
}
.footer-wrap .circle {
	font-size: 15px;
	line-height: 33px;
	width: 30px;
	height: 30px;
	background: #ed2836;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	left: 0;
}

.footer-wrap h4 {
	padding-top: 10px;
	text-align: center;
}

.more-indicator {
	position: absolute;
	bottom: 10px;
	left: 0;
	right:0;
	text-align: center;
	font-size: 2em;
	color: #f1f1f1;
	cursor: pointer;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.more-indicator.dark, .landing-page .block2 .more-indicator, .inner-page-content .more-indicator { color: #0b4d61; }
.inner-page-content .featured-img .more-indicator {color: #f1f1f1;}

.more-indicator:hover {
	cursor: pointer;
}

.landing-page section.odd { background-color: #f4f5f7; }

p.focus {
	font-size: 28px;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 1.2em;
}

.btn-cta {
	padding: 15px 45px !important;
	color: #f1f1f1;
	margin: 10px auto;
	font-size: 22px !important;
	margin-top: 25px;
    background-color: #2f70b2;
}

.btn-cta:hover {
	background-color: #f4f5f7;
	color: #2f70b2;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.btn-cta.light {background-color: #f4f5f7; color: #2f70b2;}
.btn-cta.light:hover {
	background-color: #2f70b2;
	color: #f4f5f7;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
	border: 1px solid #f4f5f7;
}

.site-scroll-top { 
	background-color: #2f70b2; 
	bottom: 60px;
	color: #f1f1f1; 
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.site-scroll-top:hover { 
	background-color: #373737; 
	color: #f1f1f1; 
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}


.inner-page .page-header { 
	background-color: #2f70b2;
	color: #f1f1f1;
	margin: 0 auto; 
	padding: 20px 0;
}
.inner-page .page-header h1.entry-title {margin: 0 auto; padding: 0; text-align: left;}

.featured-img .image-heading p {color: #eee; font-weight: 900;}
/*.orange .page-header { background-color: #e25a47; }
.green .page-header { background-color: #e8df70; }
.light .page-header { background-color: #757575; }
.dark .page-header { background-color: #4e4c54; }*/
/*.light .page-header .entry-title, .light .page-header .category-archive a, .light .page-header h4 { color: #302c34 !important; }*/

.articles-wrap article .entry-footer {
	padding: 0;
	color: #e5e5e5;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;

}
.articles-wrap .hentry {border-bottom: 1px solid #4e4c54;}
.articles-wrap .hentry:last-child {border: none; }
.articles-wrap article .entry-footer .entry-meta #author-link {display: none;}
.articles-wrap article .entry-title {border: none; margin: 0 auto; padding: 0 0 20px 0; line-height: 1.1em}
.articles-wrap article .entry-title a {padding: 0;}
.articles-wrap article .entry-content {padding: 0;}
.sidebar-wrapper .entry-title {padding: 0 0 5px 0;}

.inner-page-content .featured-img, .featured-img {
	position: relative;
	width: 100%;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
}
.featured-img .page-header-image {
	background: none;
	top: initial;
	bottom: 20px !important;

}
.featured-img .article-source {text-align: center; color: rgb(238, 238, 238); font-weight: 200; }
.featured-img .page-header-image h1 { font-size: 2.5em; color: #f1f1f1; text-align: left; margin: 0 auto; padding: 0;}
.featured-img .page-header-image h4 { text-transform: uppercase; color: #f4f5f7;}
.featured-img .image-heading {
	position: absolute;
	bottom: 20%;
	left: 5%;
}
.featured-img .image-heading h1 {
	color: #f1f1f1;
	font-weight: 700;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 2.5px;
}

.single-story {padding: 25px 0;}

.more-stories {clear: both; padding: 20px 0;}
.more-stories .more-heading {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.more-stories .single-recent-story .story-featured-image, .blog-content article .post-image {
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56%;
    background-position: center;
    background-size: cover;
}
.more-stories .single-recent-story h1 {
	font-size: 1.0em;
	margin-top: 20px;
	font-weight: 400;
    letter-spacing: .5px;
}
.more-stories .single-recent-story .entry-content {padding: 10px 0;}
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(227, 230, 232);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0px;
}
.more-heading .text {
	padding-top: 0px;
	padding-right: 0.25em;
	padding-bottom: 0px;
	padding-left: 0.25em;
	color: #2f70b2;
}

.inner-page-content section, .inner-page-content .main-content, .inner-page-content .lower-content, .sidebar-main .block {padding: 50px 0; position: relative;}
.inner-page .featured-img .hero-content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 90px;
}
.inner-page .featured-img .hero-content .jumbotron {background-color: rgba(129, 126, 127, 0.3); color: #f1f1f1; line-height: 1.25em;}
.inner-page .entry-content h1 {color: #2f70b2; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; padding-bottom: 10px; border: none;}

h1.tagline {
	width: 60%;
	margin: 0px auto;
	text-transform: uppercase;
	color: rgb(62, 61, 64);
	letter-spacing: 1px;
	line-height: 1.2em;
	font-weight: 300;
}
.highlight-boxes h3 {
	color: #2f70b2;
	text-transform: uppercase;
	font-weight: 300;
}
a.get-more {
	clear: both;
	display: inline-block;
	margin: 10px auto;
	text-align: left;
	color: #2f70b2;
	font-weight: 600;
}

.staff-page .featured-img {text-align: center;}

.landing-page .block .container {position: relative;}
.landing-page .block h1 {
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	color: #2f70b2;
	letter-spacing: 1.2px;
	line-height: 1.3em;
	font-weight: 700;
	font-size: 25px;
}
.landing-page .block h1.heading-alt, h1.heading-alt {
	color: rgb(54, 54, 54);
	text-transform: capitalize;
	text-shadow: 2px 3px 3px rgba(128, 128, 128, .5);
	font-size: 3em;
	letter-spacing: 5px;
	font-family: 'Poppins', sans-serif;
}
.source-name {margin-top: 10px; font-weight: 600;}

.landing-page .block5 .mask { background-color: rgba(241, 241, 241, 0.75); }
.landing-page .block7 .mask { background-color: rgba(241, 241, 241, 0.75); }

.landing-page .proof-points i {font-size: 4em;color: rgb(222, 142, 51);}
.landing-page .proof-points.rm-table .rm-table-row [class*="col-md-"] {vertical-align: top; }
.smallcaps {font-size: 14px; line-height: 1em; text-transform: full-width; }

.nobullets {list-style: none;}

h1.inpage.strong{ letter-spacing: 5px; position: relative; padding: 0; margin: 0;}
h1.inpage.strong::before {
    display: block;
    position: absolute;
    content: '';
    width: 20%;
    top: 1.1em;
    left: 40%;
    right: 40%;
    color: #2f70b2;
    border: 2px solid;
}
h1.inpage.strong .smallcaps {
    display: flex;
    margin-top: .75em;
    justify-content: center;
}

.feature-highlights {padding: 0;}
.product-screenshot {position: relative;}
.product-screenshot .feature-highlights li {
	width: 50px;
	background-color: rgb(77, 41, 145);
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 12.5px 0px;
	border-radius: 50%;
	font-weight: 500;
	cursor: pointer;
}

.our-story .featured-image {margin-top: -200px;}

.callout-pulse {
	display: block;
	background: rgb(77, 41, 145);
	border-radius: 100px;
	height: 200%;
	width: 200%;
	position: absolute;
	-webkit-animation: av_pulsate 2s ease-out infinite;
	animation: av_pulsate 2s linear infinite;
	opacity: 0;
	top: -25px;
	left: -25px;
	z-index: 1;
}
.inner-page .main-copy .hentry { margin: 0 auto; padding: 0; }

span.meta-nav, span.screen-reader-text {display: none;}
.single .navigation a span {font-size: 1em;}
.single .navigation .nav-links span.navicon {margin-top: 0;}
.nav-justified.icons {text-align: center; margin-top: 20px;}
.inner-page ul li {margin-bottom: 10px;}
.inner-page .navbar ul li {margin-bottom: 0;}

.content-wrapper .inner-page-content .product-screenshot img {width: 100%;}

.sticky-header .nav-menu .mobile {display: none;}

section.featured-img {padding: 0;}

.team-members .individual-team .card-footer {border: none; background: none; padding: 20px 0 0;}
.team-members .individual-team .card-body {padding: 0;}
.team-members .individual-team .card-footer .connect-meta a.bio {float: right;}
.team-members .individual-team .team-summary {font-size: 14px; font-weight: 600; color: #2f70b2;}

.team-bio {font-size: .8em; line-height: 1.5em;}
.team-bio ul {padding-left: 0;}
.individual-team.card {background: #eee; padding: 20px; }
.team-members .individual-team h3 {color: #2f70b2; font-size: 1.25em; margin: 0 auto; padding: 10px 0; line-height: 1em; height: 3em;}
.individual-team .team-title h4 {padding: 0 0 5px 0; margin: 0px auto; color: rgb(51, 51, 51); text-transform: capitalize; font-size: 16px; line-height: 1.2em;}
.individual-team .connect-meta a {margin: 0 2.5px;}
.individual-team .connect-meta a:first-child {margin-left: 0;}
.individual-team .connect-meta a:last-child {margin-right: 0;}
.individual-team .team-pic img {width: 100%;}
.team-members .team-pic {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.team-page .inner-page-content section {padding: 25px 0; }
.team-members h1.heading-alt {border-bottom: 1px solid rgb(187, 187, 187); padding-bottom: 10px; margin-bottom: 20px; }
.team-members .row {margin: 10px auto;}
.team-member-page .team-member-header h1, .team-member-page .team-member-header h4 { text-align: center; }
.team-member-page .team-member-header h1 {color: #2f70b2}

.bio-links .btn-custom { text-transform: none; min-width: 175px;}
.bio-links .btn-custom p { clear: both; width: 100%; margin: 10px auto;}
.bio-links i {margin-right: 10px;}

blockquote {
    position: relative;
    margin-bottom: 2em;
	padding: 20px;
	border: none;
    text-align: center;
}

blockquote:after, blockquote:before {
	content: "";
    border: 1px solid #858585;
    width: 20%;
    margin: 0 auto 5px;
    display: inline-block;
}
blockquote p {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 2px;
    margin: 5px auto;
}
blockquote p:last-child {margin: 5px auto !important;}

blockquote .quote-section { 
	color: #4a864a; 
	font-size: 1.5em; 
	font-weight: 100;
	line-height: 1.1em;
	letter-spacing: 2px;
	padding: 20px 40px;
}
blockquote .quote-section:first-letter { font-size: 3em; font-weight: 400; float: left;}
blockquote .quote-section:first-line {line-height: 100%;}

blockquote.style2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 


ul.white {color: #f1f1f1;}
.inner-page .inner-page-content article {margin-bottom: 0; padding-bottom: 0;}

ol.fancy { list-style: none; white-space: nowrap; counter-reset: li; padding: 0;}
.fancy li {line-height: 1.25em; margin-bottom: 10px;}
ol.fancy li:before {
	counter-increment: li;
  	content: counter(li);
	color: #f1f1f1;
	background-color: #2f70b2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 1.1em;
	margin-right: 5px;
	padding: 5px 10px;
}

.bizplan-well {
	padding: 20px;
	background-color: #f6f8f9;
	float: left;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.02),0px 2px 4px rgba(0,0,0,0.08);
	border-color: #e3e6e8;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
.collapse, .collpase.in {
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	-o-transition: all 275ms;
	transition: all 275ms;
}
h3 .well-toggle i {margin-right: 10px;}
h3 .well-toggle {color: #2f70b2; font-weight: 300;}

.frm_error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.ui-datepicker .ui-datepicker-title select { color: #2f70b2; }
.ui-datepicker .ui-widget-header {background: #757575; border: 1px solid #eee;}

.page-data article { padding: 0;}
.page-data article .page-summary {text-align: left; padding: 2.5em;}
.page-data article .text {background: #f6f9fc; color: #353535;}
.page-data article .image {background-size: cover !important; background-position: center !important; }
.page-data article .page-image { margin: 0 -15px;  }
.page-data article .page-summary h2 {color: #2f70b2;}
.page-data article .page-summary a.btn-clear {
	background: 0 0;
    color: #2f70b2;
    border-color: #2f70b2;
	font-size: .85em;
}
.page-data article .page-summary a.btn-clear:hover { background-color: #2f70b2; color: #f1f1f1; }

.btn-clear.white {color: #f1f1f1; border-color: #f1f1f1;}

.tagline {
    font-weight: 700;
    color: #2f70b2;
}

.card {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
}
.card.dark {background-color: #2f70b2; color: #f1f1f1;}
.card.dark h1, .card.dark h3 {color: #f1f1f1; margin-bottom: 10px;}
.card.dark .btn-cta {background-color: #f1f1f1; color: #2f70b2;}
.card.dark .btn-cta:hover {background-color: #2f70b2; color: #f1f1f1;}
.card.dark a {color: #fff;}
.card.dark a:hover {color: #ddecde; }
.card.hero {
    padding: 30px 60px;
    font-size: 2em;
    line-height: 1.1em;
}
.card.dark label, .card.dark .frm_primary_label {color: #f1f1f1 !important;}
.card.hero p { line-height: 1.5em; font-size: 1.2rem;}
.card.hero ul li {font-size: 1.2rem; line-height: 1.2em;}
.card.collapse .close-icon {position: absolute; top: 30px; right: 30px;}
.bottom-border {border-bottom: 2px solid; padding-bottom: 10px; margin-bottom: 10px; }
.card.border {
    -moz-box-shadow: 3px 3px 9px 0px #2f70b2;
    -webkit-box-shadow: 3px 3px 9px 0px #2f70b2;
    box-shadow: 3px 3px 9px 0px #2f70b2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.card.page-submenu {padding: 10px;}
.card.page-submenu h3 {font-size: 1.25em; margin: 0 auto; color: #2f70b2;}
.card.page-submenu ul li {margin: 0 auto;}
.page-submenu ul {padding: 0; list-style: none;}
.page-submenu ul li {padding: 5px 0;}
.page-submenu ul li:hover {background: #2f70b2;}
.page-submenu ul li a:hover {color: #f1f1f1;}

.inner-pg-nav {background: #f1f1f1; padding: 10px !important;}
.inner-pg-nav .nav {margin-top: 20px;}
.inner-pg-nav .nav li {margin: 0 5px;}
.inner-pg-nav .nav li a {background-color: #2f70b2; color: #f1f1f1; }
.inner-pg-nav .nav li a:hover {background-color: #f4f4f4; color: #2f70b2; }
.inner-pg-nav .nav li.active a {background: #dce5eb; color: #2f70b2; }

.inner-page-content .more-indicator {display: none;}

ul.focused {padding: 10px 0px; list-style: none;}
ul.focused li:nth-child(odd) {background: #f1f1f1; padding: 10px; color: #2f70b2;}
ul.focused li:nth-child(even){background: #666; padding: 10px; color: #f1f1f1;}

.newsitem article h1.entry-title {
    border: none;
    padding: 0;
    font-size: 1.2em;
    margin-top: 0;
}
.newsitem article .entry-content {display: none;}
.newsitem article .news-footer .cat-links {float: right;}
.newsitem article {margin: 0 auto; padding: 0;}
.news-content .row {margin: 10px auto;}

.blog-content {padding: 50px 0 50px;}
.blog header.page-header-image h1.entry-title { text-align: center; }

.blog-articles .card {margin: 20px auto;}
.blog-articles .card:first-of-type {margin-top: 0;}
.landing-page .blog-articles .card { border: none; }
.blog-articles article .rm-table-row > div:first-child { background-color: #2f70b2; }
.blog-articles article .article-icon {text-align: center;}
.article-icon i { font-size: 3em; color: #f1f1f1;}
.blog .entry-title, .blog .entry-title a { color: #2f70b2; }
.landing-page .blog-articles article h1 {margin-bottom: 0; color: #2f70b2;}
.landing-page .blog-articles article a {color: #2f70b2;}
.landing-page .blog-articles article a:hover {text-decoration: none; color: #2f70b2;}
.landing-page .blog-articles article .entry-content {background: none; padding-left: 0;}

.blog-content article h1.entry-title {
    margin: 0 auto 20px;
    padding: 0;
    font-size: 1.5em; 
    line-height: 1.2em;
    letter-spacing: 1px;
    border: none;
}
.blog-content article {text-align: center; color: #2f70b2; margin: 0 auto; padding: 0;}
.blog-content article .post-image {margin-bottom: 20px;}
.blog-content article .entry-content {margin: 0 auto; padding: 0;}
.blog-content article .entry-content h3 {
    color: #2f70b2;
    font-size: .8em;
    line-height: 1.2em;
    margin: 0 auto 10px;
}
.blog-content article .article-footer {margin-bottom: 20px;}

.blog-content .primary-sidebar .widget ul {padding-left: 15px;}
.blog-content .primary-sidebar .widget ul li {line-height: 1em; margin-bottom: 5px;}
.blog-content .primary-sidebar .widget ul li a {font-size: 12px !important; color: #2f70b2;}
.blog-content .primary-sidebar .widget .widget-title {text-align: left;}

.archive.inner-page .page-header,
.blog.inner-page .page-header {background-color: #f1f1f1; padding: 0; width: 100%; margin-top: 25px;}
.archive.inner-page .page-header h1.entry-title,
.blog.inner-page .page-header h1.entry-title {background: #2f70b2; width: 40%; padding: 10px 0; text-transform: uppercase; text-align: center;}
.archive.inner-page .inner-pg-nav .nav,
.blog.inner-page .inner-pg-nav .nav {margin-top: 0;}
.page-header h1.entry-title .smallcaps {letter-spacing: 1px; text-transform: initial; }

.navigation.pagination .nav-links .page-numbers {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #328cc1;
    color: #f1f1f1;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
    margin-right: 5px;
}
.navigation.pagination .nav-links .page-numbers a {color: #f1f1f1;}
.navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {display: none;}

.single-post .featured-img, .single-press .featured-img {
    overflow: hidden; 
    max-height: 540px;
    max-height: 540px;
    width: 100%;
    padding-bottom: 35%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-page .innerpage-heading {
	text-align: center;
	background: #f1f1f1;
	color: #222;
	padding: 5px;
	margin: -1.85em auto 0 auto;
	width: 40%;
	z-index: 99999;
	position: absolute;
	left: 0;
	right: 0;
}
.inner-page .innerpage-heading h1 {margin: 0; padding: 0; color: #2f70b2;}

.feature-boxes .focus-box {padding: 20px; background-color: #f6f9fc; min-height: 420px;}
.feature-boxes .focus-box .fb-image {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.feature-boxes .focus-box h2 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #2f70b2;
}
.feature-boxes .focus-box .fb-summary {color: #2f70b2; margin-top: 10px;}

.feature-boxes .focus-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background: #000;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1);
	
}

.feature-boxes .focus-box h3{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	color: #f1f1f1;
	font-size: 1.2em;
	letter-spacing: 2px;
	bottom: 85px;
	left: 25px;
	position: absolute;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	transition-delay: 0.05s;
	transition-duration: 0.35s;
	-webkit-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-moz-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-ms-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-o-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
}
.feature-boxes .focus-box:hover h3{
	transform: translate3d(0px, -40px, 0px);
	transition-delay: 0.05s;
	transition-duration: 0.35s;
	-webkit-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-moz-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-ms-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-o-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
}
.feature-boxes .focus-box a.btn {position: absolute; bottom: 25px; left: 25px; }
.landing-page .more-indicator {display: none;}

ul.hlist {margin-bottom: 25px;}
.hlist li:first-child a {margin-left: 0;}
.hlist li:last-child a {margin-right: 0;}
.hlist li a {margin: 0 5px; border: 1px solid;}
.hlist li a:hover {background-color: #2f70b2; color: #f1f1f1; border-color: #ddd;}
.page-title {color: #f1f1f1;}

.bizplan-nav {display: none !important;}
.feedflare img { width: auto; max-width: initial;}

.primary-sidebar .widget-title {
    text-align: left;
    font-size: 1.25em;
    text-transform: uppercase;
}
.primary-sidebar .widget ul {padding-left: 15px;}
.primary-sidebar .widget ul li {margin-bottom: 2.5px;}
.primary-sidebar .widget ul li a {text-transform: capitalize;}

.inner-page-content section.inner-pg-hero { padding: 0; }
.inner-pg-hero .container-fluid {padding :0;}
.inner-pg-hero .ip-copy {
	border-bottom: 25px solid #dce5eb;
	padding: 50px; 
	background: #2f70b2; 
	color: #f1f1f1;
}
.inner-pg-hero .ip-copy .hero-content { padding: 60px 30px;}
.inner-pg-hero .ip-bgimg { 
	background-size: cover; 
	background-position: left top;
	background-repeat: no-repeat;
}
.page-child .inner-pg-hero .ip-copy {border-color: #f1f1f1;}

.featured-box {
    position: relative;
    border: 2px solid #0c2340;
    padding: 1rem 2.5rem;
	text-align: center;
}
.featured-box .featured-title {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    text-transform: initial;
    color: #0c2340;
    background-color: #f1f1f1;
    width: 66%;
    margin: 0 auto;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
}
.featured-box p {font-size: 1.3em; line-height: 1.2em;}	
.featured-box h3 {font-size: 1.2em;}

ul.fancy {
    text-align: left;
    list-style: none;      /*removes the default bullet*/
    margin-left: 3%;       /*gives the bullet a small left margin*/
    padding-left: 1.2em;   /*sets the list text to the right*/
    text-indent: -1.2em;   /*indents the list text*/
}
ul.fancy li:before {                /*puts the Unicode before the text*/
    content: "\2714";      /*designate the Unicode character's number*/
    color: #2f70b2;         /*control the symbol color*/
    margin-right: .5em;     /*give a small margin to the Unicode*/
}
ul.fancy li { padding: .2em; }

.single-recent-story a button {
    position: absolute;
    top: 35%;
    left: 30px;
    right: 30px;
    margin: 0 auto;
    opacity: 0;
}
.single-recent-story .story-featured-image .mask {opacity: 0; background-color: rgba(8, 60, 93, 0.8);}
.single-recent-story .story-featured-image {position: relative;}
.single-recent-story a:hover button,
.single-recent-story a:hover .mask {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.navigation.pagination {justify-content: center;}
.inner-pg-nav .nav .nav-item a {padding: 5px 0; margin: 0 auto; font-size: .9em; font-weight: 400;}
h3.section-title {font-size: 20px; text-transform: uppercase; color: #333; font-weight: 700;}
.inner-page-content.hero-image .featured-img h1, .inner-page-content.hero-image .featured-img h3, .inner-page-content.hero-image .featured-img p {color: #f1f1f1;}
.inner-page-content.hero-image .featured-img p {font-size: 1.2em; font-weight: 500;}

.image-boxes .image-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background: #000;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.1);
	
}

.image-box h3{
	color: #f1f1f1;
	bottom: 25px;
	left: 25px;
	position: absolute;
	font-weight: 900;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	transition-delay: 0.05s;
	transition-duration: 0.35s;
	-webkit-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-moz-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-ms-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-o-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
}
.image-boxes .image-box:hover h3{
	transform: translate3d(0px, -40px, 0px);
	transition-delay: 0.05s;
	transition-duration: 0.35s;
	-webkit-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-moz-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-ms-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	-o-transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
	transition: all 0.4s cubic-bezier(.45, .02, .34, 1);
}
.block-cta {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 10% 0 !important;
}

img.full-width {width: 100% !important;}

.contact-icon {float: left; width: 20%;}
.contact-details {float: left; width: 80%;}
.contact-item {margin-bottom: 10px; display: inline-block; width: 100%; color: #2f70b2;}
a.contact-link:hover .contact-item {color: #373737;}
.hero-inner p {font-size: 20px;}


.content-icon {font-size: 4em; color: #2f70b2;}
.cta-bg-block {background-size: cover !important;}

.blog-articles article .article-image {overflow: hidden;}
.blog-articles article .article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1/1;
	transition: all .5s ease-in;
	display: flex;
}
.blog-articles article:hover .article-image img {
	transform: scale(1.2);
	transition: all .5s;
}
.blog-articles article .story-box {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.blog-articles article .story-box .article-content {
	padding: 20px;
	background-color: #282a2b;
	color: #f1f1f1;
}
.blog-articles article .story-box .article-content h3 {
	color: #f1f1f1;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.2em;
	height: 2.5em;
}

.single-story .card, .more-stories .card {background-color: #d5d5d5;}
.single-story article h3 {font-size: 1.2em; line-height: 1.2em; font-weight: 600;}
.single-story .social-share {display: none;}

.cta-block > div, .cta-block .bg-fixed {background-attachment: initial !important; background-size: cover !important; background-repeat: no-repeat;} 
.cta-block .rm-table-row .col-md-3 {padding:0; }
.cta-block .bg-image {padding-bottom: 40%; position: relative;}
.cta-block .bg-image h1 {color: #f1f1f1; position: absolute; top: 40%; left: 25px;}

.card.focus {
	background-color: #24282a;
	color: #f1f1f1;
}
ul.fancy-list {
	text-align: left;
	list-style: none;
	padding: 0;
	font-size: .9em;
	line-height: 1.2em;
}
ul.fancy-list li {padding-left: 20px;}
ul.fancy-list li i {margin-left: -20px; margin-right: 7.5px;}
.primary-sidebar .widget ul.rm_widget {list-style: none !important;}
.card.focus h4 {
	color: #f1f1f1;
	font-size: 1.25em;
	text-transform: capitalize;
	line-height: 1.2em;
	font-weight: 200;
	letter-spacing: 2px;
	height: 2.5em;
	margin-top: 10px;
}
.proof-boxes {margin: 25px auto;}

.page-header h4 {color: #2f70b2;}

.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-50 {margin-top: 50px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-50 {padding-top: 50px !important;}
.pad-100 {padding: 100px 0;}

.text.left {text-align: left !important;}
.text.right {text-align: right !important;}
.text.center {text-align: center !important;}
.text.white { color: #f1f1f1 !important;}

.color-white, h1.color-white, h3.color-white, p.color-white { color: #f1f1f1 !important; }
.color-blue, h1.color-blue, h3.color-blue, p.color-blue { color: #2f70b2 !important; }
.color-orange, h1.color-orange, h3.color-orange, p.color-orange { color: #f47650 !important; }
.color-ltblue, h1.color-ltblue, h3.color-ltblue, p.color-ltblue { color: #ccdadd !important; }
.color-green, h1.color-green, h3.color-green, p.color-green { color: #5a935b !important; }

.bg_green {background-color: #5a935b !important;}
.bg_blue {background-color: #2f70b2 !important;}
.bg_orange {background-color: #f47650 !important;}

.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important; width: 100%;}
.text-p2, .text-p2 p, .text-p2 h2, .text-p2 h3 {font-size: 1.3em; line-height: 1.2em;}

.inner-page header.primary-header .navbar {background-color: #fff;}

.events-listing .single-event .card-footer .btn-custom.event-signup {
	background-color: #5a3da3;
	border-color: #5a3da3;
}
.events-listing .single-event .event-thumb img {width: 50%; margin: 0 auto; display: flex; }
.events-listing .single-event .event-name h3 {font-size: 18px; text-align: center; color: #2f70b2;}
.events-listing .single-event .card-header {background: none; height: 41%; border: none; }
.events-listing .single-event .card-footer {background: none; border: none;}
.events-listing .single-event.card .event-date {
	color: #353536;
	z-index: 10;
	position: absolute !important;
	right: 30px !important;
	top: 30px !important;
	text-align: center;
}

.single-event-page .event-details .card svg {
	width: 50px;
	clear: both;
	display: flex;
	margin: 0 auto;
}
.single-event-page .single-event-title {color: #2f70b2;}
.single-event-page .col.event-hero .card {padding: 10px;}

.text-2xl {
	font-size: 2em;
	line-height: 1.5em;
}
.font-bold { font-weight: 700; }
.opacity-80 {opacity: 80%;}
a.fancy {border-bottom: 1px solid;}
/****************** Responsive Tweaks **************************************/

.sitelogo img.home-mobile {
	display: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.mobile-cta {
    display: none;
    background: #2f70b2;
    color: #f1f1f1;
}
.mobile-cta p {color: #f1f1f1; font-size: .9em;}
.mobile-cta h1.opening {display: none;}

button.navbar-toggler {background-color: #f1f1f1;}
.top-menu .navbar-header {display: flex; margin-left: auto; justify-content: space-between;}
body.mobile .top-menu .nav {display: inline-block;}
.navbar-toggler > i {
    -webkit-transition: all ease-in-out;
	-moz-transition: all ease-in-out;
	-o-transition: all ease-in-out;
	-ms-transition: all ease-in-out;
	transition: all ease-in-out;
}
.navbar-toggler.collapsed i.menu-close {display: none;}
.navbar-toggler.collapsed i.menu-open {display: block;}
.navbar-toggler i.menu-open {display: none;}
.navbar-toggler i.menu-close {display: block;}
.top-menu .navbar-header {margin-top: -55px;}

.mobile, .tablet {display: none !important;}

@media (max-width:481px) {
	.mobile {display: block !important;}
	.btn-cta {padding: 10px 20px !important; font-size: 18px !important;}
	.blog-content {margin-top: 25px;}
	.blog-articles .row > div {margin: 10px auto;}
	.blog .featured-img img {margin-top: 0 !important;}
	.inner-page .featured-img {padding-bottom: 45%;}
	.contact-items {margin-top: 20px;}
	.home .landing-page .hero-block { background-position-y: 0px !important; padding-bottom: 50vh !important;}
	.hero-inner {padding: 10px !important; margin: 0 auto;}
	header .navbar .navbar-brand img {max-width: 175px; width: 175px;}
	#main {padding: 50px 0 25px;}
	.inner-page .navbar .nav > li > a {color: #f1f1f1;}
	.inner-page .navbar .nav > li > a {color: #ccc;}
	#topMenu {background-color: #e4e5e7 !important;}
	header.primary-header .navbar .nav {background-color: #2f70b2;}
	.hero-inner {width: 100%; padding: 0;}
	.hero-inner p {font-size: 16px; line-height: 1.2em; text-align: center;}
	.sitelogo img.home-mobile {display: table-cell;}
	.sitelogo img.home, .site-logo img.home-shrink {display: none;}
	.mt_m-25 {margin-top: 25px;}
	.item .slide-caption {width: 75%;}
	.item .slide-caption h1 {font-size: 1em !important;}
	.carousel-indicators { bottom: -15px; }
	.inner-page-content .featured-img {padding-bottom: 30%;}
	.inner-page-content.hero-image .featured-img h1 {font-size: 25px;}
	.inner-page-content.hero-image .featured-img p {font-size: 1em; line-height: 1.1em;}
	.block.block-cta {background-attachment: initial;}
	.home-page #s-3 {background-attachment: initial;}
    .blog-content {padding-top: 0;}
    .featured-box .featured-title { top: -43px;}
    .inner-pg-hero .ip-copy {padding: 20px;}
    .blog-articles article .rm-table-row > div:first-child {padding: 20px 0; margin: 10px auto;}
    .landing-page .block3 h1 {margin-top: 0 !important;}
    .landing-page .hero-block {margin-top: 0;  background-size: contain !important;}
	.landing-page .hero-block h1 {letter-spacing: 1px;}
    .landing-page .hero-block .video-bg {display: none;}
	.page-data article .image {
		background-size: cover !important;
		background-position: center top !important;
	  }
    .mobile-cta {display: block;}
    .landing-page .hero-block .hero-copy {margin: 175px 0 125px; padding: 10px 10px 100px 10px; background-color: #2f70b2; position: relative;}
    .landing-page .hero-block .hero-copy, .featured-img .page-header-image {top: 10%;}
    .landing-page .block2 .feature-boxes {margin-top: 0 !important;}
    .featured-img .page-header-image h1, h1 {font-size: 1.5em;}
    .hero-inner h1 {font-size: 2em !important;}
    .footer-wrap .border-left {border: none;}
    .card {margin: 10px auto;}
	#SiteFooter { overflow: auto; height: auto;  margin-top: 0px; }
	footer { margin-top: 0; }
	header { padding: 0; }
	#page { height: auto; }
	.copyright { padding: 5px; }
	#nav { bottom: initial; top: 20px; }
	.navbar .nav > li {margin: 5px auto;}
	.navbar .nav > li > a { margin: 0px auto; color: #fff; padding: 0;}
	.inner-page .innerpage-heading, .archive.inner-page .page-header h1.entry-title, .blog.inner-page .page-header h1.entry-title, .inner-page .page-header {width: 90%;}
/*	.sitelogo { float: left; width: 150px; margin-right: 10px; } */
	.site-name h1 { display: none; }
	.footer-wrap .right, .footer-wrap .left { 	text-align: center;  float: none; }
	.social {  float: none;  display: inline-block; }
	.footer-wrap .social { margin: 10px auto; }
	#gform_wrapper_3 {  float: none; }
	.sticky-header .social-assets {display: none; }
	.rm-table, .rm-table .rm-table-row {display: block;}
   /* .rm-table .rm-table-row [class^="col-"] {display: table-cell;}*/
    .rm-table .rm-table-row [class*="col-md-"] {display: block ;}
    .footer-menus .row [class*="col-md-"] { margin: 5px auto; }
	.sticky-header {background-color: #f1f1f1; position: relative;}
/*	.sticky-header .nav-menu {display: inline-block; width: 100%; margin-top: -75px;} */
	.navbar-default .navbar-collapse {border: none;}
	.landing-page .hero-block .hero-bg {margin-top: 0;}
	.hero-copy {font-size: .5em;}
	#hero-sub-nav .btn-cta { padding: 5px 10px; font-size: 10px; }
	#hero-sub-nav h2 {font-size: 12px; letter-spacing: 0px;}
	.home-page section {padding: 25px 0; }
	.landing-page h1.tagline {width: 100%; font-size: 1.25em;}
	.page-bottom .col-md-4:last-child,.page-bottom .col-md-4:last-child h3, .page-bottom .col-md-4:last-child h1 {text-align: center;}
	.nobullets {padding: 0;}
    #secondary {padding-top: 25px;}
	.inner-page .entry-content {padding-top: 0;}
	.inner-page .entry-content h1 {font-weight: 400; font-size: 1.25em;}
	section article.hentry {padding-bottom: 0; margin-bottom: 0;}
	section .entry-content {padding-bottom: 0;}
	.product-screenshot .feature-highlights li {width: 25px; padding: 0; font-size: .7em;}
	.product-screenshot.service .feature-highlights .fh-two { bottom: 38%; left: 10%; }
	.inner-page .featured-img .hero-content {position: initial;}
	.inner-page .featured-img .hero-content .jumbotron {font-size: 1em; position: relative;}
	.sticky-header .nav-menu .mobile {display: table-cell;}
	.single-opportunity .deal-logo {float: right; width: 150px; height: 150px; padding: 0; margin-top: -300px;}
    .page-data article .image {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
    }
    .page-data article .page-summary {padding: 10px;}
    .page-data article {margin: 10px auto;}
    .footer-wrap [class*="col-md-"] {text-align: center;}
    .footer-logo img {max-width: 75px;}
	.inner-page-content section, .inner-page-content .main-content {padding: 25px 0;}
	.inner-page-content.hero-image .featured-img .hero-image {margin-top: -35px !important;}
}

@media (min-width:482px) and (max-width:768px) {
	#SiteFooter { overflow: auto; height: auto;  margin-top: 0px; }
	footer { margin-top: 0; }
	header { padding: 0; }
	#main { padding-bottom: 0; 	padding-top: 0px; }
	#page { height: auto; }
	.copyright { padding: 5px; }
	#nav { bottom: initial; top: 20px; }
	.navbar .nav > li > a { margin: 5px auto; }
	.sitelogo { float: left; width: 150px; margin-right: 10px; }
	.site-name h1 { display: none; }
	.footer-wrap .right, .footer-wrap .left { 	text-align: center;  float: none; }
	.social {  float: none;  display: inline-block; }
	.footer-wrap .social { margin: 10px auto; }
	#gform_wrapper_3 {  float: none; }
	.sticky-header .social-assets {display: none; }
	.rm-table, .rm-table .rm-table-row {display: block;}
	.rm-table .rm-table-row [class*="col-md-"] {display: block;}
	.sticky-header {background-color: #2f70b2; position: relative;}
	.sticky-header .nav-menu {display: inline-block; width: 100%; margin-top: -75px;}
	.navbar-default .navbar-collapse {border: none;}
	.landing-page .hero-block .hero-bg {margin-top: 0;}
	.hero-copy {font-size: .5em;}
	#hero-sub-nav .btn-cta { padding: 5px 10px; font-size: 10px; }
	#hero-sub-nav h2 {font-size: 12px; letter-spacing: 0px;}
	.home-page section {padding: 25px 0; }
	.landing-page h1.tagline {width: 100%; font-size: 1.25em;}
	.page-bottom .col-md-4:last-child,.page-bottom .col-md-4:last-child h3, .page-bottom .col-md-4:last-child h1 {text-align: center;}
	.nobullets {padding: 0;}
	.inner-page .page-header {padding-bottom: 0;}
	.inner-page .entry-content {padding-top: 0;}
	.inner-page .entry-content h1 {font-weight: 400; font-size: 1.25em;}
	section article.hentry {padding-bottom: 0; margin-bottom: 0;}
	section .entry-content {padding-bottom: 0;}
	.product-screenshot .feature-highlights li {width: 25px; padding: 0; font-size: .7em;}
	.product-screenshot.service .feature-highlights .fh-two { bottom: 38%; left: 10%; }
	.landing-page .hero-block .hero-bg {padding-bottom: 28%;}
	.hero-copy {bottom: 20%;}
	.hero-block .hero-bg img {margin-top: -130px;}
	.inner-page .featured-img .hero-content .jumbotron {font-size: 1em;}
	.sticky-header .nav-menu .mobile {display: table-cell;}
	.single-opportunity .deal-logo {float: right; width: 150px; height: 150px; padding: 0; margin-top: -275px;}
}

@media (min-width:769px) and (max-width:980px) {
	.navbar .nav > li > a { margin: 2.5px; padding: 0px; font-size: 10px; }
	.landing-page .hero-block .hero-bg {padding-bottom: 75%; }
	.sitelogo img {width: 45%;}
	.top-menu .rm-table .rm-table-row .col-md-2 {width: 40%;}
	.hero-copy {font-size: .9em;}
	h1.tagline {width: 100%;}
	#main {padding-top: 128px;}
	.jumbotron {padding: 20px; font-size: 1.25em;}
	.post-date {position: initial;}
	#SiteFooter { overflow: auto; height: auto;  margin-top: 0px; }
	footer { margin-top: 0; }
	.footer-wrap .right, .footer-wrap .left { 	text-align: center;  float: none; }
	.social {  float: none;  display: inline-block; }
	.footer-wrap .social { margin: 10px auto; }
	#main {padding-bottom: 0;}
	.page-bottom .col-md-4:last-child,.page-bottom .col-md-4:last-child h3, .page-bottom .col-md-4:last-child h1 {text-align: center;}
	.nobullets {padding: 0;}
}

@media (min-width:482px) and (max-width:767px) {}

@media (min-width:482px) and (max-width:979px) {}

@media (min-width:768px) and (max-width:979px) {}

@media (min-width:1200px) {
	.hero-bubble h1 { font-size: 3em; }
}

@media (min-width:1500px) {

}


/* =============================================== *\
	HTML5 VIDEO BACKGROUND
	This is the important part
	It can be used for a 'hero' section or a
	full-screen background
\* =============================================== */
/* This first class is not necessary for full-screen backgrounds */
.video-hero {
	position: relative;
	overflow: hidden;
}
.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.video-bg video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
	/**
	 * For full-screen video backgrounds, add the
	 * .video-bg--fullscreen class to .video-bg div
	 */
	.video-bg--fullscreen {
		position: fixed;
	}
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: rgba(0,0,0,0.5); /* You can play with the opacity */
}
/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video' is the name of the video
 */
.video-bg.demo-video {
	background-image: url(files/busy-new-york-intersection.jpg);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .video-bg video {
	opacity: 0;
	-webkit-transition: opacity .8s linear;
	   -moz-transition: opacity .8s linear;
	    	transition: opacity .8s linear;
}
.js .video-bg video.is-playing {
	opacity: 1;
}

.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-5px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
} 

.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
