/*
Theme Name: Small Business Development Services 2.0
Theme URI: http://choctawnation.com
Author: Choctaw Nation Creative Services
Description: Wordpress theme for the Choctaw Nation Small Business Development Services
*/

body {
	overflow-x: hidden;
	font-family: gill-sans-nova
}
p {
	line-height: 1.75
}
a {
	color: #007b5f
}
a:hover {
	color: #512d6d;
	text-decoration: none
}
.text-primary {
	color: #7c8034!important
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	font-family: gill-sans-nova, montserrat, sans-serif;
}

hr {
	border-top: 2px solid #7c8034;
}

.alertbar {
	color: #fff;
	padding: 15px;
	background-color: #512d6d;
}

.alertbar a {
	color: #7c8034;
}

.alertbar a:hover {
	color: #fff;
}

#pills-guide-tab {
	border:2px solid #7c8034;
	border-left: none;
}

#pills-outlines-tab {
	border:2px solid #7c8034;
	border-left: none;
}

#pills-kits-tab {
	border:2px solid #7c8034;
}

#pills-trainings-tab/*, #pills-kits-tab*/ {
    border:2px solid #7c8034;
	border-right: none;
}

section {
	padding: 100px 0
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #572d2d;
}
section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
	font-family: gill-sans-nova, montserrat, sans-serif;
}

section#article h6 {
	font-size: 1.25rem;
	font-weight: 600;
	/*color: #007b5f;*/
}

@media (min-width: 0px) and (max-width: 720px) {
  section.diagonal {
      padding: 50px 0
  }
}
/*.dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 0 0 0 25px;
}*/
.ml-auto .dropdown-menu {
 left: auto !important;
 right: 0px !important;
}

/* SP added */

.top-bar {
     top: 0;
     /*position: fixed;
     background-color: #fff;*/
     height: 40px;
     width: 100%;
	 /*border-bottom: 1px solid #572d2d;*/
	 z-index: 3400
 }

.top-bar li {
	 display: inline;
}

.footer-align {
	display: table;
}

.grey {
	position: relative;
	top: 3px;
	transform: perspective(1px) translateY(-50%);	
}

.grey a {
	color: #aaa;
}

.indent {
	margin-left: 25px;
	position: relative;
	top: -3px;
	transform: perspective(1px) translateY(-50%);
}
 
.navbar-fixed-top {
  top: 20px;
 }


.navbar-brand {
	/* For Mozilla */
  	width: 300px;
}

.intro {
	background-color: #d9d2cc;
	color: #fff;
	position: relative;
}

.slanted-container {
	overflow: hidden;
	z-index: 1;
}

.diagonal {
	z-index: 100;
	padding-top: 3em;
	background: #9d958a;
	position: relative;
	border-bottom: 10px solid #c1b6a4;
}

