/*
Theme Name: Venture
Author: Dylan Kelly
Author URI: http://websummit.com/
Description: Venture Site Theme
Version: 1.1.0
Tags: venture
Text Domain: venture
*/

body{
	font-family: "Lato", sans-serif;
}

body p{
	font-size:18px;
	margin-bottom: .2rem;
}

body h3{
	font-size: 36px;
	font-weight: 300;
	color: #0a0a0a;
}

nav{
	min-height:95px;
	border-bottom: 1px solid #fff;
	padding:0 10px;
}

nav ul{
	padding:25px 0;
}

nav a{
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	padding: .7rem .5rem !important;
}

nav a:hover{
	color: #fff;
	font-weight: bold;
}

nav ul li:nth-child(6) {
    background: #b1181b;
    min-width: 140px;
    text-align: center;
    margin-left:20px;
}

nav ul li:nth-child(6):hover {
    background: #b00c10;
}

nav ul li:nth-child(6) a{
	font-weight: bold;
}

.nav-logo{
	padding:32px 0;
}

.first-panel{
	padding-top:0px !important;
	margin-bottom:0px !important;
	color: #fff !important;
	background-image: url("images/venture-bg.jpg");
	background-position: center;
    background-size: 100% auto;
}

.first-panel .header-content{
	padding:150px 130px;
}

.first-panel .header-content img{
	padding-bottom: 10px;
}

section p{
	padding:50px 190px;
	margin:0;
}

.intro-section{
	min-height:400px;
	background-image: url("images/section-bg-r-lg.png");
	background-repeat: no-repeat;
  background-position: right bottom; 
	border-bottom: 1px solid #09002b;
}

.intro-section p:nth-child(1){
  padding-bottom: 0;
}

.tabs-section{
	min-height:390px;
	background-image: url("images/section-bg-l.png");
	background-repeat: no-repeat;
  background-position: 0% 50%; 
	border-bottom: 1px solid #09002b;
	border-top: 1px solid #09002b;
	padding-left: 2rem;
  padding-right: 2rem;
}

.tabs-section p{
	padding: 10px 0;
}

.tab-content p{
	font-size: 18px;
	font-weight: bold;
}

.tab-content ul{
	list-style: none;
    padding:0;
    margin:0;
}

.tab-content ul li{
	padding-left: 1em; 
    text-indent: -.7em;
}

.tab-content ul li:before {
    content: "• ";
    color: #b1171f;
}

.logo-section, .quote-section, .people-section, .content-section{
	border-top: 1px solid #09002b;
	padding:65px 0 30px 0;
}

.logo-section .gallery>.item figure img{
  border-radius: 0;
}

.quote-section span{
	font-weight: bold;
	color:#aa0003;
}

.quote-section, .content-section{
	padding:65px 0;
}

.content-section{
	padding:65px 0 50px 0;
}

.button{
	background: #fff;
  color: #09002b;
	font-weight: bold;
	font-size: 16px;
	padding: .85em 3em;
  border: 1px solid #09002b;
}

.button:hover{
	background: #09002b;
  color:#fff;
}

footer{
	padding-top:0px !important;
	margin-bottom:0px !important;
	color: #fff !important;
	background-image: url("images/footer-bg.jpg");
	background-position: center;
  background-size: 100% auto;
  min-height: 350px;
}

.callout.large{
  padding:0 !important;
}

.context-wrapper{
  display: none;
  height: 91px;
  background-color: #340241;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 490;
}

