/*----------------------------------------------------------------------------------------
------------------------------------  Second Nav  ------------------------------------
----------------------------------------------------------------------------------------*/
.gmdesign-nav {
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: -3em;
}
.gmdesign-nav li {
	display: inline-block;
	margin: 0 1em 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.gmdesign-nav li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
.gmdesign-nav li a::after {
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    clear: both;
    width: 0;
    margin-top: 4px;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
.gmdesign-nav li a:hover::after {
    width: 50%;
}
/*----------------------------------------------------------------------------------------
------------------------------------  Section Styles  ------------------------------------
----------------------------------------------------------------------------------------*/
.cloud-blue {
	background: #e5f0fc;
}
.background-graphic {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.gmdesign h1,
.gmdesign h2 {
    font-size: 3em;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.gmdesign h1:after,
.gmdesign h2:after {
    content: '';
    float: left;
    width: 100%;
    height: 0.075em;
    margin: .25em 0 0.75em;
    background: rgb(63,142,240);
    background: linear-gradient(90deg, rgba(63,142,240,1) 0%, rgba(0,69,255,1) 25%, rgba(169,64,229,1) 75%, rgba(255,3,128,1) 100%);
}
.gmdesign h1 span,
.gmdesign h2 span {
	display: block;
	font-size: .45em;
	font-style: italic;
}
.gmdesign h3 {
	font-weight: 600;
}
.gmdesign h4 span {
	display: block;
	font-size: .65em;
	font-style: italic;
}
.reverse-text, .reverse-text h1, .reverse-text h2, .reverse-text h3, .reverse-text p, .reverse-text ul, .reverse-text ol {
	color: #fff;
}
.overlap-text {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
    .gmdesign h1,
	.gmdesign h2 {
		font-size: 2em;
	}
}
@media screen and (max-width: 767px) {
    .gmdesign h1,
	.gmdesign h2 {
		font-size: 2.5em;
	}
	.gmdesign h3 {
		font-size: 1.5em;
	}
	#leadership h2 {
    	text-align: center !important;
	}
}
@media screen and (max-width: 585px) {
    .gmdesign h1,
	.gmdesign h2 {
		width: calc(100% + 50px);
		margin-left: -25px;
		font-size: 1.5em;
	}
	.gmdesign h3 {
		font-size: 1.25em;
	}
}
/*----------------------------------------------------------------------------------------
------------------------------------  Scroll Icon  ------------------------------------
----------------------------------------------------------------------------------------*/
#scroll-icon {
    position: fixed;
    z-index: 10000;
    right: .5em;
    bottom: .5em;
    font-size: 26px;
    text-align: center;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
    opacity: .4;
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}
#scroll-icon.viewport-bottom {
    opacity: 0;
    animation: none;
    transition: all .5s;
}
@keyframes flickerAnimation {
  0%   { opacity:.4; }
  50%  { opacity:.25; }
  100% { opacity:.4; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:.4; }
  50%  { opacity:.25; }
  100% { opacity:.4; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:.4; }
  50%  { opacity:.25; }
  100% { opacity:.4; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:.4; }
  50%  { opacity:.25; }
  100% { opacity:.4; }
}
/*----------------------------------------------------------------------------------------
------------------------------------  Top Section  ------------------------------------
----------------------------------------------------------------------------------------*/
#hero-section {
	height: 100vh;
}
#hero-section #logo {
    width: calc(100% - 4em);
    max-width: 75vh;
    margin: 0 auto;
    display: inherit;
}
/*----------------------------------------------------------------------------------------
------------------------------------  Overview Section  ------------------------------------
----------------------------------------------------------------------------------------*/
#overview {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
/*----------------------------------------------------------------------------------------
------------------------------------  History Section  ------------------------------------
----------------------------------------------------------------------------------------*/
#history {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#history:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    z-index: 0;
}
/*----------------------------------------------------------------------------------------
------------------------------------  Disciplines Section  ------------------------------------
----------------------------------------------------------------------------------------*/
.btn-centered {
	text-align: center;
}
.img-container {
    position: relative;
}
.img-container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(17,54,95);
    background: linear-gradient(0deg, rgba(17,54,95,1) 0%, rgba(17,54,95,0) 100%);
    position: absolute;
}
.brand-piece .rte.text.parbase.section {
    margin-top: -3em;
    z-index: 1;
    position: relative;
}
.drop-down-toggle .row.max-width {
    margin-top: 1em;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.drop-down-toggle .row.max-width .large-3.medium-12.small-12.columns {
	display: none;
}
/*----------------------------------------------------------------------------------------
------------------------------------  Leadership  ------------------------------------
----------------------------------------------------------------------------------------*/
#leadership .bio-content {
	float: none;
	margin: 0 auto;
}
#leadership #fade-right-1 {
	display: flex;
    align-items: center;
}
#leadership h3 {
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px solid #000;
}
#leadership h3 span {
    font-size: .75em;
    display: inline-block;
    margin-bottom: 0.25em;
}
/*----------------------------------------------------------------------------------------
------------------------------------  Team  ------------------------------------
----------------------------------------------------------------------------------------*/
.bios-wrap-round {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0;
  justify-content: center;
}
.bios-wrap-round > .bio-item {    
    width: calc(100% / 3);
    min-width: 275px;
    min-height: 425px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto 4rem;
    transition: .3s all ease-in-out;
}
.bios-wrap-round .bio-item .text {
  padding: 0 2rem;
}
.bios-wrap-round .bio-item .text h4 {
	text-align: center;
}
.bios-wrap-round .bio-item .text p {
  font-size: 1rem;
  text-align: center;
}
.bios-wrap-round .bio-item a {
  color: #474B51;
}
.bios-wrap-round .collapse-box .channelbox-title {
  cursor: pointer;
}
.bios-wrap-round .img-mask {
    width: 255px;
    height: 255px;
    background-size: cover;
    background-position: center top;
    border-radius: 50%;
    margin: 0 auto 1rem !important;
    padding: 0;
}
@media screen and (max-width: 550px) {
  .bios-wrap-round .bio-item .text {
      text-align: center !important;
  }
}
/*----------------------------------------------------------------------------------------
------------------------------------  Instagram  ------------------------------------
----------------------------------------------------------------------------------------*/
iframe#instagram-embed-0 {
    margin: 0 auto !important;
}
/*----------------------------------------------------------------------------------------
------------------------------------  Orbit 2-Column  ------------------------------------
----------------------------------------------------------------------------------------*/
.row.orbit-wrapper {
    position: relative;
    padding: 0;
}
.gmdesign .orbit-2-col .orbit-bullets {
    position: absolute;
    left: 8.3333%;
    right: 0;
    z-index: 1;
    max-width: 75rem;
    margin: 0 auto;
}
.orbit-bullets .storylisting-tag__container {
    margin-bottom: 30px;
}
.orbit-bullets-content {
    float: left;
    width: 30%;
}
.orbit-2-col .orbit-bullets button {
    display: block;
    float: none;
    height: auto;
    margin: 0 0 15px 0 !important;
    padding: 10px 0 10px 10px !important;
	transition: .4s;
	font-weight: 700;
    border-left: 1px solid #fff;
}
.orbit-bullets button.is-active,
	.orbit-bullets button:focus,
	.orbit-bullets button:hover{
    color: #000;
    border-left: 1px solid #000 !important;
    background: transparent;
}
.orbit-2-col  .orbit-bullets button.is-active,
	.orbit-2-col  .orbit-bullets button:focus,
	.orbit-2-col  .orbit-bullets button:hover {
    color: #000;
    background: transparent;
    
}