.diagonal::before,
.diagonal::after {
	position: absolute;
	content: '';
	pointer-events: none;
	top: -35px;
	right: -25%;
	z-index: -3;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

@media (min-width: 998px) and (max-width: 9999px) {
  .diagonal::before,
  .diagonal::after {
      top: -100px;
  }
}

.diagonal::before {
	height: 50%;
	background: #9d958a;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	-webkit-transform-origin: -3% 0;
	transform-origin: -3% 0;
}

.diagonal .col-md-4 {
  margin-bottom: 80px;
}

.diagonal h3 {
	font-family: gill-sans-nova, sans-serif;
	font-weight: bolder;
	color: #007b5f;
}

.diagonal a {
	color: #fff;
	text-decoration: none;
}

.diagonal a:hover {
	color: #009ce0;
}

.diagonal p {
	color: #fff;
	line-height: 19px;
}

.bolder {
	font-family: gill-sans-nova;
	font-weight: 700;
}

.btn-circle {
	font-family: gill-sans-nova, sans-serif !important;
	font-weight: 400 !important;
	font-size: 1.5em;
	line-height: 1.25em;
	color: #fff !important;
	background: #1c1c1c;
	text-align: center;
	width: 125px;
	height: 125px;
	border-radius: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 50px;
}

.btn-circle a {
	color: #fff !important;
}

.btn-circle:hover {
	color: #007b5f;
	background: #492c1e;
}

a.animated-button:link, a.animated-button:visited {
	  position: relative;
	  display: block;
	  margin: 30px auto 0;
	  padding: 14px 15px;
	  color: #fff;
	  font-size:14px;
	  font-weight: bold;
	  text-align: center;
	  text-decoration: none;
	  text-transform: uppercase;
	  overflow: hidden;
	  letter-spacing: .08em;
	  border-radius: 0;
	  -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
  }
  a.animated-button:link:after, a.animated-button:visited:after {
	  content: "";
	  position: absolute;
	  height: 0%;
	  left: 50%;
	  top: 50%;
	  width: 150%;
	  z-index: -1;
	  -webkit-transition: all 0.75s ease 0s;
	  -moz-transition: all 0.75s ease 0s;
	  -o-transition: all 0.75s ease 0s;
	  transition: all 0.75s ease 0s;
  }
  a.animated-button:link:hover, a.animated-button:visited:hover {
	  color: #fff;
  }
  a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	  height: 600%;
  }
  a.animated-button:link, a.animated-button:visited {
	  position: relative;
	  display: block;
	  margin: 30px auto 0;
	  padding: 14px 15px;
	  color: #fff;
	  font-size:14px;
	  border-radius: 0;
	  font-weight: bold;
	  text-align: center;
	  text-decoration: none;
	  text-transform: uppercase;
	  overflow: hidden;
	  letter-spacing: .08em;
	  -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  transition: all 1s ease;
  }

  a.animated-button.sbds {
	  color: #fff;
	  cursor: pointer;
	  display: block;
	  position: relative;
	  border: 2px solid #007b5f;
	  width: fit-content;
	  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.animated-button.sbds:hover {
	  color: #fff !important;
	  background-color: transparent;
  }
  a.animated-button.sbds:hover:before {
	  left: 0%;
	  right: auto;
	  width: 100%;
  }
  a.animated-button.sbds:before {
	  display: block;
	  position: absolute;
	  top: 0px;
	  right: 0px;
	  height: 100%;
	  width: 0px;
	  z-index: -1;
	  content: '';
	  color: #000 !important;
	  background: #1c1c1c;
	  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }
  
  a.animated-button.chahta {
	  color: #007b5f;
	  cursor: pointer;
	  display: block;
	  position: relative;
	  border: 2px solid #7c8034;
	  width: fit-content; /* test */
	  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.animated-button.chahta:hover {
	  color: #fff !important;
	  background-color: transparent;
  }
  a.animated-button.chahta:hover:before {
	  left: 0%;
	  right: auto;
	  width: 100%;
  }
  a.animated-button.chahta:before {
	  display: block;
	  position: absolute;
	  top: 0px;
	  right: 0px;
	  height: 100%;
	  width: 0px;
	  z-index: -1;
	  content: '';
	  color: #000 !important;
	  background: #1c1c1c;
	  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }
  
/* TEST */




.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    /*background: #333;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;*/
    color: #007b5f;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #7c8034;
    width: fit-content; /* test */
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	
	font-size: 14px;
	font-weight: bold;
	padding: 14px 15px;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    color: #fff !important;
    /*background-color: transparent;*/
	background: #1c1c1c;
}

.nf-form-content button:hover:before, .nf-form-content input[type=button]:hover:before, .nf-form-content input[type=submit]:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.nf-form-content button:before, .nf-form-content input[type=button]:before, .nf-form-content input[type=submit]:before {
	  display: block;
	  position: absolute;
	  top: 0px;
	  right: 0px;
	  height: 100%;
	  width: 0px;
	  z-index: -1;
	  content: '';
	  color: #000 !important;
	  background: #1c1c1c !important;
	  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
/* /TEST */

.chahtapreneur h2 {
	font-family: gill-sans-nova, sans-serif;
	font-weight: bolder;
	color: #1c1c1c;
}

.training {
	background: #f9f8f7;
}

.training a {
	color: #007b5f;
}

.training h3 {
	display: flex;
	align-items: flex-end;
	min-height: 65px;
}

.training a:hover {
	color: #7c8034;
}

.training h4 {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	color: #492c1e;
	text-transform: uppercase
}

/* SP test 8/13/19 */


@media (min-width: 1200px) {

.details {
	min-height: 120px;
}

}

.training-info {
	font-size: 1rem;
	line-height: 1.25
}

/* /SP test 8/13/19 */

a.animated-button.training {
	color: #007b5f;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #7c8034;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: 1;
	width: 100%;
}
a.animated-button.training:hover {
	color: #fff !important;
	background-color: transparent;
}
a.animated-button.training:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button.training:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #1c1c1c;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.gfield_checkbox input {
  margin-right: 5px;
}

#diamond {
  width: 0;
  height: 0;
  border: 50px solid transparent;  
  border-bottom: 30px solid #d7d2cc;	  
  position: relative;
  top: -100px;
}

