/* utweb new */
html, body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    overflow-x:hidden;
}
html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
body {
    background-color: #222222 !important;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    height: 90vh;
    margin: 0;
}
/*nav {
    display: block
}*/
h1 {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
}
h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}
.bullets ul {
    list-style-image: url('/img/utnew/utweb-blue-checkmarks.svg');
    line-height: 50px;
}
.bullets ul li {
    padding-left:0.75em;
}
.panelbullets ul {
    list-style-image: url('/img/utnew/utweb-blue-checkmarks.svg');
    line-height: 30px;
}
.panelbullets ul li {
    padding-left:0.5em;
}
button {
    height: 71px !important;
    outline: none;
    border:0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a button {
    text-decoration: none !important;
}
#navbar > ul > li.dropdown.open > ul > li > a {color:#000 !important;}
#navbar li a {
    color:#FFF !important;
    text-transform: capitalize;
}
a.footer-link {
    color:#777; 
    text-decoration: none; 
}
.skrollable {
/*
* First-level skrollables are positioned relative to window
*/
position:fixed;

/*
* Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
*/
z-index:100;
}

.skrollr-mobile .skrollable {
/*
May cause issues on Android default browser (see #331 on GitHub).
*/
position:absolute;
}

.skrollable .skrollable {
/*
* Second-level skrollables are positioned relative their parent skrollable
*/
position:absolute;
}

.skrollable .skrollable .skrollable {
/*
* Third-level (and below) skrollables are positioned static
*/
position:static;
}
/* nav */
.navbar{
    border:0 !important;
  background-color: #222222;
}

  .navbar-default {
    background-color: transparent !important;
    transition:0.5s;
    /*border-color: #ffffff;*/
  }
  .is-scroll {
    background-color: #222222 !important;
  }
  .navbar-default .navbar-brand {
    color: #FFF;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #FFF;
  }
  .navbar-default .navbar-text {
    color: #FFF;
  }
  .navbar-default .navbar-nav > li > a {
    color: #FFF;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #222222 !important;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #222222 !important;
  }
  .navbar-default .navbar-toggle {
    border-color: #ffffff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #FFF;
  }
  .navbar-default .navbar-link {
    color: #FFF;
  }
  .navbar-default .navbar-link:hover {
    color: #FFF;
  }

  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #FFF;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #FFF;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #FFF;
      background-color: #ffffff;
    }
  }
/* end nav */
#default {
    display: block;
}
#older {
    display: none;
}
#navbar {
    text-transform: uppercase !important;
}
.container-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    position: fixed;
}
.container-utweb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*position: relative;*/
    text-align: center;
    position: fixed;
    top: 10%;
    left:0;
    padding-top: 50px;
    /*border: 1px solid green;*/
}
.inner-container-utweb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 85%;
    max-width: 1240px;
    min-width: 800px;
    top: 2%;
    text-align: center;
    /*border: 1px solid red;*/
}

.column-alignment-utweb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*height: 100%;*/
    min-width: 450px;
    text-align: center;
    width: 50%;
    /*border: 1px solid yellow;*/
}
.inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 85%;
    max-width: 1240px;
    min-width: 800px;
    position: relative;
    text-align: center;
    /*border: 1px solid red;*/
}
.inner-container-panels {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: center;
    height: 100%;
    width: 85%;
    max-width: 1240px;
    min-width: 800px;
    position: relative;
    text-align: center;
    /*border: 1px solid red;*/
}
.column-alignment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    min-width: 450px;
    text-align: center;
    width: 50%;
    /*border: 1px solid yellow;*/
}
.column-alignment-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height:100px;
    min-width: 450px;
    text-align: center;
    width: 50%;
    position: relative;
    /*border: 1px solid red;*/
}
.column-alignment-panels {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    /*min-width: 450px;*/
    text-align: center;
    width: 100%;
    position: static;
    margin-top: -170px;
    /*border: 1px solid green;*/
}
.intro {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 0 20px 0;
}
.subtext {
    color: #a4a4a4;
    font-size: 20px;
    width: 70%;
    margin: 0 0 40px 0;
}