.orbit-2-col li.orbit-slide {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gmdesign .orbit-2-col figure {
    margin: 0;
}
.orbit-2-col img.orbit-image {
    width: 100%;
}
.orbit-2-col .orbit-caption {
    width: 100%;
    margin: 20px 0 0;
    position: relative !important;
    color: unset;
}
.orbit-2-col .orbit-caption h2 {
    margin-bottom: 20px;
    line-height: initial;
}
.orbit-2-col .orbit-caption p {
    line-height: initial;
}
/*
.orbit-2-col .orbit-caption p::after {
    content: '';
    display: block;
    /*border-bottom: 1px solid #000;
    border-bottom: none;
    margin: 2rem 0 2rem 0;
    position: relative;
    width: 100px;
}
*/
.gmdesign .orbit-2-col .orbit-container {
    width: 60%;
    float: right;
    padding: 0;
}
@media screen and (max-width: 767px) {
	.gmdesign .orbit-2-col .orbit-container {
		width: 100%;
	}
}
@media only screen and ( min-width: 2680px ) {
    .orbit-bullets-content {
        width: 20%;
    }
}
@media only screen and ( max-width: 1024px ) {
    .gmdesign .orbit-2-col .orbit-container {
        display: inline;
    }
    .orbit-2-col .orbit-caption {
        margin-right: 2em;
    }
    .orbit-2-col .orbit-caption h3 {
        font-size: 2rem;
    }
    .orbit-2-col .orbit-caption p {
  
    }
    /*.orbit-2-col .orbit-caption p:last-of-type::after {
        content: '';
        height: 1px;
        width: 25%;
        margin: 2em 0;
        display: block;
        position: relative;
        background-color: #9D9D9D;
    }*/
    .gmdesign .orbit-2-col .orbit-bullets {
        float: left !important;
        width: 34%;
        position: relative;
    }
    .orbit-bullets-content {
        width: 100%;
		max-width: 200px;
    }
    .orbit-bullets .storylisting-tag__container {
        margin-top: 30px;
    }
    .orbit-2-col .orbit-bullets button {
        margin-bottom: 0;
        font-size: 1.25rem;
    }
}
@media only screen and ( max-width: 767px ) {
    .row.orbit-wrapper {
        display: flex;
        flex-direction: column;
    }
	.orbit-bullets-content {
        width: 100%;
		max-width: 100%;
    }
    .orbit-2-col {
    padding-bottom: 0 !important;
    }
    .gmdesign .orbit-2-col .orbit-container {
        order: 2;
        height: auto !important;
        position: relative;
        display: block;
    }
    .orbit-2-col .orbit-caption {
        float: none;
        width: 83.3333%;
        margin: 1.5rem auto;
    }
    .orbit-2-col .orbit-caption p:last-of-type::after {
        margin: 2em auto;
    }
    .orbit-2-col .orbit-caption h3 {
        font-size: 1.5rem;
    }
    .orbit-2-col .orbit-caption p {
    
    }
    .orbit-2-col .orbit-caption button {
        display: block;
        margin: 0 auto;
    }
    .gmdesign .orbit-2-col .orbit-bullets {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }
    #leadership h3 {
		margin-top: 1.25em;
	}
	.drop-down-toggle .row.max-width {
		display: block;
	}
}
	