@media (min-width:768px){
  .chahtapreneur {
	  margin: 75px 0;
  }
	
  #diamond {
	top: -139px;
  }
  
  .resource-icon {
	text-align:right !important;
  }
  
  .list-none {
	list-style: none;
	text-align: right!important;
  }
  
  .list-inline-item:last-child {
	margin-left: 40px!important;
  }
}

#diamond:after {
  content: '';
  position: absolute;
  left: -50px;
  top: 30px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 30px solid #d7d2cc;
}

.center-block {
	display:block;
	margin-right:auto;
	margin-left:auto
}

.oval {
 /*test */
  position: relative;
  /* /test */
  width: 185px;
  height: 185px;
  border-radius: 50%;
  color: #fff;
  /*line-height: 185px;*/
  line-height: 148px;
  text-align: center;
  background: #007b5f;
  font-family: gill-sans-nova, sans-serif;
  font-weight: bolder;
}

.count-title {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.oval:after {
    position:absolute;
	top:50px;
	left:35px;
	content:'jobs created';
	font-size: 20px;
}

/*.count-title:after {
	content:'jobs';
	font-size: 20px;
	white-space: pre;
	margin-top: -10px;
}*/

.resources {
	background: #1c1c1c;
	color: #fff;
}

.resources .fa-7x {
	color: #070707;
}

.resources h3 {
	margin-top: 55px;
	margin-bottom: 0;
}

.resource-icon {
	text-align: center
}

a.animated-button.dloads {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #007b5f;
	width: fit-content;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: 2;
}
a.animated-button.dloads:hover {
	color: #fff !important;
	background-color: transparent;
}
a.animated-button.dloads:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button.dloads:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1 !important;
	content: '';
	color: #000 !important;
	background: #9d958a;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.quote {
  margin-left: 50px;
  margin-top: 25px;
}

.xl-quotes:before, .xl-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 5em;
  /*opacity: .5;*/
  color: #070707;
  font-family: Arial Black, sans-serif;
  font-weight: bold;
}

.xl-quotes:before {
  content: '\201C';
  margin-right: 5px;
  margin-left: -50px;
  margin-top: -15px;
}

.xl-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
  margin-top: 8px;
}

.quote-by {
  display: block;
  text-align: right;
  font-style: italic;
}

.xl-quotes-article:before, .xl-quotes-article:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 5em;
  /*opacity: .5;*/
  color: #512d6d;
  font-family: Arial Black, sans-serif;
  font-weight: bold;
}

.xl-quotes-article:before {
  content: '\201C';
  margin-right: 5px;
  margin-left: -50px;
  margin-top: -15px;
}

.xl-quotes-article:after {
  content: '\201D';
  margin-left: 90%;
  margin-right: 0;
  margin-top: 8px;
}

.top-border {
	border-top: 2px solid #492c1e;
}

.list-none {
	list-style: none;
}

.list-inline-item {
	text-transform: uppercase;
}

