/**
Theme Name: GigCapital v2
Version: 2.0.0
Text Domain: gigcapitalv2
Template: astra
*/

/*

Theme colors:

Orange			#f26a26
Gray/Text		#5c504f

*/

body {
	font-family: canada-type-gibson,sans-serif; /* Gibson Light font-family */
	font-weight: 300;
	font-style: normal;
	color: #5c504f;
	line-height: normal;
	font-size:18px;
}

* {
	box-sizing: border-box;
}

/**/
/* Base Typography */
.font-light {
	font-weight: 200;
}
.font-semibold {
	font-weight:500; /* Semi-bold 600*/
}
.font-bold {
	font-weight:700;
}
.font-regular {
	font-weight: 300;
}
.font-italic {
	font-style: italic;
}
a {
	color: #f26a26;
}
a:hover{
	color: #5c504f;
}
a.alt {
	color: #5c504f;
}
a.alt:hover{
	color: #f26a26;
}
.entry-content h1, h1 {
	line-height: normal;
}
h1 {
	font-size:27px;
	font-weight:500;
	color: #5c504f;
}
h2 {
	font-weight:500;
	text-align: center;
	font-size:27px;
	line-height:1.2;
	color: #5c504f;
	margin-bottom:25px;
}
h3 {
	color: #5c504f;
}
h4 {
	text-transform: uppercase;
	font-size:24px;
	margin:0 0 15px;
	color: #5c504f;
}
.content-inner p, .container.intro p, .content-area p {
	line-height: 1.25em;
	font-size: 1.2em;
}

/**/
/* Common Layout and Helpers */
.container {
	width: 100%;
	float:left;
}
.container.extra-bottom {
	margin-bottom:25px;
}
.content-inner {
	position: relative;
	margin: 0 auto;
	max-width: 100%; /* Moved specific max widths to responsive breakpoints */
	padding-left: 30px;
	padding-right: 30px;
}
.no-click {
	cursor: default;
}
.video-container {
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
	margin:0 0 20px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.resource-item {
	/*width:800px;*/
	max-width:100%;
	margin:0 auto;
}
.resource-item {
	margin:0 0 25px;
}
.resource-blurb {
	text-align: left;
	padding-left:40px;
}
.resource-blurb .button {
	display:inline-block;
}
.resource-blurb p {
	width:100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
.v-center { /* Use on element wrapper to center vertically within parent */
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pad-top {
	padding-top: 60px;
}
.pad-bottom {
	padding-bottom: 60px !important;
}
.pad-top-bottom {
	padding-top: 60px;
	padding-bottom: 60px;
}
.nopad-bottom {
	padding-bottom: 0;
}
.nopad-top {
	padding-bottom: 0;
}
.content-more {
	display: none;
}
.back-to-link {
	position: absolute;
	top: 1em;
	color: #5c504f;
	text-transform: uppercase;
}
.back-to-link:hover {
	color: #f26a26;
}
.ast-scroll-to-top-right {
	right: auto;
	left: 30px;
	background-color: #5c504f !important;
	opacity: .5;
}
.ast-scroll-to-top-right:hover {
	opacity: 1;
}
body.page-template-template_news #ast-scroll-top {
	display: none !important;
}
.wrap {
	flex-wrap: wrap;
}

/**/
/* Video */
.video-play-wrap {
	position: relative;
	display: block;
}
.video-play-wrap .video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgba(255,255,255,0.8);
	-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	font-size: 50px;
	text-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
}
.video-play-wrap:hover .video-play-btn{
	color: rgba(255,255,255,1);
}

/**/
/* Header and Nav */
.header-main {
	background: #fff;
	box-shadow: 0 0 10px rgba(92, 80, 79, 0.75);
	position: fixed;
	height:auto;
	top:0;
	z-index:3000;
	transition:all .3s ease-in;
	padding:10px 0;
}
.header-main svg{
	transition:all .3s ease-in;
}
.header-main.trans {
	background: none;	
	box-shadow:none;
	padding-top:40px;
}
.header-image {
	/* margin-top: -75px; */
}
#content {
	/*margin-top:56.58px;*/
}
#primary {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
#content.no-top-marg {
	margin-top:0;
}