.context-header {
	width: 960px !important;
	min-height:80px;
	background-color: #340241;
	border: 0;
	margin-left: -480px;
	top: 0%;
	left: 50%;
    position: fixed;
    /*opacity: 0;*/
    display: none;
    overflow: auto;
    z-index: 500;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.context-header .nav-logo{
	margin-left: -8px;
}

/*anchor fix*/
.anchor{
  display: block;
  height: 91px; /*same height as header*/
  margin-top: -91px; /*same height as header*/
  visibility: hidden;
}


@media screen and (min-width: 960px) {
	.row{
		max-width:960px !important;
	}
}

@media screen and (max-width: 959px) {
	section p{
		padding: 70px 70px;
	}
  .intro-section{
    background:none;
  }
	.tabs-section{
		background-image: none;
		padding-left: 0;
		padding-right: 0;
	}
	.tabs-section .tab{
		width:50%;
		float:left;
		background-color: #f1f1f1;
		border: 0 !important;
	}
	.tabs-section .tab.active{
		background-color: #fff;
	}
	.tab-content{
		padding: 0 80px !important;
	}
	.first-panel, footer{
		background-size: auto;
	}
	.people-section, .logo-section{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media only screen and (max-width: 40em) { 
	.first-panel .header-content {
	    padding: 150px 60px;
	}
	.intro-section{
		background:none;
	}
	section p {
	    padding: 70px 50px;
	}
	.tab-content {
	    padding: 0 60px !important;
	}
  .context-wrapper{
    visibility: hidden;
  }
	.context-header{
		visibility: hidden;
	}
	.quote-section h3{
		font-size:24px;
	}
}

@media only screen and (max-width: 30em) { 
	.first-panel .header-content {
	    padding: 100px 30px;
	}
}

/*responsive menu*/

@media screen and (max-width: 780px) {
	.responsive-menu-button {
	    background-color: #2f0239 !important;
	}
}


/*Gallery CSS*/

.gallery {
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  display: block;
  width: 100%;
  float: left; }
  .gallery > .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem; }
    .gallery > .item figure {
      margin: 0;
      padding: 0;
      line-height: 0; }
      .gallery > .item figure img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 162px;
        border-radius: 50% }
    .gallery > .item figcaption {
      padding: 2.35765%;
      text-align: center;
      min-height: 110px; }
      .gallery > .item figcaption .title {
        padding-bottom: 0;
        font-size: 0.875rem;
        font-family: "Lato", sans-serif;
        color: #303030;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        overflow: hidden;
        font-weight: 800; }
      .gallery > .item figcaption .sub-title {
        display: block;
        font-size: 0.75rem;
        font-family: "Lato", sans-serif;
        color: #575757;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .gallery > .item figcaption .sub-text {
        display: block;
        font-size: 0.8125rem;
        font-family: "Lato", sans-serif;
        font-style: italic;
        font-weight: 800;
        color: #8a8a8a;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

.gallery-default > .item figcaption {
  background-color: transparent; }
  .gallery-default > .item figcaption .title {
    color: #303030; }
  .gallery-default > .item figcaption .sub-title {
    color: #575757; }


@media screen and (min-width: 960px) {
  .funds-gallery.gallery-5 .item:nth-child(1){
    margin-left:30%;
  }

  .funds-gallery.gallery-5 .item:nth-child(2){
    margin-right:30%;
  }
}

@media screen and (max-width: 43.75rem) {
  .gallery.gallery-6 > .item, .gallery.gallery-5 > .item, .gallery.gallery-4 > .item, .gallery.gallery-3 > .item, .gallery.gallery-2 > .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .gallery.gallery-6 > .item:last-child, .gallery.gallery-5 > .item:last-child, .gallery.gallery-4 > .item:last-child, .gallery.gallery-3 > .item:last-child, .gallery.gallery-2 > .item:last-child {
      margin-right: 0; }
    .gallery.gallery-6 > .item:nth-child(2n), .gallery.gallery-5 > .item:nth-child(2n), .gallery.gallery-4 > .item:nth-child(2n), .gallery.gallery-3 > .item:nth-child(2n), .gallery.gallery-2 > .item:nth-child(2n) {
      margin-right: 0; }
    .gallery.gallery-6 > .item:nth-child(2n+1), .gallery.gallery-5 > .item:nth-child(2n+1), .gallery.gallery-4 > .item:nth-child(2n+1), .gallery.gallery-3 > .item:nth-child(2n+1), .gallery.gallery-2 > .item:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 43.75rem) and (max-width: 60rem) {
  .gallery.gallery-6 > .item, .gallery.gallery-5 > .item, .gallery.gallery-4 > .item, .gallery.gallery-3 > .item, .gallery.gallery-2 > .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .gallery.gallery-6 > .item:last-child, .gallery.gallery-5 > .item:last-child, .gallery.gallery-4 > .item:last-child, .gallery.gallery-3 > .item:last-child, .gallery.gallery-2 > .item:last-child {
      margin-right: 0; }
    .gallery.gallery-6 > .item:nth-child(3n), .gallery.gallery-5 > .item:nth-child(3n), .gallery.gallery-4 > .item:nth-child(3n), .gallery.gallery-3 > .item:nth-child(3n), .gallery.gallery-2 > .item:nth-child(3n) {
      margin-right: 0; }
    .gallery.gallery-6 > .item:nth-child(3n+1), .gallery.gallery-5 > .item:nth-child(3n+1), .gallery.gallery-4 > .item:nth-child(3n+1), .gallery.gallery-3 > .item:nth-child(3n+1), .gallery.gallery-2 > .item:nth-child(3n+1) {
      clear: left; } }

@media screen and (min-width: 60rem) {
  .gallery.gallery-6 > .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .gallery.gallery-6 > .item:last-child {
      margin-right: 0; }
    .gallery.gallery-6 > .item:nth-child(6n) {
      margin-right: 0; }
    .gallery.gallery-6 > .item:nth-child(6n+1) {
      clear: left; }
  .gallery.gallery-5 > .item {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px; }
  .gallery.gallery-4 > .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .gallery.gallery-4 > .item:last-child {
      margin-right: 0; }
    .gallery.gallery-4 > .item:nth-child(4n) {
      margin-right: 0; }
    .gallery.gallery-4 > .item:nth-child(4n+1) {
      clear: left; }
  .gallery.gallery-3 > .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .gallery.gallery-3 > .item:last-child {
      margin-right: 0; }
    .gallery.gallery-3 > .item:nth-child(3n) {
      margin-right: 0; }
    .gallery.gallery-3 > .item:nth-child(3n+1) {
      clear: left; }
  .gallery.gallery-2 > .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .gallery.gallery-2 > .item:last-child {
      margin-right: 0; }
    .gallery.gallery-2 > .item:nth-child(2n) {
      margin-right: 0; }
    .gallery.gallery-2 > .item:nth-child(2n+1) {
      clear: left; } }


/*TABS LIST*/

.tabs-list a{
	color: #b1171f;
	font-weight: bold;
	font-size: 12px;
}

.tab-content{
	padding: 0 100px 0 160px;
}

.tabs-list {
  width:100%;
  padding: 0;
  list-style: none;
  display: table;
  text-align: center; }
  .tabs-list.mobile-inline li {
    display: table-cell;
    width: 33.33%;
    font-size: 0.75rem; }
    .tabs-list.mobile-inline li:first-child {
      border-bottom-left-radius: 0.3125rem;
      border-top-left-radius: 0.3125rem; }
    .tabs-list.mobile-inline li:last-child {
      border-bottom-right-radius: 0.3125rem;
      border-top-right-radius: 0.3125rem; }
    .tabs-list.mobile-inline li a {
      padding: 0.625rem; }
  .tabs-list li {
    border: 0.0625rem solid white; }
    @media screen and (min-width: 60rem) {
      .tabs-list li {
        display: table-cell;
        width: 14.25%;
        padding-top:30px; }
        .tabs-list li:first-child {
          border-bottom-left-radius: 0.3125rem;
          border-top-left-radius: 0.3125rem; }
        .tabs-list li:last-child {
          border-bottom-right-radius: 0.3125rem;
          border-top-right-radius: 0.3125rem; } }
    .tabs-list li a {
      display: block;
      padding: 0.625rem 1.875rem;
      line-height: 1; }
      .tabs-list li a span {
        display: block;
        font-family: "Lato", sans-serif;
        color: #909090;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 90%;
        text-shadow: 0 0.0625rem 0 white; }
      .tabs-list li a:hover span {
        color: #373737; }
    .tabs-list li.active {
      background-color: white;
      position: relative; }
      .tabs-list li.active a, .tabs-list li.active a:hover {
        color: black; }


/*Rotator css*/

#slideshow { 
    position: relative; 
    min-height: 180px; 
    padding: 10px; 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

/*formstack hacks*/

.fsNextButton .fsFull {
  display: none; }

.fsNextButton:after {
  content: 'APPLY NOW' !important; }

@media screen and (max-width: 700px){
      .fsBody{
          margin-bottom: 0!important;
      }

      .fsEmbed .fsPage {
	    width: 100% !important;
	  }

	  .fsNextButton:before {
  		display:none !important; }

	  .fsForm .fsSubmit {
	    margin-top: -22px !important;
	    padding: 0;
	    width: 100% !important;
	    float: left;
	}
    
      .fsPagination .fsNextButton, input.fsSubmitButton{
       -webkit-appearance: none;
       color: white;.fsBody .fsForm input.fsSubmitButton
       display: inline-block;
       padding: 15px 25px;
       font-family: "AzoSansMedium","Helvetica Neue",Helvetica,Arial,sans-serif;
       margin-bottom: 20px;
       font-size: 14px;
       text-align: center;
       text-decoration: none;
       text-transform: uppercase;
       border-radius: 0px !important;
       border-width: 0px;
       cursor: pointer;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       transition: all 0.5s ease;
       width:100%;
       background-image:none !important;
       margin-right:0px !important;
   }
}

/*Schedule CSS*/

.schedule-section{
  padding-bottom:30px;
}

.schedule-tabs{
  padding: 0;
  margin: 0 auto;
  width:70%;
}

.schedule-time{
  width:20%;
  float: left;
}
.schedule-title{
  width:50%;
  display: inline-block;
}

@media screen and (max-width: 700px){
  .schedule-tabs{
    width:100%;
  }
  .schedule-time{
    width:30%;
  }
  .schedule-title{
    width:70%;
  }
}

/*Quote Grid*/

.quote-grid-section{
  padding-bottom: 60px;
}

.quote-grid-row{
  width:100%;
  min-height:280px;
  display: flex;
  align-items: center; 
  justify-content: space-between;
}

.grid-text-block{
  width:55%;
  padding-left:50px;
  text-align: center;
}

.grid-text-block .divider{
  margin-top:-30px;
}

.grid-text-block h3{
  font-size: 28px;
}

.grid-text-block h5{
  color: #555;
  font-size: 1rem;
}

.quote-grid-section img{
  width:45%;
  order: -1;
}

.quote-grid-row:nth-of-type(2) img{
  order:0;
}

.quote-grid-row:nth-of-type(2) .grid-text-block{
  padding-left:0;
  padding-right: 50px;
}

@media screen and (max-width: 700px){
  .grid-text-block{
    width:100%;
    padding:0 20px;
  }
  .quote-grid-section img{
    width:100%;
  }
  .quote-grid-row{
    display: block;
  }
  .quote-grid-section img{
    width:100%;
  }
}

.ci-schedule{
  margin-top:25px;
}

.ci-schedule p{
  padding: 0;
}