.list-inline-item:last-child {
	margin-left: 0;
}

.btn-spc {
	margin: 45px 0;
}

.event-links {
	text-transform: uppercase;
	margin: 15px 0;
	color: #1c1c1c;
	display: flex;
	align-items: center;
}

.event-links .fa-2x {
	color: #1c1c1c;
	margin-right: 10px
}

a.animated-button.inside {
	color: #007b5f;
	cursor: pointer;
	display: inline;
	position: relative;
	border: 2px solid #7c8034;
	width: fit-content;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: 1;
}
a.animated-button.inside:hover {
	color: #fff !important;
	background-color: transparent;
}
a.animated-button.inside:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button.inside:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: #1c1c1c;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

input.animated-button.inside {
	color: #007b5f;
	cursor: pointer;
	display: inline;
	position: relative;
	border: 2px solid #7c8034;
	width: fit-content;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: 1;
	background-image: linear-gradient(to right, white 50%, black 50%);
	background-size: 200% 100%;
	width: 200px;
	height: 50px;
}

input.animated-button.inside:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
input.animated-button.inside:hover {
	color: #fff !important;
	background-position: -100% 0;
	transition: background-position 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.intro .container .row {
	margin-top: 100px;
	margin-bottom: 150px;
}

.intro-desc {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/*.intro:before {
	content: url(../img/scenic.svg);
	display: block;
	position: absolute;
	vertical-align: top;
	top: -50px;
	left: -1px;
	margin: 0;
    width: 101vw;
    height: 100%;
	overflow: hidden;
}*/

@media (min-width:768px) {
  
  .intro-desc {
	  vertical-align: baseline
}
}

@media (max-width:992px) {
	.intro-desc {
		margin-top: 75px;
	}
}
.container-fluid.full-width {
	padding-left: 0;
	padding-right: 0;
	overflow-x: hidden;
}
.row.row-no-gutter {
	margin: 0
}
.row.row-no-gutter [class*="col-"] {
	padding: 0
}
.img-full-width {
	width: 100.5%;
	height: auto;
}
.has-inner .row.row-no-gutter {
	margin-left: -10px;
	margin-right: -10px;
}
.row.row-no-gutter .inner {
	padding-left: 10px;
	padding-right: 10px;
}

.img-contain {
  position: relative;
  text-align: center;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.img-shiv {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.img-shiv:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* search  */

.searching {
	margin-left: 0;
}
.search-inline {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	visibility: hidden;
	z-index: 9;
	transition: all .5s ease-in-out;
}
.search-inline.search-visible {
	opacity: 1;
	visibility: visible;
}

.inline-cover {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 9999 !important
}

.inline-cover:target {
  visibility: visible;
  opacity: 1;
}

.search-inline button[type="submit"] {
	position: absolute;
	top: 15%;
	right: 80px;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	cursor: pointer;
	width: 80px;
	height: 50px;
	background: #ab2328;
	color: #fff;
}
.search-inline .form-control {
	border-bottom: 1px solid #ab2328;
	font-size: 2rem;
	position: absolute;
	left: 1%;
	top: 15%;
	height: 50px;
	width: 95%;
	font-weight: 400;
	outline: none;
}
.search-inline .search-close {
	position: absolute;
	top: 15%;
	right: 0;
	color: #fff;
	width: 80px;
	height: 50px;
	text-align: center;
	display: table;
	background: #572d2d;
	text-decoration: none;
}
.search-inline .search-close i {
	display: table-cell;
	vertical-align: middle;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.team-block {
	margin-bottom: 20px;
}
.team-content {
	position: absolute;
	background-color: rgba(17, 24, 31, 0.6);
	bottom: 0px;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 20px;
}

.team-img {
	position: relative;
}
.team-img img {
	width: 100%;
}
.team-title {
}
.team-meta {
	border-top: 3px solid #ab2328;
	color: #9da4aa;
	font-weight: 400;
	font-size: 16px;
}

.spacer {
	margin-top: 20px;
}

.insta {
    height: auto;
    padding: 0;
    margin: 0;
}

.insta-content {
	padding: 0 15px 30px 15px;
}

section#filter {
	background-color: #8e9093;
	color: #fff;
	font-size: 1.25rem;
}

section#filter .btn {
	font-weight: 200;
	font-size: 1.35rem;
	margin-top: -5px;
}

section#filter .dropdown-toggle::after {
    display: none;
}

section#filter .col-md-4 {
	margin-bottom: 20px;
}

/* /SP added */

@keyframes fadeInDown {
 from {
 opacity: 0;
 transform: translate3d(0, -20%, 0);
}
 to {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}

/* /SP added */

@media (min-width:768px) {
section {
	/*padding: 150px 0;*/
	padding: 60px 0;
}
}
.btn {
	font-family: montserrat;
	font-weight: 700
}
.btn-xl {
	font-size: 18px;
	padding: 20px 40px
}
.btn-primary {
	background-color: #ab2328;
	border-color: #ab2328
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #572d2d!important;
	border-color: #572d2d!important;
	color: #fff
}
.btn-primary:active, .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(173,43,39,.5)!important;
	box-shadow: 0 0 0 .2rem rgba(173,43,39,.5)!important
}
::-moz-selection {
background: #e7c3fa;
text-shadow:none
}
::selection {
	background: #e7c3fa;
	text-shadow: none
}
img::-moz-selection {
background:0 0
}
img::selection {
	background: 0 0
}
img::-moz-selection {
background:0 0
}
#mainNav {
	background-color: #000
}
#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: none;
	font-family: montserrat
}
#mainNav .navbar-brand {
	color: #fff;
	font-family: gill-sans-nova
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fff
}
#mainNav .navbar-nav .nav-item .nav-link, .dropdown-menu .dropdown-item {
	font-size: 100%;
	font-weight: 400;
	padding: .75em 0;
	letter-spacing: 1px;
	color: #fff;
	font-family: gill-sans-nova
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover, .dropdown-menu .dropdown-item:hover {
	color: #007b5f
}