body.home .intro {
	min-height:60vw;
}
body.home .intro.gign {
	min-height:50vw !important;
}
body.home .intro p {
	font-size: 22px;
}
svg.logo, .logo > svg {
	max-width: 320px; /* was 200 */
	height: auto;
	display: block;
	position: absolute;
}
svg.logo path.text, .logo > svg path.text, svg.logo rect.text, .logo > svg rect.text {
	fill: #5c504f;
}
.header-main.trans svg.logo path.text, .header-main.trans .logo > svg path.text, .header-main.trans svg.logo rect.text, .header-main.trans .logo > svg rect.text {
	fill: #fff;
}
svg.logo path.icon, .logo > svg path.icon {
	fill: #f06924 !important;
}
.primary-nav {
	text-align: right;
	display:none;
	font-family: canada-type-gibson,sans-serif !important;
}
.pure-g [class*=pure-u] {
	font-family: canada-type-gibson,sans-serif !important;	
}
.menu-search {
	position: relative;
	z-index: 1;
	margin:10px -10px 0;
	width:calc(100% + 20px);
}
.menu-search input[type="text"] {
	background-color: transparent;
	border-radius:5px;
  border: solid 1px #5b4f4e;
	padding-right:40px;
	outline:0;
	-webkit-appearance:none;
}
.menu-search input[type="image"] {
	position:absolute;
	right:7.5px;
	top:50%;
	-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
	transform: translateY(-50%);
	height:55%;
	-webkit-appearance:none
}
#menu-h .menu-search {
	margin:20px 0;
	padding:0 20px;
	width: 100%;
}
#menu-h .menu-search input[type="text"] {
	background-color: #fff;
	width:100%;
}
#menu-h .menu-search input[type="image"] {
	right:30px;	
}
.menu-v2-primary-container {
	text-transform: uppercase;
	text-align: right;
}
.menu-v2-primary-container a {
	color: #5c504f;
}
.header-main.trans .menu-v2-primary-container .menu > li  > a {
	color:#fff;	
}
.menu-v2-primary-container a:hover{
	color: #f26a26;
}
.menu-v2-primary-container ul {
	list-style: none;
	margin: 0;
}
.menu-v2-primary-container > ul {
	white-space: nowrap;
}
.menu-v2-primary-container .menu > li {
	display: inline-block;
	font-size:15px;
	position: relative;
}
.menu-v2-primary-container .menu > li:not(:first-child):before {
  content: "•";
	color: #f26a26;
	font-size: 26px;
	vertical-align: top;
	padding: 0 .6em 0 .45em;
}
.menu-v2-primary-container  .sub-menu {
	position: absolute;
	background: #fff;
	padding: 1em 1.8em;
	left: 50%;
	-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 2em;
	text-align: left;
	box-shadow: 0 0 17px rgb(92 80 79 / 30%);
	top: 100%;
	display: none;
	margin-top: -3px;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
  -webkit-transition-property: margin-top;
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu-v2-primary-container  .sub-menu:after {
	position:absolute;
	top:1%;
	content:'';
	left:0;
	height:99%;
	width:100%;
	box-shadow: 0px 2px 4px rgb(92 80 79 / 30%);
}
.header-main .menu-v2-primary-container .sub-menu a {
	font-size: 1.2em;
	white-space: nowrap;
	position:relative;
	z-index:10;
}
.header-main.trans .menu-v2-primary-container .sub-menu {
	margin-top: 10px;
	top: 80%;
}
.header-main.trans .menu-v2-primary-container  .sub-menu:before {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -35px;
	background-image: url(media/icon-triangle-down.png);
	background-repeat: no-repeat;
	background-size: 23px 18px;
	background-position: center;
	padding: 23px 0 0 0;
	box-sizing: content-box;
}
.menu-v2-primary-container  .sub-menu.active {
	
}
.menu-v2-primary-container  .sub-menu > li a.menulink {
	color: #5c504f;
}
.menu-v2-primary-container  .sub-menu > li a.menulink:hover,
.menu-v2-primary-container  .sub-menu > li.current-menu-item a.menulink {
	color: #f26a26;
}
	
/**/
/* Footer and Hidden Slideout Nav */
footer .connect-links {
	background-image: url(media/Footer-Image-Fade.jpg);
	background-position: bottom;
	background-size: auto 100%;
	position: relative;
	padding: 160px 0 60px 0;
}
.footer-bar {
	background: #fff;
	box-shadow: 0 0 17px rgb(92 80 79 / 30%);
	padding:22px 0 19px;
	text-transform: uppercase;
	font-size:13px;
	z-index:5;	
  position: relative;
}
.footer-nav {
	text-align: right;
}
.footer-nav ul {
	list-style: none;
	margin-bottom:0;
	font-size:0;
}
.footer-nav li {
	display: inline-block;
	padding: 0 5px;
	font-size:13px;
	border-left:1px solid #5c504f;
}
.footer-nav li:first-of-type {
	border-left:0;	
}
.footer-nav a {
	color: #5c504f;
}
.footer-nav a:hover {
	color: #f26a26;
}
.footer-item {
	width:100%;
	text-align: center;
}
.footer-item.right {
	margin-top:15px;
}
/* Dans grid system */
.marg {
	margin:0 -20px;
	display:flex;
	flex-wrap: wrap;
}

.thirty {
	width:30%;
	padding:0 20px;
}
.content-area .thirty p, .content-area .seventy p {
	width:100%;
}
.seventy {
	width:70%;
	padding:0 20px;
	position:relative;
}

.marg.no-flex {
	display:block;
}

.third {
	width:50%;
	padding:0 20px;
}

.quart {
	width:25%;
	padding:0 20px;
	float:left;
}

/* slider */
.news-wrap {
	background-image: url(media/Home-News-Back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:60px 0;
}

.news-wrap.with-fade {
	background-image: url(media/Footer-Image-Fade.jpg);
	background-position: center top;
	padding:20px 0 80px;
}

.highlights-wrap {
	background-image: url(media/Featured-Highlights-Back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:80px 0;
}

.slide-item a {
	color:#5c504f;
	font-size:25px;
}

.slide-item {
	text-align: center;
}

.wrap-slide-image {
	position:relative;
	margin:0 0 20px;
}

.wrap-slide-image img {
	display:inline-block;
	vertical-align: bottom;
}
.img-wrap {
	position:relative;
}
.wrap-slide-image .over-slide, .img-wrap .over-slide {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
	opacity:0;
	padding: 20px 10px; /* was 10px */
	transition:all .3s ease-in;
	text-align: center;
	font-size:17px;
	color:#fff;
	flex-direction: column;
  justify-content: center;
	display:flex;
	overflow: auto;
}
.img-wrap .over-slide.no-flex {
	display:block;	
}
.img-wrap .over-slide.no-flex > .flex-this {
	display:flex;	
	flex-direction: column;
  justify-content: center;
	min-height:100%;
}
.over-slide .container {
	padding:15px 0;
}
.wrap-slide-image .over-slide .date, .img-wrap .over-slide .date {
	font-size:18px;
	font-weight:500; /* Semi-bold 600*/
	margin:0 0 10px;
}
.wrap-slide-image .over-slide .larger {
	font-size: 20px;
	padding: 0 5px;
}
.img-wrap:before {
	content:'';
	transition:all .3s ease-in;
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	opacity:0;
	background: -webkit-linear-gradient(rgba(201,199,197,1) 0%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(rgba(201,199,197,1) 0%, rgba(153,153,153,1) 100%);
	background: linear-gradient(rgba(201,199,197,1) 0%, rgba(153,153,153,1) 100%);
	x-index:4;
}
.img-wrap:hover:before {
	opacity:.9;	
}
.wrap-slide-image .over-slide:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	opacity:.9;
	background: -webkit-linear-gradient(rgba(201,199,197,1) 0%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(rgba(201,199,197,1) 0%, rgba(153,153,153,1) 100%);
	background: linear-gradient(rgba(201,199,197,1) 0%, rgba(153,153,153,1) 100%);
	x-index:4;
}
.wrap-slide-image .over-slide.over-image, .img-wrap .over-slide.over-image {
	opacity:0;
	background: inherit;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.wrap-slide-image .over-slide.over-image:before, .img-wrap .over-slide.over-image:before {
	opacity:0;
}
.social-and-open-bio {
	text-align: center;
	padding:15px 0 0;
}
.team-panel, .team-panel.marg {
	display: none;
}

.team-panel.active {
	display: flex;
}
.team-member {
	text-align: center;
	margin-bottom: 60px;
}
.team-wrap-parent .team-member {
	margin-bottom: 0;
}
.page-template-template_team .team-member {
	margin-bottom: 60px;
}
.team-member > .title {
	font-size:27px;
}
.team-member  .larger {
	font-size: 16px;
}
.team-member .img-wrap {
	margin:0 0 20px;
}
.social-and-open-bio a, .social-and-open-bio img {
	color:#fff;
	display:inline-block;
	vertical-align: middle;
	margin:0 5px;
}

.portfolio-block-links {
	text-align: center;
	/* padding:15px 0 0 !important; */
}
.stock-info-block {
	margin-top: 40px;
}
.portfolio-block-links a, .portfolio-block-links img {
	color:#fff;
	display:inline-block;
	vertical-align: middle;
	margin:0 5px;
}
.portfolio-block-links a {
	min-width: 70px;
	display:table-cell;
}
.portfolio-block-links img {
	display:inline-block;
	vertical-align: middle;
	max-height: 40px;
	margin: 10px 0;
	padding: 0 7px;
}

.portfolio-block-links .link-text {
	font-size: 17px;
}

.wrap-slide-image .over-slide span, .img-wrap .over-slide span {
	position:relative;
	z-index: 5;
	/* display:inline-block; */
	display:table;
	width:100%;
}

.wrap-slide-image .over-slide a {
	color:#fff;
}
.wrap-slide-image .over-slide span.date {
	font-size: 18px;
	font-weight: 600;
	color: #5c504f;
	color: #666;
	margin-bottom: 7px;
}

.wrap-slide-image:hover .over-slide, .img-wrap:hover .over-slide {
	opacity:1;
}

.news-slider {
	margin-bottom:40px;
	padding:0 50px;
}

.news-slider:last-of-type {
	margin-bottom:0;
}

.connect-links {
	text-align: center;
}

.all-news {
	text-align: center;
	margin:25px 0 0;
}

.connect-links a, .all-news a {
	display:inline-block;
	margin:0 5px 5px 5px;
	font-weight:500;
	color:#5c504f;
	font-size: 22px;
}

.connect-links span {
	display:inline-block;
	margin:0 5px 5px 5px;
	color:#bdb1b0;
}

.full-image-with-bg {
	background-repeat: no-repeat;
	background-size: contain;
  padding: 25px 30px 25px;
  margin-top: -30px;
  position: relative;
  background-position: center -20px;
}

/* Intro */
.intro {
	position: relative;
	font-size:24px;
}

.wrap-team-area {
	position:relative;
}
.team-pop-up {
	position:fixed;
	/* top:-30px; */
	/* left:40px; */
	top: 170px;
	left: 50%;
	background-color: #fff;
	border-radius:8px;
	padding:30px;
	z-index: 100;
	display:none;
	/* height:calc(100% + 60px); */
	height: 600px;
	max-height: 75vh;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.46);
	width:600px;
	transform: translateX(-50%);
}
.team-pop-up > img {
	display:none;
}
.team-pop-up-content-flex-wrap {
	display:block;	
	overflow:auto;
	max-height:100%;
	font-size:16px;
	position:relative;
}
.linkedin-on-pop-up {
	position:absolute;
	bottom:30px;
	right:30px;
}
.close-pop-up {
	position:absolute;
	top:30px;
	right:30px;
	line-height:1;
	cursor:pointer;
	font-size:45px;
}
.team-pop-up-content-flex {
	display:flex;
	text-align: left;
	flex-direction: column;
}
.team-pop-up-content-flex .team-pop-up-bio {
	width:100%;
	padding-right:40px;
}
.team-pop-up-content-flex .team-pop-up-bio img {
	width:250px;	
	margin:0 0 20px;
  border-radius: 8px;
}
.team-pop-up-content-flex .team-pop-up-quote .v-center {
	positiion:static;
	transform: none;
}
.team-pop-up-content-flex .team-pop-up-bio  p {
	margin: 10px 0;
	font-size: 16px;
	width: 100%;
}
.team-pop-up-content-flex .team-pop-up-quote {
	width:100%;
	font-size:24px;
	padding-top:30px;
	padding-right:40px;
}
.team-pop-up-content-flex h4 {
	text-transform: none;
	font-size:20px;
}
.wrap-team-area > img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: auto; /* was 100% */
	object-fit: cover;
	object-position: bottom;
	z-index: -1;
}
.intro > img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 118%; /* was 100% */
	object-fit: cover;
	object-position: bottom;
	z-index: -1;
}
.wrap-team-area > img {
	height:auto;
	max-height:100%;
}
.intro .wrapper {
	position:relative;
	z-index:8;
	margin:0 auto;
	width:575px;
	text-align: center;
	max-width:100%;
	color:#fff;
	padding:125px 0 50px;
}
.mobile-menu-icon {
	position:absolute;
	top:50%;
	right:30px;
	width:30px;
	height:25px;
	cursor:pointer;
	transition:all .3s ease-in;
	-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-menu-icon span:nth-child(1) {
  top: 0px;
}

.mobile-menu-icon span:nth-child(2),.mobile-menu-icon span:nth-child(3) {
  top: 10px;
}

.header-main.trans .mobile-menu-icon span {
	background-color: #fff;
}

.mobile-menu-icon span:nth-child(3), .header-main.trans .mobile-menu-icon span:nth-child(3) {
	background-color: #f06924;
}

.mobile-menu-icon span:nth-child(4) {
  top: 20px;
}

.mobile-menu-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.mobile-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.intro.alt {
	padding-top:75px;
}

.intro.alt .wrapper {
	position:relative;
	z-index:8;
	margin:0 auto;
	/* width:1175px; */
	/* oved specific widths to breakpoints */
	text-align: center;
	max-width:100%;
	color:#5c504f;
	padding:50px 0;
	font-size:18px;
}

.intro.alt img {
	object-position: center;
}

.intro.alt .wrapper h1 {
	color:#5c504f;
}



.sub-title-wrap {
	display: table;
	width: 90%;
	margin: 30px auto;
	clear: both;
	font-weight: 500;
}
.sub-title-wrap span {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	text-transform: uppercase;
	position: relative;
}
.sub-title-wrap span.first, .sub-title-wrap span.last {
	content: " ";
	display: table-cell;
	width: auto;
}
.sub-title-wrap span.first:before, .sub-title-wrap span.last:before {
	content:'';
	position:absolute;
	top:50%;
	width:92%;
	margin: 0 5%;
	height:1px;
	background-color: #5c504f;
	z-index:4;
	box-shadow: inset 100px 0px 100px -50px #fff, 
              inset -100px 0px 100px -50px #fff;
}
.sub-title-wrap span.first:before {
	box-shadow: inset 100px 0px 100px -50px #fff;
	left:0;
}
.sub-title-wrap span.last:before {
	box-shadow: inset -100px 0px 100px -50px #fff;
	right:0;
}


.sub-title {
	position:relative;
	margin:20px 0 30px;
	text-transform: uppercase;
	clear: both;
	font-weight: 500;
}

.sub-title span {
	background-color: #fff;
	padding:0 10px;
	position:relative;
	z-index: 5;
}

.sub-title:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:90%;
	margin: 0 5%;
	height:1px;
	background-color: #5c504f;
	z-index:4;
	box-shadow: inset 100px 0px 100px -50px #fff, 
              inset -100px 0px 100px -50px #fff;
}
.intro .wrapper h1 {
	color:#fff;
}
/* Content Area */
.article-main {
	text-align: left;
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	padding:175px 0 25px;
}
.article-main h4 {
	font-weight:500; /* Semi-bold 600*/
}
.article-main h1 {
	font-weight:400;
	font-size:27px;
}
.article-main ul {
	list-style: none;
}
.article-main ul li {
	display:inline-block;
}
.article-main .thirty img {
	margin:0 0 40px;
	width:275px;
	max-width: 100%;
}
.article-main .thirty h3 {
	text-transform: uppercase;
	font-weight:500; /* Semi-bold 600*/
}
.content-area {
	padding:75px 0;
	text-align: center;
}

.team-main {
	position:relative;
	z-index: 10;
	padding:40px 0 50px;
}

.content-area p {
	/*width: 80%; was 1000px - Adjusting for responsive */
	width: 100%;
	margin:10px auto;
}

.content-area .full-w-img {
	margin:50px 0 0;
}

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

.icons {
	padding-top:50px;
}

.flex-item {
	padding:0 40px;
}

.flex-item img {
	max-width:85px;
	height:55px;
	margin:0 0 10px;
}

.flex-item.circle {
	padding:0 30px;
}
.flex-item.circle a {
	display: inline-block;
}
.flex-item.circle a.circle-link {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	width: 175px;
	height: 175px;
}
.flex-item.circle img {
	max-width:none;
	width:100%;
	height:auto;
}
.flex-item span a {
	color: #5c504f;
}
.flex-item:hover span a {
	color: #f26a26;
}
.values {
	padding:30px 0 0;
}
.values h4 {
	margin-top:20px;
}

/* Portfolio */
.portfolio-slider {
	padding:0 50px 60px;
}

.portfolio-slide-item .img-wrap:before {
	height:0;
}

.portfolio-slide-item .img-wrap {
	position:relative;
}

.portfolio-slide-item .img-wrap img.abs {
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all .3s ease-in;
	z-index:5;
}

.portfolio-slide-item:hover .img-wrap img.abs {
	opacity:1;
}

.portfolio-over {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	padding:20px 20px 90px;
	opacity:0;
	color:#fff;
	text-align: center;
	transition: all .3s ease-in;
	overflow:auto;
	z-index:6;
}

.portfolio-slide-item .portfolio-over .portfolio-title {
	font-size:19px;
	margin:0 0 30px;
}

.portfolio-item .portfolio-title, .portfolio-item .details {
	font-size:19px;
}

.portfolio-item .over-slide {
	justify-content: flex-end;
}

.portfolio-slide-item .img-wrap:hover img.abs, .portfolio-slide-item .img-wrap:hover .portfolio-over {
	opacity:1;
}

/* News and Events */
.news-content {
	
}
.news-panel {
	display: none;
}
.news-panel.active {
	display: block;
}
.news-row {
	padding-bottom: 40px;
}
.news-image {
	max-width: 200px;
	max-height: 200px;
}
.news-blurb {
	text-align: left;
	padding-left: 40px;
}
.news-blurb h3 {
	font-weight: 600;
	font-size: 16px;
}
.news-blurb p {
	font-weight: 300;
	margin: 0 0 10px 0;
	font-size: 18px;
}

.arrow-logo img {
	width: auto;
}
/* Resources Single */
body.page-template-template_team_new .team-new .toc-panel a.doc-nav, body.single-bluecup_team .team-new .toc-panel a.doc-nav {
    color: #5c504f;
    margin: 0 0 0 -12px;
    padding: 5px 12px;
    white-space: nowrap;
    width: auto;
    min-width: 100%; }
body.page-template-template_team_new .team-new .toc-panel a.doc-nav.active, body.single-bluecup_team .team-new .toc-panel a.doc-nav.active {
      background: #fff;
      border-radius: 20px;
      color: #f16a25; }
body.page-template-template_team_new .team-new .toc-panel a.doc-nav:hover, body.single-bluecup_team .team-new .toc-panel a.doc-nav:hover {
      color: #f16a25; }
.sticky-wrapper.is-sticky .sticky-panel {
  margin-top: -140px;
  left: 0;
  right: 0; }
  .sticky-wrapper.is-sticky .sticky-panel .inner {
    border-radius: 0; }

.doc-nav {
  margin-top: 20px; }

@media (max-width: 767px) {
  .sticky-wrapper.is-sticky .sticky-panel {
    width: 100% !important; }
  .toc-panel.active {
    padding-top: 30px; } }

.sticky-panel {
  position: relative;
  z-index: 1; }
  .sticky-panel .inner {
    background: #eee;
    padding: 20px 20px 15px;
    border-radius: .5em;
    margin-bottom: 20px; }
    .sticky-panel .inner a {
      font-family: "AvenirNextLTPro-Demi",Lucida Grande,Lucida Sans Unicode,Trebuchet MS,sans-serif;
      font-weight: 600;
      color: #5b6c94;
      padding-bottom: .7em;
      display: inline-block;
      outline: none; }
      .sticky-panel .inner a:focus {
        color: #5b6c94; }
      .sticky-panel .inner a.active {
        color: #f26a26; }
    .sticky-panel .inner .toc-current {
      cursor: pointer; }
      .sticky-panel .inner .toc-current .toc-toggle.icon.is-small {
        color: #938483 !important;
        min-height: 100%;
        float: right; }
    .sticky-panel .inner .toc-header {
      font-weight: 400;
      color: #5b6c94;
      font-size: 17px;
      margin: 5px 0;
}
    .sticky-panel .inner .toc-panel {
      height: 0;
      opacity: 0;
			overflow:hidden;
      -webkit-transition-property: opacity, height;
      -o-transition-property: opacity, height;
      transition-property: opacity, height;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .sticky-panel .inner .toc-panel.active {
        height: auto;
        opacity: 1; }

button.icon i, .button.icon i {
  font-size: 24px; }

.dropdown-trigger .icon.is-small {
  color: #938483 !important;
  margin-left: -5px !important;
  min-height: 100%; }

a.dropdown-item, button.dropdown-item {
  padding: 10px 20px;
  font-size: inherit;
display:inline-block;}

/* Slick styles */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev
{
    left: -45px;
}
[dir='rtl'] .slick-prev
{
    right: -45px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -45px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -45px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
		min-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Overrides */
html {
	overflow-x: hidden;
}
#primary.no-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#primary.no-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Nice Select */
.wrap-select {
	margin:0 auto;
	width:auto;
	text-align: center;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
  border: solid 1px #5b4f4e;
  box-sizing: border-box;
	border-radius:5px;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
	padding:7px 40px 7px 10px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
	z-index:99;
	color:#988d8c;
	width:225px;
	font-family: canada-type-gibson,sans-serif; 
	font-weight:700;
	text-transform: uppercase;
   }
  .nice-select:after {
		    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #5b4f4e;
    content: '';
    display: block;
    height: 10px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .nice-select.open .list {
    opacity: 1;
		max-height:30rem;
		overflow:auto;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #5b4f4e;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
		padding:0;
		margin:0;
		width:100%;
		margin-top:10px;
		border-radius:5px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Site wrapper */
.wrap-site {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;  
}
#menu-h {
         position: fixed;
         top: 0;
         bottom: 0;
         width: 280px;
         right: -280px;
         height: auto;
         -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
		overflow-y: scroll;
		float:left;
		background-color:#f06924;
		z-index:1001;
		box-sizing: border-box;
		border-left:2px solid #fff;
		display:block;
	padding-top:100px;
}

#menu-h ul li.menu-item-has-children >.open-sub {
						position: absolute;
						right: -.5rem;
						top: 0;
						width: 7rem;
						height: 5rem;
						cursor: pointer;
						z-index: 100;
						transition: .4s ease;
				}
#menu-h ul li.menu-item-has-children >.open-sub:after {
						right: 30px;
						content: '';
						position: absolute;
						border-right: .2rem solid #fff;
						border-bottom: .2rem solid #fff;
						width: 1.35rem;
						height: 1.35rem;
						top: 7px;
	z-index: 90;
						transform: rotate(45deg);
						transition: all .3s ease-in;
						transform-origin: 1rem 1rem;
    				transform-origin: 12px 14px;
					}
#menu-h ul li.menu-item-has-children >.open-sub.open:after {
		transform: rotate(-135deg);
}
#menu-h ul {
	list-style: none;
	padding:0;
	margin:0;
}

#menu-h ul li {
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #fff;
}

#menu-h ul li .sub-menu {
	position:static;
	float:left;
	display:none;
	width:100%;
	transform:none;
	background-color: transparent;
	padding:7.5px 0;
}

#menu-h ul li .sub-menu:after {
	display:none;	
}

#menu-h ul li .sub-menu li {
	border:0;
}

#menu-h ul li .sub-menu li a {
	font-size:15px;
	padding:5px 20px;
}

