/* Styles for the homepage.

   developer:   marionm
   requires:    nothing
   ========================================================================== */



/* ==========================================================================
   global overrides
   ========================================================================== */
html #_noscript {
    bottom: auto;
    top: 0;
}



/* ==========================================================================
   page setup
   ========================================================================== */
html {
    color: #535353;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}



/* ==========================================================================
   shared styles
   ========================================================================== */
.width {
    margin: 0 auto;
    max-width: 990px;
}

.page-width {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 940px;
    padding: 0 2.5rem;
}

main h2 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 5.3rem 0 2.2rem;
    text-align: center;
}

main h3 {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.3;
}



/* ==========================================================================
   introduction
   ========================================================================== */
#intro .width { max-width: 940px; }

#intro h1 {
    color: #ed4800;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    margin: 4.4rem 0 1.25rem;
    text-align: center;
}

#intro h1 span { color: #565656; }

#intro p {
    color: #565656;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1.875rem;
}

#intro p:nth-of-type(1) {
    font-size: 1.8rem;
    line-height: 1.5;
}

#intro p:nth-of-type(3) { margin-bottom: 4.375rem; }



/* ==========================================================================
   thumbnails
   ========================================================================== */
#thumbnails {
    background: #ffbe00;
    padding: 3.125rem 0;
    position: relative;
}

#thumbnails .width { max-width: 1400px; }

#thumbnails .tiles img:hover { box-shadow: 0 0 3px #ed4800; }



/* ==========================================================================
   is your data science multiparadigm
   ========================================================================== */
#is-your-data { padding-bottom: 2.5rem; }

#is-your-data h2 {
    color: #8e8e8e;
    font-weight: 400;
    line-height: 1.3;
}

#is-your-data h2 span {
    color: #ed4800;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.3;
}

#is-your-data .box {
    border: 1px solid #e0e0e0;
    border-top: 5px solid #ff7d13;
    color: #636363;
    height: 250px;
    margin: 0 auto;
    max-width: 310px;
    padding: 3rem 2rem;
    position: relative;
}

#is-your-data .box.blue {
    background: #59aed2;
    border: 1px solid #59aed2;
    border-top-width: 5px;
    color: #fff !important;
}

#is-your-data .box.blue:after {
    border-bottom: 1.25rem solid #4c89a1;
    border-left: 1.25rem solid #4c89a1;
    border-right: 1.25rem solid #fff;
    border-top: 1.25rem solid #fff;
    content: '';
    height: 0;
    position: absolute;
    right: -1px;
    top: -5px;
    width: 0;
}

#is-your-data .box.gray {
    background: #646464;
    border: 1px solid #646464;
    border-top-width: 5px;
    color: #fff !important;
    padding-top: 2.5rem;
}

#is-your-data .box.gray:after {
    border-bottom: 1.25rem solid #4e4e4e;
    border-left: 1.25rem solid #4e4e4e;
    border-right: 1.25rem solid #fff;
    border-top: 1.25rem solid #fff;
    content: '';
    height: 0;
    position: absolute;
    right: -1px;
    top: -5px;
    width: 0;
}

#is-your-data .box.last { background: #59aed2 url('../img/is-your-data-checkmark.png') no-repeat 50% 50%; }

#is-your-data .box p {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

#is-your-data .box.blue p,
#is-your-data .box.gray p { font-size: 1rem; }

#is-your-data .box .question,
#is-your-data .box .statement,
#is-your-data .all { display: none; }

#is-your-data .box .active { display: block; }

#is-your-data .box .yn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    bottom: 20px;
    left: 50%;
    position: absolute;
    text-align: center;
    user-select: none;
}

#is-your-data .box.last .yn { display: none; }

#is-your-data .box .yn a {
    background: url('../img/is-your-data-icons.png') no-repeat top left;
    background-size: 140px 70px;
    display: inline-block;
    height: 35px;
    left: -38px;
    margin: 0 2px;
    position: relative;
    width: 35px;
}

#is-your-data .box .yn a.yes { background-position: 0px 0px; }
#is-your-data .box .yn a.yes:hover { background-position: 0px -35px; }

#is-your-data .box .yn a.no { background-position: -35px 0px; }
#is-your-data .box .yn a.no:hover { background-position: -35px -35px; }