section#article h1, section#event h1, section#map h1 {
	font-size: 3rem;
	color: #1c1c1c;
}

section#article h3, section#map h3 {
	/*color: #007b5f;*/
	color: #512d6d;
	font-weight: 400
}

section#event h3 {
	color: #512c1d;
	text-transform: uppercase;
}

section#event ul {
	list-style: none;
	padding: 0;
}

section#article, section#event {
	font-size: 1.25rem;
	/*border-top: 10px solid #007b5f;*/
	border-top: 10px solid #512d6d;
	background: #f9f8f7;
}

section#map {
	font-size: 1.25rem;
	background: #fff;
}

/*section {
	padding: 100px 0
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px
}
section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
}*/

/* , #mainNav .navbar-nav .nav-item .nav-link .dropdown-item */

.cn-title {
	  font-family: gill-sans-nova;
	  font-weight: 800;
	  font-size: 0.70em;
	  margin-left: 20px;
	  display: inline-block
}

.cn-subtitle {
	  font-family: gill-sans-nova;
	  font-weight: 400;
	  font-size: 0.65em;
	  margin-left: 7px;
	  display: inline-block
}

@media (min-width:991px) {
	.sbds {
		display: none
	}
}

@media (max-width:991px) {
	.cn-title, .cn-subtitle {
		display: none
	}
}

@media (max-width:992px) {
 .sbds {
	position: absolute;
	top: 10px;
	left: 100px;
 }

  .cn-title-sm {
        font-family: gill-sans-nova;
        font-weight: 800;
        font-size: 1em;
        display: inline-block;
  }

  .cn-subtitle-sm {
        font-family: gill-sans-nova;
        font-weight: 400;
        font-size: 0.95em;
        display: block;
  }
}

/*.seal {
	position: absolute;
	top: 10px;
	left: 50%;
	border-radius: 100% 100%;
	border: 10px solid #000;
	background: #000 url("img/the-great-seal.svg") 50% 50% no-repeat;
}*/