#menu-h ul li:before {
	display:none;
}

#menu-h ul li a {
	float:left;
	width:100%;
	color:#fff;
	padding:10px 20px;
	text-align: left;
}

/* Qmod Data */
.qmod-miniquotes, .qmod-segment {
	font-size: 18px;
}
/*
.portfolio-over .qmod-change-group, .portfolio-over .qmod-volume-group, .portfolio-over  .qmod-quote.qmod-quote-0,
.portfolio-item .over-slide .qmod-change-group, .portfolio-item .over-slide .qmod-volume-group, .portfolio-item .over-slide  .qmod-quote.qmod-quote-0
*/
.portfolio-over .qmod-change-group, .portfolio-over .qmod-volume-group,
.portfolio-item .over-slide .qmod-change-group, .portfolio-item .over-slide .qmod-volume-group {
	display: none !important;
}
.portfolio-item .over-slide .qmod-symbol, .portfolio-item .over-slide .qmod-last-currency {
	display: inline !important;
}
.portfolio-item .over-slide .qmod-segment.qmod-last,
.qmod-miniquotes .qmod-segment.qmod-last,
.portfolio-item .over-slide .qmod-element.qmod-currency,
.portfolio-item .over-slide .qmod-segment.qmod-last-currency > span,
.portfolio-item .over-slide .qmod-longname,
.portfolio-item .over-slide .qmod-shortname,
.portfolio-item .over-slide .qmod-exshname,
.portfolio-item .over-slide .qmod-datetime-group,
.portfolio-item .over-slide .qmod-reload-group {
	display: none !important;
}

