/* Type Rules  */
h1 {
    font-family: proxima-nova;
    font-weight: 300; /* light */
    font-size: 46px;
    color: #000000;
    letter-spacing: 0;
    line-height: 52px;
}
h2 {
    font-family: proxima-nova;
    font-weight: 300; /* light */
    font-size: 34px;
    color: #000000;
    letter-spacing: -0.74px;
    line-height: 50px;
}
h3 {
    font-family: proxima-nova;
    font-weight: 300; /* light */
    font-size: 24px;
    color: #000000;
    letter-spacing: -0.52px;
    line-height: 34px;
}
h4 {
    font-family: proxima-nova;
    font-weight: 600; /* semi-bold */
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
}
h5 {
    font-family: proxima-nova;
    font-weight: 600; /* semi-bold */
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
}
p {
    font-family: proxima-nova;
    font-weight: 400; /* regular */
    font-size: 18px;
    color: #3A3A3A;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 0 30px;
}
p a { 
    font-family: proxima-nova;
    font-weight: 400; /* regular */
    font-size: 18px;
    color: #5856D6;
    letter-spacing: 0;
    line-height: 30px;
}
td,
th {
    font-size: 18px;
    font-family: proxima-nova;
}
/* Colors */
.color.primary {
    background: #252D6A;
}
.color.primary.50 {
    background: #252D6A;
    opacity: .5;
}
.color.primary.25 {
    background: #252D6A;
    opacity: .25;
}
.color.primary.10 {
    background: #252D6A;
    opacity: .1;
}
/* Buttons */
a:focus { outline: none !important;}
a::-moz-focus-inner {border: 0;}

.button {
    min-width: 140px;
    height: 51px;
    display: flex;
    border-radius: 4px;
    text-transform: uppercase;
}
.button:hover {
    text-decoration: none;
}
.button.primary {
    color: #ffffff;
    background-color: #5856d6;
    font-family: proxima-nova;
    font-weight: 600; /* semi-bold */
    font-size: 13px;
    letter-spacing: 1.86px;
    padding-left: 18px;
    padding-right: 18px;
}
.button.primary:hover {
    background-color: #4f4dc0;
}
.button.primary:active {
    background-color: #39378b;
}
.button.primary:disabled {
    background-color: #d5d4f4;
}
.justify-center {
    justify-content: center;
    align-self: center;
}

.button.secondary {
    font-family: proxima-nova;
    font-weight: 600; /* semi-bold */
    background-color: transparent;
    font-size: 14px;
    color: #5856D6;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.button.secondary:after {
    content: "\e079";
    font-family: 'simple-line-icons';
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: auto 0 auto 8px;
    -webkit-font-smoothing: antialiased;
}
.button.secondary:hover {
    color: #4f4dc0;
}
.button.secondary:active {
    color: #39378b;
}
.button.secondary:disabled {
    opacity: .38;
}
.button.secondary.inverted,
.button.secondary.inverted:hover,
.button.secondary.inverted:active {
    color: #ffffff;
}
.button span {
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
}
.button span.icon {
    margin-left: 8px;
    font-size: 20px;
}
/* Page Blocks */
.hero {
    font-family: proxima-nova;
    font-weight: 400; /* regular */
    font-size: 18px;
    letter-spacing: -0.32px;
    line-height: 26px;
    width: 100%;
    display: flex;
}
.hero.dark {
    background-color: #000000;
    color: #ffffff;
}
.hero .row {
    width: 80%;
    max-width: 1300px;
}
#marketo {
    margin: unset;
}
@media (max-width: 991px) {
    .hero .row {
        margin-left: auto;
        margin-right: auto;
    }
    #marketo {
        margin: auto;
    }
}
.hero .inner {
    margin: auto;
}
.hero p, .hero h1, .hero h2, .hero h3, .hero h4, .hero h5 {
    /* color: #ffffff; */
    margin-bottom: 30px;
}
.hero h1, .hero p {
}
.row.cards .card .column-icon {
    margin-bottom: 36px;
}
.row.cards .card h5 {
    margin-bottom: 18px;
}
.row.cards .card p {
    font-weight: 300;
}
.callout-container {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.callout {
    max-width: 1200px;
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background-size: cover;
}
.callout.shadow {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.06);
}
.callout.half {
    width: 580px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 50px;
}
.callout.thirds {
    width: 380px;
}
.callout.fourths {
    width: 280px;
}
.callout.sixths {
    width: 190px;
}