.seal-bg {
	position: absolute;
	top: 10px;
	left: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	width: 175px;
	height: 175px;
	margin-left: -87px;
	border: 10px solid #000;
	background: #000 url("img/the-great-seal.svg") 50% 50% no-repeat;
}

@media (max-width:1199px) {
  .seal {
	display: none
  }
  .seal-bg {
	display: none
  }
}

@media (min-width: 1198px) and (max-width: 9999px) {
  .seal-sm {
	display: none;
  }
}

@media (min-width:992px) {
  #mainNav {
	  padding-top: 15px;
	  padding-bottom: 15px;
	  -webkit-transition: padding-top .3s, padding-bottom .3s;
	  transition: padding-top .3s, padding-bottom .3s;
	  border: none;
	  background-color: #000;
  }
  #mainNav .navbar-brand {
	  font-size: 1.75em;
	  -webkit-transition: all .3s;
	  transition: all .3s
  }
  #mainNav .navbar-nav .nav-item .nav-link {
	  padding: 1.1em 1em!important;
	  font-size: 0.95em
  }
  #mainNav.navbar-shrink {
	  padding-top: 0;
	  padding-bottom: 0;
	  background-color: #000
  }
  #mainNav.navbar-shrink .navbar-brand {
	  font-size: 1.25em;
	  padding: 12px 0
  }
  
  /* SP test 3/18/19 */
  header.masthead {
	  height: 800px;
  }
  /* /SP test 3/18/19 */
}

	.dropdown-menu, .dropdown-menu.show {
		background: black !important;
    	right: auto !important;
    	padding: 0 25px;
	}
	@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
header.masthead {
	text-align: center;
	color: #fff;
	background-image: url(img/feature-img.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-color: #fff;
}
header.masthead .intro-text {
	padding-top: 150px;
	padding-bottom: 100px
}
header.masthead .intro-text .intro-lead-in {
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 25px;
	font-family: gill-sans-nova, sans-serif;
}
header.masthead .intro-text .intro-heading {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 25px;
	font-family: montserrat
}

@media (min-width:768px) {
  header.masthead .intro-text {
	  padding-top: 300px;
	  padding-bottom: 200px
  }
  header.masthead .intro-text .intro-lead-in {
	  font-size: 40px;
	  font-style: italic;
	  line-height: 40px;
	  margin-bottom: 25px;
	  font-family: gill-sans-nova, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
	  font-size: 75px;
	  font-weight: 700;
	  line-height: 75px;
	  margin-bottom: 50px;
	  font-family: montserrat, sans-serif;
  }
}

.intro-text img {
	opacity: 0.65;
	margin: 80px 0;
}
.service-heading {
	margin: 15px 0;
	text-transform: none
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px
}
#portfolio .portfolio-item .portfolio-link {
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	cursor: pointer
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	background: rgba(171,35,40,.9)
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	color: #fff
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0
}
#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	background-color: #fff
}
#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none
}
#portfolio .portfolio-item .portfolio-caption p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-family: gill-sans-nova, sans-serif;
}
#portfolio * {
	z-index: 2
}

@media (min-width:767px) {
#portfolio .portfolio-item {
	margin: 0 0 30px
}
}
.portfolio-modal {
	padding-right: 0!important
}
.portfolio-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	text-align: center
}
.portfolio-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px
}
.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
	font-family: gill-sans-nova, sans-serif;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px
}
.portfolio-modal .modal-content button {
	cursor: pointer
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent
}
.portfolio-modal .close-modal:hover {
	opacity: .3
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #212529
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #212529
}
.timeline {
	position: relative;
	padding: 0;
	list-style: none
}
.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #e9ecef
}
.timeline>li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px
}
.timeline>li:after, .timeline>li:before {
	display: table;
	content: ' '
}
.timeline>li:after {
	clear: both
}
.timeline>li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left
}
.timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0
}
.timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0
}
.timeline>li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: #fff;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #ab2328
}
.timeline>li .timeline-image h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0
}
.timeline>li:last-child {
	margin-bottom: 0
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit
}
.timeline .timeline-heading h4.subheading {
	text-transform: none
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0
}