.qmod-miniquotes .qmod-last-currency{
    display: inline !important;
}
body.page-template-company-reversed-layout .container span.qmod-segment.qmod-symbol {
	display: inline-block;
	font-size: 18px;
}
body.page-template-company-reversed-layout .container .qm-wrap-miniquotes.multi {
	border-top: 1px solid #ccc;
  margin-top: -10px;
  padding-bottom: 30px;
}

/* SEC Filings Table */
.gig-sec-filings {
	font-size: 0.8em;
}
.gig-sec-filings .qmod-quotehead, .qmod-segment.qmod-longname, .qmod-segment.qmod-shortname {
	display: none !important;
}
.qmod-segment.qmod-symbol {
	display: inline-block;
}
.gig-sec-filings .dataTables_wrapper {
	margin-left: 0;
	margin-right: 0;
	margin-top: 40px;
}
.gig-sec-filings table.dataTable thead th, .gig-sec-filings table.dataTable tfoot th {
	text-align: left;
	font-family: "AvenirNextLTPro-Demi",Lucida Grande,Lucida Sans Unicode,Trebuchet MS,sans-serif;
	font-weight: inherit;
	padding: 0 1em 1em 0;
	border: 0;
	border-bottom: 2px solid #beb9b8;
}
.gig-sec-filings table.dataTable, .gig-sec-filings table.dataTable td {
	border: 0;
	padding: 15px 0;
	text-align: left;
}
.gig-sec-filings table.dataTable  > thead > tr {
	border: 0;
	border-bottom: 2px solid #beb9b8;
}
.gig-sec-filings table.dataTable.dtr-column > thead > tr > th {
	border: 0;
	padding: 20px 0;
	white-space: nowrap;
}
.gig-sec-filings table.dataTable td {
	padding-right: 1em;
	border-bottom: 1px solid #ccc;
}
.gig-sec-filings table.dataTable td.gig-filings-icons, .gig-sec-filings table.dataTable td.gig-filings-date {
	white-space: nowrap;
}
.gig-sec-filings table.dataTable td.gig-filings-desc {
	width: 45%;
}
.gig-sec-filings table.dataTable td.gig-filings-icons {
	width: 5%;
}
.gig-sec-filings  table.dataTable.no-footer {
	border: 0 none;
}
.gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button {
	background: #0b73be;
	border-radius: 10px;
	color: #fff !important;
	border: 0 !important;
}
.gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #0c82d6;
}
.gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.next, .gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	color: #000 !important;
	background: #beb9b8;
	border: 0 !important;
}
.gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
	background: #ccc;
}
.gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #08568e;
	border-radius: 10px;
	color: #fff !important;
}
.gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	margin-right: 1em;
}
.gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.next {
	margin-left: 1em;
}
.gig-sec-filings .dataTables_filter, .gig-sec-filings .dataTables_length, .gig-sec-filings .DataTables_Table_0_paginate {
	display: none;
}
.gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .gig-sec-filings .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_paginate {
	display:none !important;
}
.gig-sec-filings .dataTables_wrapper .gig-filings-icons i {
	font-size: 1.35em;
	margin-right: .25em;
	font-weight: 400;
}
.gig-sec-filings .dataTables_wrapper .gig-filings-icons .filings-html {
	color: #666;
	font-family: "Font Awesome 5 Free";
}
.gig-sec-filings .dataTables_wrapper .gig-filings-icons .filings-word {
	color: #4786CF;
	font-family: "Font Awesome 5 Free";
}
.gig-sec-filings .dataTables_wrapper .gig-filings-icons .filings-pdf {
	color: #E85353;
	font-family: "Font Awesome 5 Free";
}
.gig-sec-filings .dataTables_wrapper .gig-filings-icons .filings-xls {
	color: #52B753;
	font-family: "Font Awesome 5 Free";
}