#is-your-data .blue .yn a.yes,
#is-your-data .gray .yn a.yes { background-position: -70px 0px; }
#is-your-data .blue .yn a.yes:hover,
#is-your-data .gray .yn a.yes:hover { background-position: -70px -35px; }

#is-your-data .blue .yn a.no,
#is-your-data .gray .yn a.no { background-position: -105px 0px; }
#is-your-data .blue .yn a.no:hover,
#is-your-data .gray .yn a.no:hover { background-position: -105px -35px; }

#is-your-data .box .contact {
    bottom: 10px;
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#is-your-data .box .contact span {
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: .875rem;
    padding: 2px 10px;
    text-align: center;
}

#is-your-data .box .contact span:hover {
    background: #fff;
    color: #646464;
}

#is-your-data .gray .contact { display: block; }

#is-your-data .box .flip {
    bottom: 10px;
    cursor: pointer;
    display: none;
    height: 26px;
    position: absolute;
    right: 10px;
    width: 26px;
}

#is-your-data .box .flip:hover { opacity: .7; }

#is-your-data .blue .flip {
    background: url('../img/is-your-data-flip-blue.png') no-repeat top left;
    display: block;
}

#is-your-data .gray .flip {
    background: url('../img/is-your-data-flip-gray.png') no-repeat top left;
    display: block;
}

#is-your-data .all .box {
    height: 525px;
    max-width: 990px;
}

#is-your-data .all .box p {
    font-size: 2rem;
    line-height: 1.5;
    margin: 6.25rem 6.25rem 0 6.25rem;
}

#is-your-data .all .box .contact {
    color: #155872;
    cursor: pointer;
    display: inline;
    font-size: inherit;
    position: static;
    text-align: left;
    width: auto;
}

#is-your-data .all .box p a { color: #155872; }

#is-your-data .all .box p a:hover,
#is-your-data .all .box p a:active { color: #4c89a1; }



/* ==========================================================================
   examples
   ========================================================================== */
#examples { background: #ed4800; }

#examples h2 {
    color: #fff;
    margin-bottom: 3rem;
    padding: 0 2rem;
}

#thumbs {
    margin: 0 auto;
    text-align: center;
}

#thumbs .label {
    color: #fff;
    font-size: .9rem;
    line-height: 1.2;
    margin-bottom: .625rem;
    text-align: center;
    text-transform: uppercase;
}

#thumbs .image {
    border: 5px solid #c23d04;
    border-bottom: none;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    max-width: 180px;
    opacity: .7;
    vertical-align: middle;
}

#thumbs .selected-thumb .image,
#thumbs .thumb:hover .image,
#thumbs .thumb:active .image {
    border: 5px solid #ffc436;
    border-bottom: none;
    opacity: 1;
}

/*#thumbs .selected-thumb .label,
#thumbs .thumb:hover .label,
#thumbs .thumb:active .label {
    color: #ffc436;
}
*/
#thumbs .image img {
    vertical-align: middle;
    width: 100%;
}

#slides {
    background: #ffc436;
    padding-bottom: 4.375rem;
}

#slides .slide { display: none; }

#slides .selected-slide {
    display: inline-block;
    width: 100%;
}

#slides .quote {
    color: #393939;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 2.5rem 0;
    min-height: 84px;
    padding: 0 90px;
    position: relative;
    text-align: left;
}

#slides .quote:before,
#slides .quote:after {
    content: '';
    display: block;
    height: 84px;
    position: absolute;
    top: 0;
    width: 108px;
}

#slides .quote:before {
    background: url('../img/examples-quote-open.png') left top no-repeat;
    background-size: 50%;
    left: 0;
}

#slides .quote:after {
    background: url('../img/examples-quote-close.png') right top no-repeat;
    background-size: 50%;
    right: 0;
}

#slides .slide img {
    display: block;
    margin: 0 auto;
}



/* ==========================================================================
   interfacing with your data
   ========================================================================== */
#interfacing { padding-bottom: 2.5rem; }

#interfacing h2 {
    color: #ed4800;
    margin-bottom: 3rem;
}

#interfacing h2 + p {
    color: #565656;
    font-size: 1.375rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

#interfacing h3 {
    color: #565656;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
}