@media (min-width:768px) {
.timeline:before {
	left: 50%
}
.timeline>li {
	min-height: 100px;
	margin-bottom: 100px
}
.timeline>li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right
}
.timeline>li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px
}
.timeline>li .timeline-image h4 {
	font-size: 13px;
	line-height: 18px;
	margin-top: 16px
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left
}
.events {
 padding-bottom: calc(9% * 3 / 4);
}
section#filter .col-md-4 {
	margin-bottom: 0;
	}
}

@media (min-width:992px) {
.timeline>li {
	min-height: 150px
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px
}
.timeline>li .timeline-image h4 {
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px
}
.events {
 padding-bottom: calc(9% * 3 / 4);
}
.searching {
	margin-left: 50px;
}
section#filter .col-md-4 {
	margin-bottom: 0;
}
}

@media (min-width:1200px) {
.timeline>li {
	min-height: 170px
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px 100px
}
.timeline>li .timeline-image {
	width: 170px;
	height: 170px;
	margin-left: -85px
}
.timeline>li .timeline-image h4 {
	margin-top: 40px
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 100px 20px 20px
}
.searching {
	margin-left: 50px;
}
.events {
 padding-bottom: calc(5% * 3 / 4);
}
section#filter .col-md-4 {
	margin-bottom: 0;
}
}
.team-member {
	margin-bottom: 50px;
	text-align: center
}
.team-member img {
	width: 225px;
	height: 225px;
	border: 7px solid #fff
}
.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none
}
.team-member p {
	margin-top: 0
}
section#contact {
	background-color: #212529;
	background-repeat: no-repeat;
	background-position: center
}
section#contact .section-heading {
	color: #fff
}
section#contact .form-group {
	margin-bottom: 25px
}
section#contact .form-group input, section#contact .form-group textarea {
	padding: 20px
}
section#contact .form-group input.form-control {
	height: auto
}
section#contact .form-group textarea.form-control {
	height: 248px
}
section#contact .form-control:focus {
	border-color: #ab2328;
	-webkit-box-shadow: none;
	box-shadow: none
}
section#contact ::-webkit-input-placeholder {
  font-weight:700;
  color:#ced4da;
  font-family: montserrat
}
section#contact :-moz-placeholder {
  font-weight:700;
  color:#ced4da;
  font-family: montserrat
}
section#contact ::-moz-placeholder {
  font-weight:700;
  color:#ced4da;
  font-family: montserrat
}
section#contact :-ms-input-placeholder {
  font-weight:700;
  color:#ced4da;
  font-family: montserrat
}
footer {
	padding: 25px 0;
	color: #512c1d;
	background-color: #d7d2cc;
}

footer a {
	color: #007b5f;
}

footer p {
	line-height: 1.5;
}

footer h4 {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	color: #007b5f;
	text-transform: uppercase
}
footer span.copyright {
	font-size: 70%;
	line-height: 40px;
	text-transform: none;
	font-family: montserrat
}
footer ul.quicklinks {
	text-transform: uppercase;
}
footer ul.quicklinks a {
	color: #fff;
}
footer ul.quicklinks a:hover {
	color: #ab2328;
	text-decoration: none
}
ul.social-buttons {
	margin-bottom: 0
}
ul.social-buttons li a {
	font-size: 20px;
	line-height: 50px;
	display: block;
	margin-top: 35px;
	width: 70px;
	height: 70px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
	color: #ab2328
}