.add-to-cal-toggle {
	font-weight:700;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}

.add-to-calendar-pop-up {
	position:absolute;
	top:-40px;
	right:-40px;
	background-color: #fff;
	padding:30px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.46);
	width:350px;
	text-align: center;
	display:none;
}

.close-add-to-cal {
	position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1;
  cursor: pointer;
  font-size: 35px;
	font-weight:400;
}

.add-to-calendar-pop-up .row {
	float:left;
	width:100%;
}

.add-to-calendar-pop-up .row.options {
	margin:10px 0px;	
}

.add-to-cal-toggle:hover > span {
	color:#f26a26;
}

.add-to-cal-date{
	font-size:20px;
}

.content-area .full-content p {
	width:100%;
}

.alignleft {
  margin: 2.5em 2.5em 2.5em 0;
 }

.alignright {
  margin: 2.5em 0 2.5em 2.5em;
 }

.wrap-resource-nav {
	position:relative;
}

.resource-nav {
	position:fixed;
	top:140px;
	left:0;
	width:100%;
}

.resource-nav h2 {
	font-size:20px;
}
.wrap-anchors {
	display:flex;
}

.wrap-resource-content {
	margin-top:70px;
}

.wrap-resource-content .dropdown-menu {
	padding:0 0 15px;
	margin:0 0 25px;
	border-bottom:1px solid #ccc;
}