.utweb-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFF;
}
.utweb-cta {
    width: 330px;
    height: 70px !important;
    border-radius: 51px;
    background-image: linear-gradient(101deg, #0099ff, #76b83f);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    cursor: pointer !important;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.utweb-cta:hover {
    background-image: linear-gradient(101deg, #76b83f, #0099ff);
}
.utweb-video {
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /* border-radius-bug */
    -webkit-transform: rotate(0.000001deg); /*mac os 10.6 border-radius-bug */
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px; 
    overflow: hidden;
}
.utweb-video-mask {
    width:600px; 
    height:400px;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    margin-top: 50px; 
}
.utweb-screenshot {
    width: 100%;
    height: 100%;
    max-height: 450px;
    max-width: 598px;
    min-width: 450px;
    box-shadow: 0 0 34px 0 rgba(0,0,0,0.3);
    padding: 0;
    margin: 50px 0 0 0;
}
.classic-screenshot {
    height: 100%;
    width: 100%;
    max-height: 335px;
    max-width: 595px;
    min-width: 350px;
    background: url(/img/utnew/utclassic-screenshot.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding:0;
    margin:0;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.3);
    align-content: center;
    position: absolute;
    
}
.next-level {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
/*    margin: 41% 0 0 0;
    position: absolute;*/
    z-index:100;
}
.ut-logo {
    position: fixed;
    margin-left: 150px;
    top: 2.5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
}
/* hack to target IE 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
      .ut-logo {
        margin-left: auto;
        margin-right: auto;
    }
}
/*.ut-logo svg {
    height: 100%;
    width: 100%;
}*/
.utlogo-too {
    margin-bottom: 20px;
}
.error-message {
    margin-bottom: 20px;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
}
.classic-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    color: #000;
    /*border: 2px solid blue;*/
}
.classic-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    /*height: 100%;*/
    width: 50%;
    text-align: center;
    background-color: #FFF;
    color: #000;
    position: absolute;
    left: 0;
    /*border: 2px solid yellow;*/
}