#interfacing h3 + p {
    color: #565656;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

#interfacing td { vertical-align: top; }

#interfacing td h3,
#interfacing td p { padding: 0 1rem 0 6.25rem; }

#interfacing .left img,
#interfacing .right img {
    float: left;
    margin: .25rem 0 0 1.25rem;
}



/* ==========================================================================
   know your data science areas
   ========================================================================== */
#know-your {
    background: #0079c1;
    padding: 0 0 3.75rem;
}

#know-your .width { max-width: 1100px; }

#know-your h2 { color: #fff; }

#know-your h2 + p {
    color: #b5e8f1;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

#know-your h3 {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}

#know-your p {
    color: #b9eaf6;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.5;
}

#know-your table td {
    position: relative;
    vertical-align: top;
    width: 33%;
}

#know-your .fold { display: none; }

#know-your table .top {
    margin-top: 1.25rem;
    padding: .9rem;
    max-width: 322px;
}

#know-your table .top.open { background: #074977; }

#know-your table .top > i {
    display: inline-block;
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
}

#know-your table .top#machine-learning > i {
    background: url('../img/know-your-machine-learning.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#machine-learning > i { background-position: 0px -60px; }

#know-your table .top#graph-network-analysis > i {
    background: url('../img/know-your-graph-network-analysis.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#graph-network-analysis > i { background-position: 0px -60px; }

#know-your table .top#time-series > i {
    background: url('../img/know-your-time-series.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#time-series > i { background-position: 0px -60px; }

#know-your table .top#neural-networks > i {
    background: url('../img/know-your-neural-networks.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#neural-networks > i { background-position: 0px -60px; }

#know-your table .top#cluster-analysis > i {
    background: url('../img/know-your-cluster-analysis.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#cluster-analysis > i { background-position: 0px -60px; }

#know-your table .top#semantic-text-analysis > i {
    background: url('../img/know-your-semantic-text-analysis.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#semantic-text-analysis > i { background-position: 0px -60px; }

#know-your table .top#dynamic-visualization > i {
    background: url('../img/know-your-dynamic-visualization.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#dynamic-visualization > i { background-position: 0px -60px; }

#know-your table .top#survival-analysis > i {
    background: url('../img/know-your-survival-analysis.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#survival-analysis > i { background-position: 0px -60px; }

#know-your table .top#report-generation > i {
    background: url('../img/know-your-report-generation.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#report-generation > i { background-position: 0px -60px; }

#know-your table .top#data-semantics > i {
    background: url('../img/know-your-data-semantics.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#data-semantics > i { background-position: 0px -60px; }

#know-your table .top#queueing-theory > i {
    background: url('../img/know-your-queueing-theory.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#queueing-theory > i { background-position: 0px -60px; }

#know-your table .top#wavelets > i {
    background: url('../img/know-your-wavelets.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#wavelets > i { background-position: 0px -60px; }

#know-your table .top#systems-modeling > i {
    background: url('../img/know-your-systems-modeling.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#systems-modeling > i { background-position: 0px -60px; }

#know-your table .top#statistical-distributions > i {
    background: url('../img/know-your-statistical-distributions.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#statistical-distributions > i { background-position: 0px -60px; }

#know-your table .top#random-processes > i {
    background: url('../img/know-your-random-processes.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#random-processes > i { background-position: 0px -60px; }

#know-your table .top#optimization > i {
    background: url('../img/know-your-optimization.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#optimization > i { background-position: 0px -60px; }

#know-your table .top#morphological-analysis > i {
    background: url('../img/know-your-morphological-analysis.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#morphological-analysis > i { background-position: 0px -60px; }

#know-your table .top#computer-vision > i {
    background: url('../img/know-your-computer-vision.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#computer-vision > i { background-position: 0px -60px; }

#know-your table .top#signal-processing > i {
    background: url('../img/know-your-signal-processing.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#signal-processing > i { background-position: 0px -60px; }

#know-your table .top#custom-interface-construction > i {
    background: url('../img/know-your-custom-interface-construction.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#custom-interface-construction > i { background-position: 0px -60px; }

#know-your table .top#parallel-computing > i {
    background: url('../img/know-your-parallel-computing.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#parallel-computing > i { background-position: 0px -60px; }

#know-your table .top#geocomputation > i {
    background: url('../img/know-your-geocomputation.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#geocomputation > i { background-position: 0px -60px; }

#know-your table .top#mathematical-modeling > i {
    background: url('../img/know-your-mathematical-modeling.png') no-repeat 0 0;
    background-size: 60px 120px;
}

#know-your table .top.open#mathematical-modeling > i { background-position: 0px -60px; }

#know-your table .top span { white-space: nowrap; }

#know-your table .expand {
    background: url('../img/know-your-expand.png') no-repeat top left;
    display: inline-block;
    height: 12px;
    margin: 0 0 -2px 5px;
    width: 12px;
}

#know-your table .expand:hover { opacity: .7; }

#know-your table .top.open .expand { background-position: 0 -12px; }

#know-your table .fold {
    background: #fff;
    box-shadow: 0 5px 10px rgba(7, 73, 119, .5);
    font-size: .9rem;
    line-height: 20px;
    max-width: 322px;
    padding: 10px .9rem;
    position: absolute;
    width: 100%;
    z-index: 999999999;
}

#know-your table .fold p { margin: 5px 0; }

#know-your table .fold a:before {
    color: #0079c1;
    content: '»';
    font-weight: 400;
    margin-right: 3px;
}

#know-your table .fold a {
    color: #606060;
    display: inline-block;
    font-size: .9rem;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#know-your table .fold a:hover { color: #0079c1; }

#know-your .show-more,
#know-your .show-less { text-align: center; }

#know-your .show-more p,
#know-your .show-less p {
    background: #004975;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
    margin: 1.875rem 0 0;
    padding: 10px .9rem;
    text-transform: uppercase;
}

#know-your .show-more p:hover,
#know-your .show-less p:hover { background: #012d48; }

#know-your .show-more img,
#know-your .show-less img {
    margin: 0 10px 2px 0;
    vertical-align: middle;
}

#know-your .show-less img { transform: rotate(180deg); }

#know-your .show-more p span,
#know-your .show-less p span {
    color: #7cb4d5;
    font-weight: 300;
}



/* ==========================================================================
   30 years of building...
   ========================================================================== */
#thirty-years { padding: 6.25rem 0 0; }

#thirty-years p:nth-of-type(1) {
    color: #565656;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 3.75rem 0 1.25rem;
}

#thirty-years p:nth-of-type(2) {
    color: #565656;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 1.25rem;
}



/* ==========================================================================
   MPDS with the WL
   ========================================================================== */
#mpds { padding-bottom: 3.75rem; }

#mpds .width > div { margin: 2.5rem 0; }

#mpds h2 { color: #dd1100; }

#mpds h2 span {
    color: #8e8e8e;
    font-weight: 400;
}

#mpds .right > div:nth-child(1),
#mpds .left > div:nth-child(2) { width: 75%; }

#mpds .right > div:nth-child(2),
#mpds .left > div:nth-child(1) { width: 25%; }

#mpds .right > div:nth-child(2) { text-align: right; }

#mpds img { vertical-align: middle; }

#mpds .right h3,
#mpds .right p { margin-right: 3.75rem; }

#mpds .left h3,
#mpds .left p { margin-left: 3.75rem; }

#mpds h3 {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
}

#mpds p {
    color: #525252;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 2;
}

#mpds a {
    color: #f57300;
    font-size: inherit;
}

#mpds a:hover { color: #dd1100; }



/* ==========================================================================
   get started
   ========================================================================== */
#get-started .width { 
    border-top: 1px solid #e0e0e0; 
    padding-bottom: 3.75rem;
}

#get-started .grid a h3 { color: #000; font-weight: 600; }
#get-started .grid a p { color: #535353; line-height: 1.5rem; }

#get-started .grid a:hover h3,
#get-started .grid a:hover p,
#get-started .grid a p:after { color: #dd1100; }

.grid.main-links { padding-bottom: 2.25rem; }
.grid.main-links a > * { padding: 0 1rem; }
.grid.main-links h3 { font-size: 1.25rem; line-height: 1.75rem; }

.grid.main-links,
div.secondary-links { 
    margin: 0 auto; 
    max-width: 53.75rem; 
}
div.secondary-links {
    border-top: 1px solid #bbb;
    font-size: 0;
    padding-top: 1.625rem;
}
.secondary-links > div { display: inline-block; }
.secondary-links .grid > div { padding: 0 2.8125rem; }
.secondary-links .grid > div:nth-child(2) { border: solid #bbb; border-width: 0 1px; }
.secondary-links .mini-m { text-align: left; width: 11.25rem; }
.secondary-links .grid > div:nth-child(2) .mini-m { width: auto; }
.secondary-links img { margin: 0 0.75rem 0 0; }
.secondary-links h3 { font-size: 1.125rem; line-height: 1.25rem; }



/* ==========================================================================
   footer
   ========================================================================== */
.footer {
    background-color: #004975;
    color: #fff;
    font-size: 1.25rem;
    min-width: 320px;
    padding: 0 2rem;
    text-align: center;
    width: 100%;
}

.sticky {
    bottom: 0;
    position: fixed;
    z-index: 999999999;
}

.footer.one .flex { height: 3rem; }
.footer.one .btn {
    background: #fff; 
    border-radius: 0.25rem;
    color: #064a75; 
    font-size: 1.125rem;
    line-height: 18px;
    margin: 1.875rem 1rem 0 0;
    padding: 10px .9rem;
}
.footer.one .btn:hover { background: #ffc436; }

#close-form-button {
    -webkit-transform: rotate(270deg);
    -webkit-transition-duration: .25s, .5s;
    -webkit-transition-property: opacity, bottom;
    -webkit-transition-timing-function: ease-in;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-size: 2.125rem;
    font-weight: 300;
    height: 0.5rem;
    margin: 0 auto;
    opacity: 1;
    transform: rotate(270deg);
    transition-duration: .25s, .5s;
    transition-property: opacity, bottom;
    transition-timing-function: ease-in;
    width: 1rem;
    z-index: 2;
}



/* ==========================================================================
   contact us form
   ========================================================================== */
#contact-us .page-width { max-width: 900px; }

#contact-us h2 {
    color: #dd4c00;
    text-align: left;
}

#contact-us .information {
    color: #535353;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5;
}

#contact-us #compare-nav a, 
#contact-us #support-nav a {
   color: #545454;
}

#contact-us #compare-nav a:hover, 
#contact-us #support-nav a:hover {
   color: #f57300;
}


/* misc form styles */
.form { padding-bottom: 4rem; }

.form,
.view-form,
.thankyou,
.processing-error { display: none; }

.hide-form,
.thankyou,
.processing-error {
    padding: 1rem 0;
    text-align: center;
    width: auto;
}

.view-form { padding: .5rem; }



/* ==========================================================================
   popups
   ========================================================================== */
/* magnific global overrides */
.mfp-bg {
    background: #2d2e2f;
    opacity: 0.7;
}
.mfp-content {
    max-width: 690px;
    padding: 0;
}


/* lightbox styles */
#popup-header {
    background: #429cb1;
    color: #fff;
    max-width: 550px;
    padding: .9rem 1.875rem;
    text-transform: uppercase;
}

#popup-header > * {
    display: inline-block;
    vertical-align: middle;
}

#popup-header > *:last-child { max-width: 60%; }

#popup-header img { margin-right: .9rem; }

#popup-main {
    background: #fff;
    color: #787878;
    display: block;
    max-width: 690px;
    padding: 2.5rem 3.125rem;
}

#popup-main div img {
    height: auto;
    max-width: 100%;
}

#popup-main a { color: #fc4002; }

#popup-main a:hover { color: #dd1100; }

#popup-main h1 {
    color: #1b90a9;
    font-size: 1.125rem;
    font-weight: 300;
}