.wrap-anchors a {
	flex:1;
	text-align: center;
}

/* WIDGET STYLES */
.container .qmod-hbg {
	background-color: transparent;
}

.container .qmod-block-wrapper {
	background-color: transparent;
	font-weight:normal;
}
.container span.qmod-segment.qmod-symbol {
	font-weight:normal;
}
.container .qmod-mkt-btm {
	margin:20px 0 0;
}
.container .qmod-quote {
	margin:5px 0;
}
.container .qm-wrap-miniquotes.multi {
	margin-top:0;
	padding-top:15px;
}
.logos-and-arrow {
	text-align: center;
}

.wrap-logo-arrow-item {
	display:inline-block;
	vertical-align: middle;
	margin:0 15px 15px;
}

.wrap-logo-arrow-item img {
	max-width:250px;	
}

/* SEARCH STYLES */
.search-row {
	margin:0 0 25px;
	border-bottom:1px solid #ccc;
	text-align: left;
	padding:0 0 25px;
}

.search-row p {
	width:100% !important;
}

.search-row .button {
	display:inline-block;
}

@media(max-width:1110px) {
	.portfolio-item {
		width:50% !important;
	}
}

@media(max-width:768px) {
	.wrap-resource-content {
		margin-top:30px;
	}	
	.dropdown-item {
    width: 49%;
		padding-left:0 !important;
	}
	.wrap-anchors {
		display:block;
	}
	.wrap-anchors a {
		width:100%;
		text-align: left;
	}
	.is-event {
		padding-top:60px !important;
	}
	.is-event .add-to-cal-toggle {
		right:auto;
		left:20px;
		top:20px;
	}
	.add-to-calendar-pop-up {
		right:auto;
		left:0;
		width:300px;
	}
	#menu-h.active {
        -webkit-transform: translate(-280px, 0px);
        -moz-transform: translate(-280px, 0px);
        -o-transform: translate(-280px, 0px);
        -ms-transform: translate(-280px, 0px);
        transform: translate(-280px, 0px);
}

