html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font: inherit;
    vertical-align: baseline;
    color:inherit;
}

html, body {
    height: 100%;
    line-height: 1.7em;
    font-size: 13px;
    color:#000000;
    font-size: 100%;
}

* {
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height:1em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: #ffffff;
    font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
}

i, em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

a, a:visited {
    color: #000000;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:focus {
    color: #000;
}

p a, p a:visited {
    line-height: inherit;
}

ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

sup, sub {
    font-size: 60%;
}

sup {
    position: relative;
    top: -0.75em;
}

sub {
    position: relative;
    top: 0.25em;
}

.template {
    display:none;
}


.liveupdate,
.liveupdate:active,
.liveupdate:visited
{
    position:fixed;
    bottom:20px;
    left:20px;
    background-color:#4444cc;
    color:#ffffff;
    text-decoration:none;
    padding:1em 2em;
    outline:1px solid #ffffff;
    box-shadow:0 0 5px #000000;
    z-index:10000;
}
.liveupdate:active, 
.liveupdate:hover 
{
    background-color:#6666dd;
    color:#ffffff;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url('/fonts/poppinsregular-devanagari.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url('/fonts/poppinsregular-latinext.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: 
        local('Poppins Regular'), 
        local('Poppins-Regular'), 
        url('/fonts/poppinsregular-fallback.woff') format('woff'),
        url('/fonts/poppinsregular-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url('/fonts/poppins-extralight-devaagari.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url('/fonts/poppins-extralight-latinext.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: 
        local('Poppins ExtraLight'), 
        local('Poppins-ExtraLight'), 
        url('/fonts/poppins-extralight-fallback.woff') format('woff'),
        url('/fonts/poppins-extralight-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

html, body { height: 100%; }

a, a:link, a:visited, a:active { 
    text-decoration: none;
}
#frontpage-outercontainer {
    display:flex;
    flex-wrap: nowrap;
    min-height:100%;
}
#frontpage-leftcontainer {
    position:relative;
    display:block;
    width:50%;
    min-height:100%;
    transition: all 0.4s ease-in-out;
    border-right:1px solid #cccccc;
    z-index:1;
}
#frontpage-leftcontainer:hover {
    width:55%;
}
/* hover gradient */
#frontpage-leftcontainer:after {
    content:' ';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(120deg, #111100, #333333, #222222, #444444, #666666, #555555);
    transition: all 0.2s linear;
    opacity:0.01;
    z-index:-1;
}
#frontpage-leftcontainer:hover:after {
    opacity:1;
}
/* base gradient */
#frontpage-leftcontainer:before {
    content:' ';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(-120deg, #222222, #333333, #222222, #333333, #444444, #333333);
    transition: all 0.2s linear;
    opacity:1;
    z-index:-1;
}
#frontpage-leftcontainer:hover:before {
    opacity:0.01;
}


#frontpage-leftcontainer:hover .preview {
    border:1px solid #e9d596;
    box-shadow: 0 0 20px #e9d596;
}
#frontpage-leftcontainer:hover h2 {
    color: #e9d596;
}
#frontpage-leftcontainer:hover p {
    color: #e9d596;
}

#frontpage-rightcontainer {
    display:block;
    width:50%;
    min-height:100%;
    background:#333333;
    transition: all 0.4s ease-in-out;
}
#frontpage-rightcontainer:hover {
    width:55%;
}
#frontpage-rightcontainer:hover .preview {
    border: 1px solid #1cbac8;
    box-shadow: 0 0 20px #1cbac8;
}
#frontpage-rightcontainer:hover h2 {
    color: #1cbac8;
}
#frontpage-rightcontainer:hover p {
    color: #1cbac8;
}

.page-subcontainer {
    padding-top:8vh;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
}
.break {
    flex-basis: 100%;
    height: 0;
}

.preview {
    width:60%;
    display:block;
    margin:auto;
    border:1px solid #ffffff;
    box-shadow: 0 0 10px #000000;
    transition: all 0.4s ease-in-out;
}
.preview-container {
    width:100%;
}

h2 {
    color:#ffffff;
    font-family: Poppins;
    font-size:48px;
    line-height:1em;
    font-weight:200;
    text-align:center;
    padding:1em;
    transition: all 0.4s ease-in-out;
}
p {
    color:#ffffff;
    font-family: Poppins;
    font-size:20px;
    font-weight:200;
    width:480px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1000px) {
    #frontpage-outercontainer {
        display:block;
        height:100%;
    }
    #frontpage-leftcontainer, #frontpage-leftcontainer:hover {
        display:inline-block;
        width:100%;
        height:50%;
        min-height:auto;
        border:0;
        border-bottom:1px solid #808080;
    }
    #frontpage-rightcontainer, #frontpage-rightcontainer:hover {
        display:inline-block;
        width:100%;
        height:50%;
        min-height:auto;
        border:0;
    }
    #frontpage-leftcontainer h2, #frontpage-leftcontainer p {
        color:#e9d596;
    }
    #frontpage-leftcontainer .preview {
        border:1px solid #e9d596;
    }
    #frontpage-rightcontainer h2, #frontpage-rightcontainer p {
        color:#1cbac8;
    }
    #frontpage-rightcontainer .preview {
        border:1px solid #1cbac8;
    }

    .preview-container {
        height:inherit;
    }
    .page-subcontainer {
        padding:2em 0em;
    }
    h2 {
        font-size:8vw;
        line-height:1em;
        padding:0 1em;
        padding-top:1em;
    }
    p {
        font-size:3vw;
        padding:4vw 8vw;
        width:100%;
    }
}