/* advisors map */
	.map {
		position: relative;
		width: 100%;
	}
	
	.map-container {
		position: relative;
		width: 100%;
		height: 100%;
	}	
	
	.dsix {
		fill: #7c8033
	}
	
	.deleven {
		fill: #c1b6a4
	}
	
	.dtwo:hover, .dsix:hover, .deight:hover {
		fill: rgba(124,128,51,0.35)
	}
	
	.dten:hover {
		fill: rgba(2,123,95,0.35)
	}
	
	.deleven:hover {
		fill: rgba(193,182,164,0.35)
	}
	
	.dtwelve:hover, .dseven:hover {
		fill: rgba(184,114,41,0.35)
	}
	
	.dseven {
		fill: #b87229
	}
	
	.dtwelve {
		fill: #b87229
	}
	
	.dtwo {
		fill: #7c8033
	}
	
	.dten {
		fill: #027b5f
	}
	
	.teal {
		fill: #65b09f
	}
	
	.mauve {
		fill: #79675f
	}
	
	.hunter {
		fill: #015743
	}
	
	.burnt {
		fill: #855321
	}
	
	.olive {
		fill: #525625
	}
	
	.olive:hover {
		fill: #fff
	}
	
	.dtenfourone {
		fill: #65b09f
	}
	
	.content
    {
        display: none;
    }
	
	.tabcontent {
      display: none;
      /*border: 1px solid #ccc;*/
      border-top: none;
    }


/* Certificate Styling */
.certificateBG {
    width: 80%;
    left: 10%;
    position: absolute;
    z-index: 0;
}
.certificateContent {
	z-index: 1;
	position: relative;
	color: black !important;
}

.certificateSeal {
    padding-top: 3.5vw;
    text-align: center;
}

.certificateSeal img {
    height: 7vw;
}

.redCertificate .title,
.redCertificate h2 {
    text-align: center;
    font-size: 2.5vw;
    line-height: 3vw;
    margin: 0;
	color: black !important;
}

.redCertificate .subtitle,
.redCertificate h3 {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
    margin: 0;
    margin-bottom: 1vw;
	color: black !important;
}

.certificateUnderline {
    text-align: center;
    font-size: 2vw;
    line-height: 2vw;
    margin: 0;
    margin-bottom: 1vw;
    text-decoration: underline;
	color: black !important;
}

.certificateChahtaprenuer {
    text-align:center;
    margin: 2vw auto;
}

.certificateChahtaprenuer img {
    height: 2vw;
}

.certificateColText {
    margin-left: 13vw;
    font-size: 1.5vw;
	line-height: 1.5vw;
	color: black !important;
}

.certificateColImg {
    width: 17.5vw;
}

.printCert {
	display: block;
	padding-top: 5vw;
	text-align: center;
}

@media (max-width: 991px) {
	.certificateBG {
    width: 80%;
    left: 10%;
    position: absolute;
    z-index: 0;
}
.certificateContent {
	z-index: 1;
	position: relative;
}

.certificateSeal {
    padding-top: 3.5vw;
    text-align: center;
	margin: 0;
}

.certificateSeal img {
    height: 9vw;
}

.redCertificate .title {
    text-align: center;
    font-size: 3.5vw;
    line-height: 5vw;
    margin: 0;
}

.redCertificate .subtitle {
    text-align: center;
    font-size: 2.5vw;
    line-height: 4vw;
    margin: 0;
    margin-bottom: 1vw;
}

.certificateUnderline {
    text-align: center;
    font-size: 3vw;
    line-height: 4vw;
    margin: 0;
    margin-bottom: 1vw;
    text-decoration: underline;
}

.certificateChahtaprenuer {
    text-align:center;
    margin: 2vw auto;
}

.certificateChahtaprenuer img {
    height: 4vw;
}

.certificateColText {
    margin-left: 13vw;
    font-size: 2.5vw;
	line-height: 1.5vw;
}

.certificateColImg {
    width: 27.5vw;
}
	
.printCert {
	display: block;
	padding-top: 11vw;
	text-align: center;
}
}

@media (max-width: 550px) {
	.redCertificate .subtitle {
		margin-bottom: 0;
	}
	.certificateUnderline {
		margin-bottom: 0;
	}
	.certificateChahtaprenuer {
		margin: 0 auto;
	}
	.certificateColText {
	line-height: 0.5vw;
	}
	.certificateDate {
		margin-top: 1vw;
	}
}

/** NEWS ARCHIVE **/
.news-title {
	padding-top: 150px;
}