.wrap-site.active {
       -webkit-transform: translate(-280px, 0px);
       -moz-transform: translate(-280px, 0px);
       -o-transform: translate(-280px, 0px);
       -ms-transform: translate(-280px, 0px);
       transform: translate(-280px, 0px);
}

.close-menu-overlay {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	padding:0px 280px 0px 0px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.5);
	box-sizing: border-box;
	z-index:1000;
	cursor:pointer;
	transition:all .3s ease-in;
}

.close-menu-overlay.active {
	display:block;
}

body.active {
    overflow: hidden;
	height:100%;
    position: relative;
}
}

/* Responsive Breakpoints */
@media(max-width:640px) {
	body.home .intro.gign {
		min-height:70vw !important;
	}
	.portfolio-item {
		width:450px !important;
		max-width:100%;
		margin:20px auto;
	}
	
	.team-pop-up {
    position: fixed;
    top: 80px;
    left: 5%;
    height: 90vh;
    width: 90% !important;
		margin-left: 0 !important;
		transform: none;
	}

}
/* Very Small */
@media only screen and (max-width: 567px) {
	body.home .intro {
    min-height: 75vw !important;
	}
	body.home .intro .wrapper {
		position: absolute;
		width: 100%;
		top: 17vw;
	}
	body.home .intro .wrapper h1 {
		font-size: 20px;
	}
	body.home .intro p {
		font-size: 16px;
	}
	.content-area {
    padding: 30px 0;
    text-align: center;
	}
	.intro.alt .wrapper {
		width: 500px;
		padding: 10px 30px;
	}
	.flex-item {
    padding: 0 17px;
	}
	.flex-item img {
    max-width: 50px;
    height: 50px;
    margin: 0 0 10px;
	}
	/* Mobile grid tweaks */
	.marg {
		margin:0 -20px;
		display:flex;
		flex-wrap: wrap;
	}

	.marg.no-flex {
		display:block;
	}

	.third {
		width:100%;
		padding:0 20px;
	}

	.quart {
		width:100%;
		padding:0 20px;
		float:left;
	}
	.over-slide .container {
    padding: 0 15px;
    margin-bottom: 10px;
	}
	.wrap-slide-image .over-slide .larger {
		font-size: 16px;
		padding: 0 5px;
	}
}

/* Mobile fixes */
@media only screen and (max-width: 767px) {
	body.home .intro {
    min-height: 60vw;
	}
	body.home .intro .wrapper {
		top: 17vw;
		padding-top: 0;
	}
	.resource-nav {
		top:80px;
	}
	.article-main {
		padding-top:75px;
	}
	.header-main {
		padding: 20px 0;
	}
	.content-area .full-w-img {
    margin: 50px 0 0 -30px;
    width: 100vw;
	}
	.wrap-logo-arrow-item {
    margin: 0 5px 5px;
	}
	.wrap-logo-arrow-item img {
    max-width: 35vw;
	}
	svg.logo, .logo > svg {
		padding-top: 5px;
	}
	#primary, #secondary {
    padding: 0;
	}
	#menu-v2-primary {
		display: none;
	}
	.ast-container, .ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
	}
	.header-main.trans {
    padding-top: 20px;
	}
	.quart.m-half {
		width: 50%;
	}
	.header-main .pure-u-1-2 {
		width:100%;
	}
	.header-main .pure-u-1-2 .logo, .header-main .pure-u-1-2 .logo > svg {
		width:220px;
	}
	/* Moving these to be bigger earlier */
	.thirty {
		width:100%;
		padding:0 20px;
	}

	.seventy {
		width:100%;
		padding:0 20px;
	}
	.article-main > .content-inner {
		padding-top:60px;
	}
	.article-main h2 {
		text-align: left;
	}
	.article-main .marg {
		/* Wasn't sure about flipping this, uncomment if you fancy it!
		flex-direction: column-reverse;
		*/
	}
	
	.footer-bar, .footer-bar .menu-link  {
    font-size: 10px !important;
		white-space: nowrap;
	}
	.footer-item.right {
    margin-top: 0;
	}
}