@media only screen and ( min-width: 1440px ) {
	.gmdesign .orbit-2-col .orbit-bullets {
    	left: 0;
	}
}
/*----------------------------------------------------------------------------------------
------------------------------------  Orbit BG Slide  ------------------------------------
----------------------------------------------------------------------------------------*/
.gmdesign .orbit-bg-slide .orbit-bullets {
    max-width: 80%;
    width: 80%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 auto;
    border-top: solid 2px #A3A3A3;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.orbit-bg-slide .orbit-bullets button {
    width: auto;
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 1.05rem;
    line-height: 2rem;
    color: #fff;
    padding: .25rem 3%;
    margin: 0 25px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-image: none;
    transition: all .2s ease-in-out;
	min-width: 25%;
}
.orbit-bg-slide .orbit-bullets button.is-active, .orbit-bg-slide .orbit-bullets button:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(0,0,0,.45);
    transform: scale(1.1);
}
.gmdesign .orbit-bg-slide .orbit-container {
    width: 100%;
    float: left;
    padding: 0;
}
.orbit-bg-slide li.orbit-slide {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gmdesign .orbit-bg-slide figure {
    margin: 0;
}
.orbit-bg-slide img.orbit-image {
    width: 100%;
	max-height: 45vw;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 575px;
    background-position: center !important;
}
.orbit-bg-slide .orbit-caption {
    width: 55%;
    position: absolute;
    z-index: 1;
    top: 7em;
    right: 4%;
	max-width: 500px;
}
.orbit-bg-slide .orbit-caption .storylisting-tag__container {
    color: #fff;
}
.orbit-bg-slide .orbit-caption h2 {
    padding-top: 1.5rem;
    margin-bottom: 20px;
    color: #fff;
    line-height: initial;
}
.orbit-bg-slide .orbit-caption p {
    color: #fff;
    line-height: initial;
}
@media only screen and ( max-width: 1535px ) {
    .orbit-bg-slide .orbit-caption {
        top: 4em;
    }
    .orbit-bg-slide .orbit-caption h2 {
        padding-top: 0;
        line-height: inherit;
    }
    .orbit-bg-slide .orbit-caption p {
    }
}
@media only screen and ( max-width: 1230px ) {
    .orbit-bg-slide .orbit-caption h2 {
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .orbit-bg-slide .orbit-caption p {
    }
    .gmdesign .orbit-bg-slide .orbit-bullets {
        padding: 25px 0;
    }
}
@media only screen and ( max-width: 1024px ) {
    .orbit-bg-slide .orbit-caption {
        width: 60%;
        top: 1.5em;
    }
 
    .gmdesign .orbit-bg-slide .orbit-bullets {
        max-width: 100%;
        width: calc(100% - 30px);
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px;
        padding-bottom: 50px;
        bottom: -30px;
    }
    .orbit-bg-slide .orbit-bullets button {
      width: calc(100% / 3 - 36px);
    margin: 0 16px;
        font-size: 1.15rem;
    }
}
@media only screen and ( max-width: 959px ) {
    .orbit-wrapper.orbit-bg-slide {
        float: left;
        display: block;
        background: #2B354B;
		width: 100%;
    }
	.orbit-bg-slide img.orbit-image {
    width: 100%;
    max-height: 50vw;
    background-size: contain !important;
    min-height: auto;
    background-position: center !important;
}
    .gmdesign .orbit-bg-slide .orbit-container {
        height: auto !important;
    }
    .orbit-bg-slide .orbit-caption {
        width: 100%;
        float: none;
        padding: 0 8.333%;
        position: relative;
        top: 0;
        right: 0;
		padding-bottom: 2rem;
		max-width: 100%;
    }
    .orbit-bg-slide li.orbit-slide {
        background: #2B354B;
		padding-top: 220px;
    }
    .orbit-bg-slide .orbit-caption {

        width: 100%;
        position: relative;
        top: 3rem;
    }
    .orbit-bg-slide .orbit-caption p:last-of-type::after {
        content: '';
        height: 2px;
        width: 25%;
        margin: 2em auto;
        display: block;
        position: relative;
        background-color: #9D9D9D;
    }
    .orbit-bg-slide .orbit-caption button {
        display: block;
        margin: 0 auto 5rem;
    }
    .gmdesign .orbit-bg-slide .orbit-bullets {
        clear: both;
        float: left;
        position: relative;
    }
    .gmdesign .orbit-bg-slide .orbit-bullets {
        clear: both;
        float: left;
        width: calc(100% - 30px);
        position: relative;
        margin: 0 15px;
		    position: absolute;
    top: 0;
    height: 220px;
		border: 0px;
    }
    .orbit-bg-slide .orbit-bullets button {
        display: block;
        width: calc(100% - 100px);
        margin: 0 auto 1rem;
    }
}
	@media only screen and ( min-width: 960px ) {
	.orbit-caption .button {margin: 0;}
}