.classic-logo {
    z-index: 500;
    display: flex;
    flex-direction: row;
}
.down-arrow {
    width: 35px;
    height: 15px;
    margin-right: 35px;
    margin-left: -75px;
    margin-top: 20px;
    font-weight: 900;
    cursor: pointer !important;
    /*z-index:2000;*/
}
.classic-level {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
    /*z-index: 500;*/
    position: relative;
    margin-top: 60%;
}
.subtext {
    color: #a4a4a4;
    font-size: 20px;
    width: 80%;
    margin: 0 0 40px 0;
}
.utclassic-cta {
    width: 330px;
    height: 70px;
    border-radius: 51px;
    background-image: linear-gradient(103deg, #aedd73, #76b83f), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    cursor: pointer !important;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.utclassic-cta:hover {
    background-image: linear-gradient(103deg, #76b83f, #aedd73), linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
}
.bullets {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b5b5b5;
}
.panelbullets {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #999;
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.panel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0; 
    width: 100%; 
    height:75%; 
    background-color: #f7f7f7; 
    position: absolute; 
    padding-top: 20px; 
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0099ff;
    z-index: 3000; 
    text-align: center;
    border-top: 1px solid #d5d5d5;
}
.footer {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}
/* utweb overlay */
#utweb_pdlp {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:5000;
}
#x {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    border-color: transparent;
    color: #FFF;
    font-size: 32px;
    z-index:5001;
}
#pdlp-overlay-main-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #333;
    color: #fff;
}
#steps {
    font-size: 32px;
}
#steps > li {
    margin: 0 0 20px 0;
}
#exe {
    color: #76b83f;
}
#try-again {
    font-size: 18px;
    color: #9b9b9b;
    margin-left: 22px;
}
#try-again > a {
    color: #0099ff;
    text-decoration: none;
}
#overlay-row {
    display: flex;
    flex-direction: row;
    /*border: 1px solid blue;*/
}
#overlay-logo {
    margin-right: 100px;
}
#logo-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#tyfdl {
    font-size: 22px;
    color: #9b9b9b;
    margin-left: 75px;
}
#green-lantern-container {
    position: absolute;
    height:35%;
    width: 100%;
    bottom: 0;
}
#green-lantern {
    height:100%;
    width: 50%;
}
#green-lantern-r {
    height:100%;
    width: 50%;
}
#green-chrome {
    display: none;
}
#green-edge {
    display: none;
    align-items: right;
    justify-content: right;
    margin-right: -80px;
}
/* vert */
@media all and (max-height: 725px) and (min-height: 0px) {
    .utlogo-too {
        margin-bottom: 0px !important;
    }
    .navbar {
        margin-right: 0px;
    }
/*    .utweb-video {
        margin-top: 50px; 
        z-index:1; 
        width:460px; 
        height:332px;
    }*/
    .utweb-video-mask {
        width:460px; 
        height:302px;
    }
    .bullets ul {
        line-height: 35px;
    }
    .panelbullets ul {
        line-height: 35px;
    }
    .utweb-cta {
        margin-bottom: 15px;
    }
    .utclassic-cta {
        margin-bottom: 15px;
    }
    .classic-screenshot {
        width:460px; 
        height:260px;
        margin-left: 70px;
    }
    .container-utweb {
        top: 13%;
    }
    .error-message {
        font-size: 30px;
    }
    .subtext {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
}
@media all and (max-height: 650px) and (min-height: 0px) {
    .included, .excluded {
        display: none;
    }
}
/* horiz */
@media all and (max-width: 768px) {
.classic-screenshot {
    height: 100%;
    width: 100%;
    max-height: 300px;
    max-width: 500px;
    min-width: 300px;
    }
}
/* depricated browsers or smaller screens */
@media all and (max-width: 1240px) {
    #default {
        display: none;
    }
    .nav {
        width:450px;
    }
    .navbar-right {
        right: 0px;
    }
    #older {
        display: block;
    }
    ul {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    li {
        white-space: nowrap;
    }
    .container-nav {
        display: block;
        text-align: center;
        height:120px;
        position: relative;
    }
    .container-utweb {
        position: relative;
        padding-top: 50px;
        margin-bottom:70px;
    }
    .inner-container {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .inner-container-panels {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .column-alignment {
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: 0px;
        float: left;
        position: relative;
    }
    .column-alignment-nav {
        margin-left: auto;
        margin-right: auto;
        float: left;
        position: relative;
        padding-top: 2.5%;
    }
    .column-alignment-panels {
        display: block;
        margin-top: -85px;
        width: 100%;
    }
    .intro {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .subtext {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        text-align: center;
    }

    .utweb-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .utweb-cta {
        display: inline-block;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .utweb-cta:hover {
        background-image: linear-gradient(101deg, #76b83f, #0099ff);
    }
    .utweb-screenshot {

    }
    .classic-screenshot {
        padding: 0;
        margin: 80px 0 0 0;
        position: relative;
    }
    .classic-level {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #4a4a4a;
        z-index: 500;
        position: absolute;
        margin-top: 370px;
        width: 100%;
    }
    .next-level {
        margin: 10px 0 0 0;
        width: 90%;
    }
    .ut-logo {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .classic-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 642px;
        position: relative;
    }
    .classic-info {
        display: block;
    }
    .classic-logo {
        display: inline-block;
        margin: 50px 0 30px 0;
    }
    .utclassic-cta {
        display: inline-block;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .utclassic-cta:hover {
        background-image: linear-gradient(103deg, #76b83f, #aedd73), linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    }
    .bullets {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .panelbullets {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .panel-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        width: 100%;
        position: relative;
    }
    .footer {
        display: block; 
        position: fixed; 
        bottom:0px; 
        background-color:#FFF; 
        height: 50px;
        padding-top: 20px;
        z-index: 9999;
    }
}
.isMac, .isMac-bullet, .isMac-flex, .isMac-inline{
    display: none;
}