@media only screen and (max-width: 1023px) {
	body.single .container.article-main .thirty, body.error404 .container.article-main .thirty {
		order: 1;
		margin-top: 40px;
		width: width: 100%;
	}
	body.single .container.article-main .seventy, body.error404 .container.article-main .seventy {
		order: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 450px) {
	.over-slide .container {
    padding: 0 30px;
    margin-bottom: 30px;
	}
}

/* Small .pure-u-sm-* */
@media only screen and (min-width: 568px) {
	.menu-v2-primary-container a {
		font-size: 18px;
	}
	.shiftnav-toggle-button {
		display: none !important;
	}
	.stock-info-block {
    top: 40px;
	}
	.portfolio-block-links a {
    min-width: 50px;
	}
	.portfolio-item .title {
    font-size: 17px;
	}
	.portfolio-item .details, .container span.qmod-segment.qmod-symbol, .portfolio-item .over-slide .qmod-symbol, .portfolio-item .over-slide .qmod-last-currency {
    font-size: 14px;
	}
	.over-slide .container {
    padding: 0 15px;
    margin-bottom: 20px;
	}
}

@media only screen and (min-width: 700px) {
	.stock-info-block {
    top: 30px;
	}
}

/* Medium .pure-u-md-* */
@media only screen and (min-width: 768px) {
	body.home .intro {
    min-height: 60vw;
	}
	.team-pop-up-content-flex-wrap {
	padding-left:280px;
}
	#content {
		/*margin-top:120px;*/
	}
	.content-inner .narrow {
	padding-left: 10%;
	padding-right: 10%;
}
	.team-pop-up > img {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:280px;
		object-fit: cover;
		border-bottom-left-radius: 8px;
		border-top-left-radius: 8px;
		display:block;
}
	.team-pop-up-content-flex .team-pop-up-bio img {
		display:none;	
	}
	.content-inner {
		max-width: 100%;
		padding-left: 80px;
		padding-right: 80px;
	}
	.full-image-with-bg {
		margin-top:-100px;
		padding:100px 30px 25px;
    background-position: center -66px;
	}
	.mobile-menu-icon {
		display:none;
	}
	.intro > img {
		height:auto;
	}
	.intro .wrapper h1 {
		color:#fff;	
	}
	.content-area p {
		width:80%;	
	}
	.intro.alt .wrapper {
		width: 700px;
	}
	.news-slider, .portfolio-slider {
		padding:0;
		z-index: 1;
		position: relative;
	}
	.footer-item {
		width:50%;
		text-align: left;
	}
	.footer-item.right {
		text-align: right;	
		margin:0;
	}
	.primary-nav {
		display:block;
	}
	.header-main {
		height: 120px;
		line-height: 120px;
		padding:0;
	}
	.intro .wrapper {
		padding:140px 0 100px;
		color:#fff;
	}
}

/* Large .pure-u-lg-* */
@media only screen and (min-width: 992px) {
	body.home .intro {
    min-height: 60vw;
	}
	.content-inner {
		max-width: 1100px;
	}
	.intro.alt .wrapper {
		width: 800px;
	}
	h2, h1 {
		font-size:35px;
	}
	.third {
		width:33.333333333%;
	}
	.team-member  .larger {
		font-size: 14px;
	}
	.wrap-slide-image .over-slide, .img-wrap .over-slide {
		padding: 10px 15px;
	}
	.portfolio-block-links a {
    min-width: 50px;
	}
	.over-slide .container {
    margin-bottom: 10px;
	}
	.wrap-slide-image .over-slide span, .img-wrap .over-slide span {
		line-height: 1.1;
	}
	.container.stock-info-block .details {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 1100px) {
	.stock-info-block {
    top: 37px;
	}
}

/* Extra Large .pure-u-xl-* */
@media only screen and (min-width: 1280px) {
	body.home .intro {
    min-height: 60vw;
	}
	.portfolio-over { /* use normal padding here */
		padding: 20px 20px 40px;
	}
	.team-pop-up-content-flex {
		flex-direction: row;
	}
	.team-pop-up-content-flex .team-pop-up-quote .v-center {
		position: relative;
		-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);	
	}
	.team-pop-up-content-flex .team-pop-up-bio {
		width:75%;	
	}
	.team-pop-up-content-flex .team-pop-up-quote {
		width:25%;	
		padding-top:0;
	}
	.v-center {
		position: relative;
    top: 50%;
		-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	.wrap-slide-image .over-slide, .img-wrap .over-slide {
		font-size:24px;
		/* Reducing initial size to enable more screen sizes */
	}
	.intro .wrapper {
		padding:200px 0 200px;
	}	
	.menu-v2-primary-container a {
		font-size: 22px;
	}
	.content-inner {
		max-width: 1140px;
	}
	.intro.alt .wrapper {
		width: 900px;
	}
	h2, h1 {
		font-size:50px;
	}
	.news-blurb h3 {
		font-size: 18px;
	}
	.news-blurb p {
		font-size: 24px;
	}
	.team-member  .larger {
		font-size: 16px;
	}
}

/* Super Large */
@media only screen and (min-width: 1480px) {
	.portfolio-item .details, .container span.qmod-segment.qmod-symbol, .portfolio-item .over-slide .qmod-symbol, .portfolio-item .over-slide .qmod-last-currency {
			font-size: 22px;
	}
	body.home .intro {
    min-height: 60vw;
	}
	.wrap-slide-image .over-slide, .img-wrap .over-slide {
		padding: 20px 10px;
	}
	.wrap-slide-image .over-slide .larger {
		font-size: 24px;
	}
	.stock-info-block {
    top: 0;
	}
	.portfolio-over {
		padding: 20px 20px 90px;
	}
	.portfolio-slide-item .portfolio-over .portfolio-title, .portfolio-item .portfolio-title, .portfolio-item .details {
		font-size:24px;
	}
	body.home .container.intro .wrapper {
		width: 800px
	}
	body.home .container.intro h1 {
		font-size: 64px;
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	body.home .container.intro p {
		font-size: 32px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.menu-v2-primary-container a {
		font-size: 24px;
	}
	.content-inner {
		max-width: 1400px;
	}
	.intro.alt .wrapper {
		width: 1175px;
	}
	.news-blurb h3 {
		font-size: 22px;
	}
	.news-blurb p {
		font-size: 30px;
	}
	.team-member  .larger {
		font-size: 26px;
	}
	.wrap-slide-image .over-slide span.date {
		font-size: 20px;
	}
} 