.callout.half h2 {
    font-family: ProximaNova-Light;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 40px;
}
.gallery-container {
    margin-bottom: 90px;
}
.gallery-container h2 {
    margin-bottom: 60px;
}
.image-gallery {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.image-gallery .gallery-item {
    height: 320px;
    width: 372px;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}
.image-gallery .gallery-item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
}
.image-gallery .gallery-item:hover .cover {
    background: transparent;
    cursor: pointer;
}
.image-gallery .gallery-item .cover .gallery-label {
    margin: auto;
    font-family: ProximaNova-Light;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: -0.35px;
    text-align: center;
    padding: 30px;
}
.tabbed_vertical-container {
    max-width: 1170px;
    margin: auto;
    display: flex;
}
.tabbed_vertical-container .nav>li>a:focus {
    background: inherit;
}
.tabbed_vertical-container .nav>li>a {
    border-radius: 3px;
    padding: 10px 0;
}
.tabbed_vertical-container ul.nav-stacked {
    max-width: 277px;
    width: 100%;
}
.tabbed_vertical-container .tab {
    margin-bottom: 30px;
}
.tabbed_vertical-container .tab .tab-label {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    margin: auto 0 auto 13px;
}
.tabbed_vertical-container .tab .subtext {
    display: none;
    padding-left: 60px;
}
.tabbed_vertical-container .tab.active .subtext {
    display: block;
}
.tabbed_vertical-container .tab-number {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    border-radius: 50%;
    border: 1px solid #000000;
    font-family: proxima-nova;
    font-weight: 700;
    font-size: 17px;
    color: #000000;
}
.tabbed_vertical-container .tab.active .tab-number {
    background-color: #5856D6;
    border: 1px solid #5856D6;
    color: #F2F3F5;
}
.tabbed_vertical-container .tab-content {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.tabbed_vertical-container .tab-content img {
    max-width: 100%;
    align-self: flex-end;
}
.tabbed_horizontal-container {
    margin: 0 auto 80px auto;
    max-width: 1100px;
    display: block;
}
.tabbed_horizontal-container .container { 
    max-width: 1100px;
    padding: 0;
}
.tabbed_horizontal-container .nav:before,
.tabbed_horizontal-container .nav:after {
    display: none;
}
.tabbed_horizontal-container .nav {
    display: flex;
    justify-content: space-between;
}
.tabbed_horizontal-container .nav>li>a {
    padding: 0;
    opacity: .51;
}
.tabbed_horizontal-container .nav>li>a:hover {
    opacity: 1.0;
}
.tabbed_horizontal-container .nav>li>a:hover,
.tabbed_horizontal-container .nav>li>a:focus {
    background: none;
}
.tabbed_horizontal-container .nav>li>a img {
    margin: 0 0 20px 5px;
}
.tabbed_horizontal-container .nav>li.active>a {
    opacity: 1.0;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: initial;
}
.tab-pane .tab-pane-content { 
    display: flex;
    padding: 0;
}
.tab-pane .tab-pane-content h1,
.tab-pane .tab-pane-content h2, 
.tab-pane .tab-pane-content h3,
.tab-pane .tab-pane-content h4,
.tab-pane .tab-pane-content h5 { 
    margin-top: 0;
}
.intro-img {
    max-width: 50%;
    display: flex;
    align-items: center;
}
.intro-img img { 
    max-width: 100%;
}

.intro-text {
    padding-left: 60px;
    padding-right: 60px;
}
.textblock .textblock-content {
    padding: 0;
    margin: 0;
    margin-bottom: 90px;
    position: relative;
}
.textblock .textblock-content ol, 
.textblock .textblock-content ul {
    font-size: 18px;
    line-height: 26px;
    font-family: proxima-nova;
}

/* Misc */
.section-icon {
    margin-bottom: 36px;
}
.full-width {
    width: 100%;
}
.white-text {
    color: #ffffff;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark p {
    color: #ffffff;
}