#popup-main div {
    margin: 1.5rem 0;
    text-align: center;
}

#popup-main h2 {
    color: #1b90a9;
    font-size: .9rem;
    font-weight: 600;
    margin: 1.5rem 0 0 0;
    text-transform: uppercase;
}

#popup-main p {
    color: #707070;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

#popup-main footer p {
    background: url('../img/thumbnails-wl-logo.png') no-repeat left 50%;
    background-size: 16px 16px;
    color: #707070;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.25;
    min-height: 16px;
    padding-left: 21px;
    text-align: left;
}

#popup-main footer p a {
    color: #dd1100;
    font-size: .75rem;
    font-weight: 400;
}

#popup-main footer p a:hover { color: #ed4800; }

/* additional overrides */
.mfp-content {
    max-width: 650px;
    background: #fff;
}

.popup-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
}

.popup-prev {
    left: 10px;
}

.popup-next {
    right: 10px;
}

button.popup-nav img {
    width: 1.25rem;
    height: 3.125rem;
}

.mfp-content {
    position: relative;
}

/*overlay img effect*/
button.popup-nav {
    width: 30px;
}
main a.magnific.ajax {
    position: relative;
    display: inline-flex;
    overflow: hidden;
}
span.tile-overlay {
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    font-size: 0.75rem;
    line-height: 0.938rem;
    color: #fff;
    padding: 0.9375rem;
    background: rgba(45, 46, 47, 0.9);
    opacity: 0;
    transform: translateY(100%); 
    transition: all 0.3s ease-out;
}
main a.magnific.ajax:hover span.tile-overlay {
    opacity: 1;
    bottom: 0;
    transform: translateY(0);
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */
@media all and (max-width: 1200px) {}


/* styles for medium screens (900px)
   ========================================================================== */
@media all and (max-width: 900px) {
    #intro h1 { font-size: 3rem; line-height: 1; }

    #examples h2 { margin: 2.75rem 0 2rem; }

    #interfacing h2 { margin: 2.75rem 0 2rem; }

    #interfacing td h3,
    #interfacing td p { padding: 0 1rem 0 7rem; }

    .secondary-links .grid > div { padding: 0 1.5125rem; }
}


/* styles for small screens (600px)
   ========================================================================== */
@media all and (max-width: 600px) {
    /*examples*/
    #thumbs .thumb {
        background: #ffc436;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
        opacity: .7;
        padding: .5rem;
    }

    #thumbs .selected-thumb { opacity: 1; }

    #thumbs .thumb .label {
        color: #535353;
        font-size: .75rem;
        margin-bottom: 0;
    }

    #slides { padding-bottom: 3rem; }

    #slides .quote { padding: 0 3rem; }

    #slides .quote:before,
    #slides .quote:after { background-size: 25%; }

    #interfacing table h3,
    #interfacing table h3 + p { padding: 0; }

    #interfacing table h3 +  p {
        font-size: 1.1rem;
        margin-bottom: 2.2rem;
    }


    /*know your*/
    #know-your table .top,
    #know-your table .fold { max-width: 100%; }

    #know-your table .top > i,
    #know-your table .top > h3 {
        display: table-cell;
        float: none;
        min-height: 60px;
        vertical-align: middle;
    }

    #know-your table .top > h3 {
        font-size: 1.3rem;
        padding-left: 1.5rem;
    }

    #know-your table .top > p {
        display: block;
        margin-top: .75rem;
    }


    /*MPDS*/
    #mpds .right .image,
    #mpds .left .image {
        padding-bottom: 1.5rem;
        text-align: center;
    }

    #mpds .right .image img,
    #mpds .left .image img { width: 60%; }

    #mpds .right .image img,
    #mpds .right h3,
    #mpds .right p { margin-right: 1.5rem; }

    #mpds .left .image img,
    #mpds .left h3,
    #mpds .left p { margin-left: 1.5rem; }


    /*get started*/
    .grid.main-links a { padding-bottom: 1.5rem; }
    .grid.main-links a:last-child { padding-bottom: 0; }
    .grid.main-links img { height: auto; width: 75px; }
    .secondary-links > div { display: block; padding: 0 1rem; }
    .secondary-links .grid > div { padding: 0; }
    .secondary-links .mini-m { padding: 0 0 1rem; text-align: left; width: auto; }
    .secondary-links .mini-m .img { text-align: right; width: calc(75px + 1.5rem); }
    .secondary-links .mini-m .txt { padding-left: 0.5rem; }
    .secondary-links .grid > div:last-child .mini-m { padding-bottom: 0; }
    .secondary-links .grid > div:nth-child(2) { border: none; }

    /*footer*/
    .footer.one, .footer.one .btn { font-size: 1rem; }
}


/* styles for minimum supported screen width (320px)
   ========================================================================== */
@media all and (max-width: 320px) {}


/* printer styles
   ========================================================================== */
@media print {}