body { 
	font: 16px/1.8 "aktiv-grotesk", sans-serif; 
	color: #86939E; 
	overflow-x: hidden; 
	font-weight: 300; 
	padding-top: 100px; 
	animation: body-fade-in 1s;
}
@keyframes body-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.homepage-banner {
  background-color: #051D49;
}
.widget-newsletter {
	color: rgb(255,255,255);
	background: linear-gradient(0deg, #051D49 0%, #263D6F 100%);
}
.widget-newsletter p,
.widget-newsletter h3,
section.section-blue-pattern-bg h1,
section.section-blue-pattern-bg h2,
section.section-blue-pattern-bg h3,
section.section-blue-pattern-bg h4,
section.section-blue-pattern-bg h5,
section.section-blue-pattern-bg h6,
section.section-contact-widget h1,
section.section-contact-widget h2, 
section.section-contact-widget h3,
section.section-contact-widget h4,
section.section-contact-widget h5,
section.section-contact-widget h6,
section.section-contact-widget a,
.contact-form-sidebar a {
	color: #fff;
}

/*------------------------------------------
------------------- DEFAULT ---------------- 
-------------------------------------------- */

h1, h2, h3, h4, h5, h6 { color: #6B7C93; font-family: "brandon-grotesque", sans-serif; margin-top: 0; font-weight: 700; line-height: 1.25 }
h1, h2 { margin-bottom: 30px; }
h3 { margin-bottom: 20px; }
h4, h5, h6 { margin-bottom: 10px; }
p { margin-bottom: 30px; }
strong { font-weight: 400; }
a { color: #172F5E; transition: all 0.5s ease; }
a:hover { color: #172F5E; }
a:active, a:focus { outline: 0; text-decoration: none; }
ul,ol { padding-left: 17px; }
section { padding: 100px 0; position: relative; }

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

.text-center.h1-hr:after, 
.text-center .h1-hr:after {
    margin-left: auto;
    margin-right: auto;
}
.h1-hr {
	font-size: 35px;
}
.h1-hr:after {
    height: 2px;
    display: block;
    width: 110px;
    background: #979797;
    opacity: 1;
    content: '';
    margin: 25px 0 25px;
}
.h1-hr.h1-hr-inverted:after {
	background-color: #fff;
}
.hdr-arrow {
	display: inline-block;
	margin-left: 10px;
	margin-top: -4px;
}
section.bg-gray,
.bg-gray {
	background-color: #F5F7F9;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
ol,
ul,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading ul, 
.wf-loading ol {
	visibility: hidden;
}
.no-js h1, 
.no-js h2, 
.no-js h3, 
.no-js h4, 
.no-js h5, 
.no-js h6, 
.no-js p,
.no-js ul,
.no-js ol,
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active ul,
.wf-active ol,
.wf-inactive h1,
.wf-inactive h2,
.wf-inactive h3,
.wf-inactive h4,
.wf-inactive h5,
.wf-inactive h6,
.wf-inactive p,
.wf-inactive ul,
.wf-inactive ol {
	visibility: visible;
}
.wf-inactive {
}

/*------------------------------------------
----------------- HEADER -------------------
-------------------------------------------- */

header, header [class*="col-"] {
	height: 100px;
	position: relative;
}
header { 
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	width: 100%;
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
header [class*="col-"] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
header [class="col-xs-12"] {
  height: 0;
}
header .logo-inverted {
  display: block; 
}
header .logo-default {
  display: none;
}
header .sf-menu-container {
  align-items: flex-end;
}

body.home {
	padding-top: 0;
}
.home header {
	top: 0;
	z-index: 1;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
} 
.home header .separator {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin: 0;
  padding: 0;
}
.home header .logo-default {
  display: block;
}
.home header .logo-inverted {
  display: none;
}
.home header .sf-menu a {
  color: rgb(255,255,255);
}
.home header.header-scroll .sf-menu a {
	color: #6E757F;
}

.sf-menu a {
  font-family: 'brandon-grotesque',sans-serif;
  color: #6E757F;
  text-transform: uppercase;
  font-size: 13px;
  transition: all ease 0.5s;
}
.sf-menu > li {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.sf-menu > li:hover {
  background-color: transparent;
}
.sf-menu > li:last-child {
  padding-right: 0;
}
.sf-menu > li > a {
    border: 0;
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
}
.sf-menu > li > a:hover {
    border-bottom-color: #00ADBD;
}
.sf-menu > li.active > a,
.sf-menu > li.current-menu-item > a {
  border-bottom: 3px solid #00ADBD;
  font-weight: 500;
}

header.header-scroll,
.home header.header-scroll {
	overflow: hidden;
	background-color: rgb(255,255,255);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.07);
} 
header.header-scroll, 
header.header-scroll [class*="col-"],
header.header-scroll .sf-menu > li > a {
  height: 70px;
}
header.header-scroll [class="col-xs-12"],
header.header-scroll .logo-default,
header.header-scroll .separator {
  display: none;
}
header.header-scroll .logo-inverted {
	display: inherit;
}

/*------------------------------------------
---------------- NAVIGATION ----------------
-------------------------------------------- */

header { z-index: 10000; }
.menu-overlay { z-index: 100; }
.home header { z-index: 200; }

#nav-toggle { 
	cursor: pointer; 
	padding: 14px 30px 16px 0px; 
	position: relative; 
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, 
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after,
.home .header.header-scroll #nav-toggle span, 
.home .header.header-scroll #nav-toggle span:before, 
.home .header.header-scroll #nav-toggle span:after {
	 background: #051D49;
}
.home .header #nav-toggle span, 
.home .header #nav-toggle span:before, 
.home .header #nav-toggle span:after,
.header.menu-overlay-open #nav-toggle span, 
.header.menu-overlay-open #nav-toggle span:before, 
.header.menu-overlay-open #nav-toggle span:after,
.header.header-scroll.menu-overlay-open #nav-toggle span, 
.header.header-scroll.menu-overlay-open #nav-toggle span:before, 
.header.header-scroll.menu-overlay-open #nav-toggle span:after  {
	background: #fff;
}
.home .header #nav-toggle.active span,
.header.menu-overlay-open #nav-toggle.active span {
	background-color: transparent;
}

.menu-overlay {
	display:none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(5,29,73,0.98);
	overflow: auto;
}
.menu-overlay ul,
.menu-overlay ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-overlay ul {
	margin-top: 120px;
}
.menu-overlay ul li a {
	display: block;
	color: rgb(255,255,255);
	text-align: center;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 2em;
	margin-bottom: 10px;
}
.menu-overlay ul li a:hover {
	text-decoration: none;
}
.header .menu-phone {
    position: absolute;
    right: 60px;
    font-size: 17px;
    border-radius: 50%;
    border: 2px solid #051D49;
    color: #051D49;
    width: 30px;
    height: 30px;
    text-align: center;
}
.home .header .menu-phone {
    border: 2px solid #FFF;
    color: #FFF;
}

.home .header.header-scroll .menu-phone {
	border: 2px solid #051D49;
	color: #051D49;
}

.header.menu-overlay-open .separator,
.header.menu-overlay-open .logo-inverted,
.header.menu-overlay-open .logo-default,
.header.menu-overlay-open .menu-phone {
	display: none !important;
}
.header.header-scroll.menu-overlay-open,
.header.menu-overlay-open {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*------------------------------------------
-------------- BANNER TYPES ----------------
-------------------------------------------- */

.row.subpage-image-banner-row.is-flex {
	align-items: center;
}

.subpage-image-banner-card {
	background-color: #00ACBD;
	border-radius: 8px;
	padding: 40px 40px 100px;
	position: relative;
}
.subpage-image-banner-card h2 {
	color: #fff;
	font-size: 30px;
}
.subpage-image-banner-card:after {
    content: "";
    width: 100%;
    height: 72px;
    background: url(../images/pattern-wave.png) repeat-x;
    display: block;
    background-size: 66px 72px;
    position: absolute;
    opacity: 0.45;
    bottom: 20px;
    left: 0
}
.subpage-image-banner-card-arrow {
	position: absolute;
	bottom: -36px;
	right: 30px;
}
.disclaimer {
	font-size: 12px;
}

/*------------------------------------------
---------------- HOMEPAGE ------------------ 
-------------------------------------------- */

.homepage-banner {
  padding-top: 160px;
  padding-bottom: 30px;
  color: rgb(255,255,255);
  background: linear-gradient(0deg, #051D49 0%, #263D6F 100%);
}
.homepage-banner h1 {
  font-size: 45px;
  margin-bottom: 25px;
  color: rgb(255,255,255);
}
.homepage-banner h1 span {
	/* color: #00ADBD; */
	color: #fff;
}
.homepage-banner p {
	font-size: 18px;
}
.homepage-banner-form .form-control {
	background-color: #37496C;
	border-color:#37496C;
	color: #fff;
}
.homepage-banner-form .btn.btn-lg {
	padding-top: 11px;
	padding-bottom: 11px;
}
.homepage-banner .small-text p {
	opacity: 0.3;
	font-size: 14px;
}
.homepage-banner a .fa.fa-chevron-down {
	border: 2px solid rgb(255,255,255);
	padding: 20px 5px 5px;
	border-radius: 15px;
	opacity: 0.2;
	color: rgb(255,255,255);
	transition: all ease 0.5s;
	-webkit-animation: mouse 1s ease 0s infinite;
	animation: mouse 1s ease 0s infinite;
	margin-left: -25px;
}
.homepage-banner a:hover .fa.fa-chevron-down {
	opacity: 0.4;
	-webkit-animation: none;
	animation: none;
}
@-webkit-keyframes mouse {
  0% { -webkit-transform: translate3d(0px, 0px, 0px); }
  50% { -webkit-transform: translate3d(0px, -10px, 0px); }
  100% { -webkit-transform: translate3d(0px, 0px, 0px); }
}
@keyframes mouse {
  0% { transform: translate3d(0px, 0px, 0px); }
  50% { transform: translate3d(0px, -10px, 0px); }
  100% { transform: translate3d(0px, 0px, 0px); }
}

section.section-contact-widget,
section.section-blue-pattern-bg {
	background-image: linear-gradient(0deg, #051D49 0%, #263D6F 100%);
	color: rgb(255,255,255);
	position: relative;
	padding-bottom: 150px;
}
section.section-contact-widget:after,
section.section-blue-pattern-bg:after {
	content: "";
	width: 100%;
	height: 72px;
	background: url(../images/pattern-wave.png) repeat-x;
	display: block;
	background-size: 66px 72px;
	position: absolute;
	opacity: 0.3;
	bottom: 30px;
}

.section-contact-widget-wrapper {
	display: flex;
	align-items: center;
}

section.slanted-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 900px;
    height: 0;
    z-index: 0;
    transform: scale(10);
    border-style: solid;
    border-width: 200px 400px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

section.subpage-text-banner {
	min-height: 250px;
	background-color: #04A7B8;
}
section.subpage-text-banner h1 {
	color: #fff;
	font-size: 45px;
}
section.subpage-text-banner p {
	margin-bottom: 0;
	color: #ffffff;
}

section.subpage-image-banner {
	/* min-height: 750px; */
	min-height: 500px;
	background-color: #1D3465;
	color: #ffffff;
	padding: 0;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.subpage-image-banner h1 {
	color: #fff;
	font-size: 45px;
}
section.subpage-image-banner .homepage-banner-form .form-control {
    background-color: #fff;
    border-color: #fff;
}

/*------------------------------------------
---------------- BLOG PAGES ----------------
-------------------------------------------- */

.searchformArchive-wrapper {
	position: relative;
}
#searchformArchive input[type="search"] {
	padding-left: 35px;
}
.searchformArchive-wrapper:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 25px;
    color: rgba(0,0,0,0.35);
    z-index: 1;
}
.blog-title-wrapper h1 {
	font-size: 45px;
	margin-bottom: 20px;
}
.blog-title-wrapper .primary-category {
	display: inline-block;
	color: #F58021;
	font-size: 12px;
	font-weight: 400;
}
.blog-title-wrapper:after {
	content: "";
	margin: 0 auto 60px;
	display: block;
	width: 110px;
	height: 3px;
	background-color: #6B7C93;
	position: relative;
	z-index: 1;
}
.blog-title-wrapper span {
	display: inline-block;
	font-size: 12px;
	color: #6B7C93;
	opacity: 0.5;
}
.single-post-main a {
	text-decoration: underline;
}
.single-post-main a:hover {
	text-decoration: none;
}
.single-post-main .btn {
	text-decoration: none;
}
.author-bio {
	border: 1px solid #eee;
	border-width: 1px 0;
	padding: 30px 0;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}
.author-bio img {
	margin-right: 30px;
	width: 128px;
	height: 128px;
	border-radius: 50%;
}
.author-bio span {	
	color: #6E757F;	
	font-size: 18px;	
	font-weight: 500; 
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	/*margin-bottom: 10px;*/
}
.author-bio h3 {	
	color: #00ADBD;	
	font: 18px "aktiv-grotesk", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}
.author-bio h3 a {
	color: inherit;
}
.author-bio p {
	font-size: 14px;
	margin-bottom: 15px;
}
ul.user-meta-list,
ul.user-meta-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.user-meta-list li {
	float: left;
	margin:0 2px;
}
ul.user-meta-list li:first-child {
	margin-left: 0;
}
ul.user-meta-list li:last-child {
	margin-right: 0;
}
ul.user-meta-list li a {
	display: block;
	border-radius: 50%;
	color: #86939E;
	border: 2px solid #86939E;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	transition: all ease-in-out 0.2s;
}
ul.user-meta-list li a:hover,
ul.user-meta-list li a:active,
ul.user-meta-list li a:focus {
	color: #fff;
	background: #00ADBD;
	border-color: #00ADBD;
}
/*------------------------------------------
-------------- SERVICE PAGE ----------------
-------------------------------------------- */

.service-item h2 {
	font-size: 35px;
}
.service-item h2 a,
.service-item h2 a:hover,
.service-item h2 a:focus {
	color: inherit;
}
.service-item h2 a:hover {
	text-decoration: none;
}
.sidebar-services, .sidebar-services li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.sidebar-services {
	margin-bottom: 50px;
}
.sidebar-services li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.sidebar-services li img {
	width: 42px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
}
/*------------------------------------------
---------------- TEAM PAGE -----------------
-------------------------------------------- */

.team-grid h3 a {
	color: inherit;
}
.team-grid img {
	margin-bottom: 20px !important;
}
.team-vcard {
	display: flex;
	align-items: center;
	min-height: 400px;
	position: relative;
}
.team-vcard .profile-image {
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 100%;
	width: auto;
}
.team-vcard h1 small {
	display: block;
	font-size: 18px;
	color: #00ADBD;
	padding: 10px 0;
}
.team-vcard h1:after {
	display: block;
	content: "";
	width: 40px;
	border-bottom: 2px solid #00ADBD;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.team-wrapper-sidebar-social-media a i.fa {
	color: #fff;
	border: 2px solid #fff;
	font-size: 20px;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	text-align: center;
	position: relative;
	padding-top: 12px;
	margin-right: 10px;
}
.team-wrapper-sidebar-social-media a:last-child i.fa {
	margin-right: 0;
}
.team-wrapper-sidebar-address-item {
	display: flex;
	align-items:baseline;
	margin-bottom: 20px;
}
.team-wrapper-sidebar-address-item:last-child {
	margin-bottom: 0;
}
.team-wrapper-sidebar-address-item i.fa {
	margin-right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	font-size: 14px;
	padding-top: 7px
}
.team-wrapper-sidebar-address-item a {
	color: inherit;
}
.team-wrapper-sidebar-hr:after {
	display: block;
	content: "";
	width: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 40px;
	margin-bottom: 40px;
}
ul.li-arrow {
	list-style: none;
	padding-left: 0;
}
ul.li-arrow li {
	background-image: url("../images/arrow-red-small.svg");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 20px;
}

/*------------------------------------------
--------------- CONTACT US -----------------
-------------------------------------------- */

.contact-form-wrapper {
	border-radius: 5px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.26);
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.26);
	margin-bottom: 100px;
}
.contact-form-sidebar {
	background-color: #172F5E;
	min-height: 300px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	font-size: 14px;
}
.contact-form-sidebar,
.contact-form-sidebar h2 {
	color: #fff;
}
.contact-form-sidebar h4 {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
}
.contact-form-main,
.contact-form-sidebar {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
.contact-form-sidebar-address {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.contact-form-sidebar-address .btn.btn-xs {
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 4px 12px;
	opacity: 0.4;
}
.contact-form-sidebar-address .btn.btn-xs:hover {
	opacity: 0.8;
}
.contact-form-sidebar-address-icon {
	margin-right: 10px;
	width: 26px;
	height: auto;
}
.contact-form-sidebar a:hover { color: #fff; }
.nav-ui,
.nav-ui li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "brandon-grotesque", sans-serif; 
}
.nav-ui li {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	margin: 0 10px 5px;
}
.nav-ui li,
.nav-ui li a {
	color: rgba(107,124,147,0.5);
}
.nav-ui li:first-child {
	margin-left: 0;
}
.nav-ui li.active {
	border-bottom: 3px solid #00ADBD;
}
.nav-ui li.active a {
	color: rgba(107,124,147,1);
}
.nav-ui li a:hover {
	text-decoration: none;
}
.contact-form-main .h4 {
	border-bottom: 3px solid #00ADBD; 
	padding-bottom: 5px; 
	display: inline; 
	font-family: 'brandon-grotesque', sans-serif;
	color: #6b7c9380;
}

/*------------------------------------------
----------------- GRIDS --------------------
-------------------------------------------- */

.grid-colored-item {
	background-color: #000000;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 40px;
	position: relative;
	height: 100%;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.14);
	transition: all ease-in-out 0.5s;
	top: 0;
}
.grid-colored-item:hover {
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.5);
    top: -2px;
}
.grid-colored-item:after {
    opacity: 1;
    background-image: url(../images/bokeh-grid.png);
    background-repeat: no-repeat;
    content: "";
    top: 0;
    right: 0;
    background-size: 317px 174px;
    width: 317px;
    height: 174px;
    z-index: 0;
    position: absolute;
    display: block;
}
.grid-colored-item h3,
.grid-colored-item h3 a {
	color: rgba(255,255,255,1)
}
.grid-colored-item .td-arrow-btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.grid-item-blog {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.26);
	border-radius: 5px;
	transition: all ease 0.5s;
	height: 100%;
	background-color: #fff;
}
.grid-item-blog:hover {
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
}
.grid-item-blog img {
	border-radius: 5px 5px 0 0;
}
.grid-item-blog-content {
	padding: 30px 20px;
	background-color: rgba(255,255,255,1);
	border-radius: 0 0 5px 5px;
}
.grid-item-blog-content h3 {
	font-size: 22px;
}
.grid-item-blog-content h3 a {
	color: inherit
}
.grid-item-blog-content h3 a:hover {
	text-decoration: none;
}
.grid-item-blog-content h5 {
	font-family: "aktiv-grotesk", sans-serif;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 30px;
	position: relative;
}
.grid-item-blog-content h5:before {
	content: "";
	position: absolute;
    height: 2px;	
    width: 30px;	
    border: 1px solid #979797;	
    opacity: 0.5;
    bottom: -12px;
}
.grid-item-blog-content h5 span:first-child,
.grid-item-blog-content h5 span:first-child a,
.grid-item-blog-content h5 span:first-child a:hover,
.grid-item-blog-content h5 span:first-child a:focus {
	color: #F58021;
}
.td-arrow-btn img {
	opacity: 0.5;
	transition: all ease 0.5s;
}
.td-arrow-btn:hover img,
.grid-colored-item:hover .td-arrow-btn img {
	opacity: 1;
}

.home-top-item-wrapper {
	margin-top: -150px;
}
.home-top-item-wrapper .grid-colored-item:after {
	content: normal;
}
.home-top-item-wrapper .grid-colored-item h2 {
	color: rgba(255,255,255,1);
	font-size: 18px;
	font-weight: 500;
}
.home-top-item-wrapper .grid-colored-item:hover {
    box-shadow: inherit;
    top: inherit;
}
.home-top-item-wrapper .hdr-group {
	display: flex;
	align-items: center;
}
.home-top-item-wrapper .hdr-group img {
	margin-right: 15px;
}
.home-top-item-wrapper .owl-carousel.owl-carousel-home-top-item h3 {
	font-weight: 300;
	font-size: 16px;
	font-family: "aktiv-grotesk", sans-serif;
}
.home-top-item-wrapper .owl-carousel.owl-carousel-home-top-item .owl-dots .owl-dot span {
	opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,1);
	border: 3px solid #65BD60;
	background-color: transparent;
	width: 14px;
	height: 14px;
}
.home-top-item-wrapper .owl-carousel.owl-carousel-home-top-item .owl-dots .owl-dot.active span,
.home-top-item-wrapper .owl-carousel.owl-carousel-home-top-item .owl-dots .owl-dot:hover span {
	opacity: 1;
	background-color: #fff;
}
.home-top-item-wrapper input[type="email"],
.home-top-item-wrapper input[type="text"] {
	height: 55px;
	box-shadow: none;
	border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { /* MD */
	.home-top-item-wrapper .btn.btn-default {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) { /* XS */
	.home-top-item-wrapper {
		margin-top: 40px;
	}
}
/*------------------------------------------
---------------- FOOTER --------------------
-------------------------------------------- */

footer {
	background-color: #FCFDFE;
	padding-top: 65px;
	font-size: 14px;
} 
footer .footer-bottom {
	background-color: #F5F7F9;
	min-height: 80px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
footer .footer-bottom ul {
	display: inline-block;
}
footer .footer-bottom ul,
footer .footer-bottom ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .footer-bottom ul li {
	float: left;
	padding: 0 10px;
	position: relative;
	line-height: 1;
	margin-bottom: 5px;
}
footer .footer-bottom ul li:after {
	content: "";
	border-left: 1px solid #86939E;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 1px;
}
footer .footer-bottom ul li:last-child:after {
	display: none;
}
footer ul,
footer ul li {
	list-style: none;
	padding-left: 0;
}
footer ul li,
footer address {
	line-height: 2;
}
footer address strong {
	color: #F58021;
	display: block;
}
footer ul li,
footer ul li a,
footer address,
footer a {
	font-size: 12px;
	color: #6E757F;
}
footer li i.fa {
	margin-right: 8px;
	width: 10px;
}
footer h5 {
	font-size: 14px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400; 
}
footer .btn.btn-default {
    padding: 10px 0;
}

/*------------------------------------------
------ HELPERS & BOOTSTRAP MODIFIER --------
-------------------------------------------- */

.no-margin { margin-bottom: 0; }
.margin-top { margin-top: 30px; }
.margin-bottom { margin-bottom: 30px; }
.margin-bottom-xs { margin-bottom: 8px; }
.margin-bottom-sm { margin-bottom: 15px; }
.margin-bottom-lg { margin-bottom: 50px; }
.margin-bottom-xl { margin-bottom: 70px; }
.margin-bottom-xxl { margin-bottom: 100px; }
.no-padding { padding: 0; }
.no-padding-top { padding-top: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.no-padding-bottom { padding-bottom: 0; }
.no-border { border: none; }

section .section-align-vertical-center {
	display: flex;
	align-items: center;
}
.gutter-10.row {
	margin-right: -5px;
	margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.gutter-60.row {
	margin-right: -30px;
	margin-left: -30px;
}
.gutter-60 > [class^="col-"], .gutter-60 > [class^=" col-"] {
	padding-right: 30px;
	padding-left: 30px;
}
.gutter-6.row, form .gutter-6 {
	margin-right: -3px;
	margin-left: -3px;
}
.gutter-6 > [class^="col-"], .gutter-6 > [class^=" col-"] {
	padding-right: 3px;
	padding-left: 3px;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
}
.is-flex:before,
.is-flex:before,
.row.is-flex:before,
.row.is-flex:after {
    content: normal;
}

/* .flexthis.container:before,
.flexthis.container:after,
.flexthis.row:before,
.flexthis.row:after {
   content: normal;
} */

.btn.btn-default {
  border: 2px solid #EE255C;
  color: #EE255C;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 40px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.btn.btn-bg {
  background-color: #EE255C;
  color: #fff;
}
.btn.btn-default:hover {
	background-color: #C41544;
	border-color: #C41544;
	color: #fff;
}
.btn.btn-bg.btn-green {
	background-color: #65BD60;
}
.btn.btn-bg.btn-green:hover {
	background-color: #56B251;
}
.btn.btn-icon i.fa {
	margin-right: 5px;
}
.input-lg {
    font-size: 14px;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #999;
}
.vc-color-bg-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, .btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: none;
    outline-offset: -2px;
}

.mobile-menu-active #to_top_scrollup { visibility: hidden; }

.facetwp-td-archives .facetwp-facet {
    margin-bottom: 10px;
}
.facetwp-td-archives .facetwp-type-autocomplete input[type='button'] {
	background-color: #fff;
	border: 0;
	position: absolute;
	right: 20px;
	top: 8px;
	width: 30px;
	height: 30px;
	font-family: 'FontAwesome',sans-serif;
}

.facetwp-selections ul {
	margin: 0;
	padding: 0;
}
.facetwp-selections li {
	font-size: 12px;
	background-color: #eee;
	padding: 10px;
	border-radius: 5px;
	margin: 0 2px 1px;
}
.facetwp-selections li:first-child {
	margin-left: 0;
}
.facetwp-selections .facetwp-selection-value {
	margin-right: 0 !important;
}
.facetwp-selections .facetwp-selection-label {
	display: none;
}

/*------------------------------------------
------------ GENERIC ELEMENTS --------------
-------------------------------------------- */

.breadcrumbs {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #86939E;
	overflow-x: auto;
	white-space: nowrap;
}
.breadcrumbs > span {
	display: inline-block;
	padding: 0 10px;
	font-weight: 400;
}
.breadcrumbs > span:first-child {
	padding-left: 0;
}
.breadcrumbs > span a {
	color: #6B7C93;
	font-weight: 300;
}
.breadcrumbs-wrapper hr {
	padding: 0;
	margin: 0;
}
.post-link-container {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	text-align: right;
}
.post-link-container a { color: #00ADBD; }
.post-link-container a:hover { text-decoration: none; }

.widget-newsletter {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 30px;
}
.widget-newsletter p {
	font-size: 12px;
}
.widget-newsletter input[type="text"],
.widget-newsletter input[type="email"] {
	background-color: rgba(255,255,255,0.1);
	border: none;
	color: #fff;
}
.widget-newsletter .btn.btn-default {
	padding: 10px 20px;
}

nav.pagination { display: block; text-align: center; }
ul.page-numbers { display: inline-block; }
ul.page-numbers, ul.page-numbers li { list-style: none; }
ul.page-numbers li { float: left; font-size: 14px; margin: 0; }
ul.page-numbers li .current,
ul.page-numbers li a,
ul.page-numbers li .dots { 
	padding: 2px 8px; 
	border: 1px solid #bbb; 
	border-width: 1px 1px 1px 0;
	border-radius: 0; 
	min-width: 30px; 
	min-height: 30px;
	display: block;
	color: #aaa;
}
ul.page-numbers li:first-child a,
ul.page-numbers li:first-child .current { 
border-left: 1px solid #bbb;
border-radius: 4px 0 0 4px;
}
ul.page-numbers li:last-child a,
ul.page-numbers li:last-child .current {
border-radius: 0 4px 4px 0;
}
ul.page-numbers li .current,
ul.page-numbers li a:hover {
	color: #6d6d6d;
}
ul.page-numbers li a:hover, ul.page-numbers li a:focus, ul.page-numbers li a:active { text-decoration: none; }

.admin-bar {
	padding-top: 68px;
}

.no-link a:hover {
	cursor: default;
	text-decoration: none;
	color: inherit;
}
/*------------------------------------------
-------------- MEDIA QUERIES ---------------
-------------------------------------------- */

@media only screen and (min-width : 1200px) { /* LG */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { /* MD */
}
@media only screen and (min-width: 768px) and (max-width: 991px) { /* SM */
	.no-flex-sm {
		display: block !important;
	}
	.gutter-60.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.gutter-60 > [class^="col-"], .gutter-60 > [class^=" col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
	.grid-colored-item-wrapper.margin-bottom-xl {
		margin-bottom: 30px;
	}
	.contact-form-wrapper.row.is-flex {
		display: block;
	}
	.contact-form-sidebar {
		border-radius: 0 0 5px 5px;
	}
	section.slanted-bg:before {
		display: none;
	}
	.gutter-60.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.gutter-60 > [class^="col-"], .gutter-60 > [class^=" col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 767px) { /* XS */
	.contact-form-wrapper.row.is-flex,
	.row.is-flex,
	.no-flex-xs {
		display: block !important;
	}
	.btn.btn-block-xs {
		width: 100%;
	}
	.homepage-banner h1 {
		font-size: 35px;
	}
	.grid-colored-item-wrapper.margin-bottom-xl {
		margin-bottom: 15px;
	}
	.contact-form-sidebar {
		border-radius: 0 0 5px 5px;
	}
	section.slanted-bg:before {
		display: none;
	}
	.gutter-60.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.gutter-60 > [class^="col-"], 
	.gutter-60 > [class^=" col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
	.team-grid img {
	    border: 1px solid #f0f0f0;
	}
	.team-vcard {
	    display: block;
	    min-height: inherit;
	    position: relative;
	}
	.team-vcard .profile-image {
	    position: relative;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: auto;
	    margin-bottom: 15px;
	}
	section.subpage-image-banner {
	    min-height: inherit;
	    padding: 30px 0;
	    display: block;
	    -webkit-display: block;
	}
	section.subpage-image-banner h1 {
	    font-size: 30px;
	}
	.subpage-image-banner-card {
	    padding: 30px 15px 100px;
	}
	.layout-1-left h1.h1-hr {
		font-size: 30px;
	}
	section {
	    padding: 30px 0;
	}
	section.subpage-text-banner {
	    min-height: auto;
	    padding: 30px 0 25px;
	}
	section.subpage-text-banner h1 {
		font-size: 36px;
	}
	.contact-form-wrapper {
	    margin-bottom: 15px;
	}
	.contact-form-main, .contact-form-sidebar {
		padding: 15px;
	}
	.contact-form-wrapper {
		margin-left: 5px;
		margin-right: 5px;
	}

	.blog-title-wrapper.text-center,
	.blog-title-wrapper h1.text-center {
		text-align: left;
	}
	.blog-title-wrapper h1 {
		font-size: 36px;
	}
	.blog-title-wrapper:after {
	    margin: 0 0 60px;
	}
	.author-bio img {
	    width: 80px;
	    height: 80px;
	}
	.author-bio span {
	    margin-bottom: 0;
	}
	footer .footer-bottom {
		padding: 15px 0; 
	    min-height: auto;
	}
	.footer-bottom .text-center {
		text-align: left;
	}
	footer .footer-bottom ul li {
		float: none;
		line-height: 2;
	    padding: 0;
	}
	footer .footer-bottom ul li:after {
	    display: none;
	}
	.margin-bottom, 
	.margin-bottom-xs, 
	.margin-bottom-sm, 
	.margin-bottom-md, 
	.margin-bottom-lg, 
	.margin-bottom-xl {} 

	h1.text-center,
	h2.text-center,
	h3.text-center,
	h4.text-center,
	h5.text-center,
	h6.text-center,
	p.text-center,
	.text-center h1,
	.text-center h2,
	.text-center h3,
	.text-center h4,
	.text-center h5,
	.text-center h6,
	.text-center p,
	center {
		text-align: left !important;
	}
	.text-center.h1-hr:after, 
	.text-center .h1-hr:after {
		margin-left: 0;
	}
	.center-block {
		margin-left: 0;
		margin-right: 0;
	}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container,
	.container-fluid {  width: 420px;  }
}
#animation_container {
	max-height: 580px !important;
}
#animation_container canvas,
#animation_container #dom_overlay_container {
	width: 100% !important;
	height: auto !important;
}
.animation-col-wrapper {
	position: relative;
	top: -30px;
}

/*------------------------------------------
------------- UPDATE: FEB 2018 -------------
--------- VISUAL COMPOSER HELPERS ----------
-------------------------------------------- */

.vc-color-bg-invert-text,
.vc-color-bg-invert-text p,
.vc-color-bg-invert-text h1,
.vc-color-bg-invert-text h2,
.vc-color-bg-invert-text h3,
.vc-color-bg-invert-text h4,
.vc-color-bg-invert-text h5,
.vc-color-bg-invert-text h6,
.vc-color-bg-invert-text ul,
.vc-color-bg-invert-text ul li,
.vc-color-bg-invert-text a {
	color: #fff;
}
.image-left-wrapper {
	display: flex;
	align-items: flex-start;

}
.image-left-wrapper img,
.image-left-wrapper .num-block {
	margin-right: 15px;
}
.image-left-wrapper .num-block {
	font-size: 40px;
	color: #3C4C63;
	background-color: #fff;
	border-radius: 50%;
	width: 70px;
	min-width: 70px;
	height: 70px;
	min-height: 70px;
	text-align: center;
}
.image-left-wrapper.image-left-wrapper-vertical-align {
	align-items: center;
}
.emphasize-block {
	background-color: #6B7C93;
	padding: 60px;
	color: #fff;
	border-radius: 8px;
}
.emphasize-block p:last-child {
	margin-bottom: 0;
}
.vc_row.vc_row.td-image-qoute-col-3 {
	margin-left: -10px;
	margin-right: -10px;
}
.vc-stretch-row-content-padding {
	padding-left: 100px;
	padding-right: 100px;
}
.vc-progress-arrow-right-container,
.position-relative {
	position: relative;
}
.vc-progress-arrow-right {
	position: absolute;
	right: -8px;
	top: 60px;
}
.vc-progress-arrow-right .fa {
	font-size: 30px;
	opacity: 0.4
}
.vc_row.td-backdrop-logo { 
	background-position: right bottom !important;
	background-size: 600px auto !important;
}
blockquote.blockquote-2 {
	color: #00ACBD;
	font-size: 32px;
	line-height: 1.2;
	font-family: "brandon-grotesque",sans-serif;
	border-left: 3px solid #00ACBD;
	position: relative;
	padding-left: 40px;
	margin-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
blockquote.blockquote-2:before {
	content: '\f10d';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 50%;;
	left: -22px;
	background-color: #00ACBD;
	color: #fff;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	text-align: center;
	font-size: 20px;
	padding-top: 8px;
	margin-top: -21px;
}
blockquote.blockquote-2.blockquote-2-inverted {
	color: #fff;
	border-left: 3px solid #fff;
}
blockquote.blockquote-2.blockquote-2-inverted:before {
	background-color: #fff;
	color: #00ACBD;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { /* MD */
	.vc-stretch-row-content-padding {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) { /* SM */
	.vc-stretch-row-content-padding {
		padding-left: 60px;
		padding-right: 60px;
	}
	.vc-progress-arrow-right .fa {
		display: none;
	}
}
@media only screen and (max-width: 767px) { /* XS */
	.vc-stretch-row-content-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.vc-progress-arrow-right .fa {
		display: none;
	}
	.wpb_single_image.vc_align_center {
	    text-align: left;
	}
}

/* Update 2021 */

.gf_subscribe.gf_home_banner input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 0;
	color: #86939E;
	height: 54px;
}
.gf_subscribe_wrapper.gf_home_banner_wrapper div.gform_footer.top_label input[type="submit"] {
  line-height: 26px;
  padding: 12px 24px;
}
.gf_subscribe_wrapper div.gform_footer.top_label input[type="submit"] {
  line-height: 26px;
  padding-left: 24px;
  padding-right: 24px;
}
.gf_subscribe_wrapper form.gf_simple_horizontal,
.gf_subscribe_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100% !important;
}
body .gf_subscribe_wrapper .top_label div.ginput_container,
.gf_subscribe_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) { /* SM */
	.gf_subscribe_wrapper form.gf_simple_horizontal div.gform_body,
	.gf_subscribe_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		display:block !important;
		max-width: 100% !important;
		margin-bottom: 10px !important;
		width: 100%;
	}
	.gf_subscribe_wrapper form.gf_simple_horizontal div.gform_footer.top_label input {
		width: calc(100% - 1em);
	}
}

.w-100 { width: 100%; }

.request-physical-form .gfield_label { border-bottom: 0; color: #6B7C93 !important; }

.dl-physical-btn { font-size: 0 !important; }
.dl-physical-btn:before {
    display: block;
    content: 'Request physical copy';
    font-size: 16px;
}

.request-physical-form { width: 80%; margin: 0 auto; }

@media only screen and (max-width: 767px) { /* XS */
.request-physical-form { width: 100%; }
}